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/Makefile
SVNWeb

Number of commits found: 152 (showing only 100 on this page)

1 | 2  »  

Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
Thu, 24 Nov 2022
[ 23:29 Cy Schubert (cy) search for other commits by this committer ]    commit hash:67fc2c392f1efc669521939b5003e47786807a6c  commit hash:67fc2c392f1efc669521939b5003e47786807a6c  commit hash:67fc2c392f1efc669521939b5003e47786807a6c  67fc2c3 
security/heimdal: Remove LLVM_DEFAULT artifact

Remove an artifact from 22a683a337ef.

PR:		267814
Fixes:		22a683a337ef
MFH:		2022Q4
[ 17:22 Cy Schubert (cy) search for other commits by this committer ]    commit hash:8cafd5bc0d866a425eb883e00cef02df1ef31db4  commit hash:8cafd5bc0d866a425eb883e00cef02df1ef31db4  commit hash:8cafd5bc0d866a425eb883e00cef02df1ef31db4  8cafd5b 
security/heimdal*: Handle other types of garbage data

In addition to garbage realm data, also handle garbage dbname, acl_file,
stash_file, and invalid bitmask garbage data.

PR:             267912
Reported by:    Robert Morris <rtm@lcs.mit.edu>
MFH:		2022Q4
[ 17:22 Cy Schubert (cy) search for other commits by this committer ]    commit hash:22a683a337efe7169b61de8c9ec63e2c0d561891  commit hash:22a683a337efe7169b61de8c9ec63e2c0d561891  commit hash:22a683a337efe7169b61de8c9ec63e2c0d561891  22a683a 
security/heimdal*: Remove LLVM_DEFAULT build prerequisite

Adjust ./configure to set the correct CLANG_FORMAT value when
clang-format is not found (when none of the llvm ports are installed).

PR:		267814
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
MFH:		2022Q4
[ 17:22 Cy Schubert (cy) search for other commits by this committer ]    commit hash:d831a2fe480fe02126bd5b9aba5569c5e69f1034  commit hash:d831a2fe480fe02126bd5b9aba5569c5e69f1034  commit hash:d831a2fe480fe02126bd5b9aba5569c5e69f1034  d831a2f 
security/heimdal*: The version string must always contain a terminating NUL

Should the sender send a string without a terminating NUL, ensure that
the NUL terminates the string regardless.

And while at it only process the version string when bytes are returned.

PR:		267884
Reported by:	Robert Morris <rtm@lcs.mit.edu>
MFH:		2022Q4
[ 17:22 Cy Schubert (cy) search for other commits by this committer ]    commit hash:678bdaf21b9a05d99e0aceecd414782926e57ae4  commit hash:678bdaf21b9a05d99e0aceecd414782926e57ae4  commit hash:678bdaf21b9a05d99e0aceecd414782926e57ae4  678bdaf 
security/heimdal*: Fix NULL dereference when mangled realm message

Fix a NULL dereference in _kadm5_s_init_context() when the client
sends a mangled realm message.

PR:             267912
Reported by:    Robert Morris <rtm@lcs.mit.edu>
MFH:      	2022Q4
Tue, 22 Nov 2022
[ 18:14 Cy Schubert (cy) search for other commits by this committer ]    commit hash:b40d9eda115f03cd7859314c3617386094ac88a9  commit hash:b40d9eda115f03cd7859314c3617386094ac88a9  commit hash:b40d9eda115f03cd7859314c3617386094ac88a9  b40d9ed 
security/heimdal*: Remove lockfile dependency

Though heimdal ./configure checks for a lockfile dependency, it does
not use it. Let's remove the dependency.

PR:		267814
Reported by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
MFH:		2022Q4
Thu, 17 Nov 2022
[ 20:45 Cy Schubert (cy) search for other commits by this committer ]    commit hash:68dcf2c91fa47302d8224fbebb7bec190cc0efe9  commit hash:68dcf2c91fa47302d8224fbebb7bec190cc0efe9  commit hash:68dcf2c91fa47302d8224fbebb7bec190cc0efe9  68dcf2c 
security/heimdal: Remove python dependency

