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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: security/krb5-114/Makefile
SVNWeb

Number of commits found: 41

Sat, 10 Nov 2018
[ 10:09 mat search for other commits by this committer ] Original commit   Revision:484599 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
security/openssl-devel was removed, but there is a security/openssl111 now.
Tue, 23 Oct 2018
[ 16:34 jbeich search for other commits by this committer ] Original commit   Revision:482846 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Tue, 16 Oct 2018
[ 13:41 rene search for other commits by this committer ] Original commit   Revision:482227
Fix INDEX

Pointy hat:	cy
[ 12:38 cy search for other commits by this committer ] Original commit   Revision:482222
This old, out to be expired, krb5-114 fails to build under HEAD.
It is already deprecated and scheduled for removal at the end of
the year.
Mon, 2 Jul 2018
[ 05:57 cy search for other commits by this committer ] Original commit   Revision:473706 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
While working the ports fallout due to making Hemidal in base
private it was discovered that com_err.3, though distributed in
the tarball, was not installed. Install it.
Tue, 19 Jun 2018
[ 13:38 cy search for other commits by this committer ] Original commit   Revision:472784
Revert r472760 and instead use upstream git commit
beeb2828945a41d86488e391ce440bacee0ec committed to the krb5
development branch Saturday, June 16. The upstream commit
message follows:

  Author: Thomas Sondergaard <tsondergaard@vitalimages.com>
  Date:   Sat Jun 16 18:14:50 2018 +0200

     Eliminate use of the 'register' keyword

     'register' is a reserved and unused keyword in C++17 so having it
     present in the public headers presents a a compatibility issue. Also
     in C the 'register' keyword is mostly obsolete, so remove all uses of
     it.

     [ghudson@mit.edu: adjusted style of some of the affected lines]
[ 06:51 cy search for other commits by this committer ] Original commit   Revision:472760
While working on the ports fallout due to the private Heimdal in base
project, a port (www/squid-devel) was discovered to be grumpy due to
numerous errors such as below:

/usr/local/include/krb5/krb5.h:3566:19: error: 'register' storage class
specifier is deprecated and incompatible with C++17
[-Werror,-Wdeprecated-register]
                  register char **name);
                  ^~~~~~~~~

The "register" keyword is meaningless and can cause grief among ports
that build against any of the krb5 ports.
Wed, 13 Jun 2018
[ 05:55 cy search for other commits by this committer ] Original commit   Revision:472287
MIT krb5 fails to build with boringssl installed due to a missing
typedef for PKCS7 in the boringssl pkcs7.h.
Tue, 12 Jun 2018
[ 03:42 cy search for other commits by this committer ] Original commit   Revision:472228
krb5-114 is deprecated and scheduled for deletion at the end of this
year. Mark broken with OpenSSL >= 1.1.0.

PR:		228900
Fri, 2 Feb 2018
[ 06:50 cy search for other commits by this committer ] Original commit   Revision:460669
Fix build when NLS option is unchecked.

Reported by:	Geraud CONTINSOUZAS <geraud.continsouzas@skazy.nc>
Wed, 10 Jan 2018
[ 15:08 danfe search for other commits by this committer ] Original commit   Revision:458646 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
Wed, 6 Dec 2017
[ 15:22 cy search for other commits by this committer ] Original commit   Revision:455653
Adjust expiry date.

Reported by:	Boris Samorodov <bsam@passap.ru>
[ 04:43 cy search for other commits by this committer ] Original commit   Revision:455635
As per MIT policy, deprecate and expire twelve months following
release of 1.16 (+ grace period to end of month).
Mon, 30 Oct 2017
[ 16:55 mandree search for other commits by this committer ] Original commit   Revision:453195
Reconcile e2fsprogs ./. krb5-* conflicts.

* Move conflicting e2fsprogs headers & libs into .../e2fsprogs/... subdirs.
* Move conflicting awk scripts into ${DATADIR}.
* Rename and patch compile_et to e2fsprogs-compile_et.
* Remove conflict markers (from e2fsprogs and krb5-*).
* Add CPPFLAGS/LDFLAGS to sysutils/fusefs-ext2, including
  --rpath setting.

While here, also:
* sort pkg-plist and files/unwanted
* use FUSEFS_CONFIGURE_ENABLE=fuse2fs to prevent e2fsprogs from picking up
  fusefs (implies --disable-fuse2fs if the option remains disabled)
* add --without-included-gettext to CONFIGURE_ARGS just to be on the safe
  side.

And of course, bump PORTREVISION to 3 in e2fsprogs. Since other ports
do not change files or runtime behaviour, their PORTREVISION remains
untouched.
[ 00:16 mandree search for other commits by this committer ] Original commit   Revision:453148
Add CONFLICTS between krb5-* and e2fsprogs.

Reported by: jbeich@
Thu, 5 Oct 2017
[ 01:55 cy search for other commits by this committer ] Original commit   Revision:451259
Register conflicts among the krb5 ports.

