summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2004-02-12PKGSHLIBTOOL has been removed from pkgsrc; we're supposed to usejlam2-4/+4
${SHLIBTOOL} instead.
2004-02-12Remove hidden dependency on autoconf by using GNU_MISSING_OVERRIDE. Also,jlam2-3/+5
PKGSHLIBTOOL has been removed from pkgsrc and we're supposed to use ${SHLIBTOOL} instead.
2004-02-12We only conflict with cyrus-sasl<2.1.15nb2, which was the first versionjlam1-2/+2
of cyrus-sasl2 after spliiting out the saslauthd into a separate package.
2004-02-12s/_BUILTIN_OPENSSL/BUILDLINK_IS_BUILTIN.openssl/gjlam1-3/+3
2004-02-12Create a new variable PREFER_NATIVE that has the opposite semanticsjlam5-15/+65
as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE.
2004-02-12Reorganize code so that any dependencies are checked as part of decidingjlam5-94/+97
whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable.
2004-02-11bl3ifyxtraeme2-4/+28
2004-02-10Add and enable py-gnutls.minskim1-1/+2
2004-02-10Import py-gnutls from pkgsrc-wip.minskim4-0/+34
Python bindings for GNUTLS. GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group.
2004-02-10Update fprot-workstation-bin to version 4.3.3.ben2-6/+6
2004-02-10buildlink3.mk files for libidn and libksba.jlam1-0/+19
2004-02-10include <sys/types.h> before <sys/socket.h>, allowing this to buildgrant2-1/+14
on IRIX 5.3. fixes second part of PR pkg/24375 from Georg Schwarz.
2004-02-10fix build on IRIX by using the right Makefile target, which containsgrant1-2/+4
only the major part of OS_VERSION. fixes part of PR pkg/24375 from Georg Schwarz.
2004-02-10Add missing gettext-lib/buildlink2.mk.minskim1-3/+3
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.