[Pound] Update to 2.7d:

Lubomir Rintel lkundrak at fedoraproject.org
Fri Oct 24 14:18:16 UTC 2014


commit b03aa26f18d08f73b8b3793cd1bb104cc227b3bb
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Fri Oct 24 16:18:17 2014 +0200

    Update to 2.7d:
    
    - added "Disable PROTO" directives (fix for Poodle vulnerability)
    - added Cert, Disable and Cipher directives for HTTPS back-ends. The
      directive HTTPS "cert" no longer supported.
    - fixed address comparison for RewriteLocation (IPv4/IPv6 problem -

 .gitignore |    1 +
 Pound.spec |    9 ++++++++-
 sources    |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6fdb0e2..ea667d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Pound-2.5.tgz
 /Pound-2.6.tgz
 /Pound-2.7b.tgz
 /Pound-2.7c.tgz
+/Pound-2.7d.tgz
diff --git a/Pound.spec b/Pound.spec
index 0424a09..c71f0d3 100644
--- a/Pound.spec
+++ b/Pound.spec
@@ -1,4 +1,4 @@
-%global alpha        c
+%global alpha        d
 %global pound_user   pound
 %global pound_group  pound
 %global pound_home   %{_localstatedir}/lib/pound
@@ -118,6 +118,13 @@ exit 0
 %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home}
 
 %changelog
+* Fri Oct 24 2014 Lubomir Rintel <lkundrak at v3.sk> - 1:2.7-0.4.d
+- Update to 2.7d:
+- added "Disable PROTO" directives (fix for Poodle vulnerability)
+- added Cert, Disable and Cipher directives for HTTPS back-ends. The
+  directive HTTPS "cert" no longer supported.
+- fixed address comparison for RewriteLocation (IPv4/IPv6 problem -
+
 * Fri Sep 19 2014 Pete Zaitcev <zaitcev at redhat.com> - 1:2.7-0.4.c
 - chmod 644 pound.service # avoids warnings in messages
 
diff --git a/sources b/sources
index 0ad451e..623cfc2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56dace6b79c6be1d25b31355269c380a  Pound-2.7c.tgz
+e68a18cd46c6437849402929a26fce1f  Pound-2.7d.tgz


More information about the scm-commits mailing list