diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-09-24 02:48:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-09-24 02:48:52 +0000 |
commit | d839b5f1031d83b09628eda79460ed60e55486d2 (patch) | |
tree | fe3cc8f198ab29f5ae35533906a630291fa360d7 /net-misc/strongswan/files | |
parent | Fix inverted xattr logic per bug #238435 and also parallel build. (diff) | |
download | gentoo-2-d839b5f1031d83b09628eda79460ed60e55486d2.tar.gz gentoo-2-d839b5f1031d83b09628eda79460ed60e55486d2.tar.bz2 gentoo-2-d839b5f1031d83b09628eda79460ed60e55486d2.zip |
Version bump per security bug #238534.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'net-misc/strongswan/files')
-rw-r--r-- | net-misc/strongswan/files/strongswan-4.2.7-install.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/strongswan/files/strongswan-4.2.7-install.patch b/net-misc/strongswan/files/strongswan-4.2.7-install.patch new file mode 100644 index 000000000000..d72d12971df3 --- /dev/null +++ b/net-misc/strongswan/files/strongswan-4.2.7-install.patch @@ -0,0 +1,12 @@ +diff -Nuar strongswan-4.2.7.orig/src/starter/Makefile.am strongswan-4.2.7/src/starter/Makefile.am +--- strongswan-4.2.7.orig/src/starter/Makefile.am 2008-09-17 14:10:31.000000000 -0700 ++++ strongswan-4.2.7/src/starter/Makefile.am 2008-09-23 19:28:49.085627647 -0700 +@@ -31,7 +31,7 @@ + $(COMPILE) -c -o $@ $< + + install-exec-local : +- test -e "$(DESTDIR)${sysconfdir}/ipsec.d" || $(INSTALL) -o ${ipsecuser} -g ${ipsecgroup} -d "$(DESTDIR)$(sysconfdir)/ipsec.d" || true ++ test -e "$(DESTDIR)${sysconfdir}/ipsec.d" || $(INSTALL) -D -o ${ipsecuser} -g ${ipsecgroup} -d "$(DESTDIR)$(sysconfdir)/ipsec.d" || true + test -e "$(DESTDIR)${sysconfdir}/ipsec.d/cacerts" || $(INSTALL) -o ${ipsecuser} -g ${ipsecgroup} -d "$(DESTDIR)$(sysconfdir)/ipsec.d/cacerts" || true + test -e "$(DESTDIR)${sysconfdir}/ipsec.d/ocspcerts" || $(INSTALL) -o ${ipsecuser} -g ${ipsecgroup} -d "$(DESTDIR)$(sysconfdir)/ipsec.d/ocspcerts" || true + test -e "$(DESTDIR)${sysconfdir}/ipsec.d/certs" || $(INSTALL) -o ${ipsecuser} -g ${ipsecgroup} -d "$(DESTDIR)$(sysconfdir)/ipsec.d/certs" || true |