1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260
|
python-rtslib-fb (2.1.76-3) unstable; urgency=medium
* Switch to pybuild (Closes: #1090609).
-- Thomas Goirand <zigo@debian.org> Wed, 18 Dec 2024 23:03:17 +0100
python-rtslib-fb (2.1.76-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Wed, 03 Apr 2024 16:24:15 +0200
python-rtslib-fb (2.1.76-1) experimental; urgency=medium
* New upstream release.
* Removed depends on lsb-base.
-- Thomas Goirand <zigo@debian.org> Fri, 23 Feb 2024 09:53:09 +0100
python-rtslib-fb (2.1.75-2) unstable; urgency=medium
* Uplaoding to unstable.
-- Thomas Goirand <zigo@debian.org> Thu, 22 Sep 2022 16:51:02 +0200
python-rtslib-fb (2.1.75-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 31 Aug 2022 14:21:58 +0200
python-rtslib-fb (2.1.74-4) unstable; urgency=medium
* Upload to unstable.
-- Thomas Goirand <zigo@debian.org> Mon, 16 Aug 2021 19:12:28 +0200
python-rtslib-fb (2.1.74-3) experimental; urgency=medium
* Fix fix-path-of-etc-saveconfig.json.patch again.
-- Thomas Goirand <zigo@debian.org> Mon, 29 Mar 2021 14:34:59 +0200
python-rtslib-fb (2.1.74-2) experimental; urgency=medium
* Fixed incomplete fix-path-of-etc-saveconfig.json.patch.
-- Thomas Goirand <zigo@debian.org> Mon, 29 Mar 2021 14:28:26 +0200
python-rtslib-fb (2.1.74-1) experimental; urgency=medium
* New upstream release.
* Rebased fix-path-of-etc-saveconfig.json.patch.
* Removed CVE-2020-14019 patch applied upstream.
-- Thomas Goirand <zigo@debian.org> Sat, 27 Mar 2021 12:06:38 +0100
python-rtslib-fb (2.1.71-3) unstable; urgency=medium
* CVE-2020-14019: Open-iSCSI rtslib-fb through 2.1.72 has weak permissions
for /etc/target/saveconfig.json because shutil.copyfile (instead of
shutil.copy) is used, and thus permissions are not preserved. In Debian,
this file is /etc/rtslib-fb-target/saveconfig.json. Add commits from
https://github.com/open-iscsi/rtslib-fb/pull/162/commits to fix this.
(Closes: #972227).
* Fixed rtslib-fb-targetctl systemd .service installation.
-- Thomas Goirand <zigo@debian.org> Sun, 22 Nov 2020 20:33:22 +0100
python-rtslib-fb (2.1.71-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 08 May 2020 11:39:20 +0200
python-rtslib-fb (2.1.71-1) experimental; urgency=medium
* New upstream release.
* Refreshed fix-path-of-etc-saveconfig.json.patch.
* Using debhelper-compat = 11.
* Standards-Version: 4.5.0.
-- Thomas Goirand <zigo@debian.org> Mon, 30 Mar 2020 10:58:30 +0200
python-rtslib-fb (2.1.69-3) unstable; urgency=medium
[ Ondřej Nový ]
* Run wrap-and-sort -bastk.
[ Thomas Goirand ]
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Mon, 21 Oct 2019 10:22:07 +0200
python-rtslib-fb (2.1.69-2) experimental; urgency=medium
* Create /etc/rtslib-fb-target in the startup.
-- Thomas Goirand <zigo@debian.org> Mon, 30 Sep 2019 15:46:05 +0200
python-rtslib-fb (2.1.69-1) experimental; urgency=medium
* New upstream release (Closes: #933929).
* Refershed fix-path-of-etc-saveconfig.json.patch.
-- Thomas Goirand <zigo@debian.org> Sat, 21 Sep 2019 18:34:11 +0200
python-rtslib-fb (2.1.66-4) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Thomas Goirand ]
* Remove all of /etc/rtslib-fb-target on purge (Closes: #909920).
* Removed Python 2 support (Closes: #938149).
* Move the init script to python3-rtslib-fb, and add Breaks+Replaces.
* Increased timeout for /proc/mouts to 50 seconds (from 5 seconds), which
should fix in most situations (Closes: #858533).
-- Thomas Goirand <zigo@debian.org> Sat, 14 Sep 2019 19:06:29 +0200
python-rtslib-fb (2.1.66-3.2) unstable; urgency=medium
* Replace previous NMU with a new source-only upload.
-- Kenneth J. Pronovici <pronovic@debian.org> Thu, 08 Aug 2019 02:29:11 +0000
python-rtslib-fb (2.1.66-3.1) unstable; urgency=medium
* Non-maintainer upload
* Eliminate dependency on epydoc, which will be removed (closes: #881558)
- Update debian/rules to no longer build epydoc documentation
- Update debian/control to remove Build-Depends: python-epydoc
- Update debian/control to remove now-empty python-rtslib-fb-doc package
- Update debian/control to remove Suggests: python-rtslib-fb-doc
- Remove debian/python-rtslib-fb-doc.doc-base
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 02 Aug 2019 17:36:44 +0000
python-rtslib-fb (2.1.66-3) unstable; urgency=medium
* Add python3-rtslib-fb.rtslib-fb-targetctl.service (Closes: #926943).
* Move init script from python-rtslib-fb to python3-rtslib-fb and add a
Recommends: in the python-rtslib-fb (and Breaks+Replaces to allow the
upgrades).
-- Thomas Goirand <zigo@debian.org> Tue, 16 Apr 2019 21:33:35 +0200
python-rtslib-fb (2.1.66-2) unstable; urgency=medium
* Uploading to unstable (Closes: #903500).
* Added python{3,}-pyudev runtime depends.
* Fixed patch for change of /etc/rtslib-fb-target.
* Fixed URL in watch file to use new upstream VCS.
* Fixed Homepage: field and debian/copyright URLs as well.
-- Thomas Goirand <zigo@debian.org> Fri, 24 Aug 2018 12:33:06 +0200
python-rtslib-fb (2.1.66-1) experimental; urgency=medium
[ Thomas Goirand ]
* Fixed upstream VCS URL in debian/rules.
* New upstream release.
* Refreshed fix-path-of-etc-saveconfig.json.patch.
[ Daniel Baumann ]
* Updating vcs fields.
* Updating copyright format url.
* Updating maintainer field.
* Running wrap-and-sort -bast.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Correcting permissions in debian packaging files.
* Updating standards version to 4.1.0.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Use team+openstack@tracker.debian.org as maintainer
[ David Rabel ]
* d/watch: Fix d/watch.
* d/copyright: Fix paragraph order.
* d/control: Add dependency on lsb-base.
* d/control: Delete dependency of python3 package on python2.x package.
-- David Rabel <david.rabel@noresoft.com> Fri, 11 May 2018 22:59:07 +0200
python-rtslib-fb (2.1.57+debian-4) unstable; urgency=medium
* Team upload.
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:49:37 +0100
python-rtslib-fb (2.1.57+debian-3) unstable; urgency=medium
* override_dh_python3 to fix Py3 shebang.
-- Thomas Goirand <zigo@debian.org> Fri, 23 Oct 2015 23:51:49 +0000
python-rtslib-fb (2.1.57+debian-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 16 Oct 2015 10:48:18 +0000
python-rtslib-fb (2.1.57+debian-1) experimental; urgency=medium
* New upstream release (fake one to fix native package).
* Check if configfs is mounted before starting targetctl restore.
* Package isn't native anymore (missing debian/source/format file).
* Removed X-Python-Version: 2.7 now useless (Jessie has 2.7 by default).
* Standards-Version is now 3.9.6.
* Added missing dh-python build-depends.
* Added missing python{3,}-six (build-)depends.
-- Thomas Goirand <zigo@debian.org> Fri, 02 Oct 2015 12:50:32 +0000
python-rtslib-fb (2.1.57-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Mon, 07 Sep 2015 10:24:27 +0000
python-rtslib-fb (2.1.45-5) UNRELEASED; urgency=medium
* Checking if configfs is present in /proc/mount before starting targetctl
restore.
-- Thomas Goirand <zigo@debian.org> Thu, 23 Apr 2015 11:36:46 +0200
python-rtslib-fb (2.1.45-4) unstable; urgency=medium
* Fixed VCS URLs.
-- Thomas Goirand <zigo@debian.org> Tue, 05 Aug 2014 07:47:04 +0000
python-rtslib-fb (2.1.45-3) unstable; urgency=medium
* Fixed missing python3-all build-depends. (Closes: #746133).
-- Thomas Goirand <zigo@debian.org> Wed, 30 Apr 2014 08:50:32 +0000
python-rtslib-fb (2.1.45-2) unstable; urgency=medium
* Manually tries to load configfs kernel module to avoid failure on install.
Thanks to Martin Zobel-Helas <zobel@debian.org> for reporting this problem.
(Closes: #745648).
-- Thomas Goirand <zigo@debian.org> Wed, 30 Apr 2014 07:38:32 +0000
python-rtslib-fb (2.1.45-1) unstable; urgency=medium
* Initial release. (Closes: #736573)
-- Thomas Goirand <zigo@debian.org> Sat, 25 Jan 2014 15:34:09 +0800
|