non port: security/courier-authlib/Makefile |
SVNWeb
|
Number of commits found: 83 |
Wed, 8 Feb 2023
|
[ 10:53 Muhammad Moinur Rahman (bofh) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233
|
Mon, 12 Dec 2022
|
[ 20:31 Guido Falsi (madpilot) ] 364da25
security/courier-authlib: Update to 0.72.0
|
Tue, 15 Nov 2022
|
[ 09:45 Guido Falsi (madpilot) ] bd1fbe8
security/courier-authlib: Update to 0.71.6
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 1 Jun 2022
|
[ 13:49 Guido Falsi (madpilot) ] 6b06e5e
security/courier-authlib: Update to 0.71.5
|
Tue, 8 Mar 2022
|
[ 21:20 Guido Falsi (madpilot) ] 6e7811f
security/courier-authlib: Update to 0.71.4
Changes:
Fix a theoretical memory corruption during authentication if the
process runs out of memory. The server does not do much memory
allocation prior to authentication, this is mostly academic.
MFH: 2022Q1
|
Tue, 13 Apr 2021
|
[ 16:54 Guido Falsi (madpilot) ] 2176d1b
security/courier-authlib: Update to 0.71.3
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 22 Mar 2021
|
[ 17:17 madpilot ]
Update courier-authlib to 0.71.2
|
Thu, 11 Feb 2021
|
[ 08:06 madpilot ]
Update courier-authlib ports to 0.71.1
|
Sun, 15 Nov 2020
|
[ 12:31 madpilot ]
Add databases/courier-authlib-sqlite port to install sqlite support
for courier-authlib
Suggested by: Ewout Boks <ewout@boks.com>
|
Sat, 20 Jun 2020
|
[ 10:19 madpilot ]
Update courier-authlib and descending ports to 0.71.0
|
Mon, 20 Apr 2020
|
[ 14:02 madpilot ]
Update courier-authlib to 0.70.0
|
Fri, 15 Nov 2019
|
[ 10:12 tobik ] (Only the first 10 of 95 ports in this commit are shown above. )
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
|
Tue, 20 Aug 2019
|
[ 16:22 madpilot ]
- Update courier-authlib to 0.69.1
- Avoid uninstalllation leftovers by fixing plists
- Perform a small whitespace fix
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thu, 18 Jul 2019
|
[ 17:50 pkubaj ]
security/courier-authlib: fix build of databases/courier-authlib-mysql on GCC
architectures
Linking with libmysqlclient now requires new GCC because of -latomic.
Approved by: mentors (implicit approval)
|
Sun, 11 Nov 2018
|
[ 15:38 danfe ] (Only the first 10 of 65 ports in this commit are shown above. )
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
|
Wed, 10 Oct 2018
|
[ 11:54 madpilot ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update devel/courier-unicode to 2.1
- Convert to USES localbase
- Update mail/cone to 1.0 [1]
- Update mail/courier-imap to 5.0.0
- Add LICENSE
- Update mail/maildrop to 3.0.0
- Remove IDN option since it's now mandatory
- Update mail/sqwebmail to 6.0.0 [2]
- Update security/courier-authlib to 0.69.0
- Add note to UPDATING
- Silence some portlint warnings
PR: 231471 [1]
Submitted by: me
Approved by: Maintainer timeout [1],
oliver@ [2]
Differential Revision: https://reviews.freebsd.org/D17234
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Sun, 8 Oct 2017
|
[ 09:19 madpilot ]
Fix shebang for expect script in courier-authlib-base to work with
the ports provided expect command (if installed).
PR: 208036
Submitted by: jay-fbbu@g-cipher.net
|
Thu, 28 Sep 2017
|
[ 18:46 madpilot ] (Only the first 10 of 11 ports in this commit are shown above. )
Make courier-autlib ports run the sysconftool on installation, as
suggested by upstream, like courier-imap port does.
The sample files are renamed to ".dist" because that is the name
the tool expects.
Also added a note to UPDATING to warn users about the sysconftool
expecting the comments not to be removed.
While here convert to localbase.
Suggested by: Doug McIntyre <merlyn at iphouse.net>
|
Thu, 6 Jul 2017
|
[ 11:56 madpilot ] (Only the first 10 of 26 ports in this commit are shown above. )
- 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
|
Thu, 29 Dec 2016
|
[ 12:41 mat ]
Cleanup NO_BUILD and NO_INSTALL usage.
Sponsored by: Absolight
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 3 Jul 2015
|
[ 09:16 madpilot ]
- Update mail/courier-imap to 4.16.2
- Update mail/sqwebmail to 5.8.3
- Update security/courier-authlib to 0.66.3
- Remove no more needed patch from mail/maildrop
Approved by: oliver (maintainer)
Differential Revision: https://reviews.freebsd.org/D2975
|
Mon, 22 Jun 2015
|
[ 19:43 bapt ]
Remove deprecated USE_RCORDER which was already off except if one enforced
WITH_RCORDER
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Thu, 30 Apr 2015
|
[ 09:14 madpilot ] (Only the first 10 of 31 ports in this commit are shown above. )
- Update courier-unicode to 1.2
- Update courier-imap to 4.16.1
- Update maildrop to 2.8.2
- Update sqwebmail to 5.8.2
- Update courier-authlib to 0.66.2
- Some plist and Makefile modernization
Approved by: oliver@ (as maintainer of various of these ports)
Differential Revision: https://reviews.freebsd.org/D2391
|
Sat, 22 Nov 2014
|
[ 20:40 crees ] (Only the first 10 of 88 ports in this commit are shown above. )
Finally retire USE_PGSQL
|
Wed, 17 Sep 2014
|
[ 07:38 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
|
Sun, 7 Sep 2014
|
[ 16:12 tijl ] (Only the first 10 of 18 ports in this commit are shown above. )
*/courier-authlib*:
- Add USES=libtool
- Remove USE_LDCONFIG, not needed for modules
- Disable static modules
- Remove install-configure from INSTALL_TARGET, no impact with staging
- Add manpages to pkg-plist
- Use @sample
- Replace pkg-(de)install and pre-install target with USERS and GROUPS
- Create /var/run/authdaemond at package installation instead of in rc
script
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Tue, 1 Jul 2014
|
[ 14:01 bapt ]
Convert to modern LIB_DEPENDS
|
Wed, 11 Jun 2014
|
[ 16:32 oliver ]
add STAGE support
|
Fri, 21 Feb 2014
|
[ 13:32 oliver ]
update to 0.66.1
|
Thu, 17 Oct 2013
|
[ 06:45 oliver ]
update to 0.66.0
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Mon, 16 Sep 2013
|
[ 16:58 bapt ] (Only the first 10 of 18 ports in this commit are shown above. )
Convert to new perl framework
Convert USE_GMAKE to USES=gmake
|
Sun, 7 Jul 2013
|
[ 09:03 oliver ]
add USES=iconv which it does
Noted by: mat
|
Thu, 23 May 2013
|
[ 02:19 jgh ]
- adoption of optionsNG
Approved by: portmgr (miwi)
|
Mon, 15 Oct 2012
|
[ 12:33 oliver ]
disable SQLite support for the time being (no child port exists)
Feature safe: yes
|
Sun, 14 Oct 2012
|
[ 12:55 oliver ]
update to 0.65.0
Feature safe: yes
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Sun, 24 Jun 2012
|
[ 12:40 oliver ]
update courier-authlib to 0.64.0
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Mon, 12 Sep 2011
|
[ 13:46 gabor ] (Only the first 10 of 56 ports in this commit are shown above. )
- Track dependencies after databases/gdbm update
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 17 Oct 2010
|
[ 10:12 oliver ]
remove PORTREVISION definition from net/courier-authlib-ldap
bump PORTREVISION to 2
|
Fri, 11 Jun 2010
|
[ 22:28 makc ]
set UNIQUENAME, thus fix slave ports after switching to USE_LDCONFIG.
Reported by: pointyhat
|
Tue, 8 Jun 2010
|
[ 19:52 makc ] (Only the first 10 of 16 ports in this commit are shown above. )
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: maintainers timeout (two weeks)
|
Sat, 2 Jan 2010
|
[ 17:33 oliver ]
update to 0.63.0
|
Sat, 22 Aug 2009
|
[ 00:35 amdmi3 ] (Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Thu, 2 Jul 2009
|
[ 14:44 oliver ]
update to 0.62.4
|
Sat, 4 Apr 2009
|
[ 07:32 oliver ]
update to 0.62.2
|
Sun, 4 Jan 2009
|
[ 11:53 oliver ]
update to 0.62.1
|
Fri, 5 Dec 2008
|
[ 18:44 oliver ]
update to 0.61.1
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Wed, 16 Jul 2008
|
[ 07:39 oliver ]
update to 0.61.0
|
Fri, 13 Jun 2008
|
[ 04:14 oliver ]
update to 0.60.6
|
Thu, 12 Jun 2008
|
[ 20:13 oliver ]
update to 0.60.4
the vpopmail support was removed with 0.60.3 (because none felt responsible
for maintaining it in courier-authlib) - this commit adds - togehter with
this update - a patch which patches the vpopmail support back into 0.60.4
(because at least I need the interaction with vpopmail!).
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Sun, 14 Oct 2007
|
[ 16:52 oliver ]
update to 0.60.2
|
Tue, 9 Oct 2007
|
[ 20:03 oliver ]
update to 0.60.1
|
Wed, 3 Oct 2007
|
[ 12:10 oliver ]
update to 0.60.0
|
Thu, 26 Apr 2007
|
[ 19:38 oliver ]
update to 0.59.3
|
Sun, 8 Apr 2007
|
[ 13:19 oliver ]
update to 0.59.2
|
Wed, 17 Jan 2007
|
[ 05:25 oliver ]
update to 0.59.1
|
Mon, 1 Jan 2007
|
[ 21:35 oliver ]
update to 0.59
|
Sat, 13 May 2006
|
[ 04:15 edwin ] (Only the first 10 of 275 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with S
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Sat, 11 Feb 2006
|
[ 11:37 oliver ]
make it possible to change the program which is used for authpipe
PR: ports/92681
Submitted by: Henry Karpatskij <henkka@spheroid.info>
|
Thu, 12 Jan 2006
|
[ 18:56 oliver ]
PORTVERSION got bumped with the previous commit
|
[ 18:56 oliver ]
make courier-authdaemon work if it's build with MySQL support by changing
the rcNg startscript.
|
Fri, 9 Dec 2005
|
[ 15:09 oliver ]
update to 0.58
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Sat, 23 Jul 2005
|
[ 14:34 oliver ]
update to 0.57
|
Tue, 17 May 2005
|
[ 18:25 oliver ]
use mkstemp(3) in locktest.c instead of executing mktemp(1) in Makefile
|
Fri, 13 May 2005
|
[ 17:15 oliver ]
update to 0.56
|
Tue, 26 Apr 2005
|
[ 19:17 oliver ] (Only the first 10 of 124 ports in this commit are shown above. )
move mail/courier-authlib to security/courier-authlib which is a meta-port now.
Submitted by: Yarema <yds@CoolRat.org>
In corporation with: Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan
Obuch <ports@dino.sk>, myself
|
Number of commits found: 83 |