Python is only needed in developer mode and only to regenerate already
provided files in lib/wind.

PR:		267814
Submitted by:	jkim
Reported by:	jkim
Fixes:		a5523d807d01
MFH:		2022Q4
[ 02:21 Cy Schubert (cy) search for other commits by this committer ]    commit hash:a5523d807d01b1ed31614f346db2b348d7046420  commit hash:a5523d807d01b1ed31614f346db2b348d7046420  commit hash:a5523d807d01b1ed31614f346db2b348d7046420  a5523d8 
security/heimdal: Fix build

Three problems were discovered when building under poudriere or in
a clean jail.

1. Python is now a prerequisite.

2. liblockfile is now needed.

3. clang-format is needed for asn1_compile. Unfortunately the base llvm
   does not install clang-format so we need install $LLVM_DEFAULT to get
   this file.

PR:		267814
Reported by:	many
Fixes:		83f79ba0e0ca
MFH:		2022Q4
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, 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)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  857c05f  (Only the first 10 of 840 ports in this commit are shown above. View all ports for this commit)
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Wed, 13 Oct 2021
[ 13:13 Stefan Eßer (se) search for other commits by this committer ]    commit hash:9284cb91919605853ae6171e74513046641752e6  commit hash:9284cb91919605853ae6171e74513046641752e6  commit hash:9284cb91919605853ae6171e74513046641752e6  9284cb9 
security/heimdal: Add CPE information

Approved by:	portmgr (blanket)
Sun, 1 Aug 2021
[ 08:32 Xin LI (delphij) search for other commits by this committer ]    commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  974e13b  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
net/openldap24-server: Make SASL permanent for OpenLDAP port.

PR:		ports/257374
Reviewed by:	obrien
Approved by:	portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
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.
Sun, 23 Feb 2020
[ 14:57 hrs search for other commits by this committer ] Original commit   Revision:526922 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Fix build when !BDB.
- Regenerate patches.

