[Lunar-commits] <moonbase-core> cracklib: version bumped to 2.8.19.
Florin Braescu
florin at lunar-linux.org
Sat Sep 29 11:27:37 CEST 2012
commit 5294c182ff7690f3012a23987bec940b6a764208
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 29 Sep 2012 02:27:37 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/5294c182ff7690f3012a23987bec940b6a764208
cracklib: version bumped to 2.8.19.
It installs now in /usr and don't need python.
---
security/cracklib/BUILD | +5/-11
security/cracklib/DETAILS | +3/-3
2 files changed, 8 insertions(+), 14 deletions(-)
--- a/security/cracklib/BUILD
+++ b/security/cracklib/BUILD
@@ -1,16 +1,10 @@
(
+ ./configure -prefix=/usr \
+ --without-python \
+ $OPTS &&
- ./configure --prefix=/ \
- --datadir=/lib \
- --includedir=/usr/include \
- --infodir=/usr/share/doc \
- --mandir=/usr/share/man \
- --disable-static \
- --with-default-dict=/lib/cracklib/pw_dict \
- $OPTS &&
-
- sedit 's:${exec_prefix}/lib/python:/usr/lib/python:' python/Makefile &&
- sedit 's:${prefix}/lib/python:/usr/lib/python:' python/Makefile &&
+# sedit 's:${exec_prefix}/lib/python:/usr/lib/python:' python/Makefile &&
+# sedit 's:${prefix}/lib/python:/usr/lib/python:' python/Makefile &&
default_make &&
make dict
--- a/security/cracklib/DETAILS
+++ b/security/cracklib/DETAILS
@@ -1,11 +1,11 @@
MODULE=cracklib
- VERSION=2.8.18
+ VERSION=2.8.19
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:3c4df51b13047fd7a85ae470f568abf8a8d6f92b
+ SOURCE_VFY=sha1:29224f51db85e1946c209f6ef6c38da699a9c7cc
WEB_SITE=http://sourceforge.net/projects/cracklib
ENTERED=20020313
- UPDATED=20101106
+ UPDATED=20120902
SHORT="library which may be used in a passwd-like program"
PSAFE=no
cat << EOF
More information about the Lunar-commits
mailing list