diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-09-05 11:40:24 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-09-05 11:40:24 +0000 |
commit | fc31075d85494a429c83dc15560c42efdfe3245d (patch) | |
tree | c57ed201463e2fa5875d2c2ce896968f3d74c56d /mail/qmail-ldap/files/patch-20120221-fixes-2 | |
parent | mail/mailscanner: drop CLAMAVMODULE support depending on expired mail/p5-Mail... (diff) |
Remove expired ports:
2019-09-04 devel/ace+tao-doc: Broken for more than 6 months
2019-09-04 devel/dfmt: Broken for more than 6 months
2019-09-04 devel/ignition-transport: Broken for more than 6 months
2019-09-04 devel/spin: Broken for more than 6 months
2019-09-04 editors/dexed: Depends on expiring devel/dfmt
2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree
2019-09-04 games/asc: Broken for more than 6 months
2019-09-04 games/slade: Broken for more than 6 months
2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months
2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree
2019-09-04 irc/irssi-otr: Broken for more than 6 months
2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months
2019-09-04 mail/qmail-ldap: Broken for more than 6 months
2019-09-04 math/fityk: Broken for more than 6 months
2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months
2019-09-04 math/octave-forge-fits: Broken for more than 6 months
2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months
2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months
2019-09-04 math/octave-forge-parallel: Broken for more than 6 months
2019-09-04 math/octave-forge-strings: Broken for more than 6 months
2019-09-04 math/octave-forge-tisean: Broken for more than 6 months
2019-09-04 math/octave-forge-video: Broken for more than 6 months
2019-09-04 math/py-yt: Depends on expiring graphics/embree
2019-09-04 misc/gnustep-examples: Broken for more than 6 months
2019-09-04 net/turses: Depends on expiring net/py-tweepy
2019-09-04 security/clamcour: Broken for more than 6 months
2019-09-04 security/honeybadger: Broken for more than 6 months
2019-09-04 sysutils/freefilesync: Broken for more than 6 months
2019-09-04 sysutils/log-courier: Broken for more than 6 months
2019-09-04 textproc/py-orange3-text: Broken for more than 6 months
2019-09-05 www/feedjack: Upstream gone
2019-09-04 www/havp: Broken for more than 6 months
2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead
2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 x11-wm/golem: Broken for more than 6 months
2019-09-04 x11-wm/pawm: Broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=511180
Diffstat (limited to 'mail/qmail-ldap/files/patch-20120221-fixes-2')
-rw-r--r-- | mail/qmail-ldap/files/patch-20120221-fixes-2 | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/mail/qmail-ldap/files/patch-20120221-fixes-2 b/mail/qmail-ldap/files/patch-20120221-fixes-2 deleted file mode 100644 index 92291e2db8cd..000000000000 --- a/mail/qmail-ldap/files/patch-20120221-fixes-2 +++ /dev/null @@ -1,64 +0,0 @@ -http://marc.info/?l=qmail-ldap&m=133193764313080&q=raw - -List: qmail-ldap -Subject: Re: Re: qmail-ldaplookup: fatal: qldap_filter: unspecified error -From: Claudio Jeker <jeker () n-r-g ! com> -Date: 2012-03-16 22:39:36 -Message-ID: 20120316223936.GC2808 () diehard ! n-r-g ! com - - -Index: qldap-filter.c -=================================================================== -RCS file: /home/cvs-djbware/CVS/qmail-ldap/qldap-filter.c,v -retrieving revision 1.10 -diff -u -p -r1.10 qldap-filter.c ---- qldap-filter.c 10 Nov 2009 22:46:06 -0000 1.10 -+++ qldap-filter.c 16 Mar 2012 23:37:23 -0000 -@@ -107,7 +107,7 @@ filter_uid(char *uid) - return 0; - - if (!filter_start(&filter) || -- !stralloc_copys(&filter,"(") || -+ !stralloc_cats(&filter,"(") || - !stralloc_cats(&filter, LDAP_UID) || - !stralloc_cats(&filter, "=") || - !filter_escape(&filter, uid, str_len(uid)) || -@@ -179,7 +179,6 @@ filter_mail(char *mail, int *done) - } - extcnt--; - #else --#error XXX XXX - /* basic qmail-ldap behavior test for username@domain.com and - catchall@domain.com */ - ext = 0; -@@ -193,7 +192,7 @@ filter_mail(char *mail, int *done) - /* build the search string for the email address */ - /* mail address */ - if (!filter_start(&filter) || -- !stralloc_copys(&filter, "(|(") || -+ !stralloc_cats(&filter, "(|(") || - !stralloc_cats(&filter, LDAP_MAIL) || - !stralloc_cats(&filter, "=")) - return 0; -Index: qmail-ldaplookup.c -=================================================================== -RCS file: /home/cvs-djbware/CVS/qmail-ldap/qmail-ldaplookup.c,v -retrieving revision 1.39 -diff -u -p -r1.39 qmail-ldaplookup.c ---- qmail-ldaplookup.c 10 Nov 2009 22:43:06 -0000 1.39 -+++ qmail-ldaplookup.c 16 Mar 2012 23:37:23 -0000 -@@ -223,12 +223,12 @@ int main(int argc, char **argv) - switch (mode) { - case mail: - f = filter_mail(value, &done); -- if (value == 0) -+ if (f == 0) - strerr_die2sys(1, FATAL, "building filter: "); - break; - case uid: - f = filter_uid(value); -- if (value == 0) -+ if (f == 0) - strerr_die2sys(1, FATAL, "building filter: "); - done = 1; - break; |