PR:	244282
Wed, 19 Feb 2020
[ 06:20 hrs search for other commits by this committer ] Original commit   Revision:526484
Update to 7.7.0.
Wed, 9 Oct 2019
[ 12:20 bapt search for other commits by this committer ] Original commit   Revision:514144 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for s* category as it is not relevant anymore
Tue, 9 Apr 2019
[ 14:04 sunpoet search for other commits by this committer ] Original commit   Revision:498476 (Only the first 10 of 289 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Thu, 11 Oct 2018
[ 09:56 tobik search for other commits by this committer ] Original commit   Revision:481805
security/heimdal: Chase cracklib dictionary rename from r408137

PR:		213157
Submitted by:	Florian Riehm <mail@friehm.de>
Approved by:	2 year bug anniversary
Sun, 26 Aug 2018
[ 08:36 delphij search for other commits by this committer ] Original commit   Revision:478108
security/heimdal: Don't call arc4random_stir.

PR:		230835, 230756
Approved by:	portmgr (antoine)
Tue, 23 Jan 2018
[ 10:35 hrs search for other commits by this committer ] Original commit   Revision:459739
Update to 7.5.0:

- In Heimdal 7.1 through 7.4, remote unauthenticated
  attackers are able to crash the KDC by sending a crafted UDP packet
  containing empty data fields for client name or realm.

Security:	CVE-2017-17439
PR:		224191
Thu, 2 Nov 2017
[ 21:41 olgeni search for other commits by this committer ] Original commit   Revision:453381 (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.

This round is @FreeBSD.org residents except teams.
Tue, 11 Jul 2017
[ 17:56 hrs search for other commits by this committer ] Original commit   Revision:445539
Update to 7.4.0.  This release fixes a critical vulnerability named
"Orpheus' Lyre".

Security:	CVE-2017-11103
Secuirty:	https://www.orpheus-lyre.info/
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
Sat, 10 Jun 2017
[ 19:32 hrs search for other commits by this committer ] Original commit   Revision:443115 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Update to 7.3.0.
[ 17:38 feld search for other commits by this committer ] Original commit   Revision:443103
security/heimdal: Fix build

Previous backported patch for CVE requires a new build dependency.

PR:		219657
Reported by:	Benjamin Woods
MFH:		2017Q2
Differential Revision:	https://reviews.freebsd.org/D11125
Fri, 9 Jun 2017
[ 15:57 feld search for other commits by this committer ] Original commit   Revision:443016
security/heimdal: Backport security fix

PR:		219657
MFH:		2017Q2
Security:	CVE-2017-6594
Wed, 11 Jan 2017
[ 07:50 hrs search for other commits by this committer ] Original commit   Revision:431160
Fix build when !BDB and db5 is installed at the same time.
The configure script picked up the db5 library though
ac_cv_func_db_create=no.

PR:	215772
Wed, 4 Jan 2017
[ 02:09 hrs search for other commits by this committer ] Original commit   Revision:430529
- Fix krb5-config --libs to provide a list of libraries including
  dependency.  This broke ports which depend on this utility.

- Add LMDB option to support database/lmdb.
Tue, 3 Jan 2017
[ 20:00 hrs search for other commits by this committer ] Original commit   Revision:430517 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Enable dbopen() in DB 1.85 even if !BDB because libhdb with
  no backend is very confusing.

- Fix build when !BDB[*]

PR:	215741 [*]
[ 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.
Sat, 5 Nov 2016
[ 16:57 hrs search for other commits by this committer ] Original commit   Revision:425399
ix Berkeley DB detection at the configuration stage.

PR:	214182
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
Mon, 12 Sep 2016
[ 15:14 marino search for other commits by this committer ] Original commit   Revision:421928
security/heimdal: Fix build when EGD is not available (e.g. LibreSSL)

Approved by:	SSL blanket
Mon, 23 May 2016
[ 20:35 amdmi3 search for other commits by this committer ] Original commit   Revision:415742 (Only the first 10 of 217 ports in this commit are shown above. View all ports for this commit)
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Mon, 25 Apr 2016
[ 16:13 mat search for other commits by this committer ] Original commit   Revision:414014 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.

While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 4 Mar 2015
[ 12:54 hrs search for other commits by this committer ] Original commit   Revision:380434
- Remove an orphaned directory [1].
- Fix USE_LDCONFIG [2].

Spotted by:	sunpoet [1] and bdrewery [2]
Mon, 24 Nov 2014
[ 19:21 hrs search for other commits by this committer ] Original commit   Revision:373361
Fix krb5-config.
[ 00:49 hrs search for other commits by this committer ] Original commit   Revision:373189
Add -rpath forgotten in the previous commit.
[ 00:34 hrs search for other commits by this committer ] Original commit   Revision:373188
- Fix heimdal-gssapi.pc.
- Add an UPDATING entry.

PR:	195319
Sat, 22 Nov 2014
[ 23:22 hrs search for other commits by this committer ] Original commit   Revision:373116
Update to 1.5.3.  Changes include:

 - Fix leaking file descriptors in KDC
 - Better socket/timeout handling in libkrb5
 - General bug fixes
[ 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 [*]
Sun, 21 Sep 2014
[ 09:34 marino search for other commits by this committer ] Original commit   Revision:368732
security/heimdal: Unbreak on DragonFly

The 30 AUG 14 commit to fix libcom_err on some FreeBSD releases crippled
Heimdal on DragonFly such that samba-nsupdate no longer would configure.
The culprit was once again using OSVERSION without checking OPSYS, so
adjusting for OPSYS fixes this regression.
Tue, 16 Sep 2014
[ 05:53 hrs search for other commits by this committer ] Original commit   Revision:368294
Add ipropd_master and ipropd_slave rc.d scripts for branches which do not
have them.

PR:	176805
Sat, 13 Sep 2014
[ 18:05 marino search for other commits by this committer ] Original commit   Revision:368123
security/heimdal: Restore MAKE_JOBS_UNSAFE removed recently

The MAKE_JOBS_UNSAFE flag was set 10 June 2014 (PR 181923) and it
was removed without explanation on 30 Aug 2014 (r366616).  I have
first-hand confirmation that it is still required with default
options set.  I'm resetting this flag as it shouldn't have been removed.
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.
Thu, 21 Aug 2014
[ 22:50 mandree search for other commits by this committer ] Original commit   Revision:365599 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
Sun, 27 Jul 2014
[ 18:14 marino search for other commits by this committer ] Original commit   Revision:363088
security/heimdal: Establish consistency for seed data with base heimdal

This patch enables heimdal port and heimdal bad to be consistent [in byte
order for seed data] and talk nicely to each other.  Please refer to
FreeBSD Errata Notice FreeBSD-EN-14:08.heimdal.  This port is not
unmaintained.

PR:		191356
Submitted by:	dewayne (heuristicsystems.com.au)
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 23 Jul 2014
[ 20:33 tijl search for other commits by this committer ] Original commit   Revision:362727
Remove patches added together with USES=libtool that are no longer needed
after r362656.
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
Fri, 4 Jul 2014
[ 09:41 tijl search for other commits by this committer ] Original commit   Revision:360588 (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Wed, 18 Jun 2014
[ 12:21 mat search for other commits by this committer ] Original commit   Revision:358256
Bump PORTREVISION after the plist fix so that people get the fix.

Sponsored by:	Absolight
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
[ 21:10 marino search for other commits by this committer ] Original commit   Revision:357383
security/heimdal: Fix LDAP/SASL support

Enable heimdal to properly build against net/openldap-sasl-client when
openldap24-server is built with SASL support.  It did not before.
Heimdal is currently unmaintained.

PR:		183697
Submitted by:	pcm
[ 10:15 marino search for other commits by this committer ] Original commit   Revision:357289
security/heimdal: Reset maintainer

There have been 3 consecutive PR timeouts since June 2012, and several
PRs are still open.
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)
Thu, 12 Dec 2013
[ 05:19 cy search for other commits by this committer ] Original commit   Revision:336247
Update krb5 to 1.12. Security/krb5 tracks MIT KRB5 current release.

Adjust the newly created krb5-maint with a new portname and conflicts.
Krb5-maint is a maintenance release for those who wish to use the previous
release of krb5. krb5-maint remains at 1.11.3.

Adjust CONFLICTS in security/heimdal and security/srp to account for the
newly repocopied krb5-maint.

Adjust security/Makefile to include krb5-maint.
Fri, 20 Sep 2013
[ 22:55 bapt search for other commits by this committer ] Original commit   Revision:327769 (Only the first 10 of 1016 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Sat, 31 Aug 2013
[ 00:11 bapt search for other commits by this committer ] Original commit   Revision:325745 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
Sun, 28 Apr 2013
[ 21:02 bapt search for other commits by this committer ] Original commit   Revision:316749 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Convert security to new options framework
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Fri, 29 Mar 2013
[ 19:33 cs search for other commits by this committer ] Original commit   Revision:315566 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Remove A/An in COMMENT
- Trim Header where applicable
Wed, 26 Sep 2012
[ 12:46 zeising search for other commits by this committer ] Original commit   Revision:304905
Enable the Berkley DB backend by default.
Bump portrevision.

PR:		ports/154711
Submitted by:	Jason C. Wells <jcw@speakeasy.net> (pr)
		Robert Simmons <rsimmons0@gmail.com> (patch)
Approved by:	maintainer timeout (12 weeks), kwm (mentor)
Mon, 11 Jun 2012
[ 14:27 wxs search for other commits by this committer ] Original commit 
Fix issue where kpasswdd and kstash look for krb5.conf in /etc.

PR:             ports/168386
Submitted by:   Robert Simmons <rsimmons0@gmail.com>
Approved by:    maintainer timeout
Sat, 26 May 2012
[ 03:17 wxs search for other commits by this committer ] Original commit 
Fix build when BDB is selected.

PR:             ports/168214
Submitted by:   Robert Simmons <rsimmons0@gmail.com>
Approved by:    Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Sun, 20 May 2012
[ 00:08 bapt search for other commits by this committer ] Original commit 
Do not install catpages

PR:             ports/167640
Submitted by:   bapt@
Approved by:    maintainer timeout (14 days)
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)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 14 Nov 2010
[ 15:35 rene search for other commits by this committer ] Original commit 
Add the 'gss_pname_to_uid' function to libgssapi.
This function is obtained from the FreeBSD base libgssapi code.

Whith this function added to the port, it is possible to buildworld
FreeBSD fully against the port.
FYI: Patches for CURRENT and 8-STABLE src/ are here:
ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/patches/CURRENT_use_kerberos_port.patch
ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/patches/8-STABLE_use_kerberos_port.patch

PR:             ports/152030
Submitted by:   maintainer
Sun, 31 Oct 2010
[ 18:12 wxs search for other commits by this committer ] Original commit 
Assign maintainer to submitter of previous commit (ports/151506).
[ 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>
Sat, 20 Mar 2010
[ 15:09 miwi search for other commits by this committer ] Original commit 
- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:    pointyhat
Thu, 11 Mar 2010
[ 07:49 brooks search for other commits by this committer ] Original commit 
Use CMGROUP_MAX instead of NGROUPS and the argument to SOCKCREDSIZE().
This is a NO-OP except on 8/9 where it is a bugfix.
Wed, 2 Sep 2009
[ 03:27 bland search for other commits by this committer ] Original commit 
Fix invalid malloc in LDAP backend.

PR:     128025
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Wed, 22 Jul 2009
[ 02:07 shaun search for other commits by this committer ] Original commit 
With regret, return these to the pool.
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
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
Tue, 14 Nov 2006
[ 02:06 laszlof search for other commits by this committer ] Original commit 
Register conflicts for srp in security/heimdal, security/krb4, and
securiry/krb5.
Bump PORTREVISION accordingly.

PR:             ports/105442
Submitted by:   Ruben van Staveren <ruben@verweg.com>
Reviewed by:    shaun@, cy@
Approved by:    flz (mentor)
Sat, 7 Oct 2006
[ 00:42 shaun search for other commits by this committer ] Original commit 
When using LDAP as a KDC back-end, allow users to override the
hard-coded LDAP socket path. By default, we will use the path where
OpenLDAP usually puts its socket.

PR:             ports/72149
Submitted by:   Pawel Wieleba <wielebap@iem.pw.edu.pl>
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.
Sun, 10 Sep 2006
[ 23:34 kris search for other commits by this committer ] Original commit 
BROKEN on 7.0: Incomplete pkg-plist
Tue, 15 Aug 2006
[ 01:04 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Fri, 24 Mar 2006
[ 05:44 linimon search for other commits by this committer ] Original commit 
Reset maintainer at his request; nectar is away from FreeBSD work right now.
Mon, 20 Mar 2006
[ 15:21 mnag search for other commits by this committer ] Original commit 
- Update to 0.6.6
- Remove extra TABs and portlint(1)
- Update pkg-descr from page

Approved by:    secteam (simon)
Security:       CAN-2005-0469, CAN-2005-2040, CAN-2006-0582, CVE-2006-0677,
                VUXML: b62c80c2-b81a-11da-bec5-00123ffe8333
Mon, 5 Dec 2005
[ 02:34 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Remove install-info from Makefile, it's automatically done when INFO is defined
Sat, 8 Oct 2005
[ 19:59 pav search for other commits by this committer ] Original commit 
- Set CONFLICTS with krb4 and krb5
- Portlint

PR:             ports/85025
Submitted by:   lofi
Approved by:    maintainer timeout (nectar, 7 weeks)
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)

Number of commits found: 152 (showing only 100 on this page)

1 | 2  »