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 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294
|
musl (1.1.21-2) unstable; urgency=medium
* Revert "Install ld.so symlink with dh_install instead of dh_link".
The upstream symlink was pointing to /usr/lib/${TRIPLE}/libc.so, which
is part of a different package (musl-dev).
* Add /lib/ld-musl-*.so.1 symlink to debian/not-installed, to tell
dh_missing that it is deliberately not installed.
-- Reiner Herrmann <reiner@reiner-h.de> Wed, 23 Jan 2019 20:32:39 +0100
musl (1.1.21-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.3.0.
* Depend on debhelper-compat and bump compat level to 12.
* Install ld.so symlink with dh_install instead of dh_link.
dh_missing was confused by symlink that was also installed by
upstream Makefile.
* Declare that debian/rules does not require root.
* Update debian/copyright and bump years.
-- Reiner Herrmann <reiner@reiner-h.de> Tue, 22 Jan 2019 20:23:18 +0100
musl (1.1.20-1) unstable; urgency=medium
* New upstream release.
* New supported architecture: m68k
* Bump Standards-Version to 4.2.1.
* Drop patch for working around binutils static linking bug.
binutils fix is included in 2.31.1-2 (with a follow up in 2.31.1-3).
* Drop patch with musl-gcc workaround for linking with default-pie
toolchains, as the upstream specs file now includes a better solution.
-- Reiner Herrmann <reiner@reiner-h.de> Tue, 04 Sep 2018 22:31:55 +0200
musl (1.1.19-2) unstable; urgency=medium
* Workaround binutils 2.31 bug that broke static linking.
Thanks to Szabolcs Nagy for the analysis and workaround.
* Bump Standards-Version to 4.1.5.
* Add binutils to test dependencies to trigger autopkgtest runs when
they are updated.
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 19 Jul 2018 18:52:03 +0200
musl (1.1.19-1) unstable; urgency=medium
* New upstream release.
* Move packaging VCS to salsa.
* Bump Standards-Version to 4.1.3.
* Bump debhelper compat/dependency to 11.
* Fix spelling error found by lintian.
* Override lintian warning application-in-library-section for musl.
* Add upstream metadata file.
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 25 Feb 2018 18:54:30 +0100
musl (1.1.18-1) unstable; urgency=medium
* New upstream release.
* Drop patch applied upstream.
* Remove trailing whitespace in d/changelog and d/rules.
-- Reiner Herrmann <reiner@reiner-h.de> Tue, 31 Oct 2017 21:57:13 +0100
musl (1.1.17-2) unstable; urgency=medium
* Fix build failure on armel because of unsupported instruction.
Thanks to Adrian Bunk for providing the patch. (Closes: #879190)
-- Reiner Herrmann <reiner@reiner-h.de> Fri, 20 Oct 2017 18:19:33 +0200
musl (1.1.17-1) unstable; urgency=high
* New upstream release.
- Fixes security issue: buffer overflow in dns response parsing
(CVE-2017-15650)
* Drop patches applied upstream.
* Update Standards-Version to 4.1.1.
- change priority to optional
* Switch http URLs to https.
* Bump copyright years for 2017.
* Mark musl-dev as Multi-Arch: same (Closes: #873363)
- add lintian override for musl-specific directory unknown to lintian
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 19 Oct 2017 23:08:39 +0200
musl (1.1.16-3) unstable; urgency=medium
* Import upstream fix for PPC64 crash.
Thanks to Breno Leitao for investigating. (Closes: #857078)
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 09 Mar 2017 19:19:31 +0100
musl (1.1.16-2) unstable; urgency=medium
[ Breno Leitao ]
* Enable building on ppc64el. (Closes: #851686)
[ Reiner Herrmann ]
* Fix build failure on armhf with newer binutils. (Closes: #852214)
-- Reiner Herrmann <reiner@reiner-h.de> Sun, 22 Jan 2017 18:18:26 +0100
musl (1.1.16-1) unstable; urgency=low
* New upstream release.
* New supported architecture: s390x
* Remove patch cve-2016-8859.diff (applied upstream).
* Bump debhelper compatibility to 10.
- drop --parallel, which is now default.
* Use Debian buildflags and enable all hardening options.
* Remove ancient version restrictions on gcc and dh-exec.
* Disable PIE linking in musl-gcc wrapper to workaround linking issues
(Closes: #847776).
-- Reiner Herrmann <reiner@reiner-h.de> Tue, 03 Jan 2017 22:38:49 +0100
musl (1.1.15-2) unstable; urgency=high
* Cherry-pick upstream fix for regex integer overflow in buffer size
computations; CVE-2016-8859 (Closes: #842171)
-- Reiner Herrmann <reiner@reiner-h.de> Thu, 27 Oct 2016 18:53:49 +0200
musl (1.1.15-1) unstable; urgency=low
* New upstream release.
* New supported architectures: mips64el, sh4
* debian/control:
- Adopt package, update maintainer. (Closes: #830176)
- Remove unneeded XS-Testsuite field
- Change Vcs-* fields to point to collab-maint.
- Bump Standards-Version to 3.9.8.
* Add upstream's signing key.
* Check PGP signature when importing upstream releases.
* Move musl-ldd symlink from musl to musl-tools. (Closes: #803577)
* Drop ARM thumb compatibility patch (applied upstream).
* Install upstream changelog.
* postinst/postrm: Set -e in body instead of shebang.
* Fix manpage typos found by lintian.
* Remove duplicate mdoc manpages.
* Build with debugging symbols to support dbgsym packages.
* Update copyrights; remove trailing whitespace.
* Amend autopkgtest to test dynamic linking.
-- Reiner Herrmann <reiner@reiner-h.de> Fri, 08 Jul 2016 14:38:17 +0200
musl (1.1.9-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Always enable gcc wrapper, as it is no longer required for gcc6,
but is still useful for older gcc versions. (Closes: #812278)
-- Reiner Herrmann <reiner@reiner-h.de> Wed, 06 Jul 2016 21:07:23 +0200
musl (1.1.9-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Create /usr/lib/$MUSL_TRIPLE/libc.so in postinst to support merged /usr
systems. (Closes: #766812)
-- Marco d'Itri <md@linux.it> Sat, 06 Feb 2016 01:12:33 +0100
musl (1.1.9-1) unstable; urgency=low
[ Kevin Bortis ]
* Import upstream version 1.1.9
* Provide linux-libc-dev on musl-linux-any
[ Helmut Grohne ]
* Build musl for the corresponding musl-linux-any (Closes: #783078)
* Provide libc-dev on musl-linux-any
-- Kevin Bortis <pkgs@bortis.ch> Wed, 29 Apr 2015 18:16:36 +0200
musl (1.1.8-1~exp1) experimental; urgency=low
* Import upstream version 1.1.8
* Fixes possible stack-based buffer overflow CVE-2015-1817
* Includes new aarch64 port
-- Kevin Bortis <pkgs@bortis.ch> Tue, 31 Mar 2015 19:49:20 +0200
musl (1.1.5-1) unstable; urgency=low
[ Kevin Bortis ]
* Import upstream version 1.1.5
* New library-level C11 support
[ Anton Gladky ]
* Set Standards-Version: 3.9.6. No changes.
-- Kevin Bortis <pkgs@bortis.ch> Tue, 14 Oct 2014 21:13:35 +0200
musl (1.1.4-1) unstable; urgency=low
* Import upstream version 1.1.4. (Closes: #754758)
* Fixes possible stack-based buffer overflow CVE-2014-3484 (Closes: #750815)
* Includes fix for build regression on armhf and armel
-- Kevin Bortis <pkgs@bortis.ch> Mon, 26 May 2014 22:45:52 +0200
musl (1.1.0-1) unstable; urgency=low
[ Kevin Bortis ]
* Import upstream version 1.1.0
[ Anton Gladky ]
* Add autopkgtest according to DEP-8
-- Kevin Bortis <pkgs@bortis.ch> Fri, 25 Apr 2014 19:49:40 +0000
musl (1.0.0-1) unstable; urgency=medium
* Import upstream version 1.0.0
* Provide musl-ldd (Closes: #732169)
* Arch independent ld-musl-config (Closes: #739205)
-- Kevin Bortis <pkgs@bortis.ch> Sat, 22 Mar 2014 09:39:56 +0100
musl (0.9.15-1) unstable; urgency=low
* Import upstream version 0.9.15
* Do no longer provide libc-dev (Closes: #725376)
* Make runtime package multi-arch (Closes: #732170)
-- Kevin Bortis <pkgs@bortis.ch> Sun, 05 Jan 2014 20:11:11 +0100
musl (0.9.14-2) unstable; urgency=low
* Make musl-tools depend on musl-dev (Closes: #725060)
* Place each package in the correct section (Closes: #725148)
-- Kevin Bortis <pkgs@bortis.ch> Fri, 04 Oct 2013 21:45:54 +0200
musl (0.9.14-1) unstable; urgency=low
* Import upstream version 0.9.14
* Only build on fully supported architectures
* Point to new homepage in control file (Closes: #724277)
* Revorked debian/rules
* Solved possible problem with postrm script (Closes: #724247)
-- Kevin Bortis <pkgs@bortis.ch> Fri, 27 Sep 2013 23:47:18 +0200
musl (0.9.13-3) unstable; urgency=low
* Ready for Debian upload (Closes: #713072)
* Respect user set CC
* Reworked package according to feedback given
by Anton Gladky. See #721839 for reference.
* Reworked debian/copyright file according to
feedback given by Paul Richards Tagliamonte
-- Kevin Bortis <pkgs@bortis.ch> Fri, 20 Sep 2013 20:54:14 +0200
musl (0.9.13-2) unstable; urgency=low
* Added preliminary manpages for ld-musl-config and musl-gcc
-- Kevin Bortis <pkgs@bortis.ch> Fri, 20 Sep 2013 19:20:33 +0200
musl (0.9.13-1) unstable; urgency=low
* Import upstream version 0.9.13
-- Kevin Bortis <pkgs@bortis.ch> Sun, 01 Sep 2013 22:20:46 +0200
musl (0.9.12-2) unstable; urgency=low
* Corrected lintian error "description-starts-with-package-name"
* Corrected lintian warning "shared-lib-without-dependency-information"
-- Kevin Bortis <pkgs@bortis.ch> Fri, 02 Aug 2013 15:22:17 +0200
musl (0.9.12-1) unstable; urgency=low
* Import upstream version 0.9.12
* New LDSO_PATHNAME for armhf (/etc/ld-musl-armhf.path)
-- Kevin Bortis <pkgs@bortis.ch> Mon, 29 Jul 2013 15:46:21 +0000
musl (0.9.11-1) unstable; urgency=low
* Import upstream version 0.9.11
-- Kevin Bortis <pkgs@bortis.ch> Sun, 30 Jun 2013 18:16:00 +0200
musl (0.9.10-1) unstable; urgency=low
* Initial release (Closes: #713072)
-- Kevin Bortis <pkgs@bortis.ch> Fri, 21 Jun 2013 17:12:20 +0200
|