* [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/files/
@ 2016-02-28 19:23 Mike Frysinger
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2016-02-28 19:23 UTC (permalink / raw
To: gentoo-commits
commit: 50702829bf5ca222f473c2e19e4f64fb48960c69
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 19:22:58 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 19:23:15 2016 +0000
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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/files/
@ 2017-02-04 21:22 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-02-04 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 16339bd710b24f4fcd076ed98faade50a5546061
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Feb 3 15:28:47 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 21:21:23 2017 +0000
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..00000000
--- 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 required pam_pwdb.so md5
-session required pam_pwdb.so
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-04 21:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28 19:23 [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/files/ Mike Frysinger
-- strict thread matches above, loose matches on Subject: below --
2017-02-04 21:22 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox