[openswan/f18] 848132: dpd issue

avesh avesh at fedoraproject.org
Mon Dec 10 20:04:11 UTC 2012


commit 5462c5e2f5bf5fe5a893b8a38d7521237e13e03e
Author: Avesh Agarwal <avagarwa at redhat.com>
Date:   Mon Dec 10 15:04:04 2012 -0500

    848132: dpd issue
    
    - 884556: Fixed relro issue as it was done incorrectly upstream.
      -DPIE was missing so fixed it now. Removed RAEDME.Fedora
       from doc as it is not relevant.
    - 833910: Enabled labeled ipsec
    - fixed zeroization of a message during IKEv2 exchange that
      was missed from rhel merge.
    - fixed a bad commit from openswan upstream that caused ikev2
      crashes and left it unusable.
    - Incorrect unbound changes caused restore resolveconf failures,
      which has been fixed now.

 openswan.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/openswan.spec b/openswan.spec
index 4dcf3bc..03568e5 100644
--- a/openswan.spec
+++ b/openswan.spec
@@ -69,6 +69,10 @@ Requires: fipscheck%{_isa} >= %{fipscheck_version}
 BuildRequires: libcap-ng-devel
 %endif
 
+%if %{USE_LABELED_IPSEC}
+BuildRequires: libselinux-devel
+%endif
+
 %if %{USE_CRL_FECTCHING}
 BuildRequires: openldap-devel curl-devel
 Requires: curl openldap
@@ -261,7 +265,7 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
-* Thu Dec 7 2012 Avesh Agarwal <avagarwa at redhat.com> - 2.6.38-10
+* Mon Dec 10 2012 Avesh Agarwal <avagarwa at redhat.com> - 2.6.38-10
 - 848132: dpd issue
 - 884556: Fixed relro issue as it was done incorrectly upstream.
   -DPIE was missing so fixed it now. Removed RAEDME.Fedora
@@ -277,7 +281,7 @@ fi
 * Mon Oct 29 2012 Avesh Agarwal <avagarwa at redhat.com> - 2.6.38-9
 - Removed fips integrity checking of systemd service file.
 
-* Tue Oct 19 2012 Avesh Agarwal <avagarwa at redhat.com> - 2.6.38-8
+* Fri Oct 19 2012 Avesh Agarwal <avagarwa at redhat.com> - 2.6.38-8
 - Lot of clean up of spec file, removing unnecessary stuff and 
   fixing ordering of sections. Hopefully making it more readable now.
 - Fixed /var/run/pluto error as it was installed by the package, so
@@ -391,7 +395,7 @@ the rawhide tree
 - New upstream release
 - Fixes for CVE-2010-3308 and CVE-2010-3302
 
-* Wed Sep  7 2010 Tomas Mraz <tmraz at redhat.com> - 2.6.28-2
+* Tue Sep  7 2010 Tomas Mraz <tmraz at redhat.com> - 2.6.28-2
 - Use new fipscheck to make .hmac files placement FHS compliant
 
 * Fri Aug 13 2010 Avesh Agarwal <avagarwa at redhat.com> - 2.6.28-1
@@ -406,7 +410,7 @@ the rawhide tree
 - Fixes for bz 584224
 - Updated old patches 
 
-* Wed May 29 2010 Avesh Agarwal <avagarwa at redhat.com> - 2.6.25-2
+* Sat May 29 2010 Avesh Agarwal <avagarwa at redhat.com> - 2.6.25-2
 - NetworkManager-openswan plugin related changes
 - Fixes for bz 584224
 
@@ -625,7 +629,7 @@ Related: rhbz#235224
 * Wed May 17 2006 Harald Hoyer <harald at redhat.com> - 2.4.5-2
 - fixed typo (bug #191930)
 
-* Thu May 05 2006 Harald Hoyer <harald at redhat.com> - 2.4.5-1
+* Fri May 05 2006 Harald Hoyer <harald at redhat.com> - 2.4.5-1
 - version 2.4.5
 
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 2.4.4-1.1.2.1


More information about the scm-commits mailing list