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: 05-May-2008 20:01:58
Branch: HEAD Handle: 2008050519015500
Modified files:
openpkg-src/botan botan.patch botan.spec
Log:
upgrading package: botan 1.7.5 -> 1.7.6
Summary:
Revision Changes Path
1.5 +13 -13 openpkg-src/botan/botan.patch
1.8 +2 -2 openpkg-src/botan/botan.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/botan/botan.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 botan.patch
--- openpkg-src/botan/botan.patch 10 Mar 2008 21:25:00 -0000 1.4
+++ openpkg-src/botan/botan.patch 5 May 2008 18:01:55 -0000 1.5
@@ -1,6 +1,6 @@
Index: include/types.h
---- include/types.h.orig 2008-03-10 18:27:28 +0100
-+++ include/types.h 2008-03-10 22:21:25 +0100
+--- include/types.h.orig 2008-05-05 15:09:54 +0200
++++ include/types.h 2008-05-05 19:53:59 +0200
@@ -20,7 +20,7 @@
typedef unsigned __int64 u64bit;
#elif defined(__KCC)
@@ -11,22 +11,22 @@
#else
typedef unsigned long long u64bit;
Index: misc/config/cc/gcc
---- misc/config/cc/gcc.orig 2008-03-10 18:27:28 +0100
-+++ misc/config/cc/gcc 2008-03-10 22:22:00 +0100
-@@ -10,8 +10,8 @@
+--- misc/config/cc/gcc.orig 2008-05-05 15:09:54 +0200
++++ misc/config/cc/gcc 2008-05-05 19:55:07 +0200
+@@ -8,8 +8,8 @@
+ add_lib_dir_option "-L"
+ add_lib_option "-l"
- 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 -Wno-long-long"
+warning_flags ""
- so_obj_flags "-fPIC"
- debug_flags "-g"
+ lib_opt_flags "-O2 -finline-functions"
+ check_opt_flags "-O2"
Index: misc/config/makefile/unix.in
---- misc/config/makefile/unix.in.orig 2008-03-10 18:27:28 +0100
-+++ misc/config/makefile/unix.in 2008-03-10 22:21:25 +0100
+--- misc/config/makefile/unix.in.orig 2008-05-05 15:09:54 +0200
++++ misc/config/makefile/unix.in 2008-05-05 19:53:59 +0200
@@ -26,7 +26,7 @@
BINDIR = $(INSTALLROOT)/bin
LIBDIR = $(INSTALLROOT)/@{var:libdir}
@@ -34,5 +34,5 @@
-DOCDIR = $(INSTALLROOT)/@{var:docdir}/Botan-$(VERSION)
+DOCDIR = $(INSTALLROOT)/@{var:docdir}
- OWNER = @{var:install_user}
- GROUP = @{var:install_group}
+ CONFIG_SCRIPT = @{var:botan-config}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/botan/botan.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 botan.spec
--- openpkg-src/botan/botan.spec 13 Apr 2008 07:49:48 -0000 1.7
+++ openpkg-src/botan/botan.spec 5 May 2008 18:01:55 -0000 1.8
@@ -23,7 +23,7 @@
# package version
%define V_major 1.7
-%define V_minor 5
+%define V_minor 6
# package information
Name: botan
@@ -36,7 +36,7 @@
Group: Cryptography
License: BSD
Version: %{V_major}.%{V_minor}
-Release: 20080413
+Release: 20080505
# list of sources
Source0:
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]