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
|
purelibc (1.0.8-1) unstable; urgency=medium
* Team upload.
* Import version 1.0.8.
+ Add support for loong64. Closes: #1069002
+ Fix FTBFS with __USE_FILE_OFFSET64/__USE_TIME_BITS64 on armhf.
Closes: #1069452
-- Mattia Rizzolo <mattia@debian.org> Tue, 07 May 2024 22:18:19 +0200
purelibc (1.0.6-1) unstable; urgency=medium
[ Renzo Davoli ]
* New upstream release.
+ Fix ftbfs on riscv64. Closes: #1014792
Thanks Bo YU
[ Andrea Capriotti]
* Bump Standards-Version to 4.6.1, no changes needed.
-- Andrea Capriotti <capriott@debian.org> Fri, 12 Aug 2022 14:57:52 +0200
purelibc (1.0.5-1) unstable; urgency=medium
[ Renzo Davoli ]
* New upstream release.
+ Fix glibc 2.33 compatibility. Closes: #1002176
* Update d/copyright.
[ Mattia Rizzolo ]
* d/watch: use substvars and drop the unneeded uupdate call.
* Bump Standards-Version to 4.6.0, no changes needed.
* d/copyright: consistently use spaces instead of tabs.
* Remove usless d/*.dirs files, no need to explicitly create them.
* d/rules:
+ Remove -Wl,--as-needed: that's the default behaviour in bookworm.
+ Remove override_dh_auto_install: that's the default option.
-- Renzo Davoli <renzo@cs.unibo.it> Mon, 03 Jan 2022 13:28:50 +0100
purelibc (1.0.4-1) unstable; urgency=medium
* New Upstream release
-- Andrea Capriotti <capriott@debian.org> Mon, 09 Nov 2020 22:42:40 +0100
purelibc (1.0.3-1) unstable; urgency=medium
* New Upstream release
* Fix some porting issues
* d/control: Add Rules-Requires-Root
-- Andrea Capriotti <capriott@debian.org> Sat, 26 Sep 2020 11:38:36 +0200
purelibc (1.0.2-2) unstable; urgency=medium
* d/control: Standard version bumped to 4.5.0
* d/control: Bump debhelper's compat level to 13
* d/watch: Add watch path
* d/rules: Fix dh_auto_install syntax
-- Andrea Capriotti <capriott@debian.org> Tue, 07 Jul 2020 20:38:23 +0200
purelibc (1.0.2-1) unstable; urgency=medium
* New upstream release
* New source repository
* Autotools to Cmake conversion (tnx: Alberto Fabbri <solo.albif@gmail.com)
* Debian packaging update (tnx: Alberto Fabbri <solo.albif@gmail.com)
-- Renzo Davoli <renzo@cs.unibo.it> Sat, 04 Jul 2020 11:31:05 +0200
purelibc (0.4.1-2) unstable; urgency=medium
* Change maintainers' Mailing List (Closes: #899659)
* Patch FTBFS with glibc 2.28 (Closes: #916165)
-- Renzo Davoli <renzo@cs.unibo.it> Sat, 05 Jan 2019 09:01:39 +0100
purelibc (0.4.1-1) unstable; urgency=low
* New upstream release
* Bump to Standards-Version to 3.9.2:
+ Stop shipping .la files
* Removed useless .dirs files
-- Ludovico Gardenghi <garden@debian.org> Sun, 05 Feb 2012 11:48:07 +0100
purelibc (0.4+r960-1) unstable; urgency=low
* Snapshot from upstream SVN:
+ Fix: -nostartfile -> -nostartfiles option (FTBFS). (Closes: #625086)
+ Fix: wrong index on socketcalls.
+ Fixes (thanks to Alexander Block): wrong __NR constants, wrong
detection of Open # of args.
+ Fix: evecl, exevle, execlp args count was wrong.
+ fcntl -> fcntl64 conversion.
+ preadv/pwritev emulation. accept4.
+ raise added (glibc implements a useless cache for getpid! purelibc
solves also this problem)
+ Fix: negative hash values caused purelibc to write randomly in the
memory. This was the cause of random segfaults.
-- Ludovico Gardenghi <garden@debian.org> Mon, 02 May 2011 17:33:44 +0200
purelibc (0.4+r646-1) unstable; urgency=low
[ Filippo Giunchedi ]
* Add DM-Upload-Allowed field
[ Ludovico Gardenghi ]
* Snapshot from upstream
+ Fixed FTBFS on amd64 with libc 2.9 (Closes: #490389)
+ Added support for *at system calls
* Changed my email address to @debian.org
-- Ludovico Gardenghi <garden@debian.org> Thu, 09 Apr 2009 20:49:10 +0200
purelibc (0.4-1) unstable; urgency=low
* New upstream release
+ soname switched to 1
* Ship libpurelibc-dev with soname removed
-- Filippo Giunchedi <filippo@debian.org> Wed, 16 Apr 2008 22:01:11 +0200
purelibc (0.3-1) unstable; urgency=low
* New upstream release (Closes: #403658, #410543, #404517)
* Fix watch file
* Restrict architectures to i386 amd64 powerpc ppc64
* Switch to cdbs
-- Filippo Giunchedi <filippo@debian.org> Thu, 07 Feb 2008 00:33:38 +0100
purelibc (0.2-1) unstable; urgency=low
* Initial release
-- Guido Trotter <ultrotter@debian.org> Fri, 20 Oct 2006 15:20:09 +0200
|