eglibc packaging in lucid break on epoch
Bug #929565 reported by
Unilogic Networks Package Master
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eglibc (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
While trying a small modification to the eglibc source package (in Ubuntu Lucid), I tried using Debian epoch versioning, however this seemed to break the Makefile.
The following modification to the rules file seems to fix it:
Current/Broken:
EGLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed -e 's/-.*//')
Should Be Better:
EGLIBC_VERSION = $(shell echo $(DEB_VERSION) | sed 's/.*://' | sed -e 's/-.*//')
CVE References
Changed in eglibc (Ubuntu): | |
status: | New → Fix Committed |
To post a comment you must log in.
This bug was fixed in the package eglibc - 2.17-0ubuntu1
---------------
eglibc (2.17-0ubuntu1) raring; urgency=low
* Merge with Debian, bringing in a new upstream and many small fixes: any/cvs- malloc- deadlock. diff: Dropped, merged upstream. ubuntu/ lddebug- scopes. diff: Rebase for upstream changes. ubuntu/ local-CVE- 2012-3406. diff: Rebased against upstream. ubuntu/ no-asm- mtune-i686. diff: Fixed in recent binutils. SUPPORTED to 2.6.32 on ARM, now that we no longer ubuntu/ local-disable- nscd-host- caching. diff, as these
- patches/
- patches/
- patches/
- patches/
* This upstream merge fixes a nasty hang in pulseaudio (LP: #1085342)
* Bump MIN_KERNEL_
have to support shonky 2.6.31 kernels on imx51 babbage builders.
* Drop patches/
issues were apparently resolved upstream a while ago (LP: #613662)
* Fix the compiled-in bug URL to point to launchpad.net, not Debian.
eglibc (2.17-0experime ntal0) experimental; urgency=low
[ Adam Conrad ] rules.d/ tarball. mk: ports is no longer external to libc. localedata/ supported. diff: Rebased against new upstream. localedata/ locale- ia.diff: Dropped, merged upstream. localedata/ submitted- es_MX-decimal_ point.diff: Rebased. amd64/local- pthread_ cond_wait. diff: Dropped, fixed upstream. i386/local- pthread_ cond_wait. diff: Dropped (closes: #694962) arm64/cvs- ldconfig- cache-abi. diff: Dropped, merged upstream. arm64/submitted -aarch64- support. diff: Merged upstream. arm/cvs- ldconfig- cache-abi. diff: Dropped, merged upstream. arm/local- atomic. diff: Dropped, fixed differently upstream. arm/unsubmitted -armhf- linker. diff: Dropped, not needed. arm/unsubmitted -ldconfig- cache-abi. diff: Rewritten slightly. hppa/submitted- nptl-carlos. diff: Rebased against upstream. hppa/local- stack-grows- up.diff: Rebased against upstream. hurd-i386/ local-enable- ldconfig. diff: dl-cache.c dropped. hurd-i386/ tg-tls. diff: Rebase and drop powerpc support. hurd-i386/ tg-regenerate_ errno.h. diff: Merged upstream. hurd-i386/ tg-extern_ inline. diff: Drop powerpc support. hurd-i386/ tg-elfosabi_ gnu.diff: Drop powerpc support. hurd-i386/ tg-grantpt. diff: Rebased against new upstream. hurd-i386/ unsubmitted- pthread_ posix-option. diff: Rebased. hurd-i386/ submitted- getgroups. diff: Dropped, merged upstream. hurd-i386/ submitted- getlogin_ r.diff: Dropped, fixed upstream. hurd-i386/ submitted- ptsname. diff: Dropped, merged upstream. hurd-i386/ submitted- sendto. diff: Dropped, fixed upstream. hurd-i386/ cvs-add- missing- includes. diff: Merged upstream. hurd-i386/ cvs-mach- check-local- headers. sh.diff: Merged. hurd-i386/ cvs-lremovexatt r.diff: Dropped, merged upstrea...
* New upstream release: version 2.17, orig tarball built at SVN r22169:
- Restricts ld.so self-loading checks to normal mode (LP: #1088677)
- debian/
- debian/*: Update all 2.16 occurences to 2.17 for upgrades/deps.
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/
- patches/