summaryrefslogtreecommitdiffstats
path: root/security-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2013-12-31 14:50:06 +0100
committerTreeve Jelbert2014-01-01 17:15:17 +0100
commitc539dfe91262506a2a39cfcd0d3ffb6edd68b9da (patch)
treec512bfd28857a1134a03f9aad5b2f8a8ec96358f /security-libs
parent38fcb1c1c86c1a686a7e0af93108f56bd16be864 (diff)
cracklib: => 2.9.1
Diffstat (limited to 'security-libs')
-rwxr-xr-xsecurity-libs/cracklib/DETAILS4
-rw-r--r--security-libs/cracklib/HISTORY4
-rwxr-xr-xsecurity-libs/cracklib/PRE_BUILD12
3 files changed, 6 insertions, 14 deletions
diff --git a/security-libs/cracklib/DETAILS b/security-libs/cracklib/DETAILS
index 19df9f9955..4b7b523757 100755
--- a/security-libs/cracklib/DETAILS
+++ b/security-libs/cracklib/DETAILS
@@ -1,5 +1,6 @@
SPELL=cracklib
- VERSION=2.9.0
+ VERSION=2.9.1
+ SOURCE_HASH=sha512:19b1d38dfcfce98893e6a63e4387a8da9da1eae109d9d84e0f84adabc0ee25fac930576011fb60de007f59f7dea2ee0bb01fd6d8607d4854b7de006ec07a4b2a
VERSIONWORDS=20080507
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-words-$VERSIONWORDS.gz
@@ -7,7 +8,6 @@
SOURCE2_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- SOURCE_HASH=sha512:10e58618fbe42a2ee6a5106dac5ae9cb66d6ae01162caee03954f2f39bd009e0a194513152f5cf593631d5d164c6c26ec35c82470bfc23d70ceb1a440f863d30
SOURCE2_HASH='sha512:d21055d6439a2b92b23ab6fd31222d9330315a0b44f53fae308ce5749a9fcb33b7df982f85ca8e2d6d2f9cc4c7264dfc3ed454edbccecd76289713df09fd633e'
WEB_SITE=http://sf.net/projects/$SPELL
ENTERED=20050310
diff --git a/security-libs/cracklib/HISTORY b/security-libs/cracklib/HISTORY
index 28fca855f8..0d0dbc06f6 100644
--- a/security-libs/cracklib/HISTORY
+++ b/security-libs/cracklib/HISTORY
@@ -1,3 +1,7 @@
+2013-12-31 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: 2.9.1
+ * PRE_BUILD: remove obsolete fixes
+
2013-06-17 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: 2.9.0
diff --git a/security-libs/cracklib/PRE_BUILD b/security-libs/cracklib/PRE_BUILD
index 6b51408480..3aa2d0d6da 100755
--- a/security-libs/cracklib/PRE_BUILD
+++ b/security-libs/cracklib/PRE_BUILD
@@ -1,15 +1,3 @@
default_pre_build &&
# the next instruction checks the file but doesn't decompress it
unpack_file 2
-
-# Doesn't really need C++...
-cd $SOURCE_DIRECTORY &&
-# update the config scripts
-sed -i "s/AM_GNU_GETTEXT_VERSION/&(0.18.1)/" configure.in &&
-sedit 's/AM_CONFIG_HEADER(config.h)/AC_CONFIG_HEADERS(config.h)/' configure.in &&
-# fix detection of python3
-if is_depends_enabled $SPELL python3;then
- sed -i "s/}/}m/" configure.in &&
- sed -i "s|@/|@m/|" python/Makefile.am
-fi &&
-autoreconf -f -i --symlink