Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (60aee5e1e36649d462837a5e2fe5e83e35e1e062)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (60aee5e1e36649d462837a5e2fe5e83e35e1e062)
  • Date: Sat, 21 Oct 2006 08:02:42 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

security/apg/HISTORY | 3 +++
security/apg/PRE_BUILD | 3 ++-
security/apg/apg-glibc-2.4.patch | 11 +++++++++++
3 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit f0fa0b6a174dce60f7d3dfe53ce642076b67a05b
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

apg: fix #10711

diff --git a/security/apg/HISTORY b/security/apg/HISTORY
index 868510e..58d0cfb 100644
--- a/security/apg/HISTORY
+++ b/security/apg/HISTORY
@@ -1,3 +1,6 @@
+2006-10-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * apg-glibc-2.4.patch: added gentoo patch to fix #10711
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/security/apg/PRE_BUILD b/security/apg/PRE_BUILD
index 920f3c0..e0228fc 100755
--- a/security/apg/PRE_BUILD
+++ b/security/apg/PRE_BUILD
@@ -13,7 +13,8 @@ #sedit 's|#CLISERV_OPTIONS|CLISERV_OPTIO
#sedit 's|#APG_CLIBS|APG_CLIBS|' Makefile

if [ "$CRACKLIB" == "y" ]; then
- patch -p0 < $SCRIPT_DIRECTORY/apg-cracklib.diff
+ patch -p0 < $SCRIPT_DIRECTORY/apg-cracklib.diff &&
+ patch -p0 < $SCRIPT_DIRECTORY/apg-glibc-2.4.patch
else
patch -p0 < $SCRIPT_DIRECTORY/apg.diff
fi
diff --git a/security/apg/apg-glibc-2.4.patch
b/security/apg/apg-glibc-2.4.patch
new file mode 100644
index 0000000..be90c63
--- /dev/null
+++ b/security/apg/apg-glibc-2.4.patch
@@ -0,0 +1,11 @@
+--- restrict.h.orig 2006-03-26 03:33:50.168661936 +0400
++++ restrict.h 2006-03-26 03:34:10.427582112 +0400
+@@ -33,6 +33,8 @@
+ #ifndef APG_RESTRICT_H
+ #define APG_RESTRICT_H 1
+
++#define uint32_t int
++
+ #if defined(APG_USE_CRACKLIB)
+ #include <packer.h>
+ #endif



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (60aee5e1e36649d462837a5e2fe5e83e35e1e062), Jaka Kranjc, 10/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page