[gridsite] Upsteam to 1.7.25 version, synchronize with EMI 2 Update

Devresse adev at fedoraproject.org
Tue Jun 4 12:48:26 UTC 2013


commit 036c9b5cac0c2fd7e6aa9a13edf3c5e1dd1ac3f9
Author: Adrien Devresse <Adrien.Devresse at cern.ch>
Date:   Tue Jun 4 14:48:07 2013 +0200

     Upsteam to 1.7.25 version, synchronize with EMI 2 Update

 .gitignore                    |    1 +
 cgi-bin-location-1.5.20.patch |   33 ----------------------
 cgi-bin-location-1.7.15.patch |   34 -----------------------
 gridsite-cred-segfault.patch  |   24 ----------------
 gridsite-include-1.5.20.patch |   60 -----------------------------------------
 gridsite.spec                 |   14 +++++-----
 sources                       |    2 +-
 7 files changed, 9 insertions(+), 159 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 854c6d4..911552a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ gridsite-1.5.18.src.tar.gz
 /gridsite-1.7.19.src.tar.gz
 /gridsite-1.7.20.src.tar.gz
 /gridsite-1.7.21.src.tar.gz
+/gridsite-1.7.25.src.tar.gz
diff --git a/gridsite.spec b/gridsite.spec
index 70d1515..455b709 100644
--- a/gridsite.spec
+++ b/gridsite.spec
@@ -2,9 +2,9 @@
 %{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
 
 Name:           gridsite
-Version:        1.7.21
+Version:        1.7.25
 
-Release:        4%{?dist}
+Release:        1%{?dist}
 Summary:        Grid Security for the Web, Web platforms for Grids
 
 Group:          System Environment/Daemons
@@ -28,9 +28,6 @@ Patch1:         cgi-bin-location-1.7.21.patch
 # httpd 2.4 support.
 # https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind1204&L=GRIDSITE-DISCUSS&F=&S=&P=59
 Patch2:         gridsite-httpd24.patch
-# mod_gridsite segfaults randomly under high load 
-# https://ggus.eu/tech/ticket_show.php?ticket=86044
-Patch3:		gridsite-cred-segfault.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -145,8 +142,6 @@ cp -p %{SOURCE5} .
 %patch2 -p1
 %endif
 
-%patch3 -p1
-
 %build
 (cd src && MYCFLAGS="%{optflags} -DLINUX=2 -D_REENTRANT -D_LARGEFILE64_SOURCE -I../interface -I%{_includedir}/httpd -I%{_includedir}/apr-%{aprversion} -fPIC " make )
 
@@ -277,12 +272,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/gridsite-gacl.h
 %{_includedir}/gridsite.h
 %{_libdir}/libgridsite.so
+%{_libdir}/pkgconfig/*
 
 %files doc
 %defattr(-,root,root,-)
 %doc src/doxygen LICENSE
 
 %changelog
+* Tue Jun 04 2013 Adrien Devresse <adevress at cern.ch> - 1.7.25-1
+ - Upstream to 1.7.25
+ - Fix the reverse DNS bug 
+
 * Sat Jan 26 2013 Kevin Fenzi <kevin at scrye.com> 1.7.21-4
 - Rebuild for new gsoap
 
diff --git a/sources b/sources
index a36539d..0f987dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac17ead3492c66e8914e2fc559b1ef25  gridsite-1.7.21.src.tar.gz
+a9f91f16668e862a82486df72b5a5956  gridsite-1.7.25.src.tar.gz


More information about the scm-commits mailing list