Reported by:	rodrigo
Tue, 26 Sep 2017
[ 10:10 cy search for other commits by this committer ] Original commit   Revision:450655
Update 1.14.5 --> 1.14.6
Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Wed, 21 Jun 2017
[ 02:46 cy search for other commits by this committer ] Original commit   Revision:444011
Switch to USES=localbase.
Tue, 14 Mar 2017
[ 03:24 cy search for other commits by this committer ] Original commit   Revision:436129
Pet portlint.

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
[ 03:22 cy search for other commits by this committer ] Original commit   Revision:436128
Simplfy WRKSRC by using WRKSRC_SUBDIR.

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
[ 03:17 cy search for other commits by this committer ] Original commit   Revision:436127
Describe CMD_LINE_EDITING RADIO group.

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
[ 03:15 cy search for other commits by this committer ] Original commit   Revision:436126
Respect global NLS option.

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
[ 03:14 cy search for other commits by this committer ] Original commit   Revision:436125
Convert to global EXAMPLES (default).

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
[ 03:09 cy search for other commits by this committer ] Original commit   Revision:436122
New READLINE_PORT option to select to use readline in base or
readline in ports.

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
[ 03:06 cy search for other commits by this committer ] Original commit   Revision:436121
Remove redundant file that should have been removed in r253265.

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
[ 02:59 cy search for other commits by this committer ] Original commit   Revision:436119
Use options helpers.

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
[ 02:55 cy search for other commits by this committer ] Original commit   Revision:436118
Install LDIF and schema files if LDAP is enabled

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
[ 02:51 cy search for other commits by this committer ] Original commit   Revision:436117
Replace explicit PLIST_SUB with OPTIONS_SUB, simplifying Makefiles.

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
[ 02:48 cy search for other commits by this committer ] Original commit   Revision:436116
Make READLINE default.

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
Sun, 5 Mar 2017
[ 03:27 cy search for other commits by this committer ] Original commit   Revision:435447
Remove redundant message about Kerberos klogind and telnetd. These
programs ere moved to krb5-appl (by MIT) when krb5-appl was created
in r253265. This message should have been removed from this Makefile
at that time.

Pointy hat to:	cy (that's me)
Sat, 4 Mar 2017
[ 00:08 cy search for other commits by this committer ] Original commit   Revision:435377
Update 1.14.4 --> 1.14.5
Sat, 4 Feb 2017
[ 01:37 cy search for other commits by this committer ] Original commit   Revision:433276
pkgconfig is only needed at install/runtime.

Reported by:	des
Fri, 16 Dec 2016
[ 20:16 cy search for other commits by this committer ] Original commit   Revision:428694
Replace description with somthing more relevant to today.

Suggested by:	wollman
Wed, 14 Sep 2016
[ 10:02 cy search for other commits by this committer ] Original commit   Revision:422124
Update 1.14.3 --> 1.14.4.
Fri, 22 Jul 2016
[ 00:29 cy search for other commits by this committer ] Original commit   Revision:418904
Replace USE_OPENSSL with USES=ssl.
[ 00:24 cy search for other commits by this committer ] Original commit   Revision:418903
Update to 1.14.3.

This is a bug fix release.

* Improve some error messages

* Improve documentation

* Allow a principal with nonexistent policy to bypass the minimum
  password lifetime check, consistent with other aspects of
  nonexistent policies

* Fix a rare KDC denial of service vulnerability when anonymous client
  principals are restricted to obtaining TGTs only [CVE-2016-3120]

MFH:		2016Q3
Security:	62d45229-4fa0-11e6-9d13-206a8a720317
Security:	CVE-2016-3120
Wed, 20 Apr 2016
[ 12:29 cy search for other commits by this committer ] Original commit   Revision:413685
Update 1.14.1 --> 1.14.2
Wed, 30 Mar 2016
[ 07:28 bapt search for other commits by this committer ] Original commit   Revision:412159
Remove uneeded dependency on GNU m4
Wed, 2 Mar 2016
[ 02:33 cy search for other commits by this committer ] Original commit   Revision:409908
Update 1.14 --> 1.14.1
Tue, 15 Dec 2015
[ 05:02 cy search for other commits by this committer ] Original commit   Revision:403760
This is the second part of two commits, the first being r403749.

Adopt the same port structure as used by the cfengine family of ports:

security/krb5 is renamed to security/krb5-114.

A brand new security/krb5 now becomes a master port for the family of
security/krb5-* ports. The default installs krb5-1.14. There is no
functional change to the port build nor does the name of the latest krb5
port and package change. Users can continue to install security/krb5
to track the latest major version of security/krb5.

Users wishing to install a specific version branch of krb5 can continue
to install any of the security/krb5-* ports or by setting KRB5_VERSION
in make.conf make.conf or including the branch on the make command line
during build:

	make KRB5_VERSIN=NNN

make -V VERSIONS lists available versions.

security/krb5-appl has been updated to support this change (also fixing
a typo in the krb5-appl/Makefile).

Inspired by:            sysutils/cfengine

Number of commits found: 41