OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Peter Smej
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 22-Jan-2003 13:50:06
Branch: HEAD Handle: 2003012212500302
Added files:
openpkg-src/gnutls gnutls.patch
Modified files:
openpkg-re/vcheck vc.gnutls
openpkg-src/gnutls gnutls.spec
openpkg-web news.txt
Log:
upgrading package: gnutls 0.6.0 -> 0.8.0
Summary:
Revision Changes Path
1.14 +1 -1 openpkg-re/vcheck/vc.gnutls
1.1 +52 -0 openpkg-src/gnutls/gnutls.patch
1.13 +5 -2 openpkg-src/gnutls/gnutls.spec
1.2971 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.gnutls
============================================================================
$ cvs diff -u -r1.13 -r1.14 vc.gnutls
--- openpkg-re/vcheck/vc.gnutls 8 Dec 2002 19:51:10 -0000 1.13
+++ openpkg-re/vcheck/vc.gnutls 22 Jan 2003 12:50:03 -0000 1.14
@@ -2,7 +2,7 @@
}
prog gnutls = {
- version = 0.6.0
+ version = 0.8.0
url = ftp://gnutls.hellug.gr/pub/gnutls/
regex = gnutls-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gnutls/gnutls.patch
============================================================================
$ cvs diff -u -r0 -r1.1 gnutls.patch
--- /dev/null 2003-01-22 13:50:06.000000000 +0100
+++ gnutls.patch 2003-01-22 13:50:06.000000000 +0100
@@ -0,0 +1,52 @@
+--- gnutls-0.8.0/configure.orig Wed Jan 22 13:16:28 2003
++++ gnutls-0.8.0/configure Wed Jan 22 13:17:22 2003
+@@ -12615,7 +12615,7 @@
+ ac_config_commands="$ac_config_commands includes/gnutls/gnutls.h"
+
+
+-
ac_config_files="$ac_config_files Makefile src/Makefile libextra/Makefile lib/Makefile
lib/libgnutls-config libextra/libgnutls-extra-config doc/Makefile src/x509/Makefile
src/srp/Makefile src/openpgp/Makefile doc/tex/Makefile doc/tex/cover.tex
doc/scripts/Makefile doc/examples/Makefile lib/minitasn1/Makefile includes/Makefile
includes/gnutls/Makefile"
++
ac_config_files="$ac_config_files Makefile src/Makefile libextra/Makefile lib/Makefile
lib/libgnutls-config libextra/libgnutls-extra-config doc/Makefile src/x509/Makefile
src/srp/Makefile src/openpgp/Makefile doc/tex/Makefile doc/tex/cover.tex
doc/examples/Makefile lib/minitasn1/Makefile includes/Makefile
includes/gnutls/Makefile"
+
+
+ cat >confcache <<\_ACEOF
+--- gnutls-0.8.0/lib/gnutls_mpi.h.orig Wed Jan 22 13:28:37 2003
++++ gnutls-0.8.0/lib/gnutls_mpi.h Wed Jan 22 13:29:06 2003
+@@ -2,7 +2,7 @@
+ # define GNUTLS_MPI_H
+
+ # include <gcrypt.h>
+-# include <libtasn1.h>
++# include <minitasn1/libtasn1.h>
+
+ #define GNUTLS_MPI GCRY_MPI
+
+--- gnutls-0.8.0/lib/gnutls_cert.h.orig Wed Jan 22 13:33:47 2003
++++ gnutls-0.8.0/lib/gnutls_cert.h Wed Jan 22 13:34:05 2003
+@@ -2,7 +2,7 @@
+ # define GNUTLS_CERT_H
+
+ #include <gnutls_pk.h>
+-#include <libtasn1.h>
++#include <minitasn1/libtasn1.h>
+ #include <gnutls_ui.h>
+
+ #define MAX_PARAMS_SIZE 6 /* ok for RSA and DSA */
+--- gnutls-0.8.0/lib/gnutls_global.h.orig Wed Jan 22 13:37:15 2003
++++ gnutls-0.8.0/lib/gnutls_global.h Wed Jan 22 13:37:32 2003
+@@ -1,7 +1,7 @@
+ #ifndef GNUTLS_GLOBAL_H
+ # define GNUTLS_GLOBAL_H
+
+-#include <libtasn1.h>
++#include <minitasn1/libtasn1.h>
+
+ int gnutls_global_init( void);
+ int gnutls_is_secure_memory(const void* mem);
+--- gnutls-0.8.0/lib/gnutls_x509.h.orig Wed Jan 22 13:39:21 2003
++++ gnutls-0.8.0/lib/gnutls_x509.h Wed Jan 22 13:39:38 2003
+@@ -1,4 +1,4 @@
+-#include <libtasn1.h>
++#include <minitasn1/libtasn1.h>
+
+ int _gnutls_x509_cert_verify_peers(gnutls_session session);
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gnutls/gnutls.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 gnutls.spec
--- openpkg-src/gnutls/gnutls.spec 3 Jan 2003 10:52:19 -0000 1.12
+++ openpkg-src/gnutls/gnutls.spec 22 Jan 2003 12:50:05 -0000 1.13
@@ -32,12 +32,13 @@
Distribution: OpenPKG [JUNK]
Group: Cryptography
License: GPL
-Version: 0.6.0
-Release: 20021208
+Version: 0.8.0
+Release: 20030122
# list of sources
Source0: ftp://gnutls.hellug.gr/pub/gnutls/gnutls-%{version}.tar.gz
Source1: getopt.tar.gz
+Patch0: gnutls.patch
# build information
Prefix: %{l_prefix}
@@ -56,6 +57,7 @@
%prep
%setup0 -q -c
%setup1 -q -T -D -a 1
+ %patch -p0
%build
( cd getopt
@@ -72,6 +74,7 @@
--prefix=%{l_prefix} \
--with-libgcrypt-prefix=%{l_prefix} \
--disable-shared
+
%{l_make} %{l_mflags -O}
)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2970 -r1.2971 news.txt
--- openpkg-web/news.txt 22 Jan 2003 11:17:44 -0000 1.2970
+++ openpkg-web/news.txt 22 Jan 2003 12:50:04 -0000 1.2971
@@ -1,3 +1,4 @@
+22-Jan-2003: Upgraded package: P<gnutls-0.8.0-20030122>
22-Jan-2003: Upgraded package: P<bochs-2.0.2-20030122>
22-Jan-2003: Upgraded package: P<perl-sys-20030122-20030122>
22-Jan-2003: Upgraded package: P<openpkg-tool-20030122-20030122>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]