[php-pecl-radius/f17] update to 1.2.7 (security)

Remi Collet remi at fedoraproject.org
Fri Jun 28 09:56:30 UTC 2013


commit 476ef13fb932dc697bbe4b8ed7636f301bbfed2c
Author: Remi Collet <rcollet at redhat.com>
Date:   Fri Jun 28 11:56:17 2013 +0200

    update to 1.2.7 (security)

 .gitignore           |    1 +
 php-pecl-radius.spec |   11 +++++------
 sources              |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63c857a..958a821 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 radius-1.2.5.tgz
 package.xml
+/radius-1.2.7.tgz
diff --git a/php-pecl-radius.spec b/php-pecl-radius.spec
index 7563a22..4da1b7e 100644
--- a/php-pecl-radius.spec
+++ b/php-pecl-radius.spec
@@ -5,8 +5,8 @@
 %global pecl_name radius
 
 Name:           php-pecl-radius
-Version:        1.2.5
-Release:        13%{?dist}
+Version:        1.2.7
+Release:        1%{?dist}
 Summary:        Radius client library
 
 License:        BSD
@@ -14,9 +14,6 @@ Group:          Development/Languages
 URL:            http://pecl.php.net/package/radius
 Source0:        http://pecl.php.net/get/radius-%{version}.tgz
 
-# http://svn.php.net/viewvc/pecl/radius/trunk/radius.c?r1=256497&r2=297236&sortby=date
-Patch0:         radius-php54.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  php-devel php-pear >= 1:1.4.9-1.2
 
@@ -52,7 +49,6 @@ OS (for example against Windows Active-Directory via IAS).
 %setup -qc
 
 cd %{pecl_name}-%{version}
-%patch0 -p3 -b .php54
 
 # package.xml is V2
 mv ../package.xml %{name}.xml
@@ -118,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 28 2013 Remi Collet <remi at fedoraproject.org> - 1.2.7-1
+- Update to 1.2.7 (security)
+
 * Thu Jan 19 2012 Remi Collet <remi at fedoraproject.org> - 1.2.5-13
 - build against php 5.4 with patch from upstream
 - fix filters
diff --git a/sources b/sources
index 161fd3e..b0d22dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25d867dab8def71ab1b3e2410491ff4d  radius-1.2.5.tgz
+6d7ecfebf3f1a337cbe9fdce491aa762  radius-1.2.7.tgz


More information about the scm-commits mailing list