OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 18-Jun-2003 15:07:18
Branch: HEAD Handle: 2003061814071701
Modified files:
openpkg-src/aica aica.spec
openpkg-web news.txt
Log:
avoid integer computation on opaque datatype fpos_t
Summary:
Revision Changes Path
1.8 +3 -1 openpkg-src/aica/aica.spec
1.4921 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aica/aica.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 aica.spec
--- openpkg-src/aica/aica.spec 24 Mar 2003 11:08:50 -0000 1.7
+++ openpkg-src/aica/aica.spec 18 Jun 2003 13:07:18 -0000 1.8
@@ -33,11 +33,12 @@
Group: Security
License: AiCrypto
Version: 0.81
-Release: 20030324
+Release: 20030618
# list of sources
Source0: http://mars.elcom.nitech.ac.jp/security/AiCA-%{version}.tar.gz
Source1: aica.cnf
+Patch0: aica.patch
%NoSource 0
# build information
@@ -57,6 +58,7 @@
%prep
%integrity
%setup -q -n AiCA
+ %patch -p0
%build
# change path to templates and vendor certs
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4920 -r1.4921 news.txt
--- openpkg-web/news.txt 18 Jun 2003 11:58:47 -0000 1.4920
+++ openpkg-web/news.txt 18 Jun 2003 13:07:17 -0000 1.4921
@@ -1,3 +1,4 @@
+18-Jun-2003: Upgraded package: P<aica-0.81-20030618>
18-Jun-2003: Upgraded package: P<transfig-3.2.4-20030618>
18-Jun-2003: Upgraded package: P<acroread-5.07-20030618>
18-Jun-2003: Upgraded package: P<tcpreplay-1.4.4-20030618>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]