Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.28 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
2.1.28 28 Feb 2022 12:29:36
    |
Hajimu UMEMOTO (ume)  |
security/cyrus-sasl2: Update to 2.1.28.
PR: 262133
Relnotes: https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28
Security: CVE-2019-19906, CVE-2022-24407 |
2.1.27_2 28 Nov 2021 04:08:48
    |
Hajimu UMEMOTO (ume)  |
security/cyrus-sasl2-gssapi: remove patch-plugins_gssapi.c
PR: 260017
Reported by: Michael Osipov
Discussed with: hrs
MFH: 2021Q4 |
2.1.27_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1.27_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.1.27_1 24 Feb 2020 04:51:17
  |
ume  |
- Call gss_acquire_cred() before gss_init_sec_context()
in gssapi_client_mech_step()
- Fix a bug which prevented the client from retrieving
a credential from CCACHE.
These patches were already merged into upstream.
https://github.com/cyrusimap/cyrus-sasl/pull/575
https://github.com/cyrusimap/cyrus-sasl/pull/591
Submitted by: hrs |
2.1.27 17 Nov 2018 18:47:45
  |
ume  |
Update to 2.1.27. |
2.1.26_7 12 Mar 2016 02:58:46
  |
ume  |
the GS2 plugin can be buildable with the MIT Kerberos as well. |
2.1.26_7 02 Mar 2016 14:13:45
  |
ume  |
- Make SASLdb excludable.
- Make SASLdb buildable with GDBM.
- Make sure to disable the plugins where it is not required. |
2.1.26_7 27 Feb 2016 17:02:12
  |
ume  |
Move PLIST_FILES for plugins into cyrus-sasl2/Makefile.common. |
2.1.26_7 27 Feb 2016 05:15:57
  |
ume  |
Move the common part of the cyrus-sasl2 separated ports into
Makefile.common, to make further maintenance easier. |
2.1.26_7 26 Feb 2016 06:51:47
  |
ume  |
Use gssapi related descriptions in bsd.options.desc.mk. |
2.1.26_7 12 Nov 2015 11:16:30
  |
ume  |
Use OPTIONS helper. |
2.1.26_7 07 Oct 2015 07:19:26
  |
des  |
r398691 placed the patch in the wrong directory, where it had no effect.
Move it to the master port and bump the subport again.
Reviewed by: ume@ |
2.1.26_6 06 Oct 2015 08:55:47
  |
des  |
Silence debugging message.
Approved by: maintainer silence |
2.1.26_5 02 Oct 2015 10:41:10
  |
mat  |
Backout r398328 and r398370, they break packages depending on them.
With hat: portmgr
MFH: 2015Q4
Sponsored by: Absolight, The FreeBSD Foundation |
2.1.26_4 01 Oct 2015 15:58:08
  |
ume  |
Sync package name with origin.
PR: 202756 |
2.1.26_3 23 Nov 2014 09:18:16
  |
ume  |
Use Uses=heimdal,flags. |
2.1.26_3 22 Nov 2014 19:33:22
  |
ume  |
Fix build after change of security/heimdal install directory. |
2.1.26_2 11 Oct 2014 17:57:11
  |
ume  |
Use Uses/gssapi.mk.
Submitted by: hrs |
2.1.26_2 10 Oct 2014 17:58:08
  |
ume  |
Since we don't use its own libtool, build arg is required
to USES=libtool.
Spotted by: antoine |
2.1.26_2 09 Oct 2014 13:18:28
  |
ume  |
Include RPATH in the libs, again.
It seems that USES=libtool doesn't rewrite ${LIBTOOL} in
a configure script to use ${LOCALBASE}/bin/libtool like
bsd.autotools.mk did.
So, rewrite it explicitly for workaround.
PR: 194176
Submitted by: jhujhiti__at__adjectivism.org |
2.1.26_1 29 May 2014 14:52:37
  |
ume  |
Fix build with enabling HEIMDAL or MIT on recent 10-STABLE and later. |
2.1.26_1 08 May 2014 15:12:55
  |
ume  |
- Use USES=libtool
- Add one more MASTER_SITE
- Add DOCS to OPTIONS_DEFINE |
2.1.26 29 Dec 2013 12:29:21
  |
ume  |
Respect HEIMDAL_HOME / KRB5_HOME.
PR: ports/185236
Submitted by: Dewayne <dewayne__at__heuristicsystems.com.au> (partly) |
2.1.26 26 Dec 2013 13:32:52
  |
ume  |
Fix typo in MIT_LIB_DEPENDS.
Submitted by: Erick Turnquist <jhujhiti__at__adjectivism.org> |
2.1.26 25 Dec 2013 18:05:51
  |
ume  |
SASL GSSAPI authentication plugin is divided into port
different from cyrus-sasl2.
Spotted by: Erick Turnquist <jhujhiti__at__adjectivism.org>,
Scot Hetzel <swhetzel__at__gmail.com> |