Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.8.0_8 14 Mar 2024 22:12:36 |
Cy Schubert (cy) |
security/heimdal: Fix uninitialized pointer dereference
krb5_ret_preincipal() returns a non-zero return code when
a garbage principal is passed to it. Unfortunately ret_principal_ent()
does not check the return code, with garbage pointing to what would
have been the principal. This results in a segfault when free() is
called.
PR: 267944, 267972
Reported by: Robert Morris <rtm@lcs.mit.edu>
MFH: 2024Q1 |
7.8.0_7 14 Mar 2024 22:08:38 |
Cy Schubert (cy) |
security/heimdal: Fix build
Fix build due to many undefined symbols listed in version.map. The
problem is that the listed functions are conditionally built and since
they exist in FreeBSD they are not built but they are still referenced
in version.map.
PR: 275979
MFH: 2024Q1
Approved by: portmgr (just fix it) |
7.8.0_7 12 Mar 2024 03:55:09 |
Yasuhiro Kimura (yasu) |
security/heimdal: Move man pages to share/man
Approved by: portmgr (blanket) |
7.8.0_6 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
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 |
7.8.0_6 24 Nov 2022 23:29:06 |
Cy Schubert (cy) |
security/heimdal: Remove LLVM_DEFAULT artifact
Remove an artifact from 22a683a337ef.
PR: 267814
Fixes: 22a683a337ef
MFH: 2022Q4 |
7.8.0_6 24 Nov 2022 17:22:43 |
Cy Schubert (cy) |
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 |
7.8.0_5 24 Nov 2022 17:22:01 |
Cy Schubert (cy) |
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 |
7.8.0_4 24 Nov 2022 17:22:01 |
Cy Schubert (cy) |
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 |
7.8.0_3 24 Nov 2022 17:22:01 |
Cy Schubert (cy) |
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 |
7.8.0_2 22 Nov 2022 18:14:41 |
Cy Schubert (cy) |
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 |
7.8.0_1 17 Nov 2022 20:45:04 |
Cy Schubert (cy) |
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 |
7.8.0 17 Nov 2022 02:21:36 |
Cy Schubert (cy) |
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 |
7.8.0 15 Nov 2022 22:09:21 |
Cy Schubert (cy) |
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 ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.7.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
7.7.0_1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
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 ) |
7.7.0_1 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
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 ) |
7.7.0_1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: 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) |
7.7.0_1 13 Oct 2021 13:13:16 |
Stefan Eßer (se) |
security/heimdal: Add CPE information
Approved by: portmgr (blanket) |
7.7.0_1 01 Aug 2021 08:32:35 |
Xin LI (delphij) |
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 |
7.7.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
7.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.7.0 13 Mar 2020 17:18:41 |
hrs |
Regen patches. |
7.7.0 13 Mar 2020 17:12:30 |
hrs |
Fix build breakage when PKINIT and/or KX509 disabled.
PR: 244751 |
7.7.0 23 Feb 2020 14:57:33 |
hrs |
- Fix build when !BDB.
- Regenerate patches.
PR: 244282 |
7.7.0 19 Feb 2020 06:20:27 |
hrs |
Update to 7.7.0. |
7.5.0_4 09 Oct 2019 12:20:31 |
bapt |
Drop the ipv6 virtual category for s* category as it is not relevant anymore |
7.5.0_4 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
7.5.0_4 09 Apr 2019 14:04:50 |
sunpoet |
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 |
7.5.0_3 10 Nov 2018 18:12:58 |
bapt |
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 |
7.5.0_2 11 Oct 2018 09:56:41 |
tobik |
security/heimdal: Chase cracklib dictionary rename from r408137
PR: 213157
Submitted by: Florian Riehm <mail@friehm.de>
Approved by: 2 year bug anniversary |
7.5.0_1 26 Aug 2018 08:36:30 |
delphij |
security/heimdal: Don't call arc4random_stir.
PR: 230835, 230756
Approved by: portmgr (antoine) |
7.5.0 23 Jan 2018 10:35:25 |
hrs |
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 |
7.4.0 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
7.4.0 11 Jul 2017 17:56:53 |
hrs |
Update to 7.4.0. This release fixes a critical vulnerability named
"Orpheus' Lyre".
Security: CVE-2017-11103
Secuirty: https://www.orpheus-lyre.info/ |
7.3.0_1 27 Jun 2017 13:46:53 |
sunpoet |
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 |
7.3.0 10 Jun 2017 19:32:46 |
hrs |
Update to 7.3.0. |
7.1.0_3 10 Jun 2017 17:38:14 |
feld |
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 |
7.1.0_3 09 Jun 2017 15:57:30 |
feld |
security/heimdal: Backport security fix
PR: 219657
MFH: 2017Q2
Security: CVE-2017-6594 |
7.1.0_2 11 Jan 2017 07:50:07 |
hrs |
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 |
7.1.0_2 04 Jan 2017 02:09:18 |
hrs |
- 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. |
7.1.0_1 03 Jan 2017 20:00:29 |
hrs |
- Enable dbopen() in DB 1.85 even if !BDB because libhdb with
no backend is very confusing.
- Fix build when !BDB[*]
PR: 215741 [*] |
7.1.0 03 Jan 2017 13:52:06 |
hrs |
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 ) |
1.5.3_7 12 Nov 2016 21:22:47 |
hrs |
- 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. |
1.5.3_6 09 Nov 2016 22:42:55 |
jkim |
Do not let the configure script pick up Berkeley DB from ports.
Approved by: hrs (maintainer) |
1.5.3_6 05 Nov 2016 16:57:02 |
hrs |
ix Berkeley DB detection at the configuration stage.
PR: 214182 |
1.5.3_5 02 Nov 2016 09:51:16 |
hrs |
Add missing header files (com_err.h and com_right.h).
Submitted by: Franco Fichtner
PR: 213470 |
1.5.3_4 12 Sep 2016 15:14:14 |
marino |
security/heimdal: Fix build when EGD is not available (e.g. LibreSSL)
Approved by: SSL blanket |
1.5.3_4 23 May 2016 20:35:01 |
amdmi3 |
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 |
1.5.3_4 25 Apr 2016 16:13:39 |
mat |
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 |
1.5.3_4 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.5.3_4 04 Mar 2015 12:54:03 |
hrs |
- Remove an orphaned directory [1].
- Fix USE_LDCONFIG [2].
Spotted by: sunpoet [1] and bdrewery [2] |
1.5.3_3 24 Nov 2014 19:21:21 |
hrs |
Fix krb5-config. |
1.5.3_2 24 Nov 2014 00:49:10 |
hrs |
Add -rpath forgotten in the previous commit. |
1.5.3_1 24 Nov 2014 00:34:37 |
hrs |
- Fix heimdal-gssapi.pc.
- Add an UPDATING entry.
PR: 195319 |
1.5.3 22 Nov 2014 23:22:43 |
hrs |
Update to 1.5.3. Changes include:
- Fix leaking file descriptors in KDC
- Better socket/timeout handling in libkrb5
- General bug fixes |
1.5.2_17 22 Nov 2014 10:51:59 |
hrs |
- 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 [*] |
1.5.2_16 21 Sep 2014 09:34:59 |
marino |
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. |
1.5.2_16 16 Sep 2014 05:53:10 |
hrs |
Add ipropd_master and ipropd_slave rc.d scripts for branches which do not
have them.
PR: 176805 |
1.5.2_15 14 Sep 2014 18:19:53 |
hrs |
Fix build with makeinfo version 5.2.
Obtained from: https://github.com/heimdal/heimdal/commit/1846c7a35d1091d3b6140c
56b |
1.5.2_15 13 Sep 2014 18:05:29 |
marino |
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. |
1.5.2_15 30 Aug 2014 17:18:29 |
hrs |
Fix build on branches which do not have com_right_r() in libcom_err.
Spotted by: ume |
1.5.2_14 30 Aug 2014 12:44:54 |
hrs |
- 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. |
1.5.2_13 21 Aug 2014 22:50:30 |
mandree |
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) |
1.5.2_12 27 Jul 2014 18:14:31 |
marino |
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) |
1.5.2_11 24 Jul 2014 18:34:16 |
tijl |
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 ) |
1.5.2_10 23 Jul 2014 20:33:35 |
tijl |
Remove patches added together with USES=libtool that are no longer needed
after r362656. |
1.5.2_10 08 Jul 2014 21:48:03 |
jkim |
Fix plist again. r361101 reverted SQLITE fixes in r358060 and r358150.
Pointyhat to: tijl |
1.5.2_9 08 Jul 2014 16:16:14 |
tijl |
- Fix pkg-plist [1]
- Add INSTALL_TARGET=install-strip
Reported by: swills (jenkins) [1] |
1.5.2_8 07 Jul 2014 15:42:36 |
tijl |
- Convert to USES=libtool
- Remove USE_AUTOTOOLS |
1.5.2_7 04 Jul 2014 09:41:00 |
tijl |
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) |
1.5.2_6 01 Jul 2014 15:25:27 |
adamw |
Fix packaging without KCM |
1.5.2_6 18 Jun 2014 12:21:11 |
mat |
Bump PORTREVISION after the plist fix so that people get the fix.
Sponsored by: Absolight |
1.5.2_5 17 Jun 2014 17:00:41 |
jkim |
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 |
1.5.2_5 16 Jun 2014 23:28:41 |
jkim |
Fix plist for SQLITE option. We do not build bundled SQLite for years. |
1.5.2_5 10 Jun 2014 22:08:00 |
marino |
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 |
1.5.2_5 10 Jun 2014 21:10:49 |
marino |
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 |
1.5.2_5 10 Jun 2014 10:15:05 |
marino |
security/heimdal: Reset maintainer
There have been 3 consecutive PR timeouts since June 2012, and several
PRs are still open. |
1.5.2_5 08 Apr 2014 12:56:36 |
knu |
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) |
1.5.2_4 22 Jan 2014 17:01:10 |
mat |
Fixup the props on Makefile*
With hat: portmgr
Sponsored by: Absolight |
1.5.2_4 12 Dec 2013 05:19:57 |
cy |
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. |
1.5.2_4 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.5.2_4 31 Aug 2013 00:11:07 |
bapt |
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 |
1.5.2_4 28 Apr 2013 21:02:40 |
bapt |
Convert security to new options framework |
1.5.2_4 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.5.2_4 29 Mar 2013 19:33:42 |
cs |
- Remove A/An in COMMENT
- Trim Header where applicable |
1.5.2_4 26 Sep 2012 12:46:26 |
zeising |
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) |
1.5.2_3 11 Jun 2012 14:27:17 |
wxs |
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 |
1.5.2_2 26 May 2012 03:17:17 |
wxs |
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) |
1.5.2_1 20 May 2012 00:08:19 |
bapt |
Do not install catpages
PR: ports/167640
Submitted by: bapt@
Approved by: maintainer timeout (14 days) |
1.5.2 05 May 2012 19:54:01 |
wxs |
Update to 1.5.2
PR: ports/166320
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer) |
1.4_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.4_1 14 Nov 2010 15:35:49 |
rene |
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 |
1.4 31 Oct 2010 18:12:32 |
wxs |
Assign maintainer to submitter of previous commit (ports/151506). |
1.4 31 Oct 2010 17:02:26 |
wxs |
Update to 1.4
PR: ports/151506
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> |
1.0.1_2 20 Mar 2010 15:09:49 |
miwi |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
1.0.1_2 11 Mar 2010 07:49:46 |
brooks |
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. |
1.0.1_1 02 Sep 2009 03:27:29 |
bland |
Fix invalid malloc in LDAP backend.
PR: 128025 |
1.0.1 02 Aug 2009 19:36:34 |
mezz |
-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 |
1.0.1 22 Jul 2009 02:07:05 |
shaun |
With regret, return these to the pool. |