pkgsrc/security
bad ab83ae98bf Update fwbuilder and libfwbuilder to 2.0.10.
Bugs fixed since 2.0.9:

    * bug #1349326 "ulogd option does not work". There was a typo in the
      class iptAdvancedDialog ( 'useULOG' instead of 'use_ULOG' )
    * bug #1315892: "fwbuilder crashes on missing OS template" The GUI
      crashed if user added new hostOS or firewall platform template under
      resources/os or resources/platforms, then reinstalled the package (and
      therefore lost their custom template files), then tried to open
      firewall or host OS settings dialog for the object using new template.
    * bug #1305933: "fwbuilder/Solaris: compilation errors". Another case of
      implicit type conversion QString->string which does not compile on
      systems with QT built w/o STL support.
    * bug #1304878: fwbuilder: signal.h required (Solaris). Using
      'AC_CHECK_HEADERS([signal.h])' in configure.in to check for the
      appropriate #include.
    * bug #1304764: "configure script: Sun make check fails". Need to use
      ${MAKE-make} instead of $ac_make when checking for GNU make.
    * bug #1304785: "fwbuilder - Solaris has no libutil". Using better way
      to check whether we need to link with libutil.



Bugs fixed in policy compiler for iptables since 2.0.9:

    * bug #1342495: "SNAT with address range". Compiler used to print
      warning "Adding virtual addresses for NAT is not supported for
      address range" even if adding virtual addresses for NAT was turned off.
    * bug #1313420: "OUTPUT chain is built wrong under certain conditions."
      Rules that have firewall in SRC and DST, while DST has negation,
      should be split so that the second generated rule goes into OUTPUT
      chain rather than FORWARD
