1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Updated to 1.0.4

- Renamed a patch file with "make makepatch"

PR:		ports/127578
Submitted by:	Hirohisa Yamaguchi <umq at ueo dot co dot jp>
Approved by:	beech (mentor, implicit)
This commit is contained in:
Greg Larkin 2008-09-26 01:05:57 +00:00
parent 08f6086b0a
commit cfd351a4f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220781
4 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= libksba
PORTVERSION= 1.0.3
PORTVERSION= 1.0.4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (libksba-1.0.3.tar.bz2) = 91682491186d4ed43fff351aab2f5aad
SHA256 (libksba-1.0.3.tar.bz2) = 97abf042cf3194c9af81c5687bc8c77a6c60fb34e8baeae02f552c0f74bcc45d
SIZE (libksba-1.0.3.tar.bz2) = 525766
MD5 (libksba-1.0.4.tar.bz2) = 9a512633269e8f30e88abfd3b4105c3c
SHA256 (libksba-1.0.4.tar.bz2) = f51c593c95839843e6bf26882c8cc4e8467e1fae1912b1a2d46b6c8da23e204d
SIZE (libksba-1.0.4.tar.bz2) = 566099

View File

@ -0,0 +1,11 @@
--- ./src/asn1-func.c.orig 2008-09-23 08:51:55.000000000 -0400
+++ ./src/asn1-func.c 2008-09-23 08:51:59.000000000 -0400
@@ -25,8 +25,6 @@
#include <ctype.h>
#include <assert.h>
-#include <alloca.h>
-
#include "util.h"
#include "ksba.h"
#include "asn1-func.h"

View File

@ -1,11 +0,0 @@
--- 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"