Browse Source

openldap: update to 2.4.44 with openssl 1.0.2g

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10078 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 8 years ago
parent
commit
af07673e73
1 changed files with 12 additions and 8 deletions
  1. 12 8
      o/openldap/openldap-vl.spec

+ 12 - 8
o/openldap/openldap-vl.spec

@@ -15,8 +15,8 @@
 Summary: The configuration files, libraries and documentation for OpenLDAP.
 Summary(ja): OpenLDAP の設定ファイル,ライブラリ,ドキュメント.
 Name: openldap
-Version: 2.4.40
-Release: 2%{?_dist_release}
+Version: 2.4.44
+Release: 1%{?_dist_release}
 License: OpenLDAP
 Group: System Environment/Libraries
 URL: http://www.openldap.org/
@@ -39,7 +39,7 @@ Source10: ldap.sysconfig
 Source11: filter-requires-openldap.sh
 
 # Patches for 2.4
-Patch0: openldap-2.4.11-config.patch
+Patch0: openldap-2.4.44-config.patch
 Patch1: openldap-2.0.11-ldaprc.patch
 Patch2: openldap-2.4.16-setugid.patch
 Patch3: openldap-2.4.6-pie.patch
@@ -63,11 +63,10 @@ Patch305: MigrationTools-45-noaliases.patch
 # Vine Patches
 
 # security fixes
-
 # CVE-2015-1545
-Patch1000: its8027.patch
+# Patch1000: its8027.patch
 # CVE-2015-1546
-Patch1001: its8046.patch
+# Patch1001: its8046.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: autoconf, automake, libtool >= 2.2.6a
@@ -231,8 +230,8 @@ pushd openldap-%{version}
 %patch10 -p1 -b .multilib
 
 # security
-%patch1000 -p1 -b .CVE-2015-1545
-%patch1001 -p1 -b .CVE-2015-1546
+# %patch1000 -p1 -b .CVE-2015-1545
+# %patch1001 -p1 -b .CVE-2015-1546
 
 
 libtoolize --force --copy
@@ -700,6 +699,11 @@ fi
 
 
 %changelog
+* Mon Mar 14 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.44-1
+- new upstream release and built with openssl 1.0.2g
+- update patch0
+- drop patch1000,1001 (are included in new release)
+
 * Fri Mar 6 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.40-2
 - added patch1000,1001 to fix CVE-2015-1545,1546.