Merge ~kstenerud/ubuntu/+source/tgt:merge-1.0.73-1-disco into ubuntu/+source/tgt:debian/sid

Proposed by Karl Stenerud
Status: Merged
Approved by: Christian Ehrhardt 
Approved revision: 4922984cb1a263f73226ee28fca0b144b473978b
Merge reported by: Christian Ehrhardt 
Merged at revision: 4922984cb1a263f73226ee28fca0b144b473978b
Proposed branch: ~kstenerud/ubuntu/+source/tgt:merge-1.0.73-1-disco
Merge into: ubuntu/+source/tgt:debian/sid
Diff against target: 518 lines (+336/-30)
6 files modified
debian/changelog (+329/-0)
debian/control (+4/-26)
debian/rules (+1/-1)
debian/tests/control (+1/-1)
debian/tests/storage (+1/-1)
dev/null (+0/-1)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server packageset reviewers Pending
git-ubuntu developers Pending
Review via email: mp+361434@code.launchpad.net

Description of the change

PPA: https://launchpad.net/~kstenerud/+archive/ubuntu/disco-at-merge-1810736

Tests:

Test install:

lxc launch ubuntu-daily:disco tester
lxc exec tester bash
add-apt-repository -y ppa:kstenerud/disco-at-merge-1810736 &&
apt update &&
apt dist-upgrade -y &&
apt install -y tgt &&
tgtd --version

Test upgrade:

lxc launch ubuntu-daily:disco tester
lxc exec tester bash
apt update &&
apt dist-upgrade -y &&
apt install -y tgt &&
tgtd --version &&
add-apt-repository -y ppa:kstenerud/disco-at-merge-1810736 &&
apt update &&
apt dist-upgrade -y &&
tgtd --version

Package tests:

autopkgtest-build-lxd ubuntu-daily:disco/amd64
autopkgtest -U -s -o dep8-tgt-ppa --setup-commands="sudo add-apt-repository -y -u -s ppa:kstenerud/disco-at-merge-1810736" -B tgt -- lxd autopkgtest/ubuntu/disco/amd64

To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

The actual carry of changes LGTM +1 on that.
But we know that tgt has quite a bunch of tests which are good.

Would you mind running that in autopkgtest (can be local just on x86 if you want) and append the logs here.

review: Needs Information
Revision history for this message
Karl Stenerud (kstenerud) wrote :
Download full text (11.6 KiB)

autopkgtest [12:07:36]: version 5.3.1
autopkgtest [12:07:36]: host thor-work; command line: /usr/bin/autopkgtest -U -s -o dep8-tgt-ppa '--setup-commands=sudo add-apt-repository -y -u -s ppa:kstenerud/disco-at-merge-1810736' -B tgt -- lxd autopkgtest/ubuntu/disco/amd64
autopkgtest [12:07:51]: @@@@@@@@@@@@@@@@@@@@ test bed setup
tee: /proc/self/fd/2: Permission denied
Hit:1 http://archive.ubuntu.com/ubuntu disco InRelease
Hit:2 http://archive.ubuntu.com/ubuntu disco-updates InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Get:1 http://ppa.launchpad.net/kstenerud/disco-at-merge-1810736/ubuntu disco InRelease [15.9 kB]
Hit:2 http://archive.ubuntu.com/ubuntu disco InRelease
Get:3 http://ppa.launchpad.net/kstenerud/disco-at-merge-1810736/ubuntu disco/main Sources [896 B]
Get:4 http://ppa.launchpad.net/kstenerud/disco-at-merge-1810736/ubuntu disco/main amd64 Packages [792 B]
Hit:5 http://archive.ubuntu.com/ubuntu disco-updates InRelease
Fetched 17.6 kB in 1s (30.0 kB/s)
Reading package lists...
autopkgtest [12:08:17]: testbed dpkg architecture: amd64
autopkgtest [12:08:17]: testbed running kernel: Linux 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018
autopkgtest [12:08:17]: @@@@@@@@@@@@@@@@@@@@ apt-source tgt
Get:1 http://ppa.launchpad.net/kstenerud/disco-at-merge-1810736/ubuntu disco/main tgt 1:1.0.74-1ubuntu1 (tar) [297 kB]
Get:2 http://ppa.launchpad.net/kstenerud/disco-at-merge-1810736/ubuntu disco/main tgt 1:1.0.74-1ubuntu1 (diff) [15.0 kB]
Get:3 http://ppa.launchpad.net/kstenerud/disco-at-merge-1810736/ubuntu disco/main tgt 1:1.0.74-1ubuntu1 (dsc) [2156 B]
gpgv: Signature made Mon Jan 7 13:11:39 2019 UTC
gpgv: using RSA key 7C177302572849D84A5048349E9C224744EF2A5A
gpgv: issuer "<email address hidden>"
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on ./tgt_1.0.74-1ubuntu1.dsc
autopkgtest [12:08:18]: testing package tgt version 1:1.0.74-1ubuntu1
autopkgtest [12:08:18]: build not needed
autopkgtest [12:08:18]: test daemon: preparing testbed
localtgt SKIP Test requires machine-level isolation but testbed does not provide that
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies...Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
 Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following additional packages will be installed:
  libaio1 libconfig-general-perl libibverbs1 libnl-3-200 libnl-route-3-200
  librdmacm1 libsgutils2-2 sg3-utils tgt
