notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/cyrus-sasl2-gssapi/Makefile
SVNWeb

Number of commits found: 27

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 28 Feb 2022
[ 12:29 Hajimu UMEMOTO (ume) search for other commits by this committer ]    commit hash:d29e6c03261c9cf685efd70824f085f2e422bdcc  commit hash:d29e6c03261c9cf685efd70824f085f2e422bdcc  commit hash:d29e6c03261c9cf685efd70824f085f2e422bdcc  d29e6c0 
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
Sun, 28 Nov 2021
[ 04:08 Hajimu UMEMOTO (ume) search for other commits by this committer ]    commit hash:17b54ce763286be358fae69961f5fb1a670c614c  commit hash:17b54ce763286be358fae69961f5fb1a670c614c  commit hash:17b54ce763286be358fae69961f5fb1a670c614c  17b54ce 
security/cyrus-sasl2-gssapi: remove patch-plugins_gssapi.c

PR:		260017
Reported by:	Michael Osipov
Discussed with: hrs
MFH:		2021Q4
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 24 Feb 2020
[ 04:51 ume search for other commits by this committer ] Original commit   Revision:526953
- 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
Sat, 17 Nov 2018
[ 18:47 ume search for other commits by this committer ] Original commit   Revision:485191 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Update to 2.1.27.
Sat, 12 Mar 2016
[ 02:58 ume search for other commits by this committer ] Original commit   Revision:410867
the GS2 plugin can be buildable with the MIT Kerberos as well.
Wed, 2 Mar 2016
[ 14:13 ume search for other commits by this committer ] Original commit   Revision:409943
- Make SASLdb excludable.
- Make SASLdb buildable with GDBM.
- Make sure to disable the plugins where it is not required.
Sat, 27 Feb 2016
[ 17:02 ume search for other commits by this committer ] Original commit   Revision:409673
Move PLIST_FILES for plugins into cyrus-sasl2/Makefile.common.
[ 05:15 ume search for other commits by this committer ] Original commit   Revision:409651
Move the common part of the cyrus-sasl2 separated ports into
Makefile.common, to make further maintenance easier.
Fri, 26 Feb 2016
[ 06:51 ume search for other commits by this committer ] Original commit   Revision:409581
Use gssapi related descriptions in bsd.options.desc.mk.
Thu, 12 Nov 2015
[ 11:16 ume search for other commits by this committer ] Original commit   Revision:401323
Use OPTIONS helper.
Wed, 7 Oct 2015
[ 07:19 des search for other commits by this committer ] Original commit   Revision:398749
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@
Tue, 6 Oct 2015
[ 08:55 des search for other commits by this committer ] Original commit   Revision:398691
Silence debugging message.

Approved by:	maintainer silence
Fri, 2 Oct 2015
[ 10:41 mat search for other commits by this committer ] Original commit   Revision:398428
Backout r398328 and r398370, they break packages depending on them.

With hat:	portmgr
MFH:		2015Q4
Sponsored by:	Absolight, The FreeBSD Foundation
Thu, 1 Oct 2015
[ 15:58 ume search for other commits by this committer ] Original commit   Revision:398328
Sync package name with origin.

PR:		202756
Sun, 23 Nov 2014
[ 09:18 ume search for other commits by this committer ] Original commit   Revision:373133
Use Uses=heimdal,flags.
Sat, 22 Nov 2014
[ 19:33 ume search for other commits by this committer ] Original commit   Revision:373095
Fix build after change of security/heimdal install directory.
Sat, 11 Oct 2014
[ 17:57 ume search for other commits by this committer ] Original commit   Revision:370655
Use Uses/gssapi.mk.

Submitted by:	hrs
Fri, 10 Oct 2014
[ 17:58 ume search for other commits by this committer ] Original commit   Revision:370599
Since we don't use its own libtool, build arg is required
to USES=libtool.

Spotted by:	antoine
Thu, 9 Oct 2014
[ 13:18 ume search for other commits by this committer ] Original commit   Revision:370526
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
Thu, 29 May 2014
[ 14:52 ume search for other commits by this committer ] Original commit   Revision:355705
Fix build with enabling HEIMDAL or MIT on recent 10-STABLE and later.
Thu, 8 May 2014
[ 15:12 ume search for other commits by this committer ] Original commit   Revision:353315
- Use USES=libtool
- Add one more MASTER_SITE
- Add DOCS to OPTIONS_DEFINE
Sun, 29 Dec 2013
[ 12:29 ume search for other commits by this committer ] Original commit   Revision:337973
Respect HEIMDAL_HOME / KRB5_HOME.

PR:		ports/185236
Submitted by:	Dewayne <dewayne__at__heuristicsystems.com.au> (partly)
Thu, 26 Dec 2013
[ 13:32 ume search for other commits by this committer ] Original commit   Revision:337513
Fix typo in MIT_LIB_DEPENDS.

Submitted by:	Erick Turnquist <jhujhiti__at__adjectivism.org>
Wed, 25 Dec 2013
[ 18:05 ume search for other commits by this committer ] Original commit   Revision:337435
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>

Number of commits found: 27