| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
|
|
|
|
| |
- Portlint
PR: ports/85025
Submitted by: lofi
Approved by: maintainer timeout (nectar, 7 weeks)
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
PR: ports/76235
Approved by: ache, sumikawa (maintainers for wu-ftpd*)
|
|
|
|
|
|
| |
hat an extra day.
Noticed by: pointyhat.freebsd.org
|
|
|
|
| |
Noticed by: pointyhat.freebsd.org
|
|
|
|
|
| |
PR: ports/74113
Submitted by: Petr Holub <hopet@ics.muni.cz>
|
|
|
|
|
|
| |
PR: ports/67157
Submitted by: Roman Neuhauser
Approved by: maintainer timeout
|
|
|
|
| |
where compile_et is not modern enough.
|
|
|
|
|
| |
Use OPTIONS
Use USE_OPENLDAP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
| |
|
|
|
|
|
|
|
|
| |
the same thing. My original intention was to work around a build
buglet encountered on some version of FreeBSD. Apparently, no such
work around is necessary.
Reported by: Rolandas Naujikas <rolnas@takas.lt>
|
| |
|
|
|
|
|
| |
PR: ports/63199
Reported by: Hendrik Scholz <hendrik@scholz.net>
|
|
|
|
| |
resolve packaging problems.
|
| |
|
|
|
|
| |
Switch to using `INFO' while we are at it.
|
|
|
|
|
| |
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
|
| |
|
|
|
|
| |
-- portlint as necessary
|
| |
|
|
|
|
| |
Approved by: kris (implicitly)
|
|
|
|
| |
Approved by: security-officer
|
| |
|
|
|
|
|
|
|
| |
<URL:http://online.securityfocus.com/archive/1/269356> and
<URL:http://www.freeweb.hu/mantra/04_2002/KRB4.htm>.
Obtained from: Heimdal repository
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
|
| |
|
|
|
|
|
|
| |
superuser. Always use getuid() instead.
Submitted by: Johan Danielsson <joda@pdc.kth.se>
|
| |
|
|
|
|
|
|
| |
daemon.
= Fix a bug in `ktutil get' which was causing a segfault.
= Bump PORTREVISION.
|
| |
|
|
|
|
|
|
| |
Makefile (Makefile.man).
Submitted by: Pete Fritchman <petef@databits.net>
|
| |
|
|
|
|
| |
MANn= in the Makefile. Move them to the PLIST instead.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Obtained from: heimdal-discuss@sics.se
= Fix bug in GSSAPI accept_sec_context() that prevented credential
forwarding from working in some cases.
|
| |
|
|
|
|
|
| |
source file with each patch file, and don't touch the same source file
with more than one patch file.
|
|
|
|
|
|
| |
PORTREVISION bumped.
Submitted by: assar
|
|
|
|
|
|
|
| |
fate, it applied cleanly anyway, with harmless effect (two NULL
assignments instead of one).
Noticed by: assar
|
|
|
|
|
|
| |
PORTREVISION bumped.
Obtained from: assar on heimdal-discuss@sics.se
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|