View | Details | Raw Unified | Return to bug 37296
Collapse All | Expand All

(-)perdition/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	perdition
8
PORTNAME=	perdition
9
PORTVERSION=	0.1.8
9
PORTVERSION=	0.1.9
10
PORTREVISION=	1
11
CATEGORIES=	mail net security
10
CATEGORIES=	mail net security
12
MASTER_SITES=	ftp://perdition.sourceforge.net/pub/perdition/%SUBDIR%/ \
11
MASTER_SITES=	ftp://perdition.sourceforge.net/pub/perdition/%SUBDIR%/ \
13
		ftp://ftp.au.vergenet.net/pub/perdition/%SUBDIR%/ \
12
		ftp://ftp.au.vergenet.net/pub/perdition/%SUBDIR%/ \
(-)perdition/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (perdition-0.1.8.tar.gz) = 57e968a3cd5515c975af75af5893ed5e
1
MD5 (perdition-0.1.9.tar.gz) = 504213f33dd23d3436ccee5cbc4e7817
(-)perdition/files/patch-ai (+24 lines)
Line 0 Link Here
1
--- perdition/str.c.orig	Sun Apr 21 04:10:48 2002
2
+++ perdition/str.c	Sun Apr 21 04:13:22 2002
3
@@ -35,7 +35,6 @@
4
 #include <stdlib.h>
5
 #include <stdarg.h>
6
 #include <unistd.h>
7
-#include <printf.h>
8
 #include <sys/uio.h>
9
 #include <vanessa_socket.h>
10
 
11
@@ -96,13 +95,6 @@
12
 
13
   extern options_t opt;
14
   extern vanessa_logger_t *perdition_vl;
15
-
16
-  if((fmt_args=parse_printf_format(fmt, 0, NULL)) != nargs){
17
-    PERDITION_DEBUG_UNSAFE(
18
-      "nargs and fmt missmatch: %d args requested, %d args in format", nargs,
19
-      fmt_args);
20
-    return(-1);
21
-  }
22
 
23
   va_start(ap, fmt);
24
   if((bytes=vsnprintf(__str_write_buf, STR_WRITE_BUF_LEN-2, fmt, ap))<0){
(-)perdition/files/patch-aj (+10 lines)
Line 0 Link Here
1
--- perdition/username.h.orig	Sun Apr 21 04:16:49 2002
2
+++ perdition/username.h	Sun Apr 21 04:16:57 2002
3
@@ -29,6 +29,7 @@
4
 #ifndef USERNAME_BERT
5
 #define USERNAME_BERT
6
 
7
+#include <sys/types.h>
8
 #include <netinet/in.h>
9
 
10
 /**********************************************************************
(-)perdition/pkg-descr (-1 / +1 lines)
Lines 18-23 Link Here
18
in a paper the author wrote on high capacity email, so be sure to check the
18
in a paper the author wrote on high capacity email, so be sure to check the
19
web page.
19
web page.
20
20
21
WWW: http://perdition.sourceforge.net/
21
WWW: http://www.vergenet.net/linux/perdition/
22
22
23
-- K. Konstantinidis <kkonstan@daemon.gr>
23
-- K. Konstantinidis <kkonstan@daemon.gr>

Return to bug 37296