[Pound] Update to 2.7b

Pete Zaitcev zaitcev at fedoraproject.org
Mon Oct 14 19:29:47 UTC 2013


commit f05943ff6cb3fd355a3416dc21597f37d7d09077
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Mon Oct 14 13:27:18 2013 -0600

    Update to 2.7b
    
    See bz#926365, but basically Dennis' instructions only tell how to
    make package aarch64-ready. Koji still does not build for 64-bit
    ARM by default.

 .gitignore |    1 +
 Pound.spec |   14 +++++++++-----
 sources    |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5695d4b..59d49dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Pound-2.5.tgz
 /Pound-2.6c.tgz
 /Pound-2.6f.tgz
 /Pound-2.6.tgz
+/Pound-2.7b.tgz
diff --git a/Pound.spec b/Pound.spec
index 9df819b..df38950 100644
--- a/Pound.spec
+++ b/Pound.spec
@@ -1,10 +1,11 @@
 %global pound_user   pound
 %global pound_group  pound
 %global pound_home   %{_localstatedir}/lib/pound
+%global _hardened_build 1
 
 Name:        Pound
-Version:     2.6
-Release:     7%{?dist}
+Version:     2.7b
+Release:     1%{?dist}
 Summary:     Reverse proxy and load balancer
 Group:       System Environment/Daemons
 License:     GPLv3
@@ -115,6 +116,10 @@ exit 0
 %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home}
 
 %changelog
+* Mon Oct 14 2013 Pete Zaitcev <zaitcev at redhat.com> - 2.7b-1
+- Upstream 2.7b (includes ./configure for autoconf 2.69, required for ARM 64)
+- Rebuild for PIE (954334)
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -188,12 +193,12 @@ exit 0
 * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 2.4-0.2
 - Rebuild for deps
 
-* Sun Dec 01 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.4.0-1e
+* Sun Dec 02 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.4.0-1e
 - Update to experimental version 2.4e
 * Thu Aug 16 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.4.0-1d
 - Update to experimental version 2.4d
 - Upstream changed license to GPLv3
-* Wed Jun 04 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.4.0-1c
+* Wed Jun 06 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.4.0-1c
 - Upstream released new version
 * Sat May 26 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.4.0-2b
 - Disable linking with tcmalloc on ppc (#238390)
@@ -238,4 +243,3 @@ exit 0
 - A self-signed ssl certificate is created in %%post
 * Fri Nov 03 2006 <ruben at rubenkerkhof.com> 2.1.5-1
 - initial version
-
diff --git a/sources b/sources
index 5397eb1..5cfa4ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c913b527332694943c4c67c8f152071  Pound-2.6.tgz
+79d27dc26f24b4f16942d88ac7160454  Pound-2.7b.tgz


More information about the scm-commits mailing list