[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2009-08-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   07-Aug-2009 14:07:34
  Branch: HEAD Handle: 2009080713073300

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
workaround architecture detection for at least FreeBSD/amd64 and fix
substitution

  Summary:
RevisionChanges Path
1.15+18 -6  openpkg-src/botan/botan.patch
1.33+2  -2  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.14 -r1.15 botan.patch
  --- openpkg-src/botan/botan.patch 11 Jul 2009 20:37:11 -  1.14
  +++ openpkg-src/botan/botan.patch 7 Aug 2009 12:07:33 -   1.15
  @@ -1,6 +1,18 @@
  +Index: configure.pl
  +--- configure.pl.orig2009-07-23 20:03:04 +0200
   configure.pl 2009-08-07 14:02:36 +0200
  +@@ -2305,7 +2305,7 @@
  + }
  + 
  + my $uname = $$config{'uname'};
  +-if($uname ne '') {
  ++if($uname ne '' and $uname !~ m/FreeBSD/) {
  + my $cpu = guess_cpu_from_this($uname);
  + 
  + if($cpu ne '')
   Index: src/build-data/cc/gcc
   src/build-data/cc/gcc.orig   2009-07-11 17:41:26 +0200
  -+++ src/build-data/cc/gcc2009-07-11 22:29:13 +0200
  +--- src/build-data/cc/gcc.orig   2009-07-23 20:03:05 +0200
   src/build-data/cc/gcc2009-08-07 14:01:16 +0200
   @@ -10,8 +10,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
  @@ -13,8 +25,8 @@

lib_opt_flags "-O2 -finline-functions"
   Index: src/build-data/makefile/unix.in
   src/build-data/makefile/unix.in.orig 2009-07-11 17:41:26 +0200
  -+++ src/build-data/makefile/unix.in  2009-07-11 22:31:35 +0200
  +--- src/build-data/makefile/unix.in.orig 2009-07-23 20:03:05 +0200
   src/build-data/makefile/unix.in  2009-08-07 14:01:16 +0200
   @@ -22,7 +22,7 @@
BINDIR= $(DESTDIR)/bin
LIBDIR= $(DESTDIR)/%{libdir}
  @@ -25,8 +37,8 @@

CONFIG_SCRIPT = %{botan_config}
   Index: src/utils/types.h
   src/utils/types.h.orig   2009-07-11 17:41:27 +0200
  -+++ src/utils/types.h2009-07-11 22:29:13 +0200
  +--- src/utils/types.h.orig   2009-07-23 20:03:06 +0200
   src/utils/types.h2009-08-07 14:01:16 +0200
   @@ -22,7 +22,7 @@
   typedef unsigned __int64 u64bit;
#elif defined(__KCC)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.32 -r1.33 botan.spec
  --- openpkg-src/botan/botan.spec  24 Jul 2009 05:29:21 -  1.32
  +++ openpkg-src/botan/botan.spec  7 Aug 2009 12:07:33 -   1.33
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20090724
  +Release:  20090807
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/v%{V_major}/Botan-%{version}.tgz
  @@ -68,7 +68,7 @@
   %build
   perl -p -i.bak -e \
   's;(0x[\da-fA-F]{16});\1ULL;g' \
  -src/*.cpp
  +src/*/*.cpp
   rm -f src/*.bak
   %{l_shtool} subst \
   -e 's;-mcpu=;-mtune=;g' \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2009-07-11 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   11-Jul-2009 22:37:11
  Branch: HEAD Handle: 2009071121371100

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.8.1 -> 1.8.3

  Summary:
RevisionChanges Path
1.14+14 -14 openpkg-src/botan/botan.patch
1.30+2  -2  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.13 -r1.14 botan.patch
  --- openpkg-src/botan/botan.patch 10 Nov 2008 21:58:53 -  1.13
  +++ openpkg-src/botan/botan.patch 11 Jul 2009 20:37:11 -  1.14
  @@ -1,7 +1,7 @@
   Index: src/build-data/cc/gcc
   src/build-data/cc/gcc.orig   2008-11-09 19:14:48 +0100
  -+++ src/build-data/cc/gcc2008-11-10 22:07:42 +0100
  -@@ -8,8 +8,8 @@
  +--- src/build-data/cc/gcc.orig   2009-07-11 17:41:26 +0200
   src/build-data/cc/gcc2009-07-11 22:29:13 +0200
  +@@ -10,8 +10,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"

  @@ -13,21 +13,21 @@

lib_opt_flags "-O2 -finline-functions"
   Index: src/build-data/makefile/unix.in
   src/build-data/makefile/unix.in.orig 2008-11-09 19:14:48 +0100
  -+++ src/build-data/makefile/unix.in  2008-11-10 22:07:42 +0100
  -@@ -26,7 +26,7 @@
  +--- src/build-data/makefile/unix.in.orig 2009-07-11 17:41:26 +0200
   src/build-data/makefile/unix.in  2009-07-11 22:31:35 +0200
  +@@ -22,7 +22,7 @@
BINDIR= $(DESTDIR)/bin
  - LIBDIR= $(DESTDIR)/@{var:libdir}
  - HEADERDIR = $(DESTDIR)/@{var:includedir}/botan
  --DOCDIR= $(DESTDIR)/@{var:docdir}/Botan-$(VERSION)
  -+DOCDIR= $(DESTDIR)/@{var:docdir}
  + LIBDIR= $(DESTDIR)/%{libdir}
  + HEADERDIR = $(DESTDIR)/%{includedir}/botan
  +-DOCDIR= $(DESTDIR)/%{docdir}/Botan-$(VERSION)
  ++DOCDIR= $(DESTDIR)/%{docdir}
PKGCONF_DIR   = $(LIBDIR)/pkgconfig

  - CONFIG_SCRIPT = @{var:botan-config}
  + CONFIG_SCRIPT = %{botan_config}
   Index: src/utils/types.h
   src/utils/types.h.orig   2008-11-09 19:14:49 +0100
  -+++ src/utils/types.h2008-11-10 22:07:42 +0100
  -@@ -20,7 +20,7 @@
  +--- src/utils/types.h.orig   2009-07-11 17:41:27 +0200
   src/utils/types.h2009-07-11 22:29:13 +0200
  +@@ -22,7 +22,7 @@
   typedef unsigned __int64 u64bit;
#elif defined(__KCC)
   typedef unsigned __long_long u64bit;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.29 -r1.30 botan.spec
  --- openpkg-src/botan/botan.spec  18 Apr 2009 13:09:03 -  1.29
  +++ openpkg-src/botan/botan.spec  11 Jul 2009 20:37:11 -  1.30
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.8
  -%define   V_minor 1
  +%define   V_minor 3
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20090120
  +Release:  20090711
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/v%{V_major}/Botan-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-11-10 Thread Ralf S. Engelschall
  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:   10-Nov-2008 22:58:54
  Branch: HEAD Handle: 2008111021585300

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.7.19 -> 1.7.20

  Summary:
RevisionChanges Path
1.13+6  -13 openpkg-src/botan/botan.patch
1.22+2  -2  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.12 -r1.13 botan.patch
  --- openpkg-src/botan/botan.patch 23 Oct 2008 07:20:02 -  1.12
  +++ openpkg-src/botan/botan.patch 10 Nov 2008 21:58:53 -  1.13
  @@ -1,6 +1,6 @@
   Index: src/build-data/cc/gcc
   src/build-data/cc/gcc.orig   2008-10-23 01:46:15 +0200
  -+++ src/build-data/cc/gcc2008-10-23 08:56:18 +0200
  +--- src/build-data/cc/gcc.orig   2008-11-09 19:14:48 +0100
   src/build-data/cc/gcc2008-11-10 22:07:42 +0100
   @@ -8,8 +8,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
  @@ -13,8 +13,8 @@

lib_opt_flags "-O2 -finline-functions"
   Index: src/build-data/makefile/unix.in
   src/build-data/makefile/unix.in.orig 2008-10-23 01:46:15 +0200
  -+++ src/build-data/makefile/unix.in  2008-10-23 09:15:20 +0200
  +--- src/build-data/makefile/unix.in.orig 2008-11-09 19:14:48 +0100
   src/build-data/makefile/unix.in  2008-11-10 22:07:42 +0100
   @@ -26,7 +26,7 @@
BINDIR= $(DESTDIR)/bin
LIBDIR= $(DESTDIR)/@{var:libdir}
  @@ -24,16 +24,9 @@
PKGCONF_DIR   = $(LIBDIR)/pkgconfig

CONFIG_SCRIPT = @{var:botan-config}
  -@@ -122,4 +122,4 @@
  -  done
  - $(INSTALL_CMD_DATA) $(STATIC_LIB) $(LIBDIR)
  - $(INSTALL_CMD_EXEC) $(CONFIG_SCRIPT) $(BINDIR)
  --$(INSTALL_CMD_DATA) $(PKGCONFIG) $(PKGCONF_DIR)
  -\ No newline at end of file
  -+$(INSTALL_CMD_DATA) $(PKGCONFIG) $(PKGCONF_DIR)
   Index: src/utils/types.h
   src/utils/types.h.orig   2008-10-23 01:46:16 +0200
  -+++ src/utils/types.h2008-10-23 08:56:18 +0200
  +--- src/utils/types.h.orig   2008-11-09 19:14:49 +0100
   src/utils/types.h2008-11-10 22:07:42 +0100
   @@ -20,7 +20,7 @@
   typedef unsigned __int64 u64bit;
#elif defined(__KCC)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.21 -r1.22 botan.spec
  --- openpkg-src/botan/botan.spec  7 Nov 2008 07:37:48 -   1.21
  +++ openpkg-src/botan/botan.spec  10 Nov 2008 21:58:53 -  1.22
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.7
  -%define   V_minor 19
  +%define   V_minor 20
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20081107
  +Release:  20081110
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-10-23 Thread Ralf S. Engelschall
  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-Oct-2008 09:20:04
  Branch: HEAD Handle: 2008102308200201

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.7.17 -> 1.7.18

  Summary:
RevisionChanges Path
1.12+14 -7  openpkg-src/botan/botan.patch
1.20+2  -2  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.11 -r1.12 botan.patch
  --- openpkg-src/botan/botan.patch 10 Oct 2008 17:08:41 -  1.11
  +++ openpkg-src/botan/botan.patch 23 Oct 2008 07:20:02 -  1.12
  @@ -1,6 +1,6 @@
   Index: src/build-data/cc/gcc
   src/build-data/cc/gcc.orig   2008-10-09 15:52:30 +0200
  -+++ src/build-data/cc/gcc2008-10-10 18:52:56 +0200
  +--- src/build-data/cc/gcc.orig   2008-10-23 01:46:15 +0200
   src/build-data/cc/gcc2008-10-23 08:56:18 +0200
   @@ -8,8 +8,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
  @@ -13,20 +13,27 @@

lib_opt_flags "-O2 -finline-functions"
   Index: src/build-data/makefile/unix.in
   src/build-data/makefile/unix.in.orig 2008-10-09 15:52:30 +0200
  -+++ src/build-data/makefile/unix.in  2008-10-10 18:50:19 +0200
  +--- src/build-data/makefile/unix.in.orig 2008-10-23 01:46:15 +0200
   src/build-data/makefile/unix.in  2008-10-23 09:15:20 +0200
   @@ -26,7 +26,7 @@
BINDIR= $(DESTDIR)/bin
LIBDIR= $(DESTDIR)/@{var:libdir}
HEADERDIR = $(DESTDIR)/@{var:includedir}/botan
   -DOCDIR= $(DESTDIR)/@{var:docdir}/Botan-$(VERSION)
   +DOCDIR= $(DESTDIR)/@{var:docdir}
  + PKGCONF_DIR   = $(LIBDIR)/pkgconfig

CONFIG_SCRIPT = @{var:botan-config}
  - 
  +@@ -122,4 +122,4 @@
  +  done
  + $(INSTALL_CMD_DATA) $(STATIC_LIB) $(LIBDIR)
  + $(INSTALL_CMD_EXEC) $(CONFIG_SCRIPT) $(BINDIR)
  +-$(INSTALL_CMD_DATA) $(PKGCONFIG) $(PKGCONF_DIR)
  +\ No newline at end of file
  ++$(INSTALL_CMD_DATA) $(PKGCONFIG) $(PKGCONF_DIR)
   Index: src/utils/types.h
   src/utils/types.h.orig   2008-10-09 15:52:31 +0200
  -+++ src/utils/types.h2008-10-10 18:50:19 +0200
  +--- src/utils/types.h.orig   2008-10-23 01:46:16 +0200
   src/utils/types.h2008-10-23 08:56:18 +0200
   @@ -20,7 +20,7 @@
   typedef unsigned __int64 u64bit;
#elif defined(__KCC)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.19 -r1.20 botan.spec
  --- openpkg-src/botan/botan.spec  12 Oct 2008 12:54:11 -  1.19
  +++ openpkg-src/botan/botan.spec  23 Oct 2008 07:20:03 -  1.20
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.7
  -%define   V_minor 17
  +%define   V_minor 18
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20081012
  +Release:  20081023
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-10-10 Thread Ralf S. Engelschall
  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:   10-Oct-2008 19:08:41
  Branch: HEAD Handle: 2008101018084100

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.7.15 -> 1.7.16

  Summary:
RevisionChanges Path
1.11+7  -7  openpkg-src/botan/botan.patch
1.18+2  -2  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.10 -r1.11 botan.patch
  --- openpkg-src/botan/botan.patch 8 Oct 2008 06:59:47 -   1.10
  +++ openpkg-src/botan/botan.patch 10 Oct 2008 17:08:41 -  1.11
  @@ -1,6 +1,6 @@
   Index: src/build-data/cc/gcc
   src/build-data/cc/gcc.orig   2008-10-07 23:13:19 +0200
  -+++ src/build-data/cc/gcc2008-10-08 08:33:47 +0200
  +--- src/build-data/cc/gcc.orig   2008-10-09 15:52:30 +0200
   src/build-data/cc/gcc2008-10-10 18:52:56 +0200
   @@ -8,8 +8,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
  @@ -9,12 +9,12 @@
   -warning_flags "-W -Wall"
   +lang_flags "-D_REENTRANT -Wno-long-long"
   +warning_flags ""
  - #warning_flags "-Werror -Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 
-Wcast-align -Wmissing-declarations -Wno-unused-parameter"
  + #warning_flags "-Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 
-Wcast-align -Wmissing-declarations -Wno-unused-parameter"

lib_opt_flags "-O2 -finline-functions"
   Index: src/build-data/makefile/unix.in
   src/build-data/makefile/unix.in.orig 2008-10-07 23:13:19 +0200
  -+++ src/build-data/makefile/unix.in  2008-10-08 08:34:11 +0200
  +--- src/build-data/makefile/unix.in.orig 2008-10-09 15:52:30 +0200
   src/build-data/makefile/unix.in  2008-10-10 18:50:19 +0200
   @@ -26,7 +26,7 @@
BINDIR= $(DESTDIR)/bin
LIBDIR= $(DESTDIR)/@{var:libdir}
  @@ -25,8 +25,8 @@
CONFIG_SCRIPT = @{var:botan-config}

   Index: src/utils/types.h
   src/utils/types.h.orig   2008-10-07 23:13:21 +0200
  -+++ src/utils/types.h2008-10-08 08:29:40 +0200
  +--- src/utils/types.h.orig   2008-10-09 15:52:31 +0200
   src/utils/types.h2008-10-10 18:50:19 +0200
   @@ -20,7 +20,7 @@
   typedef unsigned __int64 u64bit;
#elif defined(__KCC)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.17 -r1.18 botan.spec
  --- openpkg-src/botan/botan.spec  8 Oct 2008 06:59:48 -   1.17
  +++ openpkg-src/botan/botan.spec  10 Oct 2008 17:08:41 -  1.18
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.7
  -%define   V_minor 15
  +%define   V_minor 16
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20081008
  +Release:  20081010
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-10-07 Thread Ralf S. Engelschall
  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:   08-Oct-2008 08:59:48
  Branch: HEAD Handle: 2008100807594701

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.7.14 -> 1.7.15

  Summary:
RevisionChanges Path
1.10+12 -12 openpkg-src/botan/botan.patch
1.17+4  -4  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.9 -r1.10 botan.patch
  --- openpkg-src/botan/botan.patch 1 Oct 2008 17:46:49 -   1.9
  +++ openpkg-src/botan/botan.patch 8 Oct 2008 06:59:47 -   1.10
  @@ -1,6 +1,6 @@
   Index: src/build-data/cc/gcc
   src/build-data/cc/gcc.orig   2008-09-30 18:59:48 +0200
  -+++ src/build-data/cc/gcc2008-10-01 19:45:12 +0200
  +--- src/build-data/cc/gcc.orig   2008-10-07 23:13:19 +0200
   src/build-data/cc/gcc2008-10-08 08:33:47 +0200
   @@ -8,8 +8,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
  @@ -9,24 +9,24 @@
   -warning_flags "-W -Wall"
   +lang_flags "-D_REENTRANT -Wno-long-long"
   +warning_flags ""
  - #warning_flags "-Werror -Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 
-Wcast-align -Wmissing-declarations"
  + #warning_flags "-Werror -Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 
-Wcast-align -Wmissing-declarations -Wno-unused-parameter"

lib_opt_flags "-O2 -finline-functions"
   Index: src/build-data/makefile/unix.in
   src/build-data/makefile/unix.in.orig 2008-09-30 18:59:48 +0200
  -+++ src/build-data/makefile/unix.in  2008-10-01 19:45:12 +0200
  +--- src/build-data/makefile/unix.in.orig 2008-10-07 23:13:19 +0200
   src/build-data/makefile/unix.in  2008-10-08 08:34:11 +0200
   @@ -26,7 +26,7 @@
  - BINDIR= $(INSTALLROOT)/bin
  - LIBDIR= $(INSTALLROOT)/@{var:libdir}
  - HEADERDIR = $(INSTALLROOT)/@{var:includedir}/botan
  --DOCDIR= $(INSTALLROOT)/@{var:docdir}/Botan-$(VERSION)
  -+DOCDIR= $(INSTALLROOT)/@{var:docdir}
  + BINDIR= $(DESTDIR)/bin
  + LIBDIR= $(DESTDIR)/@{var:libdir}
  + HEADERDIR = $(DESTDIR)/@{var:includedir}/botan
  +-DOCDIR= $(DESTDIR)/@{var:docdir}/Botan-$(VERSION)
  ++DOCDIR= $(DESTDIR)/@{var:docdir}

CONFIG_SCRIPT = @{var:botan-config}

   Index: src/utils/types.h
   src/utils/types.h.orig   2008-09-30 18:59:48 +0200
  -+++ src/utils/types.h2008-10-01 19:45:12 +0200
  +--- src/utils/types.h.orig   2008-10-07 23:13:21 +0200
   src/utils/types.h2008-10-08 08:29:40 +0200
   @@ -20,7 +20,7 @@
   typedef unsigned __int64 u64bit;
#elif defined(__KCC)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.16 -r1.17 botan.spec
  --- openpkg-src/botan/botan.spec  1 Oct 2008 17:46:49 -   1.16
  +++ openpkg-src/botan/botan.spec  8 Oct 2008 06:59:48 -   1.17
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.7
  -%define   V_minor 14
  +%define   V_minor 15
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20081001
  +Release:  20081008
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ -77,13 +77,13 @@
   perl ./configure.pl \
   --prefix=%{l_prefix} \
   --docdir=share/botan \
  ---no-shared
  +--disable-shared
   %{l_make} %{l_mflags -O}
   
   %install
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install \
  -INSTALLROOT=$RPM_BUILD_ROOT%{l_prefix} \
  +DESTDIR=$RPM_BUILD_ROOT%{l_prefix} \
   OWNER=`%{l_shtool} echo -e '%u'` \
   GROUP=`%{l_shtool} echo -e '%g'`
   rm -f $RPM_BUILD_ROOT%{l_prefix}/share/botan/*.txt
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-10-01 Thread Ralf S. Engelschall
  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:   01-Oct-2008 19:46:49
  Branch: HEAD Handle: 2008100118464900

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.7.13 -> 1.7.14

  Summary:
RevisionChanges Path
1.9 +18 -18 openpkg-src/botan/botan.patch
1.16+3  -3  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.8 -r1.9 botan.patch
  --- openpkg-src/botan/botan.patch 18 Sep 2008 18:13:45 -  1.8
  +++ openpkg-src/botan/botan.patch 1 Oct 2008 17:46:49 -   1.9
  @@ -1,18 +1,6 @@
  -Index: include/types.h
   include/types.h.orig 2008-09-18 16:48:26 +0200
  -+++ include/types.h  2008-09-18 19:54:39 +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;
  -Index: misc/config/cc/gcc
   misc/config/cc/gcc.orig  2008-09-18 16:48:26 +0200
  -+++ misc/config/cc/gcc   2008-09-18 19:56:23 +0200
  +Index: src/build-data/cc/gcc
  +--- src/build-data/cc/gcc.orig   2008-09-30 18:59:48 +0200
   src/build-data/cc/gcc2008-10-01 19:45:12 +0200
   @@ -8,8 +8,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
  @@ -24,9 +12,9 @@
#warning_flags "-Werror -Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 
-Wcast-align -Wmissing-declarations"

lib_opt_flags "-O2 -finline-functions"
  -Index: misc/config/makefile/unix.in
   misc/config/makefile/unix.in.orig2008-09-18 16:48:26 +0200
  -+++ misc/config/makefile/unix.in 2008-09-18 19:54:39 +0200
  +Index: src/build-data/makefile/unix.in
  +--- src/build-data/makefile/unix.in.orig 2008-09-30 18:59:48 +0200
   src/build-data/makefile/unix.in  2008-10-01 19:45:12 +0200
   @@ -26,7 +26,7 @@
BINDIR= $(INSTALLROOT)/bin
LIBDIR= $(INSTALLROOT)/@{var:libdir}
  @@ -36,3 +24,15 @@

CONFIG_SCRIPT = @{var:botan-config}

  +Index: src/utils/types.h
  +--- src/utils/types.h.orig   2008-09-30 18:59:48 +0200
   src/utils/types.h2008-10-01 19:45:12 +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.15 -r1.16 botan.spec
  --- openpkg-src/botan/botan.spec  28 Sep 2008 11:47:36 -  1.15
  +++ openpkg-src/botan/botan.spec  1 Oct 2008 17:46:49 -   1.16
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.7
  -%define   V_minor 13
  +%define   V_minor 14
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20080928
  +Release:  20081001
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ -72,7 +72,7 @@
   rm -f src/*.bak
   %{l_shtool} subst \
   -e 's;-mcpu=;-mtune=;g' \
  -misc/config/cc/gcc
  +src/build-data/cc/gcc
   CC="gcc" \
   perl ./configure.pl \
   --prefix=%{l_prefix} \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-09-18 Thread Ralf S. Engelschall
  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:   18-Sep-2008 20:13:45
  Branch: HEAD Handle: 2008091819134500

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.7.11 -> 1.7.12

  Summary:
RevisionChanges Path
1.8 +7  -7  openpkg-src/botan/botan.patch
1.14+2  -2  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.7 -r1.8 botan.patch
  --- openpkg-src/botan/botan.patch 12 Sep 2008 17:55:11 -  1.7
  +++ openpkg-src/botan/botan.patch 18 Sep 2008 18:13:45 -  1.8
  @@ -1,6 +1,6 @@
   Index: include/types.h
   include/types.h.orig 2008-09-11 23:10:24 +0200
  -+++ include/types.h  2008-09-12 19:44:10 +0200
  +--- include/types.h.orig 2008-09-18 16:48:26 +0200
   include/types.h  2008-09-18 19:54:39 +0200
   @@ -20,7 +20,7 @@
   typedef unsigned __int64 u64bit;
#elif defined(__KCC)
  @@ -11,8 +11,8 @@
#else
   typedef unsigned long long u64bit;
   Index: misc/config/cc/gcc
   misc/config/cc/gcc.orig  2008-09-11 23:10:24 +0200
  -+++ misc/config/cc/gcc   2008-09-12 19:51:32 +0200
  +--- misc/config/cc/gcc.orig  2008-09-18 16:48:26 +0200
   misc/config/cc/gcc   2008-09-18 19:56:23 +0200
   @@ -8,8 +8,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
  @@ -21,12 +21,12 @@
   -warning_flags "-W -Wall"
   +lang_flags "-D_REENTRANT -Wno-long-long"
   +warning_flags ""
  + #warning_flags "-Werror -Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 
-Wcast-align -Wmissing-declarations"

lib_opt_flags "-O2 -finline-functions"
  - check_opt_flags "-O2"
   Index: misc/config/makefile/unix.in
   misc/config/makefile/unix.in.orig2008-09-11 23:10:24 +0200
  -+++ misc/config/makefile/unix.in 2008-09-12 19:44:10 +0200
  +--- misc/config/makefile/unix.in.orig2008-09-18 16:48:26 +0200
   misc/config/makefile/unix.in 2008-09-18 19:54:39 +0200
   @@ -26,7 +26,7 @@
BINDIR= $(INSTALLROOT)/bin
LIBDIR= $(INSTALLROOT)/@{var:libdir}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.13 -r1.14 botan.spec
  --- openpkg-src/botan/botan.spec  12 Sep 2008 17:55:11 -  1.13
  +++ openpkg-src/botan/botan.spec  18 Sep 2008 18:13:45 -  1.14
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.7
  -%define   V_minor 11
  +%define   V_minor 12
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20080912
  +Release:  20080918
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-09-12 Thread Ralf S. Engelschall
  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:   12-Sep-2008 19:55:11
  Branch: HEAD Handle: 2008091218551100

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.7.10 -> 1.7.11

  Summary:
RevisionChanges Path
1.7 +7  -7  openpkg-src/botan/botan.patch
1.13+2  -2  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.6 -r1.7 botan.patch
  --- openpkg-src/botan/botan.patch 6 Sep 2008 07:52:32 -   1.6
  +++ openpkg-src/botan/botan.patch 12 Sep 2008 17:55:11 -  1.7
  @@ -1,6 +1,6 @@
   Index: include/types.h
   include/types.h.orig 2008-09-06 00:39:52 +0200
  -+++ include/types.h  2008-09-06 09:22:51 +0200
  +--- include/types.h.orig 2008-09-11 23:10:24 +0200
   include/types.h  2008-09-12 19:44:10 +0200
   @@ -20,7 +20,7 @@
   typedef unsigned __int64 u64bit;
#elif defined(__KCC)
  @@ -11,8 +11,8 @@
#else
   typedef unsigned long long u64bit;
   Index: misc/config/cc/gcc
   misc/config/cc/gcc.orig  2008-09-06 00:39:53 +0200
  -+++ misc/config/cc/gcc   2008-09-06 09:43:03 +0200
  +--- misc/config/cc/gcc.orig  2008-09-11 23:10:24 +0200
   misc/config/cc/gcc   2008-09-12 19:51:32 +0200
   @@ -8,8 +8,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
  @@ -21,12 +21,12 @@
   -warning_flags "-W -Wall"
   +lang_flags "-D_REENTRANT -Wno-long-long"
   +warning_flags ""
  - #warning_flags "-Werror -Wall -Wextra -Wstrict-aliasing -Wstrict-overflow 
-Wcast-qual -Wmissing-declarations"

lib_opt_flags "-O2 -finline-functions"
  + check_opt_flags "-O2"
   Index: misc/config/makefile/unix.in
   misc/config/makefile/unix.in.orig2008-09-06 00:39:53 +0200
  -+++ misc/config/makefile/unix.in 2008-09-06 09:22:51 +0200
  +--- misc/config/makefile/unix.in.orig2008-09-11 23:10:24 +0200
   misc/config/makefile/unix.in 2008-09-12 19:44:10 +0200
   @@ -26,7 +26,7 @@
BINDIR= $(INSTALLROOT)/bin
LIBDIR= $(INSTALLROOT)/@{var:libdir}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.12 -r1.13 botan.spec
  --- openpkg-src/botan/botan.spec  6 Sep 2008 07:52:32 -   1.12
  +++ openpkg-src/botan/botan.spec  12 Sep 2008 17:55:11 -  1.13
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.7
  -%define   V_minor 10
  +%define   V_minor 11
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20080906
  +Release:  20080912
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-09-06 Thread Ralf S. Engelschall
  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:   06-Sep-2008 09:52:32
  Branch: HEAD Handle: 2008090608523200

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.7.9 -> 1.7.10

  Summary:
RevisionChanges Path
1.6 +7  -7  openpkg-src/botan/botan.patch
1.12+2  -2  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.5 -r1.6 botan.patch
  --- openpkg-src/botan/botan.patch 5 May 2008 18:01:55 -   1.5
  +++ openpkg-src/botan/botan.patch 6 Sep 2008 07:52:32 -   1.6
  @@ -1,6 +1,6 @@
   Index: include/types.h
   include/types.h.orig 2008-05-05 15:09:54 +0200
  -+++ include/types.h  2008-05-05 19:53:59 +0200
  +--- include/types.h.orig 2008-09-06 00:39:52 +0200
   include/types.h  2008-09-06 09:22:51 +0200
   @@ -20,7 +20,7 @@
   typedef unsigned __int64 u64bit;
#elif defined(__KCC)
  @@ -11,8 +11,8 @@
#else
   typedef unsigned long long u64bit;
   Index: misc/config/cc/gcc
   misc/config/cc/gcc.orig  2008-05-05 15:09:54 +0200
  -+++ misc/config/cc/gcc   2008-05-05 19:55:07 +0200
  +--- misc/config/cc/gcc.orig  2008-09-06 00:39:53 +0200
   misc/config/cc/gcc   2008-09-06 09:43:03 +0200
   @@ -8,8 +8,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
  @@ -21,12 +21,12 @@
   -warning_flags "-W -Wall"
   +lang_flags "-D_REENTRANT -Wno-long-long"
   +warning_flags ""
  + #warning_flags "-Werror -Wall -Wextra -Wstrict-aliasing -Wstrict-overflow 
-Wcast-qual -Wmissing-declarations"

lib_opt_flags "-O2 -finline-functions"
  - check_opt_flags "-O2"
   Index: misc/config/makefile/unix.in
   misc/config/makefile/unix.in.orig2008-05-05 15:09:54 +0200
  -+++ misc/config/makefile/unix.in 2008-05-05 19:53:59 +0200
  +--- misc/config/makefile/unix.in.orig2008-09-06 00:39:53 +0200
   misc/config/makefile/unix.in 2008-09-06 09:22:51 +0200
   @@ -26,7 +26,7 @@
BINDIR= $(INSTALLROOT)/bin
LIBDIR= $(INSTALLROOT)/@{var:libdir}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.11 -r1.12 botan.spec
  --- openpkg-src/botan/botan.spec  28 Aug 2008 10:08:07 -  1.11
  +++ openpkg-src/botan/botan.spec  6 Sep 2008 07:52:32 -   1.12
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.7
  -%define   V_minor 9
  +%define   V_minor 10
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20080828
  +Release:  20080906
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-05-05 Thread Ralf S. Engelschall
  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:
RevisionChanges 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 -  1.4
  +++ openpkg-src/botan/botan.patch 5 May 2008 18:01:55 -   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.orig2008-03-10 18:27:28 +0100
  -+++ misc/config/makefile/unix.in 2008-03-10 22:21:25 +0100
  +--- misc/config/makefile/unix.in.orig2008-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 -  1.7
  +++ openpkg-src/botan/botan.spec  5 May 2008 18:01:55 -   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 openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-03-10 Thread Ralf S. Engelschall
  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:   10-Mar-2008 22:25:01
  Branch: HEAD Handle: 200803102125

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.7.3 -> 1.7.4

  Summary:
RevisionChanges Path
1.4 +8  -8  openpkg-src/botan/botan.patch
1.6 +2  -2  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.3 -r1.4 botan.patch
  --- openpkg-src/botan/botan.patch 23 Jan 2008 20:05:27 -  1.3
  +++ openpkg-src/botan/botan.patch 10 Mar 2008 21:25:00 -  1.4
  @@ -1,6 +1,6 @@
   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
  +--- include/types.h.orig 2008-03-10 18:27:28 +0100
   include/types.h  2008-03-10 22:21:25 +0100
   @@ -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-01-23 15:10:39 +0100
  -+++ misc/config/cc/gcc   2008-01-23 20:55:53 +0100
  +--- 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 @@

lib_opt_flags "-O2 -finline-functions"
check_opt_flags "-O2"
   -lang_flags "-D_REENTRANT -ansi -Wno-long-long"
  --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 "-W -Wall"
  ++lang_flags "-D_REENTRANT -Wno-long-long"
   +warning_flags ""

so_obj_flags "-fPIC"
debug_flags "-g"
   Index: misc/config/makefile/unix.in
   misc/config/makefile/unix.in.orig2008-01-23 15:10:39 +0100
  -+++ misc/config/makefile/unix.in 2008-01-23 20:52:30 +0100
  +--- misc/config/makefile/unix.in.orig2008-03-10 18:27:28 +0100
   misc/config/makefile/unix.in 2008-03-10 22:21:25 +0100
   @@ -26,7 +26,7 @@
BINDIR= $(INSTALLROOT)/bin
LIBDIR= $(INSTALLROOT)/@{var:libdir}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r1.5 -r1.6 botan.spec
  --- openpkg-src/botan/botan.spec  23 Jan 2008 20:05:28 -  1.5
  +++ openpkg-src/botan/botan.spec  10 Mar 2008 21:25:00 -  1.6
  @@ -23,7 +23,7 @@
   
   #   package version
   %define   V_major 1.7
  -%define   V_minor 3
  +%define   V_minor 4
   
   #   package information
   Name: botan
  @@ -36,7 +36,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20080123
  +Release:  20080310
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2008-01-23 Thread Ralf S. Engelschall
  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:
RevisionChanges 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 -  1.2
  +++ openpkg-src/botan/botan.patch 23 Jan 2008 20:05:27 -  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.orig2007-07-23 18:11:54 +0200
  -+++ misc/config/makefile/unix.in 2007-09-05 08:23:05 +0200
  +--- misc/config/makefile/unix.in.orig2008-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 -   1.4
  +++ openpkg-src/botan/botan.spec  23 Jan 2008 20:05:28 -  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 openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2007-10-26 Thread Ralf S. Engelschall
  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:   26-Oct-2007 17:58:57
  Branch: HEAD Handle: 2007102616585600

  Modified files:
openpkg-src/botan   botan.patch botan.spec

  Log:
upgrading package: botan 1.7.0 -> 1.7.2

  Summary:
RevisionChanges Path
1.2 +28 -2  openpkg-src/botan/botan.patch
1.3 +6  -2  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r1.1 -r1.2 botan.patch
  --- openpkg-src/botan/botan.patch 2 Mar 2007 08:01:28 -   1.1
  +++ openpkg-src/botan/botan.patch 26 Oct 2007 15:58:56 -  1.2
  @@ -1,6 +1,20 @@
  +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
  +@@ -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 ""
  + 
  + so_obj_flags "-fPIC"
  + debug_flags "-g"
   Index: misc/config/makefile/unix.in
   misc/config/makefile/unix.in.orig2007-01-20 11:57:30 +0100
  -+++ misc/config/makefile/unix.in 2007-03-02 08:55:38 +0100
  +--- misc/config/makefile/unix.in.orig2007-07-23 18:11:54 +0200
   misc/config/makefile/unix.in 2007-09-05 08:23:05 +0200
   @@ -26,7 +26,7 @@
BINDIR= $(INSTALLROOT)/bin
LIBDIR= $(INSTALLROOT)/@{var:libdir}
  @@ -10,3 +24,15 @@

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.2 -r1.3 botan.spec
  --- openpkg-src/botan/botan.spec  25 Mar 2007 13:47:32 -  1.2
  +++ openpkg-src/botan/botan.spec  26 Oct 2007 15:58:56 -  1.3
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 1.7
  -%define   V_minor 0
  +%define   V_minor 2
   
   #   package information
   Name: botan
  @@ -37,7 +37,7 @@
   Group:Cryptography
   License:  BSD
   Version:  %{V_major}.%{V_minor}
  -Release:  20070325
  +Release:  20071026
   
   #   list of sources
   Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ -67,6 +67,10 @@
   %patch -p0
   
   %build
  +perl -p -i.bak -e \
  +'s;(0x[\da-fA-F]{16});\1ULL;g' \
  +src/*.cpp
  +rm -f src/*.bak
   %{l_shtool} subst \
   -e 's;-mcpu=;-mtune=;g' \
   misc/config/cc/gcc
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/botan/ botan.patch botan.spec

2007-03-02 Thread Ralf S. Engelschall
  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:   02-Mar-2007 09:01:29
  Branch: HEAD Handle: 2007030208012800

  Added files:
openpkg-src/botan   botan.patch botan.spec

  Log:
new package: botan 1.6.1 (C++ Cryptography Library)

  Summary:
RevisionChanges Path
1.1 +12 -0  openpkg-src/botan/botan.patch
1.1 +97 -0  openpkg-src/botan/botan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  
  $ cvs diff -u -r0 -r1.1 botan.patch
  --- /dev/null 2007-03-02 09:00:26 +0100
  +++ botan.patch   2007-03-02 09:01:29 +0100
  @@ -0,0 +1,12 @@
  +Index: misc/config/makefile/unix.in
  +--- misc/config/makefile/unix.in.orig2007-01-20 11:57:30 +0100
   misc/config/makefile/unix.in 2007-03-02 08:55:38 +0100
  +@@ -26,7 +26,7 @@
  + BINDIR= $(INSTALLROOT)/bin
  + LIBDIR= $(INSTALLROOT)/@{var:libdir}
  + HEADERDIR = $(INSTALLROOT)/@{var:includedir}/botan
  +-DOCDIR= $(INSTALLROOT)/@{var:docdir}/Botan-$(VERSION)
  ++DOCDIR= $(INSTALLROOT)/@{var:docdir}
  + 
  + OWNER = @{var:install_user}
  + GROUP = @{var:install_group}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.spec
  
  $ cvs diff -u -r0 -r1.1 botan.spec
  --- /dev/null 2007-03-02 09:00:26 +0100
  +++ botan.spec2007-03-02 09:01:29 +0100
  @@ -0,0 +1,97 @@
  +##
  +##  botan.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. 
  +##  Copyright (c) 2000-2007 Ralf S. Engelschall 
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package version
  +%define   V_major 1.6
  +%define   V_minor 1
  +
  +#   package information
  +Name: botan
  +Summary:  C++ Cryptography Library
  +URL:  http://botan.randombit.net/
  +Vendor:   The Botan Project
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Cryptography
  +License:  BSD
  +Version:  %{V_major}.%{V_minor}
  +Release:  20070302
  +
  +#   list of sources
  +Source0:  
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  +Patch0:   botan.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20060823, gcc, gcc::with_cxx = yes
  +PreReq:   OpenPKG, openpkg >= 20060823
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +Botan is a C++ cryptography library, providing a wide variety of
  +cryptographic algorithms, formats, and protocols.
  +
  +%track
  +prog botan = {
  +version   = %{version}
  +url   = http://botan.randombit.net/download.php
  +regex = Botan-(__VER__)\.tgz
  +}
  +
  +%prep
  +%setup -q -n Botan-%{version}
  +%patch -p0
  +
  +%build
  +%{l_shtool} subst \
  +-e 's;-mcpu=;-mtune=;g' \
  +misc/config/cc/gcc
  +CC="gcc" \
  +perl ./configure.pl \
  +--prefix=%{l_prefix} \
  +--docdir=share/botan \
  +--disable-shared
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_make} %{l_mflags} install \
  +INSTALLROOT=$RPM_BUILD_ROOT%{l_prefix} \
  +OWNER=`%{l_shtool} echo -e '%u'` \
  +GROUP=`%{l_shtool} echo -e '%g'`
  +rm -f $RP