OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Jan-2008 21:05:28
Branch: HEAD Handle: 2008012320052701
Modified files:
openpkg-src/botan botan.patch botan.spec
Log:
upgrading package: botan 1.7.2 -> 1.7.3
Summary:
Revision Changes Path
1.3 +18 -18 openpkg-src/botan/botan.patch
1.5 +3 -3 openpkg-src/botan/botan.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/botan/botan.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 botan.patch
--- openpkg-src/botan/botan.patch 26 Oct 2007 15:58:56 -0000 1.2
+++ openpkg-src/botan/botan.patch 23 Jan 2008 20:05:27 -0000 1.3
@@ -1,20 +1,32 @@
+Index: include/types.h
+--- include/types.h.orig 2008-01-23 15:10:39 +0100
++++ include/types.h 2008-01-23 20:52:30 +0100
+@@ -20,7 +20,7 @@
+ typedef unsigned __int64 u64bit;
+ #elif defined(__KCC)
+ typedef unsigned __long_long u64bit;
+-#elif defined(__GNUG__)
++#elif defined(__GNUC__)
+ __extension__ typedef unsigned long long u64bit;
+ #else
+ typedef unsigned long long u64bit;
Index: misc/config/cc/gcc
---- misc/config/cc/gcc.orig 2007-07-23 18:11:54 +0200
-+++ misc/config/cc/gcc 2007-09-05 08:24:07 +0200
+--- misc/config/cc/gcc.orig 2008-01-23 15:10:39 +0100
++++ misc/config/cc/gcc 2008-01-23 20:55:53 +0100
@@ -10,8 +10,8 @@
lib_opt_flags "-O2 -finline-functions"
check_opt_flags "-O2"
-lang_flags "-D_REENTRANT -ansi -Wno-long-long"
--warning_flags "-W -Wall"
-+lang_flags "-D_REENTRANT"
+-warning_flags "-Wextra -Wall -Wcast-align -Wcast-qual -Wstrict-aliasing=2
-Wold-style-cast -Wundef -Wpointer-arith -Wredundant-decls
-Wdisabled-optimization"
++lang_flags "-D_REENTRANT"
+warning_flags ""
so_obj_flags "-fPIC"
debug_flags "-g"
Index: misc/config/makefile/unix.in
---- misc/config/makefile/unix.in.orig 2007-07-23 18:11:54 +0200
-+++ misc/config/makefile/unix.in 2007-09-05 08:23:05 +0200
+--- misc/config/makefile/unix.in.orig 2008-01-23 15:10:39 +0100
++++ misc/config/makefile/unix.in 2008-01-23 20:52:30 +0100
@@ -26,7 +26,7 @@
BINDIR = $(INSTALLROOT)/bin
LIBDIR = $(INSTALLROOT)/@{var:libdir}
@@ -24,15 +36,3 @@
OWNER = @{var:install_user}
GROUP = @{var:install_group}
-Index: include/types.h
---- include/types.h.orig 2007-07-23 18:11:53 +0200
-+++ include/types.h 2007-09-05 08:27:30 +0200
-@@ -20,7 +20,7 @@
- typedef unsigned __int64 u64bit;
- #elif defined(__KCC)
- typedef unsigned __long_long u64bit;
--#elif defined(__GNUG__)
-+#elif defined(__GNUC__)
- __extension__ typedef unsigned long long u64bit;
- #else
- typedef unsigned long long u64bit;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/botan/botan.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 botan.spec
--- openpkg-src/botan/botan.spec 1 Jan 2008 14:51:28 -0000 1.4
+++ openpkg-src/botan/botan.spec 23 Jan 2008 20:05:28 -0000 1.5
@@ -23,7 +23,7 @@
# package version
%define V_major 1.7
-%define V_minor 2
+%define V_minor 3
# package information
Name: botan
@@ -36,7 +36,7 @@
Group: Cryptography
License: BSD
Version: %{V_major}.%{V_minor}
-Release: 20080101
+Release: 20080123
# list of sources
Source0:
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
@@ -77,7 +77,7 @@
perl ./configure.pl \
--prefix=%{l_prefix} \
--docdir=share/botan \
- --disable-shared
+ --no-shared
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]