Suggested packages:
  tgt-rbd
Recommended packages:
  ibverbs-providers
The following NEW packages will be installed:
  libaio1 libconfig-general-perl libibverbs1 libnl-3-200 libnl-route-3-200
  librdmacm1 libsgutils2-2 sg3-utils tgt
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 1401 kB of archives.
After this operation, 4300 kB of a...

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Ok, I think this is good then - thanks.
If you need sponsoring from me let me know.

review: Approve
Revision history for this message
Karl Stenerud (kstenerud) wrote :

Yes, please sponsor.

commit 4922984cb1a263f73226ee28fca0b144b473978b

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Tagged and sponsored, please track proposed migration

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index ae8cbda..8db877c 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,14 @@
6+tgt (1:1.0.74-1ubuntu1) disco; urgency=medium
7+
8+ * Merge with Debian unstable (LP: #1810736). Remaining changes:
9+ - Drop glusterfs support, package not in main.
10+ - debian/control: drop build depends and package
11+ - debian/rules: disable feature
12+ - debian/tests/{control, storage}: remove related tests
13+ - debian/tgt-glusterfs.install (Deleted)
14+
15+ -- Karl Stenerud <kstenerud@gmail.com> Mon, 07 Jan 2019 13:52:58 +0100
16+
17 tgt (1:1.0.74-1) unstable; urgency=medium
18
19 [ Ondřej Nový ]
20@@ -13,6 +24,17 @@ tgt (1:1.0.74-1) unstable; urgency=medium
21
22 -- Apollon Oikonomopoulos <apoikos@debian.org> Sat, 08 Dec 2018 22:30:32 +0200
23
24+tgt (1:1.0.73-1ubuntu1) cosmic; urgency=medium
25+
26+ * Merge with Debian unstable. Remaining changes:
27+ - Drop glusterfs support, package not in main.
28+ - debian/control: drop build depends and package
29+ - debian/rules: disable feature
30+ - debian/tests/{control, storage}: remove related tests
31+ - debian/tgt-glusterfs.install (Deleted)
32+
33+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 30 May 2018 11:45:12 +0200
34+
35 tgt (1:1.0.73-1) unstable; urgency=medium
36
37 * New upstream version 1.0.73
38@@ -25,12 +47,52 @@ tgt (1:1.0.73-1) unstable; urgency=medium
39
40 -- Apollon Oikonomopoulos <apoikos@debian.org> Tue, 06 Mar 2018 00:12:22 +0200
41
42+tgt (1:1.0.72-1ubuntu1) bionic; urgency=medium
43+
44+ * Merge with Debian unstable. Remaining changes:
45+ - Drop glusterfs support, package not in main.
46+ - debian/control: drop build depends and package
47+ - debian/rules: disable feature
48+ - debian/tests/{control, storage}: remove related tests
49+ - debian/tgt-glusterfs.install (Deleted)
50+ * Dropped changes (in new upstream version)
51+ - Fix FTBFS with gcc7 by backporting upstream patches (LP 1723055)
52+
53+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 16 Nov 2017 10:28:25 +0100
54+
55 tgt (1:1.0.72-1) unstable; urgency=medium
56
57 * New upstream version (closes: #853680)
58
59 -- Apollon Oikonomopoulos <apoikos@debian.org> Wed, 02 Aug 2017 20:12:08 -0400
60
61+tgt (1:1.0.71-1ubuntu2) artful; urgency=medium
62+
63+ * Fix FTBFS with gcc7 by backporting upstream patches (LP: #1723055)
64+ - d/p/GCC-FTBFS-1-Fix-header-warning-with-GCC-7-for-major.patch
65+ - d/p/GCC-FTBFS-2-Remove-incorrect-size-specifier-in-spc_lu_init.patch
66+ - d/p/GCC-FTBFS-3-smc-fix-snprintf-warnings-with-gcc7.patch
67+ - Those patches are unchanged from upstream and make tgt effectively
68+ almost 1.0.72, so on that merge they can be dropped.
69+
70+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 19 Oct 2017 14:55:37 +0200
71+
72+tgt (1:1.0.71-1ubuntu1) artful; urgency=medium
73+
74+ * Merge with Debian unstable. Remaining changes:
75+ - Drop glusterfs support, package not in main.
76+ - debian/control: drop build depends and package
77+ - debian/rules: disable feature
78+ - debian/tests/{control, storage}: remove related tests
79+ - debian/tgt-glusterfs.install (Deleted)
80+ * Dropped changes (in Debian now):
81+ - fix tgt being killed when serving many targets (LP 1559088)
82+ - d/t/localtgt, d/t/control: add dep8 test that sets up targets and luns
83+ via iscsi using rdwr/aio backends and runs fio read/write/verify
84+ (LP 1640785)
85+
86+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Sun, 09 Jul 2017 14:48:45 +0200
87+
88 tgt (1:1.0.71-1) unstable; urgency=medium
89
90 [ Christian Ehrhardt ]
91@@ -47,6 +109,20 @@ tgt (1:1.0.71-1) unstable; urgency=medium
92
93 -- Apollon Oikonomopoulos <apoikos@debian.org> Tue, 04 Jul 2017 22:09:50 +0300
94
95+tgt (1:1.0.69-1ubuntu1) zesty; urgency=medium
96+
97+ * Merge from Debian. Remaining changes:
98+ - Drop glusterfs support, package not in main.
99+ - debian/control
100+ - debian/rules
101+ - debian/tests/{control, storage}
102+ - debian/tgt-glusterfs.install (Deleted)
103+ - fix tgt being killed when serving many targets
104+ - d/t/localtgt, d/t/control: add dep8 test that sets up targets and luns via
105+ iscsi using rdwr/aio backends and runs fio read/write/verify
106+
107+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 25 Jan 2017 11:25:55 +0100
108+
109 tgt (1:1.0.69-1) unstable; urgency=medium
110
111 * New upstream release:
112@@ -63,6 +139,28 @@ tgt (1:1.0.68-1) unstable; urgency=medium
113
114 -- Apollon Oikonomopoulos <apoikos@debian.org> Tue, 01 Nov 2016 01:05:03 +0200
115
116+tgt (1:1.0.67-1ubuntu1) zesty; urgency=medium
117+
118+ * Merge from Debian. Remaining changes:
119+ - Drop glusterfs support, package not in main.
120+ - debian/control
121+ - debian/rules
122+ - debian/tests/{control, storage}
123+ - debian/tgt-glusterfs.install (Deleted)
124+ * Drop changes:
125+ - debian/patches/util_strtoull_errno.patch by Stas Sergeev (now upstream)
126+ - Disable AIO backend support. This was done to reduce risk in a previous
127+ feature freeze; Now that we are before Zesty's feature freeze, we
128+ can introduce it this cycle.
129+ - changing file modes of debian/tests/{admin, daemon} (missing in
130+ changelog, not needed)
131+ * Add changes:
132+ - fix tgt being killed when serving many targets (LP: #1559088)
133+ - d/t/localtgt, d/t/control: add dep8 test that sets up targets and luns via
134+ iscsi using rdwr/aio backends and runs fio read/write/verify (LP: #1640785)
135+
136+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 10 Nov 2016 10:35:15 +0100
137+
138 tgt (1:1.0.67-1) unstable; urgency=medium
139
140 * New upstream release:
141@@ -106,6 +204,29 @@ tgt (1:1.0.64-1) unstable; urgency=medium
142
143 -- Apollon Oikonomopoulos <apoikos@debian.org> Tue, 24 May 2016 12:04:40 +0300
144
145+tgt (1:1.0.63-1ubuntu2) yakkety; urgency=medium
146+
147+ * debian/patches/util_strtoull_errno.patch by Stas Sergeev
148+ - Fix errno handling for number * parsing (LP: #1547060)
149+
150+ -- Ryan Harper <ryan.harper@canonical.com> Thu, 21 Apr 2016 09:13:09 -0500
151+
152+tgt (1:1.0.63-1ubuntu1) xenial; urgency=medium
153+
154+ * Merge from Debian (LP: #1555700). Remaining changes:
155+ - Drop glusterfs support, package not in main.
156+ - debian/control
157+ - debian/rules
158+ - debian/tests/{admin, control, daemon, storage}
159+ - debian/tgt-glusterfs.install (Deleted)
160+ - Disable AIO backend support: untested new feature
161+ - debian/control
162+ - debian/tests/storage
163+ * Dropped changes
164+ - debian/patches/tgtd_dont_fail_on_eacces.patch: included in new release
165+
166+ -- Ryan Harper <ryan.harper@canonical.com> Wed, 09 Mar 2016 16:51:44 -0600
167+
168 tgt (1:1.0.63-1) unstable; urgency=medium
169
170 * New upstream release:
171@@ -122,6 +243,34 @@ tgt (1:1.0.62-2) unstable; urgency=medium
172
173 -- Apollon Oikonomopoulos <apoikos@debian.org> Tue, 19 Jan 2016 11:22:35 +0200
174
175+tgt (1:1.0.62-1ubuntu2) xenial; urgency=medium
176+
177+ * debian/patches/tgtd_dont_fail_on_eacces.patch
178+ tgtd: fix root-under-userns errors when attempting oom_score_adj
179+ (Closes: LP:#1518440)
180+
181+ -- Ryan Harper <ryan.harper@canonical.com> Mon, 01 Feb 2016 02:18:57 -0600
182+
183+tgt (1:1.0.62-1ubuntu1) xenial; urgency=low
184+
185+ * Merge from Debian unstable (LP: #1524982, LP: #1518440). Remaining
186+ changes:
187+ - Drop glusterfs support, since it is not in main.
188+ * debian/upstart:
189+ - Dropped, we no longer use upstart (except on Touch, where tgt
190+ isn't used). Isn't worth a delta.
191+ * debian/watch:
192+ - Drop merge conflict markers accidentally left in.
193+ * debian/tests/*:
194+ - Drop delta with Debian here, they imported our tests and improved
195+ them a while back.
196+ * debian/tgt.service:
197+ - Drop delta here, Debian made the same change.
198+ * debian/bash-completion:
199+ - Dropped, Debian has the same thing, just as tgt.bash-completion.
200+
201+ -- Michael Terry <mterry@ubuntu.com> Mon, 21 Dec 2015 14:20:23 -0500
202+
203 tgt (1:1.0.62-1) unstable; urgency=medium
204
205 * New upstream version.
206@@ -171,6 +320,26 @@ tgt (1:1.0.58-1) unstable; urgency=medium
207
208 -- Apollon Oikonomopoulos <apoikos@debian.org> Tue, 26 May 2015 12:35:44 +0300
209
210+tgt (1:1.0.57-1ubuntu2) wily; urgency=medium
211+
212+ * debian/tgt.service: remove spaces between key, = and value for WantedBy,
213+ since it appears to confuse deb-systemd-helper.
214+
215+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 06 Jul 2015 21:21:58 -0400
216+
217+tgt (1:1.0.57-1ubuntu1) wily; urgency=low
218+
219+ * Merge from Debian unstable. Remaining changes:
220+ - Drop glusterfs support, since it is not in main.
221+ - debian/patches/fix-config-regression.patch: Dropped no longer
222+ needed.
223+ - debian/patches/fix_delayed_management_request.patch: Dropped
224+ no longer needed.
225+ - debian/patches/fix_leak_of_task_in_scsi_flag.patch: Dropped
226+ no longer needed.
227+
228+ -- Chuck Short <zulcss@ubuntu.com> Thu, 07 May 2015 09:29:12 -0400
229+
230 tgt (1:1.0.57-1) unstable; urgency=medium
231
232 * New upstream version:
233@@ -296,6 +465,78 @@ tgt (1:1.0.46-1) unstable; urgency=medium
234
235 -- Apollon Oikonomopoulos <apoikos@debian.org> Mon, 19 May 2014 15:41:46 +0300
236
237+tgt (1:1.0.43-0ubuntu4) trusty; urgency=medium
238+
239+ * debian/patches/fix_delayed_management_request.patch: Adjust patch to fix
240+ a FTBFS.
241+ * debian/patches/fix_leak_of_task_in_scsi_flag.patch: Adjust patch to fix
242+ a FTBFS.
243+
244+ -- Chuck Short <zulcss@ubuntu.com> Fri, 11 Apr 2014 09:14:03 -0400
245+
246+tgt (1:1.0.43-0ubuntu3) trusty; urgency=medium
247+
248+ * Fix tgt connection issues under heavy load (LP: #1305343)
249+ - debian/patches/fix_delayed_management_request.patch: Fix a crash
250+ of tgtd which occured when removing a target with the --force option
251+ (https://github.com/fujita/tgt/commit/e6e8d0fd3b83208278fb7ed765c3665ae7c5ab49)
252+ - debian/patches/fix_leak_of_task_in_scsi_flag.patch: Clear task_in_scsi flag
253+ when exiting iscsi_tm_execute() and iser_tm_exec() functions.
254+ (https://github.com/fujita/tgt/commit/05fc2cb424863fbf2f3c60a8b617308ef1e370c5)
255+
256+ -- Chuck Short <zulcss@ubuntu.com> Wed, 09 Apr 2014 19:35:20 -0400
257+
258+tgt (1:1.0.43-0ubuntu2) trusty; urgency=medium
259+
260+ * d/p/fix-config-regression.patch: Cherry picked fix from upstream VCS
261+ to resolve regression on configuration of control port.
262+
263+ -- James Page <james.page@ubuntu.com> Tue, 14 Jan 2014 15:11:35 +0000
264+
265+tgt (1:1.0.43-0ubuntu1) trusty; urgency=medium
266+
267+ * New upstream release.
268+
269+ -- James Page <james.page@ubuntu.com> Tue, 14 Jan 2014 12:05:08 +0000
270+
271+tgt (1:1.0.41-0ubuntu1) trusty; urgency=low
272+
273+ * New upstream release:
274+ - debian/patches/fix-tgt-admin-bashism: Dropped, included upstream.
275+ * d/control,rules,bash-completion: Enable bash completion support
276+ for tgt commands.
277+
278+ -- James Page <james.page@ubuntu.com> Mon, 11 Nov 2013 15:00:10 +0000
279+
280+tgt (1:1.0.38-0ubuntu1) saucy; urgency=low
281+
282+ * New upstream release:
283+ - d/p/include-rbd-docs.patch,example-config-use-conf-dot-dee:
284+ Dropped, included upstream.
285+ - Refreshed other patches.
286+ * d/watch: Really update to track github repository for releases.
287+
288+ -- James Page <james.page@ubuntu.com> Tue, 06 Aug 2013 17:38:27 +0100
289+
290+tgt (1:1.0.37-0ubuntu1) saucy; urgency=low
291+
292+ * Merge from Debian unstable:
293+ - d/control: Drop depends on lsb-base; handled by debhelper.
294+ * d/watch: Updated to track github upstream repository.
295+ * New upstream release (LP: #1191180):
296+ - d/control: Add xsltproc and docbook-xsl to BD's.
297+ - d/p: Refreshed and tidied patches.
298+ * Enable support for Ceph RBD backend:
299+ - d/rules: Add CEPH_RBD=1 to options.
300+ - d/control: Add BD on librbd-dev.
301+ - d/p/include-rbd-docs.patch: Include README.rbd docs.
302+ * Switch to debhelper compat level 8:
303+ - d/rules: Rewrite to use debhelper overrides.
304+ - d/compat,control: Bump compat level and minimum version
305+ requirement for debhelper.
306+
307+ -- James Page <james.page@ubuntu.com> Tue, 18 Jun 2013 13:08:34 +0100
308+
309 tgt (1:1.0.17-1.1) unstable; urgency=low
310
311 * Non-maintainer upload.
312@@ -306,6 +547,36 @@ tgt (1:1.0.17-1.1) unstable; urgency=low
313
314 -- Thomas Goirand <zigo@debian.org> Thu, 11 Apr 2013 23:25:08 +0800
315
316+tgt (1:1.0.17-1ubuntu4) saucy; urgency=low
317+
318+ * d/tests: added dep-8-tests
319+
320+ -- Yolanda <yolanda.robla@canonical.com> Tue, 21 May 2013 10:41:18 +0200
321+
322+tgt (1:1.0.17-1ubuntu3) quantal; urgency=low
323+
324+ * Rebuild for new armel compiler default of ARMv5t.
325+
326+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 08 Oct 2012 23:02:42 +0100
327+
328+tgt (1:1.0.17-1ubuntu2) precise; urgency=low
329+
330+ * change /etc/tgt/tgt.conf to support adding config.d format
331+ snippets in /etc/tgt/conf.d (LP: #978507)
332+ * start tgt on installation (LP: #977621)
333+ * stop tgt on shutdown (LP: #820699)
334+
335+ -- Scott Moser <smoser@ubuntu.com> Tue, 10 Apr 2012 23:11:00 -0400
336+
337+tgt (1:1.0.17-1ubuntu1) oneiric; urgency=low
338+
339+ * Merge from debian remaining changes:
340+ - debian/usptart: Add upstart job.
341+ - Dropped:
342+ - debian/patches/CVE-2011-0001.patch: No longer needed, use debian instead.
343+
344+ -- Chuck Short <zulcss@ubuntu.com> Mon, 08 Aug 2011 04:45:03 -0400
345+
346 tgt (1:1.0.17-1) unstable; urgency=low
347
348 * New upstream release.
349@@ -318,12 +589,70 @@ tgt (1:1.0.4-3) unstable; urgency=high
350
351 -- Ben Hutchings <ben@decadent.org.uk> Mon, 21 Mar 2011 03:32:59 +0000
352
353+tgt (1:1.0.13-0ubuntu3) oneiric; urgency=low
354+
355+ * SECURITY UPDATE: denial of service and possible code execution via
356+ double free in iscsi_rx_handler function
357+ - debian/patches/CVE-2011-0001.patch: make sure the received data isn't
358+ larger than INCOMING_BUFSIZE in usr/iscsi/iscsid.c.
359+ - CVE-2011-0001
360+
361+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 21 Jun 2011 09:01:03 -0400
362+
363+tgt (1:1.0.13-0ubuntu2) natty; urgency=low
364+
365+ * debian/upstart: Add respawn to upstart job. (LP: #715686)
366+
367+ -- Chuck Short <zulcss@ubuntu.com> Mon, 14 Feb 2011 10:31:26 -0500
368+
369+tgt (1:1.0.13-0ubuntu1) natty; urgency=low
370+
371+ * New upstream release.
372+ * debian/patches/make-tgt-setup-lun-executable: Dropped no longer needed.
373+
374+ -- Chuck Short <zulcss@ubuntu.com> Tue, 08 Feb 2011 10:31:04 -0500
375+
376+tgt (1:1.0.4-2ubuntu1) natty; urgency=low
377+
378+ * Merge from debian unstable. Remaining changes:
379+ - debian/upstart: Add upstart job.
380+ - Dropped:
381+ + debian/patches/scripts-tgt-admin: Use debian's instead.
382+
383+ -- Chuck Short <zulcss@ubuntu.com> Fri, 10 Sep 2010 16:19:59 +0100
384+
385 tgt (1:1.0.4-2) unstable; urgency=low
386
387 * Fix bashism in tgt-admin, thanks to Chris Cheney (Closes: #589716)
388
389 -- Ben Hutchings <ben@decadent.org.uk> Sun, 05 Sep 2010 22:13:52 +0100
390
391+tgt (1:1.0.4-1ubuntu4) maverick; urgency=low
392+
393+ * debian/upstart: Corrected typo with post-start command; Resolving
394+ "unknown job" error. (LP: #574554)
395+
396+ -- Dave Walker (Daviey) <DaveWalker@ubuntu.com> Mon, 09 Aug 2010 23:49:42 +0100
397+
398+tgt (1:1.0.4-1ubuntu3) maverick; urgency=low
399+
400+ * tgtd target will not start unless it's configured with "allow-in-use yes"
401+ (LP: 605721)
402+
403+ -- Chris Cheney <ccheney@ubuntu.com> Tue, 20 Jul 2010 04:29:56 -0500
404+
405+tgt (1:1.0.4-1ubuntu2) maverick; urgency=low
406+
407+ * debian/usptart: Add post-start exec to upstart script. (LP: #574554)
408+
409+ -- Chuck Short <zulcss@ubuntu.com> Fri, 16 Jul 2010 10:47:33 -0400
410+
411+tgt (1:1.0.4-1ubuntu1) maverick; urgency=low
412+
413+ * debian/rules, debian/tgt.tgtd.upstart: Add upstart script. (LP: #574554)
414+
415+ -- Chuck Short <zulcss@ubuntu.com> Thu, 17 Jun 2010 10:22:39 -0400
416+
417 tgt (1:1.0.4-1) unstable; urgency=low
418
419 * New upstream release.
420diff --git a/debian/control b/debian/control
421index 6e807aa..e46c06e 100644
422--- a/debian/control
423+++ b/debian/control
424@@ -1,9 +1,10 @@
425 Source: tgt
426 Section: net
427 Priority: optional
428-Maintainer: Apollon Oikonomopoulos <apoikos@debian.org>
429+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
430+XSBC-Original-Maintainer: Apollon Oikonomopoulos <apoikos@debian.org>
431 Build-Depends: debhelper (>= 11~), libibverbs-dev, librdmacm-dev (>= 1.0.16),
432- xsltproc, docbook-xsl, librbd-dev, glusterfs-common,
433+ xsltproc, docbook-xsl, librbd-dev,
434 bash-completion, libsystemd-dev, libaio-dev
435 Vcs-Git: https://salsa.debian.org/debian/tgt.git
436 Vcs-Browser: https://salsa.debian.org/debian/tgt
437@@ -13,7 +14,7 @@ Homepage: http://stgt.sourceforge.net/
438 Package: tgt
439 Architecture: linux-any
440 Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, libconfig-general-perl, sg3-utils
441-Suggests: tgt-glusterfs, tgt-rbd
442+Suggests: tgt-rbd
443 Description: Linux SCSI target user-space daemon and tools
444 The Linux target framework (tgt) allows a Linux system to provide SCSI
445 devices (targets) over networked SCSI transports.
446@@ -55,26 +56,3 @@ Description: Linux SCSI target user-space daemon and tools - RBD support
447 .
448 This package enables tgt to use Ceph/RADOS block devices (RBD) as backing
449 store for SCSI Logical Units.
450-
451-Package: tgt-glusterfs
452-Architecture: linux-any
453-Depends: tgt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
454-Description: Linux SCSI target user-space daemon and tools - GlusterFS support
455- The Linux target framework (tgt) allows a Linux system to provide SCSI
456- devices (targets) over networked SCSI transports.
457- .
458- tgt consists of a user-space daemon and user-space tools currently
459- supporting the following transports:
460- .
461- - iSCSI (SCSI over IP)
462- - iSER (iSCSI over RDMA, using Infiniband)
463- .
464- tgt also supports different storage types for use as backing stores for SCSI
465- Logical Units:
466- .
467- - Plain files and block devices
468- - Ceph/RADOS RBD volumes
469- - GlusterFS volumes
470- .
471- This package enables tgt to use GlusterFS volumes as backing store for SCSI
472- Logical Units.
473diff --git a/debian/rules b/debian/rules
474index aefd543..fcbc088 100755
475--- a/debian/rules
476+++ b/debian/rules
477@@ -1,7 +1,7 @@
478 #!/usr/bin/make -f
479 #export DH_VERBOSE=1
480
481-FEATURES = ISCSI_RDMA=1 CEPH_RBD=1 GLFS_BD=1 SD_NOTIFY=1
482+FEATURES = ISCSI_RDMA=1 CEPH_RBD=1 SD_NOTIFY=1
483
484 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
485
486diff --git a/debian/tests/control b/debian/tests/control
487index 1e1d3c7..ce05880 100644
488--- a/debian/tests/control
489+++ b/debian/tests/control
490@@ -2,7 +2,7 @@ Tests: daemon admin
491 Depends: tgt
492
493 Tests: storage
494-Depends: tgt, tgt-rbd, tgt-glusterfs
495+Depends: tgt, tgt-rbd
496 Restrictions: needs-root isolation-container allow-stderr
497
498 Tests: localtgt
499diff --git a/debian/tests/storage b/debian/tests/storage
500index 2c24b7a..0389fb9 100755
501--- a/debian/tests/storage
502+++ b/debian/tests/storage
503@@ -13,7 +13,7 @@ supported_bs=$(tgtadm --mode sys --op show | \
504 }')
505 ret=0
506
507-for bs in glfs rbd aio; do
508+for bs in rbd aio; do
509 if echo "$supported_bs" | grep -q "\b$bs\b"; then
510 echo "OK - $bs supported"
511 else
512diff --git a/debian/tgt-glusterfs.install b/debian/tgt-glusterfs.install
513deleted file mode 100644
514index 3726c09..0000000
515--- a/debian/tgt-glusterfs.install
516+++ /dev/null
517@@ -1 +0,0 @@
518-debian/tgt/usr/lib/tgt/backing-store/bs_glfs.so usr/lib/tgt/backing-store

Subscribers

People subscribed via source and target branches