summaryrefslogtreecommitdiff
path: root/security/kth-krb4
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-4/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-42/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-05Remove some obsolete comments, ok wennmach.wiz1-11/+1
2004-09-04AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,wiz1-6/+1
otherwise the default is better (and the variable doesn't need to be set). Remove a few cases where it was set unnecessarily.
2004-07-01Unused.wiz1-31/+0
2004-05-10Convert to buildlink3.snj2-3/+23
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-10Remove info files entries from PLIST.seb1-2/+1
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-09Pull in value of KRB4_PREFIX_CMDS from KERBEROS_PREFIX_CMDS.wennmach1-6/+7
This provides both, simple and fine-grained control over the Kerberos prefix. If not specified, KRB4_PREFIX_CMDS will default to the value of KERBEROS_PREFIX_CMDS. If specified, it overrides KERBEROS_PREFIX_CMDS.
2004-02-09Do not install bin/ftp (this will overwrite the ftp installed as partwennmach2-31/+45
of bootstrap-pkgsrc). ftp is now always installed as bin/k4ftp. In addition, if the variable KRB4_PREFIX_CMDS is set to YES, rcp, rlogin, rsh, su, and telnet will be installed with a "k4" prefix. This has been achieved by stealing the transform code from security/heimdal and by tayloring it a bit. Closes PR pkg/24354 by Tracy Di Marco White.
2004-01-15kth-krb4: add CONFLICT on tnftp.grant1-1/+2
tnftp: add CONFLICT on lukemftp, kth-krb4.
2003-12-30Whitespace fixescjep1-2/+2
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv3-7/+7
2002-12-23Whitespace fixcjep1-2/+2
2002-10-29Update to version 1.2.1.joda4-38/+40
Changes in release 1.2.1: * kadmind: fix remote exploit Changes in release 1.2: * fix buffer overrun in ftp * fix openssl building * don't try to force encryption in telnet if not talking to a default telnet port * recognise AIX 5 * should work with more DB libraries
2002-10-09Unused.wiz1-40/+0
2002-10-02Convert comments to use automake.mk.wiz1-7/+11
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-23buildlink1 -> buildlink2jlam3-17/+21
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam4-3/+33
buildlink2.mk files back into the main trunk.
2002-07-17Remove non-existing files (detected by bulk build).martti1-13/+1
2002-07-12Remove some unnecessary spaces.wiz1-5/+5
2002-07-02Deprecate IS_INTERACTIVE.agc1-2/+2
The correct way to mark this package as broken on sparc64 is to use the BROKEN definition.
2002-04-05Update kth-krb4 to 1.1.1.wennmach10-331/+358
This is a prerequisite step for the new arla version (0.35.7). While here, buildlinkify.
2002-03-29Mark this package as interactive on sparc64. Compiling it needs attentionhubertf1-1/+7
so the compiler is killed when it spins. XXX needs fixing
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-07It is Size (krb4-1.0.9.tar.gz) and not Size (krb4-1.0.1.tar.gz).veego1-2/+2
Looks like the last commiter didn't use make makesum.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-5/+5
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-02The telnetd in kth-krb4-1.0.1 seems to be vulnerable to the buffer overflowwennmach12-157/+149
attack described in SA2001-12 (noted by T. M. Pederson <salvage@plethora.net> in PR pkg/13610). Instead of applying the patch submitted by T. M. Pederson, we upgrade kth-krb4 to 1.0.9 where the vulnerability has been fixed. The upgrade to 1.0.9 was provided by Assar Westerlund <assar@netbsd.org> and slightly modified by myself. Also included is diff file for /etc/services for NetBSD-1.5 (and 1.5.1) also submitted by T. M. Pederson <salvage@plethora.net> in PR 12540. Note: files/services.diff resurfaces as files/services-1.4.2.diff. Closes PR 13610 and PR 12540.
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-12Do not install man/man5/krb.equiv.5 to avoid a conflict withwennmach4-13/+28
cyrus-imapd. kth-krb4 thus no longer conflicts with cyrus-imapd.
2001-03-29Added CONFLICTS to cyrus-imapd, lukemftp, zephyr, and libdes.wennmach1-2/+5
2001-03-29This conflicts with wu-ftpd.kim1-1/+3
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-10/+6
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-10-11Do not install bin/des in order to avoid a conflict with thewennmach4-6/+20
openssl package (close to nobody is using this program anyways).
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb1-4/+2
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+2
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-06-08Reflect new location of services.diff.wennmach1-3/+3
2000-06-08File moved.wennmach1-1/+1
2000-06-08Find arla's configuration directory even if arla is notwennmach1-0/+15
installed in /usr/arla.
2000-06-08Added descriptions of what exactly each patch does.wennmach9-16/+55
Inserted placeholders into MESSAGE which get replaced during pre-install. Enhanced MESSAGE text.