summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2004-02-10buildlink3.mk file for security/gnutls (used by mail/dovecot).jlam1-0/+23
2004-02-10bl3ifyjlam6-21/+53
2004-02-10bl3ify, and bump the PKGREVISION due to gss dependency update.jlam2-10/+31
2004-02-10Bump DEPENDS after PKGREVISION update due to header file change.jlam2-4/+4
2004-02-10bl3ify and bump the PKGREVISION after removing <gss/krb5.h> (which isn'tjlam4-5/+34
installed) from the gss.h header.
2004-02-10bl3ify and remove libiconv and gettext-lib buildlink files. This packagejlam2-9/+26
really only needs gettext-lib through libgpg-error, and doesn't need libiconv at all unless it uses the pkgsrc gettext-lib. The gettext-lib buildlink3.mk file combined with the buildlink3 framework is considerably better at detecting this than the buildlink2.mk, which broke in a lot of instances.
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-2/+2
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-09bl3ifyjlam2-3/+21
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
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-02-09Update security/audit-packages to 1.29. Changes from version 1.28 includejlam2-3/+4
supporting using the FreeBSD "fetch" command to get the vulnerabilities list. Patch provided in PR 24371 by Michal Pasternak.
2004-02-08move CFLAGS and LD_LIBS to pkgsrc Makefile and clean up installgrant3-19/+76
targets so platforms other than *BSD have a chance of building. install /etc/TIMEZONE on Solaris. XXX this package still needs more work to be useful on Solaris and other platforms.
2004-02-08link against socket libs on Solaris.grant3-7/+11
2004-02-08don't override variables which pkgsrc already sets in MAKE_ENV.grant2-21/+31
fixes build on Solaris.
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam2-6/+6
2004-02-08Install doc/DETAILS, which conveniently documents --with-colon formattedkleink2-2/+8
output, among other things. Bump to 1.2.4nb1. Approved by Thomas Klausner.
2004-02-07Don't set LD=${CC} globally, but only pass it to CONFIGURE_ENV, which isjlam2-4/+4
the only relevant place that wants it.
2004-02-07Remove forgotten patch from last commit (what it did is now in patch-ac).cube1-13/+0
Pointed out by wiz@.
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam3-10/+10
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam5-25/+15
simpler to understand.
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam5-25/+20
value outside of buildlink-related files.
2004-02-05Support a new global variable:jlam5-5/+45
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package.
2004-02-05this needs libintl, so explicitly include gettext-lib/buildlink2.mk.grant1-1/+2
2004-02-04Regen.fredb1-2/+2
2004-02-04Remove extra, asymetric context from last hunk; it was confusing GNU patch.fredb1-7/+5
Problem pointed out by Georg Schwarz on tech-pkg.
2004-02-02Respect whitespaces in SUBST_SED.fixme.xtraeme1-2/+2
2004-02-02Fix build in FreeBSD, the output was:xtraeme1-1/+13
_mpih-mul1.s:2: Error: alignment not a power of 2 _mpih-mul1.s:20: Error: alignment not a power of 2 So, changing ALIGN (3) to ALIGN (4) fixes these problems. Patch sent by pancake in private email, adapted to use subst.mk framework by me.
2004-02-02Pretend that all versions of NetBSD newer than 1.6U have Heimdal-0.6.jlam1-2/+2
2004-02-02Update to 4.3.2:wiz3-7/+8
Version 4.3.2 contains various bugfixes and improvements to the documentation and software. o Minor modifications to the check-updates.pl script. o A libmilter plugin for the Mail Scanner added. o A qmail plugin for the Mail Scanner added. o Improved mime handling. o Various features added to scan-mail.pl. o Minor improvements in mime handling.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-02-01s/seperated/separated/snj1-1/+1
2004-01-31USE_PKGINSTALL instead of including bsd.pkg.install.mk and get rid ofsnj1-3/+2
an extra blank line. Okayed by jmmv.
2004-01-30Ensure that -lcrypt appears before -lcrypto on the command line so thatjlam1-1/+7
the system crypt(), which is considerably smarter than the OpenSSL crypt(), is used.
2004-01-28bl3ify; fixes build on Solaris with SunPro.grant1-3/+5
2004-01-28no need to include perl5/buildlink2.mk, in fact, it breaksgrant1-3/+1
USE_PERL5=build.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz2-4/+4
2004-01-26Fix build problem with gcc 3.X.taca2-2/+17
2004-01-25Make ksba-config --libs emit the runtime linker search path.kleink8-8/+41
Welcome nb1.
2004-01-25Fix two typos.wiz2-2/+2
2004-01-25Make the dependency on 0.4.7 explicit.kleink1-2/+2
2004-01-25In COMMENT, refer to the 0.4.x branch of ksba.kleink1-2/+2
2004-01-25Descend into libksba04.kleink1-1/+2
2004-01-25Initial import of libksba-0.4.7.kleink5-0/+63
KSBA is a library to make the taks of working with X.509 certifictes, CMS data and related data more easy.
2004-01-25Descend into libksba.kleink1-1/+2
2004-01-25Initial import of libksba-0.9.1.kleink5-0/+66
KSBA is a library to make the taks of working with X.509 certifictes, CMS data and related data more easy.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant10-20/+20
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam3-6/+6
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam4-14/+27
2004-01-23Correct a minor mistake in previous commit, to actually get itkristerw2-6/+15
to compile on NetBSD 1.6.