2005-12-12 20:25:09 +00:00
..
AiCA s/jp.netbsd.org/jp.NetBSD.org/ 2005-10-10 17:06:30 +00:00
aide Remove extremely stupid and naive tests for whether YACC is "bison -y" 2005-05-23 21:24:17 +00:00
aide06 Remove extremely stupid and naive tests for whether YACC is "bison -y" 2005-05-23 21:24:17 +00:00
AiSSLtelnet Fix errno. 2005-12-08 19:08:28 +00:00
amap Since I don't want to hack around with config.*, patch amap to not 2005-12-11 19:21:36 +00:00
amavis Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
amavis-perl Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
amavisd-new Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
antonym Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
ap-modsecurity ModSecurity is an open source intrusion detection and prevention engine for 2005-10-14 18:29:39 +00:00
apg Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
arirang Forgot distinfo in previous commit. 2005-11-03 16:52:09 +00:00
audit-packages Update audit-packages to version 1.41 2005-11-21 10:39:50 +00:00
avcheck Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
bcrypt Initial import of bcrypt-1.1. 2005-09-03 22:45:51 +00:00
beecrypt Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bitstir Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cfs Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
chkrootkit Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
courier-authlib Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
crack Fix errno. 2005-12-08 18:37:53 +00:00
crypto++ Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
cvm Update to 0.76. From the changelog: 2005-08-30 03:57:11 +00:00
cy2-anonymous Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
cy2-crammd5 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
cy2-digestmd5 Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
cy2-gssapi Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
cy2-login Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
cy2-ntlm Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
cy2-otp Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
cy2-plain Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
cy2-sql Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
cyrus-sasl2 Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
cyrus-saslauthd Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
ddos-scan Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
destroy Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
dirb This package requires curl>=7.15.0nb1. 2005-10-20 16:29:18 +00:00
dirmngr Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
dropbear Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
dsniff Compile with the OpenSSL in NetBSD-current. 2005-12-11 18:26:03 +00:00
dsniff-nox11 Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
egd Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
flawfinder Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
fprot-workstation-bin Update fprot-workstation-bin to version 4.6.2. Changes include: 2005-11-21 02:06:50 +00:00
fragroute "Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to "build", which is 2005-09-16 14:46:42 +00:00
fressh Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
fsh Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
fwbuilder Update fwbuilder and libfwbuilder to 2.0.10. 2005-12-12 20:25:09 +00:00
gnome-keyring Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gnu-crypto Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gnupg Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gnupg-devel Correct patchsum so that distinfo does not reference missing patches 2005-08-25 11:10:00 +00:00
gnustep-ssl Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gnutls Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gpa this needs getopt_long. 2005-08-27 07:58:52 +00:00
gpass Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gpg2dot Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
gpgme Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
gpgme03 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gsasl Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gss Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gtk-systrace Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
hackbot Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
hashcash Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
heimdal Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
honeyd Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
honeyd-arpd Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
hydan Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
hydra Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
ike-scan Fix OpenSSL test, it doesn't work out of the box on DragonFly 2005-12-08 18:21:16 +00:00
ipsec-tools Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
isakmpd RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
jessie Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
john Fixed wrong usage of WRKSRC. 2005-11-03 20:41:43 +00:00
keychain Updated keychain to 2.6.1 2005-10-28 05:29:54 +00:00
kssh Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
kth-krb4 Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
libassuan Updating to 0.6.10 to accompany update of gpg-devel to 1.9.17. This update 2005-06-23 09:21:18 +00:00
libbf Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
libcrack Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libdes Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
libfwbuilder Update fwbuilder and libfwbuilder to 2.0.10. 2005-12-12 20:25:09 +00:00
libgcrypt Update to 1.2.2: 2005-10-06 12:20:41 +00:00
libgpg-error Expand the regexp to [3-9]*, to match future NetBSD versions. 2005-09-22 09:14:34 +00:00
libidea Use idea-license as license file. 2005-09-29 13:05:24 +00:00
libident Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
libksba Update from 0.9.10 to 0.9.11. This is part of a multi-package update 2005-04-23 12:25:05 +00:00
libksba04 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libmcrypt Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libnasl Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
libssh Removed trailing white-space. 2005-09-28 14:31:06 +00:00
libtasn1 Update to 0.2.17: 2005-09-30 11:55:08 +00:00
libtcpa Include <stdint.h> to fix build on OS X. 2005-09-18 20:00:32 +00:00
logcheck Include devel/sysexits bl3. 2005-11-08 03:55:24 +00:00
lsh Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
lsh2 Use GNU m4 to fix assembler code used in included nettle library. 2005-10-06 11:43:10 +00:00
mcrypt Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
md4-collision Initial import of md4-collision-20051118, a program to calculate md4 collisions. 2005-11-18 23:43:05 +00:00
md5-collision Initial import of md5-collision-20051118, a program to calculate md5 collisions. 2005-11-18 23:42:03 +00:00
mhash Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
mirrordir Add RMD160 digests. 2005-02-24 12:51:41 +00:00
mit-krb5 Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
mixminion Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
msf Update to metasploit 2.5 2005-10-19 10:34:33 +00:00
msu Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
msudir Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
MyPasswordSafe Update to 20050615: 2005-11-17 22:12:37 +00:00
nessus Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
nessus-core Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
nessus-libraries Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
nessus-plugins Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
netramet Fix errno. Don't declare sys_nerr on FreeBSD and DragonFly. 2005-12-08 18:02:07 +00:00
nfsbug Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nikto Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
opencdk Update to 0.5.8, set TEST_TARGET. 2005-09-30 12:21:40 +00:00
openpam Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
openssh Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
openssh+gssapi Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
openssl Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
otpcalc Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
p0f Use NetBSD rules for DragonFly as well. Don't include both, net/bpf.h 2005-12-08 19:14:47 +00:00
p5-Authen-SASL Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Authen-SASL-Cyrus Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-Blowfish Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-CAST5_PP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-CBC Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-CipherSaber Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-DES Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-DES_EDE3 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-DH Initial import of p5-Crypt-DH as version 0.06 into the NetBSD Packages 2005-10-12 17:55:26 +00:00
p5-Crypt-DSA Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-IDEA Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-OpenPGP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-OpenSSL-Bignum Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-OpenSSL-DSA Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-OpenSSL-Random Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-OpenSSL-RSA Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-Primes Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-Random Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-RandPasswd Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-Rijndael Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-RIPEMD160 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Crypt-RSA Depend on p5-Sort-Versions instead of p5-SortVersions. 2005-11-22 22:43:03 +00:00
p5-Crypt-SmbHash Import p5-Crypt-SmbHash-0.12 from pkgsrc-wip, packaged by Murray Armfield: 2005-12-06 22:53:24 +00:00
p5-Crypt-Twofish Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Digest Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-Digest-BubbleBabble Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Digest-CRC Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Digest-Hashcash Remove redundant PERL5_CONFIGURE settings as it defaults to "yes". 2005-08-08 16:59:20 +00:00
p5-Digest-HMAC Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Digest-MD2 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Digest-MD4 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Digest-MD5 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Digest-Nilsimsa Remove redundant PERL5_CONFIGURE settings as it defaults to "yes". 2005-08-08 16:59:20 +00:00
p5-Digest-SHA Update to 5.31: 2005-11-23 22:40:48 +00:00
p5-Digest-SHA1 Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-GnuPG-Interface Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-IO-Socket-SSL Updated to version 0.97. 2005-10-16 08:46:07 +00:00
p5-Module-Signature Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Net-DNS-SEC Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
p5-Net-SSH Initial import of p5-Net-SSH version 1.29 into The NetBSD Packages 2005-10-13 20:14:18 +00:00
p5-Net-SSLeay Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-SHA Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-SSLeay Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Tie-EncryptedHash Removed trailing white-space. 2005-09-28 14:31:06 +00:00
pakemon Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
PAM Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
pam-dbm Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pam-ldap Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
pam-mysql Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
pflkm Also check for the pfvar.h file in the subdirectory 'pf', DragonFly installs 2005-12-07 12:06:26 +00:00
pgp2 Fix errno. 2005-12-08 17:36:56 +00:00
pgp5 Removed the USE_RSAREF2 variable and a big, fat warning, as the variable 2005-10-08 22:36:49 +00:00
pgpdump Update HOMEPAGE and MASTER_SITES, from Zafer Aydogan in PR 31549. 2005-10-13 17:29:32 +00:00
pgpenvelope Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
php-mcrypt Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
php-mhash Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
pinentry Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
pinepgp Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
pks Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
portsentry Add DragonFly support. 2005-12-08 19:21:57 +00:00
priv Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
prngd Use FreeBSD config.h fragment on FreeBSD and DragonFly. 2005-12-08 17:46:16 +00:00
pscan Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
putty Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
pwsafe Remove wip from CATEGORIES, noted by bouyer. 2005-10-17 10:22:37 +00:00
py-amkCrypto update to 2.0.1 2005-10-25 17:07:27 +00:00
py-crack Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
py-cryptkit Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-gnupg Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
py-gnutls Revision bump after changing security/gnutls/buildlink3.mk 2005-09-06 15:23:10 +00:00
py-m2crypto Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
py-mcrypt Add py-mcrypt, a Python front end to the mcrypt library. 2005-05-20 18:10:54 +00:00
py-OpenSSL Change the maintainer (me) email address. 2005-06-12 18:49:24 +00:00
pyca Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
qca Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
qca-tls Fixed spelling: SOURCEFORCE => SOURCEFORGE. Removed empty definition for 2005-11-01 22:57:06 +00:00
qident Sort. 2005-04-05 10:40:46 +00:00
rats Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
rc5des Add RMD160 digests. 2005-02-24 12:51:41 +00:00
rid Fix errno. 2005-12-08 17:36:56 +00:00
rsaref Update MASTER_SITES. Use rsaref-license. 2005-08-01 12:27:53 +00:00
ruby-tcpwrap Bump PKGREVISION of packages including ruby extention library 2005-11-02 09:48:33 +00:00
scanssh Fixed misspelled variable. PKGVERSION was used, but PKGREVISION 2005-10-15 06:55:38 +00:00
seahorse Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because 2005-11-25 21:23:14 +00:00
secpanel Import secpanel from pkgsrc-wip. Packaged by dhowland. 2005-10-14 01:06:20 +00:00
sfs Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
sign Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
skey Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
smimemsg Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
smtpd Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
sniff Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
snortsnarf Removed trailing white-space. 2005-09-28 14:31:06 +00:00
srm Fix build on Interix. 2005-11-01 18:59:34 +00:00
srp_client Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ssh-askpass Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, 2005-09-28 20:52:18 +00:00
ssh-ip-tunnel Add RMD160 digests. 2005-02-24 12:51:41 +00:00
ssh2 Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
ssh2-nox11 Moved PKGREVISION definition from common Makefile to the 2004-12-28 01:39:32 +00:00
ssldump Compile with the OpenSSL in NetBSD-current. 2005-12-11 18:29:53 +00:00
sslwrap Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
steghide Removed trailing white-space. 2005-05-23 08:26:03 +00:00
stunnel Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
sudo Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
systrace-policies Correct the PLIST for non-i386 machines. 2005-06-04 00:35:28 +00:00
tacshell Add RMD160 digests. 2005-02-24 12:51:41 +00:00
tcl-tls Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tcp_wrappers tcp_wrappers needs libnsl, libsocket for linking into an executable on 2005-10-18 04:32:01 +00:00
tct Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
tinyca Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
tkpasman Get rid of some more stuff that was to be removed after 2005Q3. 2005-10-03 21:36:58 +00:00
tripwire Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
uvscan First step at reworking Linux binary packages. 2005-12-12 14:43:23 +00:00
xmlsec1 Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
zebedee Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
Makefile Add and enable p5-Crypt-SmbHash 2005-12-06 22:54:51 +00:00