Your message dated Sat, 10 Mar 2012 12:23:07 +0000
with message-id <[email protected]>
and subject line Closing 5.0.10 bugs
has caused the Debian Bug report #656104,
regarding opu: package apr/1.2.12-5+lenny5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
656104: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656104
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: opu
As discussed with adsb, apr needs a sourceful update to bring the arches
back in sync. Changelog:
apr (1.2.12-5+lenny5) oldstable; urgency=low
* Disable robust pthread mutexes on alpha, arm, and armel. This fixes
build problems on buildds running newer Linux kernels.
We already do the same in squeeze/sid. Debdiff is attached.
Please review.
Cheers,
Stefan
diff -u apr-1.2.12/debian/rules apr-1.2.12/debian/rules
--- apr-1.2.12/debian/rules
+++ apr-1.2.12/debian/rules
@@ -25,6 +25,14 @@
CONFFLAGS += ac_cv_prog_AWK=mawk apr_cv_sctp=no
+# apr_cv_mutex_robust_shared causes hangs in procmutex test on arm* and alpha
+ifneq (,$(findstring arm,$(DEB_BUILD_ARCH)))
+ CONFFLAGS += apr_cv_mutex_robust_shared=no
+endif
+ifneq (,$(findstring alpha,$(DEB_BUILD_ARCH)))
+ CONFFLAGS += apr_cv_mutex_robust_shared=no
+endif
+
# Enable debug builds
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
diff -u apr-1.2.12/debian/changelog apr-1.2.12/debian/changelog
--- apr-1.2.12/debian/changelog
+++ apr-1.2.12/debian/changelog
@@ -1,3 +1,10 @@
+apr (1.2.12-5+lenny5) oldstable; urgency=low
+
+ * Disable robust pthread mutexes on alpha, arm, and armel. This fixes build
+ problems on buildds running newer Linux kernels.
+
+ -- Stefan Fritsch <[email protected]> Mon, 16 Jan 2012 15:45:55 +0100
+
apr (1.2.12-5+lenny4) oldstable-security; urgency=low
* Fix regression introduced by fix for CVE-2011-0419:
--- End Message ---
--- Begin Message ---
Version: 5.0.10
The packages corresponding to these bugs have now been included in the
5.0.10 point release. I'm therefore closing the bugs.
Regards,
Adam
--- End Message ---