diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-07-06 19:56:27 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2017-07-06 19:56:27 +0800 |
commit | fe7ea63516324e2918cd05b4b5905c352e5b2465 (patch) | |
tree | 987ad082d2f3e2e01a16491cf4822226d3c86188 /security | |
parent | 28b4b5b4d8f2c41f20d876cf40e9eaab431959dd (diff) | |
download | freebsd-ports-gnome-fe7ea63516324e2918cd05b4b5905c352e5b2465.tar.gz freebsd-ports-gnome-fe7ea63516324e2918cd05b4b5905c352e5b2465.tar.zst freebsd-ports-gnome-fe7ea63516324e2918cd05b4b5905c352e5b2465.zip |
- Update devel/courier-unicode to 2.0
- Update mail/cone to 0.96
- Update mail/courier-imap to 4.18.0 [1]
- Update mail/maildrop to 2.9.0
- Update mail/sqwebmail to 5.9.0 [1]
- Update security/courier-authlib (and slaves) to 0.68.0 [1]
On request from oliver@, take maintainership of the courier-authlib
ports and the courier-imap port.
Approved by: oliver@ (maintainer) [1]
Differential Revision: https://reviews.freebsd.org/D11467
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib-base/Makefile | 2 | ||||
-rw-r--r-- | security/courier-authlib/Makefile | 4 | ||||
-rw-r--r-- | security/courier-authlib/distinfo | 5 | ||||
-rw-r--r-- | security/courier-authlib/files/patch-Makefile.in | 83 | ||||
-rw-r--r-- | security/courier-authlib/files/patch-authdaemond.in | 8 | ||||
-rw-r--r-- | security/courier-authlib/files/patch-authdaemonrc.in | 6 | ||||
-rw-r--r-- | security/courier-authlib/files/patch-authvchkpw | 134 | ||||
-rw-r--r-- | security/courier-authlib/files/patch-configure | 50 |
8 files changed, 141 insertions, 151 deletions
diff --git a/security/courier-authlib-base/Makefile b/security/courier-authlib-base/Makefile index fe16d501d955..dcd485fea456 100644 --- a/security/courier-authlib-base/Makefile +++ b/security/courier-authlib-base/Makefile @@ -1,7 +1,7 @@ # Created by: Oliver Lehmann <oliver@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -base COMMENT= Courier authentication library base diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 7ac34826b298..d5f67261ab73 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= courier-authlib -PORTVERSION= 0.66.3 +PORTVERSION= 0.68.0 PORTREVISION?= 0 CATEGORIES?= security mail .if defined(PKGNAMESUFFIX) @@ -13,7 +13,7 @@ DISTFILES= # empty EXTRACT_ONLY= # empty .endif -MAINTAINER= oliver@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT?= Meta-port for the courier authentication library CONFLICTS= courier-0.45* diff --git a/security/courier-authlib/distinfo b/security/courier-authlib/distinfo index 5d23e8f04bd2..4b4dba279fd8 100644 --- a/security/courier-authlib/distinfo +++ b/security/courier-authlib/distinfo @@ -1,2 +1,3 @@ -SHA256 (courier-authlib-0.66.3.tar.bz2) = 033402a86e334999eaf17c1b722d6f6cc1961fccb5d2ee88342dfd6c5d534961 -SIZE (courier-authlib-0.66.3.tar.bz2) = 2085083 +TIMESTAMP = 1499032525 +SHA256 (courier-authlib-0.68.0.tar.bz2) = 9096118823ababfac8f46a1a7393765a414ea3628c9413bfba39af5d70fd3e2e +SIZE (courier-authlib-0.68.0.tar.bz2) = 2194982 diff --git a/security/courier-authlib/files/patch-Makefile.in b/security/courier-authlib/files/patch-Makefile.in index 6a9e6cabf8a8..04f69a416a78 100644 --- a/security/courier-authlib/files/patch-Makefile.in +++ b/security/courier-authlib/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2015-04-25 14:07:07 UTC +--- Makefile.in.orig 2017-07-02 14:41:39 UTC +++ Makefile.in -@@ -85,11 +85,10 @@ PRE_UNINSTALL = : +@@ -95,11 +95,10 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @@ -13,13 +13,13 @@ +@HAVE_BASE_TRUE@bin_PROGRAMS = courierauthconfig$(EXEEXT) +@HAVE_BASE_TRUE@noinst_PROGRAMS = authdaemontest$(EXEEXT) authmksock$(EXEEXT) \ +@HAVE_BASE_TRUE@ authdaemondprog$(EXEEXT) - @HAVE_SGML_TRUE@am__append_1 = $(GITFILES) subdir = . - DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ -@@ -220,6 +219,13 @@ libauthuserdb_la_LINK = $(LIBTOOL) $(AM_ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ - $(AM_CFLAGS) $(CFLAGS) $(libauthuserdb_la_LDFLAGS) $(LDFLAGS) \ - -o $@ + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + am__aclocal_m4_deps = $(top_srcdir)/configure.ac +@@ -219,6 +218,13 @@ libcourierauth_la_DEPENDENCIES = libs/libhmac/libhmac. + libs/md5/libmd5.la libs/sha1/libsha1.la \ + libs/numlib/libnumlib.la libs/random128/librandom128.la \ + libs/rfc822/libencode.la +am_libauthvchkpw_la_OBJECTS = authvchkpw.lo authvchkpwlib.lo \ + preauthvchkpw.lo +libauthvchkpw_la_OBJECTS = $(am_libauthvchkpw_la_OBJECTS) @@ -27,19 +27,18 @@ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(libauthvchkpw_la_LDFLAGS) $(LDFLAGS) -o $@ + - libcourierauth_la_DEPENDENCIES = libs/libhmac/libhmac.la \ - libs/md5/libmd5.la libs/sha1/libsha1.la \ - libs/numlib/libnumlib.la libs/random128/librandom128.la \ -@@ -336,6 +342,8 @@ SOURCES = $(libauthcustom_la_SOURCES) $( + am_libcourierauth_la_OBJECTS = authdaemon.lo authdaemonlib.lo \ + preauthdaemon.lo authmoduser2.lo authmoduser3.lo debug.lo \ + authoption.lo +@@ -350,6 +356,7 @@ SOURCES = $(libauthcustom_la_SOURCES) $(libauthldap_la $(libauthpgsql_la_SOURCES) $(libauthpipe_la_SOURCES) \ $(libauthpwd_la_SOURCES) $(libauthshadow_la_SOURCES) \ $(libauthsqlite_la_SOURCES) $(libauthuserdb_la_SOURCES) \ + $(libauthvchkpw_la_SOURCES) \ -+ $(libauthvchkpw_la_SOURCES) \ $(libcourierauth_la_SOURCES) \ $(libcourierauthcommon_la_SOURCES) \ $(libcourierauthsasl_la_SOURCES) \ -@@ -503,6 +511,7 @@ LIBAUTHPWD = @LIBAUTHPWD@ +@@ -532,6 +539,7 @@ LIBAUTHPWD = @LIBAUTHPWD@ LIBAUTHSHADOW = @LIBAUTHSHADOW@ LIBAUTHSQLITE = @LIBAUTHSQLITE@ LIBAUTHUSERDB = @LIBAUTHUSERDB@ @@ -47,7 +46,7 @@ LIBDB = @LIBDB@ LIBDL = @LIBDL@ LIBGDBM = @LIBGDBM@ -@@ -625,21 +634,27 @@ top_builddir = @top_builddir@ +@@ -657,21 +665,27 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ userdb = @userdb@ AUTOMAKE_OPTIONS = dist-bzip2 @@ -70,9 +69,9 @@ +@HAVE_BASE_TRUE@pkglib_LTLIBRARIES = libcourierauth.la \ +@HAVE_BASE_TRUE@ libcourierauthsasl.la libcourierauthsaslclient.la \ +@HAVE_BASE_TRUE@ libcourierauthcommon.la $(modules) -+ -+@HAVE_BASE_FALSE@pkglib_LTLIBRARIES = $(modules) ++@HAVE_BASE_FALSE@pkglib_LTLIBRARIES = $(modules) ++ sbin_SCRIPTS = authdaemond EXTRA_LTLIBRARIES = libauthuserdb.la \ libauthpam.la libauthpwd.la libauthshadow.la \ @@ -80,7 +79,7 @@ libauthpgsql.la \ libauthldap.la \ libauthmysql.la \ -@@ -713,6 +728,13 @@ libauthshadow_la_DEPENDENCIES = $(common +@@ -746,6 +760,13 @@ libauthshadow_la_DEPENDENCIES = $(commonlibdep) libauthshadow_la_LIBADD = $(commonlibadd) $(libauthshadow_t) libauthshadow_la_LDFLAGS = $(commonldflags) @@ -93,8 +92,8 @@ + # The authpgsql module libauthpgsql_t = @PGSQL_LIBS@ @LIBM@ @NETLIBS@ - libauthpgsql_la_SOURCES = authpgsql.c preauthpgsql.c authpgsqllib.c authpgsql.h -@@ -792,8 +814,8 @@ libcourierauthsaslclient_la_SOURCES = co + libauthpgsql_la_SOURCES = authpgsql.c authpgsqllib.cpp authpgsql.h +@@ -827,8 +848,8 @@ libcourierauthsaslclient_la_SOURCES = courierauthsaslc libcourierauthsaslclient_la_LIBADD = libcourierauth.la libcourierauthsaslclient_la_LDFLAGS = -export-symbols-regex '^auth_sasl_client$$' -avoid-version @@ -105,8 +104,8 @@ courierauthconfig_SOURCES = authinfo.c authpasswd_SOURCES = authpasswd.c -@@ -834,7 +856,7 @@ authmksock_LDADD = @NETLIBS@ - man3 = authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 \ +@@ -869,7 +890,7 @@ authmksock_LDADD = @NETLIBS@ + man3 = authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 auth_mkhomedir.3 \ auth_enumerate.3 auth_passwd.3 auth_getoption.3 auth_sasl.3 -man1 = authpasswd.1 authtest.1 @@ -114,7 +113,7 @@ man_MANS = $(man1) $(man3) auth_sasl_ex.3 BUILT1 = authlib.html authldaprc.h authmysqlrc.h authpgsqlrc.h authpiperc.h \ authdaemonrc.h packageversion.h \ -@@ -993,6 +1015,9 @@ libauthsqlite.la: $(libauthsqlite_la_OBJ +@@ -1027,6 +1048,9 @@ libauthsqlite.la: $(libauthsqlite_la_OBJECTS) $(libaut libauthuserdb.la: $(libauthuserdb_la_OBJECTS) $(libauthuserdb_la_DEPENDENCIES) $(EXTRA_libauthuserdb_la_DEPENDENCIES) $(AM_V_CCLD)$(libauthuserdb_la_LINK) $(libauthuserdb_la_OBJECTS) $(libauthuserdb_la_LIBADD) $(LIBS) @@ -124,7 +123,7 @@ libcourierauth.la: $(libcourierauth_la_OBJECTS) $(libcourierauth_la_DEPENDENCIES) $(EXTRA_libcourierauth_la_DEPENDENCIES) $(AM_V_CCLD)$(libcourierauth_la_LINK) -rpath $(pkglibdir) $(libcourierauth_la_OBJECTS) $(libcourierauth_la_LIBADD) $(LIBS) -@@ -1262,6 +1287,8 @@ distclean-compile: +@@ -1297,6 +1321,8 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authtest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authuserdb.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authuserdbpwd.Plo@am__quote@ @@ -133,15 +132,15 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpassword.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpasswordmd5.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkpasswordsha1.Plo@am__quote@ -@@ -1279,6 +1306,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthsqlite.Plo@am__quote@ +@@ -1312,6 +1338,7 @@ distclean-compile: + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthshadow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthuserdb.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthuserdbcommon.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preauthvchkpw.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -1782,18 +1810,26 @@ info: info-recursive +@@ -1836,18 +1863,26 @@ info: info-recursive info-am: @@ -176,8 +175,8 @@ install-html: install-html-recursive install-html-am: -@@ -1873,14 +1909,18 @@ uninstall-man: uninstall-man1 uninstall- - uninstall-sbinPROGRAMS uninstall-sbinSCRIPTS +@@ -1929,12 +1964,16 @@ uninstall-man: uninstall-man1 uninstall-man3 + .PRECIOUS: Makefile +authvchkpw.lo: authvchkpw.c vpopmail_config.h @@ -186,8 +185,6 @@ +vpopmail_config.h: + echo '#include "@vpopmail_home@/include/config.h"' >vpopmail_config.h + - authpgsqllib.lo: authpgsqllib.c authpgsqlrc.h - @HAVE_AUTHPGSQL_TRUE@install-authpgsqlrc: @HAVE_AUTHPGSQL_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authpgsqlrc@` || : @HAVE_AUTHPGSQL_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authpgsqlrc \ @@ -198,7 +195,7 @@ @HAVE_AUTHPGSQL_TRUE@uninstall-authpgsqlrc: @HAVE_AUTHPGSQL_TRUE@ rm -f $(DESTDIR)@authpgsqlrc@.dist -@@ -1899,9 +1939,7 @@ authldaplib.lo: authldaplib.c authldaprc +@@ -1951,9 +1990,7 @@ authpgsqlrc.h: @HAVE_LDAP_TRUE@install-authldaprc: @HAVE_LDAP_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authldaprc@` || : @HAVE_LDAP_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authldaprc \ @@ -209,7 +206,7 @@ @HAVE_LDAP_TRUE@uninstall-authldaprc: @HAVE_LDAP_TRUE@ rm -f $(DESTDIR)@authldaprc@.dist -@@ -1912,6 +1950,18 @@ authldaplib.lo: authldaplib.c authldaprc +@@ -1964,15 +2001,25 @@ authpgsqlrc.h: @HAVE_LDAP_FALSE@uninstall-authldaprc: @HAVE_LDAP_FALSE@ @: @@ -228,7 +225,6 @@ authldaprc.h: echo "#define AUTHLDAPRC \"@authldaprc@\"" >authldaprc.h -@@ -1920,9 +1970,7 @@ authmysqllib.lo: authmysqllib.c authmysq @HAVE_AUTHMYSQL_TRUE@install-authmysqlrc: @HAVE_AUTHMYSQL_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authmysqlrc@` || : @HAVE_AUTHMYSQL_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authmysqlrc \ @@ -239,7 +235,7 @@ @HAVE_AUTHMYSQL_TRUE@uninstall-authmysqlrc: @HAVE_AUTHMYSQL_TRUE@ rm -f $(DESTDIR)@authmysqlrc@.dist -@@ -1941,9 +1989,7 @@ authsqlitelib.lo: authsqlitelib.c authsq +@@ -1989,9 +2036,7 @@ authmysqlrc.h: @HAVE_AUTHSQLITE_TRUE@install-authsqliterc: @HAVE_AUTHSQLITE_TRUE@ $(mkinstalldirs) $(DESTDIR)`dirname @authsqliterc@` || : @HAVE_AUTHSQLITE_TRUE@ $(INSTALL_DATA) -m 660 $(srcdir)/authsqliterc \ @@ -250,7 +246,7 @@ @HAVE_AUTHSQLITE_TRUE@uninstall-authsqliterc: @HAVE_AUTHSQLITE_TRUE@ rm -f $(DESTDIR)@authsqliterc@.dist -@@ -1962,16 +2008,20 @@ authpipelib.lo: authpipelib.c authpipeli +@@ -2010,17 +2055,21 @@ authpipelib.lo: authpipelib.c authpipelib.h authpiperc authpiperc.h: echo "#define PIPE_PROGRAM \"@authProg@\"" >authpiperc.h @@ -271,16 +267,17 @@ - rm -f $(DESTDIR)@authdaemonrc@.dist +@HAVE_BASE_FALSE@install-authdaemonrc: +@HAVE_BASE_FALSE@ @: -+ + +@HAVE_BASE_TRUE@uninstall-authdaemonrc: +@HAVE_BASE_TRUE@ rm -f $(DESTDIR)@authdaemonrc@.dist + +@HAVE_BASE_FALSE@uninstall-authdaemonrc: +@HAVE_BASE_FALSE@ @: - ++ authdaemonrc.h: echo "#define AUTHDAEMONRC \"@authdaemonrc@\"" >authdaemonrc.h -@@ -2014,24 +2064,24 @@ dist-hook: + echo "#define AUTHDAEMONVAR \"@authdaemonvar@\"" >>authdaemonrc.h +@@ -2066,24 +2115,24 @@ dist-hook: # automake still a bit stupid... install-data-hook: install-authdaemonrc install-authpgsqlrc \ @@ -317,7 +314,7 @@ $(INSTALL_SCRIPT) userdb/pw2userdb \ $(DESTDIR)$(sbindir)/pw2userdb ; \ $(INSTALL_SCRIPT) userdb/makeuserdb \ -@@ -2044,9 +2094,10 @@ install-exec-hook: +@@ -2096,9 +2145,10 @@ install-exec-hook: $(DESTDIR)$(sbindir)/userdb-test-cram-md5 uninstall-hook: uninstall-authldaprc uninstall-authdaemonrc uninstall-authmysqlrc uninstall-authpgsqlrc uninstall-authsqliterc @@ -329,12 +326,12 @@ $(DESTDIR)$(sbindir)/pw2userdb \ $(DESTDIR)$(sbindir)/makeuserdb \ $(DESTDIR)$(sbindir)/userdb \ -@@ -2057,7 +2108,7 @@ authlib.html: authlib.html.in +@@ -2109,7 +2159,7 @@ authlib.html: authlib.html.in $(SHELL) ./config.status --file=authlib.html authlib.3: authlib.3.in - $(SHELL) ./config.status --file=authlib.3 +@HAVE_BASE_TRUE@ $(SHELL) ./config.status --file=authlib.3 - @HAVE_SGML_TRUE@$(GITFILES): %: %.git - @HAVE_SGML_TRUE@ perl -p -e 's/\$$Id:[^\$$]*/\$$Id: '"`git log --pretty=format:\"%H\" -n 1 -- $<`-`date +%Y%m%d%H%M%S`/" <$< >$@.tmp + @HAVE_SGML_TRUE@authpasswd.html: authpasswd.sgml libs/docbook/sgml2html + @HAVE_SGML_TRUE@ libs/docbook/sgml2html authpasswd.sgml authpasswd.html diff --git a/security/courier-authlib/files/patch-authdaemond.in b/security/courier-authlib/files/patch-authdaemond.in index abfec18c3f42..544ee4a93443 100644 --- a/security/courier-authlib/files/patch-authdaemond.in +++ b/security/courier-authlib/files/patch-authdaemond.in @@ -1,8 +1,8 @@ ---- authdaemond.in.orig Wed Oct 20 20:10:49 2004 -+++ authdaemond.in Wed Oct 20 20:10:49 2004 -@@ -15,4 +15,4 @@ +--- authdaemond.in.orig 2013-08-25 18:57:37 UTC ++++ authdaemond.in +@@ -14,4 +14,4 @@ localstatedir=@localstatedir@ set -a . @authdaemonrc@ --exec ${sbindir}/courierlogger -pid=@authdaemonvar@/pid -$1 @libexecdir@/courier-authlib/authdaemond +-exec ${sbindir}/courierlogger -pid=@authdaemonvar@/pid $LOGGEROPTS -$1 @libexecdir@/courier-authlib/authdaemond +exec ${sbindir}/courierlogger -facility=${subsystem:-mail} -pid=@authdaemonvar@/pid -$1 @libexecdir@/courier-authlib/authdaemond diff --git a/security/courier-authlib/files/patch-authdaemonrc.in b/security/courier-authlib/files/patch-authdaemonrc.in index e18ac86509df..90775b6da657 100644 --- a/security/courier-authlib/files/patch-authdaemonrc.in +++ b/security/courier-authlib/files/patch-authdaemonrc.in @@ -1,6 +1,6 @@ ---- authdaemonrc.in.orig Tue Nov 9 19:42:04 2004 -+++ authdaemonrc.in Tue Nov 9 19:42:04 2004 -@@ -59,6 +59,42 @@ +--- authdaemonrc.in.orig 2016-01-05 01:20:05 UTC ++++ authdaemonrc.in +@@ -59,6 +59,42 @@ daemons=5 authdaemonvar=@authdaemonvar@ diff --git a/security/courier-authlib/files/patch-authvchkpw b/security/courier-authlib/files/patch-authvchkpw index 138e9a8ddc72..36c792167240 100644 --- a/security/courier-authlib/files/patch-authvchkpw +++ b/security/courier-authlib/files/patch-authvchkpw @@ -1,5 +1,5 @@ ---- authvchkpw.c.orig 2009-07-02 09:56:41.000000000 +0200 -+++ authvchkpw.c 2009-07-02 09:56:41.000000000 +0200 +--- authvchkpw.c.orig 2017-07-03 08:38:16 UTC ++++ authvchkpw.c @@ -0,0 +1,242 @@ +/* +** Copyright 1998 - 2007 Double Precision, Inc. See COPYING for @@ -243,8 +243,8 @@ +{ + return &authvchkpw_info; +} ---- authvchkpwlib.c.orig 2009-07-02 09:56:41.000000000 +0200 -+++ authvchkpwlib.c 2009-07-02 09:56:41.000000000 +0200 +--- authvchkpwlib.c.orig 2017-07-03 08:38:16 UTC ++++ authvchkpwlib.c @@ -0,0 +1,33 @@ +/* +** Copyright 1998 - 2000 Double Precision, Inc. See COPYING for @@ -279,9 +279,9 @@ + if ((p=strchr(c, ':')) != 0) return (p); + return (0); +} ---- courier_auth_config.h.orig 2009-06-27 17:59:04.000000000 +0200 -+++ courier_auth_config.h 2009-07-02 09:56:41.000000000 +0200 -@@ -122,6 +122,9 @@ +--- courier_auth_config.h.orig 2016-09-04 23:37:40 UTC ++++ courier_auth_config.h +@@ -125,6 +125,9 @@ /* Define to 1 if you have the `opendir' function. */ #define HAVE_OPENDIR 1 @@ -291,19 +291,19 @@ /* Define to 1 if you have the <Pam/pam_appl.h> header file. */ /* #undef HAVE_PAM_PAM_APPL_H */ -@@ -217,6 +220,9 @@ - */ - #define LT_OBJDIR ".libs/" +@@ -227,6 +230,9 @@ + /* Define to the shared archive member specification, say "(shr.o)". */ + /* #undef LT_SHARED_LIB_MEMBER */ ++ +/* Whether -lvpopmail has the vset_lastauth() function */ +/* #undef HAVE_VSET_LASTAUTH */ -+ + /* Whether we must a prototype for crypt() */ #define NEED_CRYPT_PROTOTYPE 0 - ---- courier_auth_config.h.in.orig 2009-06-27 18:09:18.000000000 +0200 -+++ courier_auth_config.h.in 2009-07-02 09:56:41.000000000 +0200 -@@ -121,6 +121,9 @@ +--- courier_auth_config.h.in.orig 2017-07-02 14:41:47 UTC ++++ courier_auth_config.h.in +@@ -124,6 +124,9 @@ /* Define to 1 if you have the `opendir' function. */ #undef HAVE_OPENDIR @@ -313,18 +313,18 @@ /* Define to 1 if you have the <Pam/pam_appl.h> header file. */ #undef HAVE_PAM_PAM_APPL_H -@@ -216,6 +219,9 @@ - */ - #undef LT_OBJDIR +@@ -226,6 +229,9 @@ + /* Define to the shared archive member specification, say "(shr.o)". */ + #undef LT_SHARED_LIB_MEMBER ++ +/* Whether -lvpopmail has the vset_lastauth() function */ +#undef HAVE_VSET_LASTAUTH -+ + /* Whether we must a prototype for crypt() */ #undef NEED_CRYPT_PROTOTYPE - ---- preauthvchkpw.c.orig 2009-07-02 09:56:41.000000000 +0200 -+++ preauthvchkpw.c 2009-07-02 09:56:41.000000000 +0200 +--- preauthvchkpw.c.orig 2017-07-03 08:38:16 UTC ++++ preauthvchkpw.c @@ -0,0 +1,159 @@ +/* +** Copyright 1998 - 2001 Double Precision, Inc. See COPYING for @@ -485,9 +485,46 @@ + + return ((*callback)(&auth, arg)); +} ---- userdb/configure.orig 2009-06-27 17:55:53.000000000 +0200 -+++ userdb/configure 2009-07-02 09:56:41.000000000 +0200 -@@ -12452,7 +12452,7 @@ +--- userdb/Makefile.in.orig 2016-06-23 12:29:59 UTC ++++ userdb/Makefile.in +@@ -107,7 +107,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cach + configure.lineno config.status.lineno + mkinstalldirs = $(install_sh) -d + CONFIG_HEADER = config.h +-CONFIG_CLEAN_FILES = userdb.pl makeuserdb pw2userdb ++CONFIG_CLEAN_FILES = userdb.pl makeuserdb pw2userdb vchkpw2userdb + CONFIG_CLEAN_VPATH_FILES = + LTLIBRARIES = $(noinst_LTLIBRARIES) + libuserdb_la_LIBADD = +@@ -222,6 +222,7 @@ CSCOPE = cscope + AM_RECURSIVE_TARGETS = cscope + am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(srcdir)/makeuserdb.in $(srcdir)/pw2userdb.in \ ++ $(srcdir)/vchkpw2userdb.in \ + $(srcdir)/userdb.pl.in $(top_srcdir)/../compile \ + $(top_srcdir)/../config.guess $(top_srcdir)/../config.sub \ + $(top_srcdir)/../depcomp $(top_srcdir)/../install-sh \ +@@ -377,7 +378,7 @@ BUILT_SOURCES = makeuserdb.html.in makeuserdb.8.in \ + userdb.html.in userdb.8.in \ + userdbpw.html.in userdbpw.8.in + +-noinst_SCRIPTS = makeuserdb pw2userdb dummy ++noinst_SCRIPTS = makeuserdb pw2userdb vchkpw2userdb dummy + noinst_DATA = makeuserdb.html userdb.html userdbpw.html + userdbpw_SOURCES = userdbpw.c + userdbpw_LDADD = libuserdb.la @HMACLIB@ @MD5LIB@ @SHA1LIB@ @CRYPTLIBS@ +@@ -444,6 +445,8 @@ userdb.pl: $(top_builddir)/config.status $(srcdir)/use + makeuserdb: $(top_builddir)/config.status $(srcdir)/makeuserdb.in + cd $(top_builddir) && $(SHELL) ./config.status $@ + pw2userdb: $(top_builddir)/config.status $(srcdir)/pw2userdb.in ++ cd $(top_builddir) && $(SHELL) ./config.status $@ ++vchkpw2userdb: $(top_builddir)/config.status $(srcdir)/vchkpw2userdb.in + cd $(top_builddir) && $(SHELL) ./config.status $@ + + clean-noinstLTLIBRARIES: +--- userdb/configure.orig 2016-06-23 12:29:59 UTC ++++ userdb/configure +@@ -12873,7 +12873,7 @@ else fi @@ -496,16 +533,16 @@ cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure -@@ -13364,6 +13364,7 @@ +@@ -13894,6 +13894,7 @@ do "userdb.pl") CONFIG_FILES="$CONFIG_FILES userdb.pl" ;; "makeuserdb") CONFIG_FILES="$CONFIG_FILES makeuserdb" ;; "pw2userdb") CONFIG_FILES="$CONFIG_FILES pw2userdb" ;; + "vchkpw2userdb") CONFIG_FILES="$CONFIG_FILES vchkpw2userdb" ;; - *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 - $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} ---- userdb/vchkpw2userdb.in.orig 2009-07-02 09:56:41.000000000 +0200 -+++ userdb/vchkpw2userdb.in 2009-07-02 09:56:41.000000000 +0200 + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +--- userdb/vchkpw2userdb.in.orig 2017-07-03 08:38:16 UTC ++++ userdb/vchkpw2userdb.in @@ -0,0 +1,80 @@ +#! @PERL@ +# @@ -587,40 +624,3 @@ + close(DIR); +} + ---- userdb/Makefile.in.orig 2015-06-06 14:37:22 UTC -+++ userdb/Makefile.in -@@ -107,7 +107,7 @@ am__CONFIG_DISTCLEAN_FILES = config.stat - configure.lineno config.status.lineno - mkinstalldirs = $(install_sh) -d - CONFIG_HEADER = config.h --CONFIG_CLEAN_FILES = userdb.pl makeuserdb pw2userdb -+CONFIG_CLEAN_FILES = userdb.pl makeuserdb pw2userdb vchkpw2userdb - CONFIG_CLEAN_VPATH_FILES = - LTLIBRARIES = $(noinst_LTLIBRARIES) - libuserdb_la_LIBADD = -@@ -222,6 +222,7 @@ CSCOPE = cscope - AM_RECURSIVE_TARGETS = cscope - am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(srcdir)/makeuserdb.in $(srcdir)/pw2userdb.in \ -+ $(srcdir)/vchkpw2userdb.in \ - $(srcdir)/userdb.pl.in $(top_srcdir)/../compile \ - $(top_srcdir)/../config.guess $(top_srcdir)/../config.sub \ - $(top_srcdir)/../depcomp $(top_srcdir)/../install-sh \ -@@ -376,7 +377,7 @@ BUILT_SOURCES = makeuserdb.html.in makeu - userdb.html.in userdb.8.in \ - userdbpw.html.in userdbpw.8.in - --noinst_SCRIPTS = makeuserdb pw2userdb dummy -+noinst_SCRIPTS = makeuserdb pw2userdb vchkpw2userdb dummy - noinst_DATA = makeuserdb.html userdb.html userdbpw.html - userdbpw_SOURCES = userdbpw.c - userdbpw_LDADD = libuserdb.la @HMACLIB@ @MD5LIB@ @SHA1LIB@ @CRYPTLIBS@ -@@ -444,6 +445,8 @@ makeuserdb: $(top_builddir)/config.statu - cd $(top_builddir) && $(SHELL) ./config.status $@ - pw2userdb: $(top_builddir)/config.status $(srcdir)/pw2userdb.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -+vchkpw2userdb: $(top_builddir)/config.status $(srcdir)/vchkpw2userdb.in -+ cd $(top_builddir) && $(SHELL) ./config.status $@ - - clean-noinstLTLIBRARIES: - -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) diff --git a/security/courier-authlib/files/patch-configure b/security/courier-authlib/files/patch-configure index 8d88d719720f..beced99e9de9 100644 --- a/security/courier-authlib/files/patch-configure +++ b/security/courier-authlib/files/patch-configure @@ -1,4 +1,4 @@ ---- configure.orig 2015-04-25 14:07:07 UTC +--- configure.orig 2017-07-02 14:41:39 UTC +++ configure @@ -642,6 +642,10 @@ ltdl_LIBOBJS am__EXEEXT_FALSE @@ -21,7 +21,7 @@ LIBAUTHPWD LIBAUTHSHADOW SHADOWLIBS -@@ -1546,6 +1553,7 @@ Optional Packages: +@@ -1563,6 +1570,7 @@ Optional Packages: --with-authldaprc=filename Expect to find authldaprc here --without-authpwd Do not include the authpwd module --without-authshadow Do not include the authshadow module @@ -29,7 +29,7 @@ --with-authpgsqlrc=filename Expect to find authpgsql here --without-authpgsql Do not include the authpgsql module --with-pgsql-libs=DIR Look for pgsql libs in this dir -@@ -2795,7 +2803,7 @@ else +@@ -2938,7 +2946,7 @@ else fi fi @@ -38,16 +38,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } -@@ -13456,7 +13464,7 @@ LIBS="$saveLIBS" - - - save_LIBS="$LIBS" --LIBS="-lcourier-unicode" -+LIBS="-L%%LOCALBASE%%/lib -lcourier-unicode" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -13749,8 +13757,12 @@ fi +@@ -18097,8 +18105,12 @@ fi if test "$doauthuserdb" = "no" then @@ -60,7 +51,7 @@ AUTHUSERDB="authuserdb" LIBAUTHUSERDB="libauthuserdb.la" -@@ -14208,6 +14220,20 @@ else +@@ -18556,7 +18568,21 @@ else fi @@ -70,7 +61,7 @@ +else + dobase="yes" +fi; -+ + +if test "$dobase" = "no"; then + HAVE_BASE_TRUE='#' + HAVE_BASE_FALSE= @@ -78,13 +69,20 @@ + HAVE_BASE_TRUE= + HAVE_BASE_FALSE='#' +fi - ++ if test "$HAVE_LDAP" = 1; then HAVE_LDAP_TRUE= -@@ -14426,6 +14452,256 @@ fi - - - + HAVE_LDAP_FALSE='#' +@@ -18768,6 +18794,256 @@ if test "$HAVE_PWD" = 1 + then + LIBAUTHPWD="libauthpwd.la" + fi ++ ++ ++ ++ ++ ++ + +vpopmail_home=`$PERL -e '@a=getpwnam("vpopmail"); print "$a[7]";'` + @@ -329,12 +327,6 @@ + LIBS=$_SAVE_LIBS +fi + -+ -+ -+ -+ -+ -+ - # Check whether --with-authpgsqlrc was given. - if test "${with_authpgsqlrc+set}" = set; then : - withval=$with_authpgsqlrc; authpgsqlrc="$withval" + + + |