Browse Source

add missing patch file to CVS

master
parent
commit
32166ffee4
  1. 13
      aica/aica.patch
  2. 2
      aica/aica.spec

13
aica/aica.patch

@ -0,0 +1,13 @@
--- ca/prof_asn1.c.dist 2003-06-18 15:01:46.000000000 +0200
+++ ca/prof_asn1.c 2003-06-18 15:03:23.000000000 +0200
@@ -432,8 +432,8 @@
cp = ASN1_next(buf);
j=ASN1_length(cp+1,&k);
- pos+=j+k+1;
- if(fsetpos(cpf->fp,&pos)) goto error;
+ if(fseek(cpf->fp,j+k+1,SEEK_CUR)) goto error;
+ if(fgetpos(cpf->fp,&pos)) goto error;
}while(1);

2
aica/aica.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Security
License: AiCrypto
Version: 0.81
Release: 20030618
Release: 20030628
# list of sources
Source0: http://mars.elcom.nitech.ac.jp/security/AiCA-%{version}.tar.gz

Loading…
Cancel
Save