summaryrefslogtreecommitdiff
path: root/security/pam-passwdqc
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-11-18 16:59:30 +0000
committerdrochner <drochner@pkgsrc.org>2009-11-18 16:59:30 +0000
commitb18fd3a663dc6c85b3f37e11024dc7bfc2135d47 (patch)
tree964212f06ba380880b77c9bb9b6ffec3b8b101bd /security/pam-passwdqc
parentb953bff3f726a69cccebcd46c49f24b68a983683 (diff)
downloadpkgsrc-b18fd3a663dc6c85b3f37e11024dc7bfc2135d47.tar.gz
update to 1.1.4
The changes since 1.1.3 are mostly limited to minor code and manual pages markup cleanups (such as for proper formatting on OpenBSD).
Diffstat (limited to 'security/pam-passwdqc')
-rw-r--r--security/pam-passwdqc/Makefile6
-rw-r--r--security/pam-passwdqc/distinfo10
-rw-r--r--security/pam-passwdqc/patches/patch-aa6
3 files changed, 11 insertions, 11 deletions
diff --git a/security/pam-passwdqc/Makefile b/security/pam-passwdqc/Makefile
index 41e33b45f40..adfc64a735f 100644
--- a/security/pam-passwdqc/Makefile
+++ b/security/pam-passwdqc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/10/28 18:46:20 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/11/18 16:59:30 drochner Exp $
#
-DISTNAME= passwdqc-1.1.3
-PKGNAME= pam-passwdqc-1.1.3
+DISTNAME= passwdqc-1.1.4
+PKGNAME= pam-passwdqc-1.1.4
CATEGORIES= security
MASTER_SITES= http://www.openwall.com/passwdqc/
diff --git a/security/pam-passwdqc/distinfo b/security/pam-passwdqc/distinfo
index d497c018082..aaed312e250 100644
--- a/security/pam-passwdqc/distinfo
+++ b/security/pam-passwdqc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/10/28 18:46:20 drochner Exp $
+$NetBSD: distinfo,v 1.2 2009/11/18 16:59:30 drochner Exp $
-SHA1 (passwdqc-1.1.3.tar.gz) = 7dedb1f0db9bcab2c4ba17e4f4b9d7ceb862dec9
-RMD160 (passwdqc-1.1.3.tar.gz) = 10ae08e52239271daa63431c1de0986a647aedbf
-Size (passwdqc-1.1.3.tar.gz) = 41328 bytes
-SHA1 (patch-aa) = 0bb338fd35cbcaa2248e7588aa67cdec1457887f
+SHA1 (passwdqc-1.1.4.tar.gz) = 9c85dd42ae0b02e85f7034d012cdceceafc5d03b
+RMD160 (passwdqc-1.1.4.tar.gz) = 8194b9eebae2bfca659550afebd6c6f5b8e782ce
+Size (passwdqc-1.1.4.tar.gz) = 41760 bytes
+SHA1 (patch-aa) = 2a631c17278783cab5203199bff29ead3623a5f1
diff --git a/security/pam-passwdqc/patches/patch-aa b/security/pam-passwdqc/patches/patch-aa
index 7a4c0afbc81..88bf4f8840b 100644
--- a/security/pam-passwdqc/patches/patch-aa
+++ b/security/pam-passwdqc/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/10/28 18:46:20 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2009/11/18 16:59:30 drochner Exp $
---- Makefile.orig 2009-10-21 23:59:54.000000000 +0200
+--- Makefile.orig 2009-10-27 02:45:50.000000000 +0100
+++ Makefile
@@ -30,18 +30,18 @@ INCLUDEDIR = /usr/include
MANDIR = /usr/share/man
@@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2009/10/28 18:46:20 drochner Exp $
+#LD = $(CC)
LD_lib = $(LD)
RM = rm -f
- LN_s = ln -s
+ LN_s = ln -s -f
MKDIR = umask 022 && mkdir -p
INSTALL = install -c
-CFLAGS = -Wall -O2