FreeBSD Bugzilla – Attachment 43959 Details for
Bug 68166
Update port: mail/mlmmj to 0.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mlmmj.diff
mlmmj.diff (text/plain), 3.03 KB, created by
xi
on 2004-06-21 13:30:24 UTC
(
hide
)
Description:
mlmmj.diff
Filename:
MIME Type:
Creator:
xi
Created:
2004-06-21 13:30:24 UTC
Size:
3.03 KB
patch
obsolete
>diff -urN /usr/ports/mail/mlmmj/Makefile mlmmj/Makefile >--- /usr/ports/mail/mlmmj/Makefile Wed Jun 16 22:29:17 2004 >+++ mlmmj/Makefile Mon Jun 21 14:13:59 2004 >@@ -6,7 +6,7 @@ > # > > PORTNAME= mlmmj >-PORTVERSION= 0.7.1 >+PORTVERSION= 0.8.0 > CATEGORIES= mail > MASTER_SITES= http://mlmmj.mmj.dk/files/ > >diff -urN /usr/ports/mail/mlmmj/distinfo mlmmj/distinfo >--- /usr/ports/mail/mlmmj/distinfo Wed Jun 16 22:29:17 2004 >+++ mlmmj/distinfo Mon Jun 21 14:13:59 2004 >@@ -1,2 +1,2 @@ >-MD5 (mlmmj-0.7.1.tar.bz2) = f0b4af8821c6f67dcc3845d060ddb2a6 >-SIZE (mlmmj-0.7.1.tar.bz2) = 92156 >+MD5 (mlmmj-0.8.0.tar.bz2) = b69d0b621722064caaf56befdac3cca2 >+SIZE (mlmmj-0.8.0.tar.bz2) = 89338 >diff -urN /usr/ports/mail/mlmmj/files/patch-mlmmj-maintd mlmmj/files/patch-mlmmj-maintd >--- /usr/ports/mail/mlmmj/files/patch-mlmmj-maintd Wed Jun 16 22:29:18 2004 >+++ mlmmj/files/patch-mlmmj-maintd Thu Jan 1 01:00:00 1970 >@@ -1,45 +0,0 @@ >---- src/mlmmj-maintd.c Thu Jun 10 18:11:55 2004 >-+++ src/mlmmj-maintd.c Fri Jun 11 12:26:58 2004 >-@@ -293,6 +293,8 @@ >- return 1; >- } >- >-+ free(dirname); >-+ >- while((dp = readdir(queuedir)) != NULL) { >- if((strcmp(dp->d_name, "..") == 0) || >- (strcmp(dp->d_name, ".") == 0)) >-@@ -634,7 +636,7 @@ >- { >- int opt, daemonize = 1; >- char *bindir, *listdir = NULL, *mlmmjsend, *mlmmjbounce, *mlmmjunsub; >-- char *logstr, *logname, *random = random_str(); >-+ char *logstr, *logname, *random; >- char uidstr[16]; >- struct stat st; >- >-@@ -697,10 +699,13 @@ >- } >- >- for(;;) { >-+ random = random_str(); >- logname = concatstr(3, listdir, "maintdlog-", random); >-+ free(random); >- maintdlogfd = open(logname, O_WRONLY|O_EXCL|O_CREAT, >- S_IRUSR|S_IWUSR); >- if(maintdlogfd < 0) { >-+ free(logname); >- log_error(LOG_ARGS, "Could not open maintenance logfile"); >- exit(EXIT_FAILURE); >- } >-@@ -744,6 +749,10 @@ >- else >- sleep(MAINTD_SLEEP); >- } >-+ >-+ free(mlmmjbounce); >-+ free(mlmmjsend); >-+ free(mlmmjunsub); >- >- exit(EXIT_SUCCESS); >- } >diff -urN /usr/ports/mail/mlmmj/files/patch-src-init_sockfd.c mlmmj/files/patch-src-init_sockfd.c >--- /usr/ports/mail/mlmmj/files/patch-src-init_sockfd.c Wed Jun 16 22:29:18 2004 >+++ mlmmj/files/patch-src-init_sockfd.c Thu Jan 1 01:00:00 1970 >@@ -1,10 +0,0 @@ >---- src/init_sockfd.c.orig Thu May 20 01:19:02 2004 >-+++ src/init_sockfd.c Wed Jun 16 22:12:20 2004 >-@@ -7,6 +7,7 @@ >- */ >- >- #include <stdlib.h> >-+#include <sys/types.h> >- #include <sys/socket.h> >- #include <netinet/in.h> >- #include <arpa/inet.h> >diff -urN /usr/ports/mail/mlmmj/pkg-plist mlmmj/pkg-plist >--- /usr/ports/mail/mlmmj/pkg-plist Wed Jun 16 22:29:17 2004 >+++ mlmmj/pkg-plist Mon Jun 21 14:13:59 2004 >@@ -6,12 +6,14 @@ > bin/mlmmj-bounce > bin/mlmmj-maintd > bin/mlmmj-make-ml.sh >+share/mlmmj/listtexts/access > share/mlmmj/listtexts/bounce-probe > share/mlmmj/listtexts/listhelp > share/mlmmj/listtexts/moderation > share/mlmmj/listtexts/notintocc > share/mlmmj/listtexts/sub-confirm > share/mlmmj/listtexts/sub-ok >+share/mlmmj/listtexts/subonlypost > share/mlmmj/listtexts/unsub-confirm > share/mlmmj/listtexts/unsub-ok > @dirrm share/mlmmj/listtexts
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 68166
: 43959