[bip/f19] - Upstream v0.8.9 - CVE-2013-4550 - failed SSL handshake resource leak - Removed 2 patches included

Brian C. Lane bcl at fedoraproject.org
Sat Nov 9 18:27:26 UTC 2013


commit 75104efe9ca3198d75eb7e92303b8d13ac4cd0df
Author: Brian C. Lane <bcl at redhat.com>
Date:   Sat Nov 9 10:23:59 2013 -0800

    - Upstream v0.8.9
    - CVE-2013-4550 - failed SSL handshake resource leak
    - Removed 2 patches included in new version

 .gitignore                                         |    1 +
 0001-Revert-f19e1f6.-Fix-252.patch                 |   33 -----
 ...flow-check-against-the-implicit-size-of-s.patch |  129 --------------------
 bip.spec                                           |   14 ++-
 sources                                            |    2 +-
 5 files changed, 11 insertions(+), 168 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28fb90c..6b9204d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ bip-0.8.4.tar.gz
 /bip-0.8.6.tar.gz
 /bip-0.8.7.tar.gz
 /bip-0.8.8.tar.gz
+/bip-0.8.9.tar.gz
diff --git a/bip.spec b/bip.spec
index 2d69797..066a2e0 100644
--- a/bip.spec
+++ b/bip.spec
@@ -1,6 +1,6 @@
 Name:    bip
-Version: 0.8.8
-Release: 8%{?dist}
+Version: 0.8.9
+Release: 1%{?dist}
 Summary: IRC Bouncer
 Group:   Applications/Internet
 License: GPLv2+
@@ -13,8 +13,6 @@ Source2: bip-tmpfs.conf
 Source3: bip.service
 Patch0: 0001-Setup-bip-for-Fedora-s-paths.patch
 Patch1: 0002-Throttle-joins-to-prevent-flooding.patch
-Patch2: 0003-Buffer-Overflow-check-against-the-implicit-size-of-s.patch
-Patch3: 0001-Revert-f19e1f6.-Fix-252.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -54,7 +52,7 @@ mv ChangeLog{.utf8,}
 
 %build
 %configure --with-openssl
-make CFLAGS="$RPM_OPT_FLAGS -fPIE"
+make CFLAGS="$RPM_OPT_FLAGS -fPIE -Wno-unused-result"
 
 
 %install
@@ -120,6 +118,7 @@ fi
 %{_bindir}/bipmkpw
 %{_mandir}/man1/bip.1.gz
 %{_mandir}/man5/bip.conf.5.gz
+%{_mandir}/man1/bipmkpw.1.gz
 %attr(0640,root,bip) %config(noreplace) %{_sysconfdir}/bip.conf
 %config %{_sysconfdir}/tmpfiles.d/bip.conf
 %attr(-,bip,bip) %ghost %{_localstatedir}/run/bip
@@ -127,6 +126,11 @@ fi
 %{_unitdir}/bip.service
 
 %changelog
+* Sat Nov 09 2013 Brian C. Lane <bcl at redhat.com> 0.8.9-1
+- Upstream v0.8.9
+- CVE-2013-4550 - failed SSL handshake resource leak
+- Removed 2 patches included in new version
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.8-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 3007abb..8234287 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-261d53ead8a35d08caa7dc0f76566b98  bip-0.8.8.tar.gz
+04158ad020db221ed87cdc03660ef6c9  bip-0.8.9.tar.gz


More information about the scm-commits mailing list