summaryrefslogtreecommitdiffstats
path: root/libraries/Botan
diff options
context:
space:
mode:
author markus reichelt <slackbuilds@mareichelt.de>2010-09-08 18:15:08 -0400
committer dsomero <xgizzmo@slackbuilds.org>2010-09-08 18:15:08 -0400
commit72908d8a1571fcc961974db8c1cb814f14b5db9e (patch)
tree507773e44ebd75071cc510263309f5517603eaa6 /libraries/Botan
parent42ef5d84d968e23ef1ec3fb8f56bdc5841e54b1a (diff)
downloadslackbuilds-72908d8a1571fcc961974db8c1cb814f14b5db9e.tar.gz
slackbuilds-72908d8a1571fcc961974db8c1cb814f14b5db9e.tar.xz
libraries/Botan: Updated for version 1.8.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/Botan')
-rw-r--r--libraries/Botan/Botan.SlackBuild5
-rw-r--r--libraries/Botan/Botan.info6
-rw-r--r--libraries/Botan/fix_doxygen_location.patch69
3 files changed, 5 insertions, 75 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild
index 6ca3d20282..eae5c495c7 100644
--- a/libraries/Botan/Botan.SlackBuild
+++ b/libraries/Botan/Botan.SlackBuild
@@ -27,8 +27,8 @@
# 2010 June 22 - initial release
PRGNAM=Botan
-VERSION=${VERSION:-1.8.9}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.8.10}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -68,7 +68,6 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tbz
cd $PRGNAM-$VERSION
-cat $CWD/fix_doxygen_location.patch | patch -p0 || exit 1
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/libraries/Botan/Botan.info b/libraries/Botan/Botan.info
index a7fc0dc269..4dbf5474bf 100644
--- a/libraries/Botan/Botan.info
+++ b/libraries/Botan/Botan.info
@@ -1,8 +1,8 @@
PRGNAM="Botan"
-VERSION="1.8.9"
+VERSION="1.8.10"
HOMEPAGE="http://botan.randombit.net/"
-DOWNLOAD="http://botan.randombit.net/files/Botan-1.8.9.tbz"
-MD5SUM="2c1c55ae4f5bae9f6ad516e1ada2100f"
+DOWNLOAD="http://botan.randombit.net/files/Botan-1.8.10.tbz"
+MD5SUM="70350060944c08132aab836f682405c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="markus reichelt"
diff --git a/libraries/Botan/fix_doxygen_location.patch b/libraries/Botan/fix_doxygen_location.patch
deleted file mode 100644
index b53c2c13c8..0000000000
--- a/libraries/Botan/fix_doxygen_location.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-#
-# old_revision [c1f6433718c1bf5a1b8345693c3e088063af3cd2]
-#
-# patch "configure.pl"
-# from [a87f68a62bf7114de8146d021ec1003dbe2e3ff5]
-# to [5d6e3060c564f114e16f6a4d207fa8f145ed0610]
-#
-# patch "src/build-data/makefile/unix.in"
-# from [642755d569ece07a23b635219a4d8fd62a4fd710]
-# to [0a38c397f55fdb5df95b7750fa3895b44aa4be60]
-#
-# patch "src/build-data/makefile/unix_shr.in"
-# from [99562e4eb73592c98a2e41842e4e5f2342aff7b7]
-# to [5c2c8418a24ade03d2a66eb5ab677907c246864e]
-#
-============================================================
---- configure.pl a87f68a62bf7114de8146d021ec1003dbe2e3ff5
-+++ configure.pl 5d6e3060c564f114e16f6a4d207fa8f145ed0610
-@@ -205,7 +205,7 @@ sub main {
-
- process_template(File::Spec->catfile(
- $$config{'config-dir'}, 'botan.doxy.in'),
-- File::Spec->catfile($$config{'doc_src_dir'}, 'botan.doxy'),
-+ File::Spec->catfile($$config{'build_dir'}, 'botan.doxy'),
- $config);
-
- $$config{'includes'}{'build.h'} = $$config{'build_dir'};
-============================================================
---- src/build-data/makefile/unix.in 642755d569ece07a23b635219a4d8fd62a4fd710
-+++ src/build-data/makefile/unix.in 0a38c397f55fdb5df95b7750fa3895b44aa4be60
-@@ -92,7 +92,7 @@ doxygen:
- static: $(STATIC_LIB)
-
- doxygen:
-- doxygen %{doc_src_dir}/botan.doxy
-+ doxygen %{build_dir}/botan.doxy
-
- clean:
- $(RM_R) %{build_dir}/lib/* %{build_dir}/checks/*
-@@ -100,7 +100,7 @@ distclean: clean
-
- distclean: clean
- $(RM_R) %{build_dir}
-- $(RM_R) %{doc_src_dir}/doxygen %{doc_src_dir}/botan.doxy
-+ $(RM_R) %{doc_src_dir}/doxygen
- $(RM) Makefile $(CONFIG_SCRIPT) $(PKGCONFIG)
-
- install: $(LIBRARIES)
-============================================================
---- src/build-data/makefile/unix_shr.in 99562e4eb73592c98a2e41842e4e5f2342aff7b7
-+++ src/build-data/makefile/unix_shr.in 5c2c8418a24ade03d2a66eb5ab677907c246864e
-@@ -106,7 +106,7 @@ doxygen:
- shared: $(SHARED_LIB)
-
- doxygen:
-- doxygen %{doc_src_dir}/botan.doxy
-+ doxygen %{build_dir}/botan.doxy
-
- clean:
- $(RM_R) %{build_dir}/lib/* %{build_dir}/checks/*
-@@ -114,7 +114,7 @@ distclean: clean
-
- distclean: clean
- $(RM_R) %{build_dir}
-- $(RM_R) %{doc_src_dir}/doxygen %{doc_src_dir}/botan.doxy
-+ $(RM_R) %{doc_src_dir}/doxygen
- $(RM) Makefile $(CONFIG_SCRIPT) $(PKGCONFIG)
-
- install: $(LIBRARIES)