bugfix update to mixmaster 2.9.1
This commit is contained in:
parent
c2cbcd9729
commit
380c126d1d
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2003/09/29 20:17:49 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2003/11/23 18:52:39 sturm Exp $
|
||||
|
||||
COMMENT= "client for anonymous remailing"
|
||||
|
||||
VERSION= 2.9.0
|
||||
VERSION= 2.9.1
|
||||
DISTNAME= mixmaster-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= mail security
|
||||
|
||||
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
||||
|
||||
# custom
|
||||
PERMIT_PACKAGE_CDROM= "only with patch notice"
|
||||
PERMIT_PACKAGE_FTP= "only with patch notice"
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,9 +1,9 @@
|
||||
MD5 (allpingers.txt.gz) = faed6e2b322789008d9944ee19b0d67e
|
||||
MD5 (mixmaster-2.9.0.tar.gz) = c10d1f7c35177748d947aab64143494a
|
||||
MD5 (mixmaster-2.9.1.tar.gz) = 26052ff4112a2c185fd294b2bf5cb117
|
||||
MD5 (mixmaster-update.pl.gz) = 80ace5f85a7f4b8e2cf48a337e92a541
|
||||
RMD160 (allpingers.txt.gz) = 332fa8202581bcdf829700fa6ddc9af07011c639
|
||||
RMD160 (mixmaster-2.9.0.tar.gz) = 4d5248643b256dee095413985e30079387bb679e
|
||||
RMD160 (mixmaster-2.9.1.tar.gz) = bedb7b55cd735c4d96d5275a7f41f601aa1681e0
|
||||
RMD160 (mixmaster-update.pl.gz) = 8ec8ebf24536b6147bb00bbba5452e5a6102758a
|
||||
SHA1 (allpingers.txt.gz) = 1e3579919c811caf95a3f07e3dc094243335d55f
|
||||
SHA1 (mixmaster-2.9.0.tar.gz) = 375f4633ce0b378d0386dc9cbb2a015440bbc528
|
||||
SHA1 (mixmaster-2.9.1.tar.gz) = 27780dcbffb74e8259999141391f84e5d52ac1cf
|
||||
SHA1 (mixmaster-update.pl.gz) = 9b1e90022734062468de4412c7b5078eb4e00ff9
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Src_config_h,v 1.1 2003/09/29 20:17:49 sturm Exp $
|
||||
--- Src/config.h.orig 2003-09-27 18:53:56.000000000 +0200
|
||||
+++ Src/config.h 2003-09-27 18:54:08.000000000 +0200
|
||||
@@ -138,7 +138,7 @@
|
||||
$OpenBSD: patch-Src_config_h,v 1.2 2003/11/23 18:52:40 sturm Exp $
|
||||
--- Src/config.h.orig 2003-11-09 12:09:25.000000000 +0100
|
||||
+++ Src/config.h 2003-11-23 19:31:19.000000000 +0100
|
||||
@@ -142,7 +142,7 @@
|
||||
/* Give up if a file is larger than BUFFER_MAX bytes: */
|
||||
/* #define BUFFER_MAX 64*1024*1024 */
|
||||
|
||||
|
12
mail/mixmaster/patches/patch-Src_mail_c
Normal file
12
mail/mixmaster/patches/patch-Src_mail_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Src_mail_c,v 1.1 2003/11/23 18:52:40 sturm Exp $
|
||||
--- Src/mail.c.orig 2003-11-23 19:32:51.000000000 +0100
|
||||
+++ Src/mail.c 2003-11-23 19:34:17.000000000 +0100
|
||||
@@ -152,7 +152,7 @@ int sendmail(BUFFER *message, char *from
|
||||
|
||||
/* Step 2: Stat the file. Wait for ENOENT as a response. */
|
||||
for (count = 0;; count++) {
|
||||
- snprintf(path, PATHMAX, "%s%cout.%lu.%u_%lu.%s,S=%lu.txt",
|
||||
+ snprintf(path, PATHMAX, "%s%cout.%u.%u_%lu.%s,S=%lu.txt",
|
||||
POOLDIR, DIRSEP, time(NULL),
|
||||
#ifdef POSIX
|
||||
getpid(),
|
Loading…
x
Reference in New Issue
Block a user