notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/krb5-114/Makefile

Number of commits found: 41

Saturday, 10 Nov 2018
10:09 mat search for other commits by this committer
security/openssl-devel was removed, but there is a security/openssl111 now.
Original commitRevision:484599 
Tuesday, 23 Oct 2018
16:34 jbeich search for other commits by this committer
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Original commitRevision:482846 
Tuesday, 16 Oct 2018
13:41 rene search for other commits by this committer
Fix INDEX

Pointy hat:	cy
Original commitRevision:482227 
12:38 cy search for other commits by this committer
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.
Original commitRevision:482222 
Monday, 2 Jul 2018
05:57 cy search for other commits by this committer
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.
Original commitRevision:473706 
Tuesday, 19 Jun 2018
13:38 cy search for other commits by this committer
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]
Original commitRevision:472784 
06:51 cy search for other commits by this committer
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.
Original commitRevision:472760 
Wednesday, 13 Jun 2018
05:55 cy search for other commits by this committer
MIT krb5 fails to build with boringssl installed due to a missing
typedef for PKCS7 in the boringssl pkcs7.h.
Original commitRevision:472287 
Tuesday, 12 Jun 2018
03:42 cy search for other commits by this committer
krb5-114 is deprecated and scheduled for deletion at the end of this
year. Mark broken with OpenSSL >= 1.1.0.

PR:		228900
Original commitRevision:472228 
Friday, 2 Feb 2018
06:50 cy search for other commits by this committer
Fix build when NLS option is unchecked.

Reported by:	Geraud CONTINSOUZAS <geraud.continsouzas@skazy.nc>
Original commitRevision:460669 
Wednesday, 10 Jan 2018
15:08 danfe search for other commits by this committer
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
Original commitRevision:458646 
Wednesday, 6 Dec 2017
15:22 cy search for other commits by this committer
Adjust expiry date.

Reported by:	Boris Samorodov <bsam@passap.ru>
Original commitRevision:455653 
04:43 cy search for other commits by this committer
As per MIT policy, deprecate and expire twelve months following
release of 1.16 (+ grace period to end of month).
Original commitRevision:455635 
Monday, 30 Oct 2017
16:55 mandree search for other commits by this committer
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.
Original commitRevision:453195 
00:16 mandree search for other commits by this committer
Add CONFLICTS between krb5-* and e2fsprogs.

Reported by: jbeich@
Original commitRevision:453148 
Thursday, 5 Oct 2017
01:55 cy search for other commits by this committer
Register conflicts among the krb5 ports.

Reported by:	rodrigo
Original commitRevision:451259 
Tuesday, 26 Sep 2017
10:10 cy search for other commits by this committer
Update 1.14.5 --> 1.14.6
Original commitRevision:450655 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
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
Original commitRevision:444463 
Wednesday, 21 Jun 2017
02:46 cy search for other commits by this committer
Switch to USES=localbase.
Original commitRevision:444011 
Tuesday, 14 Mar 2017
03:24 cy search for other commits by this committer
Pet portlint.

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

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

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

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

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
Original commitRevision:436125 
03:09 cy search for other commits by this committer
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
Original commitRevision:436122 
03:06 cy search for other commits by this committer
Remove redundant file that should have been removed in r253265.

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

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

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

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

PR:		217552
Submitted by:	John W. O'brien <john@saltant.com>
Differential Revision:	D9889
Original commitRevision:436116 
Sunday, 5 Mar 2017
03:27 cy search for other commits by this committer
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)
Original commitRevision:435447 
Saturday, 4 Mar 2017
00:08 cy search for other commits by this committer
Update 1.14.4 --> 1.14.5
Original commitRevision:435377 
Saturday, 4 Feb 2017
01:37 cy search for other commits by this committer
pkgconfig is only needed at install/runtime.

Reported by:	des
Original commitRevision:433276 
Friday, 16 Dec 2016
20:16 cy search for other commits by this committer
Replace description with somthing more relevant to today.

Suggested by:	wollman
Original commitRevision:428694 
Wednesday, 14 Sep 2016
10:02 cy search for other commits by this committer
Update 1.14.3 --> 1.14.4.
Original commitRevision:422124 
Friday, 22 Jul 2016
00:29 cy search for other commits by this committer
Replace USE_OPENSSL with USES=ssl.
Original commitRevision:418904 
00:24 cy search for other commits by this committer
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
Original commitRevision:418903 
Wednesday, 20 Apr 2016
12:29 cy search for other commits by this committer
Update 1.14.1 --> 1.14.2
Original commitRevision:413685 
Wednesday, 30 Mar 2016
07:28 bapt search for other commits by this committer
Remove uneeded dependency on GNU m4
Original commitRevision:412159 
Wednesday, 2 Mar 2016
02:33 cy search for other commits by this committer
Update 1.14 --> 1.14.1
Original commitRevision:409908 
Tuesday, 15 Dec 2015
05:02 cy search for other commits by this committer
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
Original commitRevision:403760 

Number of commits found: 41