Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.47 grimoire by George Sherwood (afcc675d5d83618d1d7661dd16206a061c9c019e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.47 grimoire by George Sherwood (afcc675d5d83618d1d7661dd16206a061c9c019e)
  • Date: Sat, 14 Aug 2010 07:55:08 -0500

GIT changes to stable-rc-0.47 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

graphics-libs/freetype2/DETAILS | 4 ++--
graphics-libs/freetype2/HISTORY | 3 +++
utils/rsyslog/DEPENDS | 5 +----
utils/rsyslog/HISTORY | 3 +++
4 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit afcc675d5d83618d1d7661dd16206a061c9c019e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

rsyslog: Depends on pcre for regex (Bug #15790)
(cherry picked from commit 24082d77f21e37fb5a64f76dadc27a25bda732ad)

commit 2c05f89134ace33622393f3da88ab55578984534
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

freetype2: => 2.4.2 (security)
(cherry picked from commit 0df1e6e00f599ebc3643d97e548c3e091041ecd4)

diff --git a/graphics-libs/freetype2/DETAILS b/graphics-libs/freetype2/DETAILS
index 9d338d3..71ba2cb 100755
--- a/graphics-libs/freetype2/DETAILS
+++ b/graphics-libs/freetype2/DETAILS
@@ -1,6 +1,6 @@
SPELL=freetype2
- VERSION=2.4.1
- SECURITY_PATCH=2
+ VERSION=2.4.2
+ SECURITY_PATCH=3
SOURCE=freetype-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/freetype-$VERSION"
diff --git a/graphics-libs/freetype2/HISTORY b/graphics-libs/freetype2/HISTORY
index 6d5f6c8..1ce0568 100644
--- a/graphics-libs/freetype2/HISTORY
+++ b/graphics-libs/freetype2/HISTORY
@@ -1,3 +1,6 @@
+2010-08-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.2; SECURITY_PATCH++
+
2010-07-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.4.1

diff --git a/utils/rsyslog/DEPENDS b/utils/rsyslog/DEPENDS
index 19a51b8..3d2fb3b 100755
--- a/utils/rsyslog/DEPENDS
+++ b/utils/rsyslog/DEPENDS
@@ -1,4 +1,5 @@
depends make &&
+depends pcre '--enable-regexp' &&
depends pkgconfig &&

if [ $JAVATEST == "y" ]; then
@@ -13,10 +14,6 @@ optional_depends gnutls \
"--enable-gnutls" \
"--disable-gnutls" \
"TLS encryption for TCP communication"
-optional_depends pcre \
- "--enable-regexp" \
- "--disable-regexp" \
- "for regular expressions support" &&
optional_depends librelp \
"--enable-relp" \
"--disable-relp" \
diff --git a/utils/rsyslog/HISTORY b/utils/rsyslog/HISTORY
index b56e30c..c00830f 100644
--- a/utils/rsyslog/HISTORY
+++ b/utils/rsyslog/HISTORY
@@ -1,3 +1,6 @@
+2010-08-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on pcre for regex (Bug #15790)
+
2010-04-08 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: devel branch updated to 5.5.3




  • [SM-Commit] GIT changes to stable-rc-0.47 grimoire by George Sherwood (afcc675d5d83618d1d7661dd16206a061c9c019e), George Sherwood, 08/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page