- update to libmcrypt-2.4.8

- our patch has been incorporated into source; removed from here
- new MASTER_SITE, bump NEED_VERSION
This commit is contained in:
avsm 2001-01-06 11:17:36 +00:00
parent 930782c666
commit 181f3d7cdf
3 changed files with 8 additions and 33 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2000/12/14 17:37:40 brad Exp $
# $OpenBSD: Makefile,v 1.3 2001/01/06 11:17:36 avsm Exp $
DISTNAME= libmcrypt-2.4.7
DISTNAME= libmcrypt-2.4.8
CATEGORIES= security
NEED_VERSION= 1.340
MASTER_SITES= http://mcrypt.hellug.gr/lib/ \
NEED_VERSION= 1.348
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \
ftp://argeas.cs-net.gr/pub/unix/mcrypt
HOMEPAGE= http://mcrypt.hellug.gr/lib/
@ -18,7 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (libmcrypt-2.4.7.tar.gz) = ab5e6e4178252f0c78501462454199f9
RMD160 (libmcrypt-2.4.7.tar.gz) = 88edfdb298d2b3ba22d9b6120e1e0f4ea692687e
SHA1 (libmcrypt-2.4.7.tar.gz) = 83927b8c838e8a3d6d76e75c645f001f8396a10d
MD5 (libmcrypt-2.4.8.tar.gz) = 342d978c4d2be2ca527d715dccdf0363
RMD160 (libmcrypt-2.4.8.tar.gz) = 9002597147fe6feb7fc766d36e09d4f326e299a2
SHA1 (libmcrypt-2.4.8.tar.gz) = fe90da0057747cb26717c47c11ce17114bab6863

View File

@ -1,25 +0,0 @@
$OpenBSD: patch-lib_libdefs.h,v 1.1.1.1 2000/11/27 15:41:46 avsm Exp $
--- lib/libdefs.h.orig Thu Nov 9 20:25:32 2000
+++ lib/libdefs.h Thu Nov 9 20:25:45 2000
@@ -8,6 +8,10 @@
# include <byteswap.h>
#endif
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+
#ifdef HAVE_SYS_ENDIAN_H
# include <sys/endian.h>
#endif
@@ -47,10 +51,6 @@
# include <string.h>
# include <stdlib.h>
# include <stdio.h>
-#endif
-
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
#endif
#ifdef HAVE_DIRENT_H