Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (db3c839d8f3622373a02134abf4e3040ed0ea068)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (db3c839d8f3622373a02134abf4e3040ed0ea068)
  • Date: Sun, 10 Feb 2013 06:31:43 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/apache22/DEPENDS | 2 +-
http/apache22/HISTORY | 3 +++
libs/apr/DETAILS | 2 +-
libs/apr/HISTORY | 3 +++
4 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit db3c839d8f3622373a02134abf4e3040ed0ea068
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

apache22: fixed requirement of LDAP subdependency in apr-util

commit 301360b0af1b05476dd679e026efc07023dbe9a1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

apr: marked previous update a security one

diff --git a/http/apache22/DEPENDS b/http/apache22/DEPENDS
index 46d5d82..4bcae3c 100755
--- a/http/apache22/DEPENDS
+++ b/http/apache22/DEPENDS
@@ -1,7 +1,7 @@
depends apr &&
depends apr-util &&

-if list_find "$OPTS" "ldap"; then
+if echo "$OPTS" | grep -Eq "enable-(authnz-)?ldap"; then
depends -sub LDAP apr-util
fi &&

diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index 20c3e79..7e4396d 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,6 @@
+2013-02-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed requirement of LDAP subdependency in apr-util
+
2012-09-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.2.23; SECURITY_PATCH++
* PRE_BUILD, pcre830.patch: dropped, fixed by upstream
diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS
index 39d413a..ba7cbb1 100755
--- a/libs/apr/DETAILS
+++ b/libs/apr/DETAILS
@@ -1,6 +1,6 @@
SPELL=apr
VERSION=1.4.6
- SECURITY_PATCH=1
+ SECURITY_PATCH=2
REPOS_URI="branches/${VERSION%.*}.x"
# APR_LATEST replaces APR_CVS; remove APR_CVS in May, 2005
if [[ "${APR_LATEST:-APR_CVS}" == y ]]; then
diff --git a/libs/apr/HISTORY b/libs/apr/HISTORY
index 0ed26fe..001a7c1 100644
--- a/libs/apr/HISTORY
+++ b/libs/apr/HISTORY
@@ -1,3 +1,6 @@
+2013-02-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: this was a security update (oCERT-2011-003),
SECURITY_PATCH++
+
2012-12-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.4.6




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (db3c839d8f3622373a02134abf4e3040ed0ea068), Vlad Glagolev, 02/10/2013

Archive powered by MHonArc 2.6.24.

Top of Page