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/heimdal/pkg-plist
SVNWeb

Number of commits found: 40

Tue, 15 Nov 2022
[ 22:09 Cy Schubert (cy) search for other commits by this committer ]    commit hash:83f79ba0e0caa8abed52887a693b7ab8074a590e  commit hash:83f79ba0e0caa8abed52887a693b7ab8074a590e  commit hash:83f79ba0e0caa8abed52887a693b7ab8074a590e  83f79ba 
security/heimdal: Update to 7.8.0

This upgrade fixes multiple security vulnerabilities.

The following issues are patched:

 - CVE-2022-42898 PAC parse integer overflows
 - CVE-2022-3437 Overflows and non-constant time leaks in DES{,3} and arcfour
 - CVE-2021-44758 NULL dereference DoS in SPNEGO acceptors
 - CVE-2022-44640 Heimdal KDC: invalid free in ASN.1 codec

    Note that CVE-2022-44640 is a severe vulnerability, possibly a 10.0
    on the Common Vulnerability Scoring System (CVSS) v3, as we believe
    it should be possible to get an RCE on a KDC, which means that
    credentials can be compromised that can be used to impersonate
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 19 Feb 2020
[ 06:20 hrs search for other commits by this committer ] Original commit   Revision:526484
Update to 7.7.0.
Tue, 3 Jan 2017
[ 13:52 hrs search for other commits by this committer ] Original commit   Revision:430468 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Update to 7.1.0.  Changes include:

- hcrypto is now thread safe on all platforms and as much as possible
  hcrypto now uses the operating system's preferred crypto
  implementation ensuring that optimized hardware assisted
  implementations of AES-NI are used.

- RFC 6113 Generalized Framework for Kerberos Pre-Authentication
  (FAST).

- Hierarchical capath support

- iprop has been revamped to fix a number of race conditions that
  could lead to inconsistent replication.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 12 Nov 2016
[ 21:22 hrs search for other commits by this committer ] Original commit   Revision:425994
- Fix Berkeley DB dependency.  It now properly uses BDB_LIB specified in
  Mk/Uses/bdb.mk instead of db185 interfaces in libc.
  As a side-effect, this causes a compatibility issue between
  heimdal.db created by kadmin(8) in the base system or one by
  an older security/heimdal.  See UPDATING about this issue.

- Fix readline dependency end eliminate libheimedit.

- Use -lpthread instead of -pthread.

- Use FOO_CONFIGURE_WITH=foo instead of FOO_CONFIGURE_ON=--with-foo.
Wed, 2 Nov 2016
[ 09:51 hrs search for other commits by this committer ] Original commit   Revision:425129
Add missing header files (com_err.h and com_right.h).

Submitted by:	Franco Fichtner
PR:		213470
Sat, 22 Nov 2014
[ 10:51 hrs search for other commits by this committer ] Original commit   Revision:373047
- Move headers and libraries into PREFIX/{include,lib}/heimdal.  This
  prevents build breakage when a port depends on heimdal in base and
  some other libraries in LOCALBASE/lib such as OpenSSL from ports
  at the same time.

- Always build libcom_err[*].

PR:	194475 [*]
Sat, 30 Aug 2014
[ 17:18 hrs search for other commits by this committer ] Original commit   Revision:366650
Fix build on branches which do not have com_right_r() in libcom_err.

Spotted by:	ume
[ 12:44 hrs search for other commits by this committer ] Original commit   Revision:366616
- Add LICENSE.
- Build kcm by default.
- Use gssapi.mk.
- Use ${opt}_* variables instead of .if ${PORT_OPTIONS:Mopt} wherever possible.
- Use /var/heimdal as $hdbdir for compatibility with Heimdal in base.
- Merge pkg-plist.* into pkg-plist.
- Remove lines that are no longer valid.
- Remove stale kdc.sh.  rc.d scripts in base system work with this port.
Tue, 8 Jul 2014
[ 21:48 jkim search for other commits by this committer ] Original commit   Revision:361295
Fix plist again.  r361101 reverted SQLITE fixes in r358060 and r358150.

Pointyhat to:	tijl
[ 16:16 tijl search for other commits by this committer ] Original commit   Revision:361265
- Fix pkg-plist [1]
- Add INSTALL_TARGET=install-strip

Reported by:	swills (jenkins) [1]
Mon, 7 Jul 2014
[ 15:42 tijl search for other commits by this committer ] Original commit   Revision:361101
- Convert to USES=libtool
- Remove USE_AUTOTOOLS
Tue, 1 Jul 2014
[ 15:25 adamw search for other commits by this committer ] Original commit   Revision:360038
Fix packaging without KCM
Tue, 17 Jun 2014
[ 17:00 jkim search for other commits by this committer ] Original commit   Revision:358150
Fix plist without SQLITE option, i.e., r358060 was incomplete.  Actually,
this option is very confusing.  This option does not enable SQLite support
but enables building with existing SQLite library, i.e., disables building
with bundled SQLite source.

Submitted by:	mat
Mon, 16 Jun 2014
[ 23:28 jkim search for other commits by this committer ] Original commit   Revision:358060
Fix plist for SQLITE option.  We do not build bundled SQLite for years.
Tue, 10 Jun 2014
[ 22:08 marino search for other commits by this committer ] Original commit   Revision:357393
security/heimdal: Mark not-jobs-safe and fix cracklib location

