Update to 1.8.14.
This commit is contained in:
parent
cbcbfa158c
commit
08b0f4d006
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/Botan-1.8.11.stripped.tbz
|
/Botan-1.8.11.stripped.tbz
|
||||||
/Botan-1.8.12.stripped.tbz
|
/Botan-1.8.12.stripped.tbz
|
||||||
/Botan-1.8.13.stripped.tbz
|
/Botan-1.8.13.stripped.tbz
|
||||||
|
/Botan-1.8.14.stripped.tbz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
============================================================
|
|
||||||
--- configure.py 56ef9e873a4807c437f22b0ab58a22987e6ab2f9
|
|
||||||
+++ configure.py 3cdef18138198b63b180b200ea521140b161ffcc
|
|
||||||
@@ -38,7 +38,7 @@ class BuildConfigurationInformation(obje
|
|
||||||
version_major = 1
|
|
||||||
version_minor = 8
|
|
||||||
version_patch = 13
|
|
||||||
- version_so_patch = 13
|
|
||||||
+ version_so_patch = 2
|
|
||||||
version_suffix = ''
|
|
||||||
|
|
||||||
version_string = '%d.%d.%d%s' % (
|
|
19
botan-1.8.14-soname.patch
Normal file
19
botan-1.8.14-soname.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#
|
||||||
|
# old_revision [adcf24b7e258c125f78aaff4ef2d3557f1183c3e]
|
||||||
|
#
|
||||||
|
# patch "configure.py"
|
||||||
|
# from [b43917e0e74e7ef1ff0024542da0dabe104a1582]
|
||||||
|
# to [ba82e657a585f31e9ba20056a57c5f597c0f0297]
|
||||||
|
#
|
||||||
|
============================================================
|
||||||
|
--- configure.py b43917e0e74e7ef1ff0024542da0dabe104a1582
|
||||||
|
+++ configure.py ba82e657a585f31e9ba20056a57c5f597c0f0297
|
||||||
|
@@ -38,7 +38,7 @@ class BuildConfigurationInformation(obje
|
||||||
|
version_major = 1
|
||||||
|
version_minor = 8
|
||||||
|
version_patch = 14
|
||||||
|
- version_so_patch = 13
|
||||||
|
+ version_so_patch = 2
|
||||||
|
version_suffix = ''
|
||||||
|
|
||||||
|
version_string = '%d.%d.%d%s' % (
|
@ -1,6 +1,6 @@
|
|||||||
Name: botan
|
Name: botan
|
||||||
Version: 1.8.13
|
Version: 1.8.14
|
||||||
Release: 5%{?dist}.2
|
Release: 1%{?dist}
|
||||||
Summary: Crypto library written in C++
|
Summary: Crypto library written in C++
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -11,7 +11,7 @@ URL: http://botan.randombit.net/
|
|||||||
Source0: Botan-%{version}.stripped.tbz
|
Source0: Botan-%{version}.stripped.tbz
|
||||||
Source1: README.fedora
|
Source1: README.fedora
|
||||||
# soname was changed unintentionally upstream, revert it.
|
# soname was changed unintentionally upstream, revert it.
|
||||||
Patch0: botan-1.8.13-soname.patch
|
Patch0: botan-1.8.14-soname.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -122,6 +122,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 25 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.14-1
|
||||||
|
- Update to 1.8.14.
|
||||||
|
|
||||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.13-5.2
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.13-5.2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
18
repack.sh
18
repack.sh
@ -1,6 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
version=1.8.13
|
version=1.8.14
|
||||||
name=Botan-${version}
|
name=Botan-${version}
|
||||||
suffix=.tbz
|
suffix=.tbz
|
||||||
newsuffix=.stripped.tbz
|
newsuffix=.stripped.tbz
|
||||||
@ -11,13 +11,13 @@ tmpfile=$(mktemp)
|
|||||||
|
|
||||||
${compr} -cd ${name}${suffix} > ${tmpfile}
|
${compr} -cd ${name}${suffix} > ${tmpfile}
|
||||||
|
|
||||||
tar --delete --file=${tmpfile} Botan-${version}/src/block/idea
|
tar --delete --file=${tmpfile} ./Botan-${version}/src/block/idea
|
||||||
tar --delete --file=${tmpfile} Botan-${version}/src/block/rc6
|
tar --delete --file=${tmpfile} ./Botan-${version}/src/block/rc6
|
||||||
tar --delete --file=${tmpfile} Botan-${version}/src/block/rc5
|
tar --delete --file=${tmpfile} ./Botan-${version}/src/block/rc5
|
||||||
tar --delete --file=${tmpfile} Botan-${version}/src/math/gfpmath
|
tar --delete --file=${tmpfile} ./Botan-${version}/src/math/gfpmath
|
||||||
tar --delete --file=${tmpfile} Botan-${version}/src/pubkey/ec_dompar
|
tar --delete --file=${tmpfile} ./Botan-${version}/src/pubkey/ec_dompar
|
||||||
tar --delete --file=${tmpfile} Botan-${version}/src/pubkey/ecc_key
|
tar --delete --file=${tmpfile} ./Botan-${version}/src/pubkey/ecc_key
|
||||||
tar --delete --file=${tmpfile} Botan-${version}/src/pubkey/ecdsa
|
tar --delete --file=${tmpfile} ./Botan-${version}/src/pubkey/ecdsa
|
||||||
tar --delete --file=${tmpfile} Botan-${version}/src/pubkey/eckaeg
|
tar --delete --file=${tmpfile} ./Botan-${version}/src/pubkey/eckaeg
|
||||||
|
|
||||||
${compr} -c ${tmpfile} > ${name}${newsuffix}
|
${compr} -c ${tmpfile} > ${name}${newsuffix}
|
||||||
|
Loading…
Reference in New Issue
Block a user