1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 0.9.12

This commit is contained in:
Michael Nottebrock 2005-09-12 14:36:17 +00:00
parent 4c1f989fdc
commit ebc7d38523
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142537
3 changed files with 15 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= libksba
PORTVERSION= 0.9.11
PORTVERSION= 0.9.12
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/${PORTNAME}
@ -16,6 +16,7 @@ COMMENT= KSBA is an X.509 Library
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
gpg-error.1:${PORTSDIR}/security/libgpg-error
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_INC_LIBTOOL_VER=15
INSTALLS_SHLIB= yes

View File

@ -1,2 +1,2 @@
MD5 (libksba-0.9.11.tar.gz) = f21912398467e0c93ae1abeb8f6b3a3d
SIZE (libksba-0.9.11.tar.gz) = 602298
MD5 (libksba-0.9.12.tar.bz2) = 4d40a09134c5a0d2dcc6416f9abdcc98
SIZE (libksba-0.9.12.tar.bz2) = 465058

View File

@ -0,0 +1,11 @@
--- src/asn1-func.c.orig Mon Sep 12 16:13:20 2005
+++ src/asn1-func.c Mon Sep 12 16:13:28 2005
@@ -26,8 +26,6 @@
#include <ctype.h>
#include <assert.h>
-#include <alloca.h>
-
#include "ksba.h"
#include "asn1-func.h"
#include "util.h"