While here:
 * Clean up options and PLIST_SUB with new option framework capabilities
 * Remove condition for FreeBSD 6 and earlier
   - Remove never-fulfilled plist condition
   - Move extra-patch to always-patch
 * minor cosmetic realignment

PR:		181923
Submitted by:	dewayne
Tue, 8 Apr 2014
[ 12:56 knu search for other commits by this committer ] Original commit   Revision:350606
Fix heimdal.

- Resolve conflict with security/openssl regarding manual pages.
- Add a couple of patches from the upstream.
- Remove NO_STAGE and delete obsolete MLINKS while at it.

PR:		177397
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz>
Approved by:	(MAINTAINER timeout)
Sat, 5 May 2012
[ 19:54 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Update to 1.5.2

PR:             ports/166320
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Sun, 31 Oct 2010
[ 17:02 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Update to 1.4

PR:             ports/151506
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Mon, 12 Nov 2007
[ 23:27 pav search for other commits by this committer ] Original commit 
- hcrypto library is only installed on FreeBSD < 7.0

Reported by:    pointyhat
Approved by:    portmgr (hat)
Thu, 27 Sep 2007
[ 00:16 shaun search for other commits by this committer ] Original commit 
Upgrade to 1.0.1.

PR:             ports/115589
Submitted by:   Rasmus Kaj <kaj@kth.se>
Thu, 1 Feb 2007
[ 02:42 kris search for other commits by this committer ] Original commit  (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Thu, 5 Oct 2006
[ 16:07 shaun search for other commits by this committer ] Original commit 
- Update to 0.7.2.
- Improve pkg-descr, etc.
- Take maintainership.
Tue, 12 Jul 2005
[ 17:07 jylefort search for other commits by this committer ] Original commit 
- Let configure know that we have fnmatch.h (fixes some fnmatch-using
  C++ ports, since the fnmatch.h which was uselessly installed by
  heimdal did not wrap the fnmatch() declaration in extern C {}) [1]
- Fix the packing list on 4.x

[1]
PR:             ports/80366
Submitted by:   Joan Picanyol i Puig <lists-freebsd-gnats@biaix.org>
Approved by:    maintainer timeout (76 days)
Mon, 12 Apr 2004
[ 18:03 nectar search for other commits by this committer ] Original commit 
Fix packaging: com_err will only be built and installed on a few systems
where compile_et is not modern enough.
Fri, 2 Apr 2004
[ 23:06 nectar search for other commits by this committer ] Original commit 
Update 0.6 -> 0.6.1
Use OPTIONS
Use USE_OPENLDAP
Tue, 19 Aug 2003
[ 23:24 nectar search for other commits by this committer ] Original commit 
Update 0.5.1 -> 0.6.

Switch to using `INFO' while we are at it.
Thu, 19 Sep 2002
[ 13:04 nectar search for other commits by this committer ] Original commit 
Update 0.4e -> 0.5
Fri, 7 Sep 2001
[ 20:45 nectar search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update 0.4d -> 0.4e    
Fri, 17 Aug 2001
[ 21:28 nectar search for other commits by this committer ] Original commit 
Move the man pages back out of the PLIST, but this time into a separate  
Makefile (Makefile.man).    
[ 20:45 nectar search for other commits by this committer ] Original commit 
Add a couple of missing man pages.    
[ 20:29 nectar search for other commits by this committer ] Original commit 
There are now too many man pages to usefully maintain with   MANn= in the
Makefile.  Move them to the PLIST instead.    
Tue, 31 Jul 2001
[ 17:41 nectar search for other commits by this committer ] Original commit 
Update 0.4b -> 0.4c    
Fri, 6 Jul 2001
[ 23:55 nectar search for other commits by this committer ] Original commit 
Update 0.3f -> 0.4b    
Mon, 11 Jun 2001
[ 19:37 nectar search for other commits by this committer ] Original commit 
Update 0.3e -> 0.3f.  From the announcement:    * change default keytab to
ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab,      the new keytab type that tries
both of these in order (SRVTAB is      also an alias for krb4:)    * improve
error reporting and error handling (error messages should      be more detailed
and more useful)    * improve building with openssl    * add kadmin -K, rcp -F  
 * fix two incorrect weak DES keys    * fix building of kaserver compat in KDC  
 * the API is closer to what MIT krb5 is using    * more compatible with windows
2000    * removed some memory leaks    * bug fixes    
Tue, 17 Apr 2001
[ 17:25 nectar search for other commits by this committer ] Original commit 
Add a sample start-up script for the KDC.    
Mon, 5 Feb 2001
[ 15:50 nectar search for other commits by this committer ] Original commit 
Update 0.3d -> 0.3e.    
Thu, 4 Jan 2001
[ 16:34 nectar search for other commits by this committer ] Original commit 
Missed in previous commit: remove headers for libdes   (they are in a seperate
PLIST now).    
[ 16:30 nectar search for other commits by this committer ] Original commit 
= Update to use OpenSSL in the base if it has MD4 support (version 0.9.6     or
later).  If these libraries are used, then this port's libdes will     not be
built nor installed.    
Thu, 14 Dec 2000
[ 16:13 nectar search for other commits by this committer ] Original commit 
Update 0.3c -> 0.3d    
Thu, 9 Nov 2000
[ 23:35 nectar search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
= Use system libcom_err.     No longer build or install the included libcom_err
and compile_et.    

Number of commits found: 40