[gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/files/

2017-02-04 Thread David Seifert
commit: 16339bd710b24f4fcd076ed98faade50a5546061
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb  3 15:28:47 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb  4 21:21:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16339bd7

sys-libs/pwdb: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/3791

 sys-libs/pwdb/files/passwd | 4 
 1 file changed, 4 deletions(-)

diff --git a/sys-libs/pwdb/files/passwd b/sys-libs/pwdb/files/passwd
deleted file mode 100644
index 09a3643..
--- a/sys-libs/pwdb/files/passwd
+++ /dev/null
@@ -1,4 +0,0 @@
-auth  required pam_pwdb.so shadow nullok
-account   required pam_pwdb.so
-password   requiredpam_pwdb.so md5
-session   required pam_pwdb.so



[gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/files/

2016-02-28 Thread Mike Frysinger
commit: 50702829bf5ca222f473c2e19e4f64fb48960c69
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Feb 28 19:22:58 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Feb 28 19:23:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50702829

sys-libs/pwdb: update selinux patch #575882

 sys-libs/pwdb/files/pwdb-0.62-selinux.patch | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/sys-libs/pwdb/files/pwdb-0.62-selinux.patch 
b/sys-libs/pwdb/files/pwdb-0.62-selinux.patch
index c31579c..106be56 100644
--- a/sys-libs/pwdb/files/pwdb-0.62-selinux.patch
+++ b/sys-libs/pwdb/files/pwdb-0.62-selinux.patch
@@ -433,13 +433,11 @@
  
  CFLAGS+=# -DDEBUG
  
-@@ -50,6 +50,6 @@ all: $(LIBSTATIC) $(LIBDYNAME) 
+@@ -50,6 +50,7 @@
  
+ all: $(LIBSTATIC) $(LIBDYNAME) 
  
- $(LIBDYNAME): $(LIBOBJ)
--  $(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o 
$(LIBFILENAME) $(LIBOBJ)  -lcrypt -lnsl -lc
-+  $(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o 
$(LIBFILENAME) $(LIBOBJ)  -lcrypt -lnsl -lc -lselinux
-   @ln -sf $(LIBFILENAME) $@
++$(LIBDYNAME): LDLIBS += -lselinux
  
- $(LIBSTATIC): $(LIBOBJ)
-   $(AR) $@ $(LIBOBJ)
+ $(LIBDYNAME): $(LIBOBJ)
+   $(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o 
$(LIBFILENAME) $(LIBOBJ)  -lcrypt -lnsl $(LDLIBS)