update to mcrypt-2.6.4, now on sourceforge

This commit is contained in:
avsm 2004-10-20 18:28:17 +00:00
parent 974315c049
commit bbf533f79b
5 changed files with 7 additions and 42 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2004/08/12 21:56:41 naddy Exp $
# $OpenBSD: Makefile,v 1.15 2004/10/20 18:28:17 avsm Exp $
COMMENT= "extendable encryption program that supports many ciphers"
DISTNAME= mcrypt-2.6.3
DISTNAME= mcrypt-2.6.4
CATEGORIES= security
HOMEPAGE= http://mcrypt.hellug.gr/mcrypt/
HOMEPAGE= http://mcrypt.sf.net/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
@ -13,8 +13,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \
ftp://mcrypt.hellug.gr/pub/mcrypt/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
USE_LIBTOOL= Yes
USE_GMAKE= Yes

View File

@ -1,3 +1,3 @@
MD5 (mcrypt-2.6.3.tar.gz) = 3c7d6b3ca73ef12136746a8d06fc27a8
RMD160 (mcrypt-2.6.3.tar.gz) = cd20b3390f2922e9f3eb8ee736b0cbdd8487c557
SHA1 (mcrypt-2.6.3.tar.gz) = e0c1f87fb93293bc276decb572e8e317c29b5a0e
MD5 (mcrypt-2.6.4.tar.gz) = 5a011846fd0f166428c8d97359aaa6b3
RMD160 (mcrypt-2.6.4.tar.gz) = 1750f6aa7f7edea4a42e7e5a056c4d7460e30e82
SHA1 (mcrypt-2.6.4.tar.gz) = 6541caeab47999789595ad714b741fdf98c77aca

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-intl_Makefile.in,v 1.2 2003/01/18 22:55:39 avsm Exp $
--- intl/Makefile.in.orig Sat Apr 27 12:50:56 2002
+++ intl/Makefile.in Sat Jan 18 18:40:45 2003
@@ -26,7 +26,7 @@ top_srcdir = @top_srcdir@
top_builddir = ..
VPATH = @srcdir@
-prefix = @prefix@
+prefix = ${DESTDIR}@prefix@
exec_prefix = @exec_prefix@
transform = @program_transform_name@
libdir = @libdir@

View File

@ -1,10 +0,0 @@
--- src/Makefile.am.orig Sat Jun 15 11:19:03 2002
+++ src/Makefile.am Sat Jan 18 18:40:45 2003
@@ -13,6 +13,6 @@ mcrypt_SOURCES = extra.c mcrypt.c keys.c
localedir = $(datadir)/locale
mcrypt_LDADD = gaaout.o @INTLLIBS@
gaaout.o: gaaout.c
- $(CC) -o gaaout.o -c gaaout.c -g $(INCLUDES) -I. -I..
+ $(CC) -o gaaout.o -c gaaout.c -g $(INCLUDES) -I. -I.. ${LIBMCRYPT_CFLAGS}
gaaout.c: mcrypt.gaa
gaa -o gaaout.c -i gaa.h mcrypt.gaa

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2003/01/18 22:55:39 avsm Exp $
--- src/Makefile.in.orig Sat Jan 18 18:40:54 2003
+++ src/Makefile.in Sat Jan 18 18:41:15 2003
@@ -412,7 +412,7 @@ uninstall-am: uninstall-binPROGRAMS unin
uninstall-binPROGRAMS uninstall-info-am
gaaout.o: gaaout.c
- $(CC) -o gaaout.o -c gaaout.c -g $(INCLUDES) -I. -I..
+ $(CC) -o gaaout.o -c gaaout.c -g $(INCLUDES) -I. -I.. ${LIBMCRYPT_CFLAGS}
gaaout.c: mcrypt.gaa
gaa -o gaaout.c -i gaa.h mcrypt.gaa
# Tell versions [3.59,3.63) of GNU make to not export all variables.