1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/security
Tijl Coosemans 3e4a806167 Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool.  The first command applies to
libtool versions 1.4 and up.  The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down.  It applies to 2.x.  Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).

The third and fourth command fix relinking.  During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory.  This allows running an
executable that links to libA from within the work directory.  The relink
removes this extra runpath.

When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead.  The two sed commands make relink the same as a
normal link.  This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up.  Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)

Fix all ports with missing libraries.

Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
   instead of disabling optimisations.
net/libnetdude: disable static plugins.

PR:		190941
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-06-22 10:44:29 +00:00
..
ADMsmb
ADMsnmp
aescrypt
aespipe
afterglow STAGE support, and general cleanups. Some of the changes are a 2014-05-01 01:42:38 +00:00
aide - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
aimsniff I experienced catastrophic brain failure and put 2014-05-01 02:33:06 +00:00
amap I experienced catastrophic brain failure and put 2014-05-01 02:33:06 +00:00
amavis-stats Bring back from the dead; take ownership 2014-04-01 21:14:39 +00:00
amavisd-milter
amavisd-new
apache-xml-security-c
apg
arirang
arm
arpCounterattack
authforce - Support USE_GITHUB 2014-05-17 08:36:15 +00:00
autossh Stagify. 2014-06-06 01:46:12 +00:00
avcheck Fix a few stragglers. 2014-05-01 03:36:57 +00:00
axTLS Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
barnyard2
barnyard2-sguil
base
bcrypt Quiesce mkdir 2014-03-18 14:26:57 +00:00
bcwipe
bdc Multiple ports: reset maintainers 2014-05-26 02:33:38 +00:00
beecrypt Turn "WITH_OPENMP" into a proper OPTION. 2014-06-21 23:59:06 +00:00
belier
bfbtester
binwalk Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org 2014-06-08 19:05:27 +00:00
bioapi
blindelephant Add stage support and support for the DOCS option. 2014-06-01 12:35:41 +00:00
botan
botan110
bro
broccoli
bruteblock
bruteforceblocker - add shebangfix support 2014-05-02 12:10:20 +00:00
bsdsfv Quiesce mkdir 2014-03-18 14:26:57 +00:00
bsmtrace Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
bsp_upektfmess
bugs Stagify. 2014-06-10 15:20:59 +00:00
burpsuite - Update to 1.6 2014-05-14 09:18:58 +00:00
ca_root_nss - Update Firefox to 30.0 2014-06-11 03:42:55 +00:00
calife Update to 3.0.3, remove the -devel suffix after the rename from 2014-05-28 13:42:16 +00:00
ccrypt
ccsrch - Update MASTER_SITES to use the MASTER_SITE_SOURCEFORGE macro 2014-05-20 14:43:44 +00:00
cfs Quote ${CC} and similar variables in MAKE_ARGS. 2014-05-20 19:32:39 +00:00
cfv security/cfv: Resurrection, stage, assign maintainer 2014-04-14 20:14:01 +00:00
chaosreader
checkpassword
checkpassword-pam
chkrootkit I experienced catastrophic brain failure and put 2014-05-01 02:33:06 +00:00
chntpw
chroot_safe Stagify. 2014-06-10 15:24:38 +00:00
chrootuid
ckpass
cksfv Quiesce mkdir 2014-03-18 14:26:57 +00:00
cl-md5
cl-md5-clisp Fix typo 2014-06-05 18:27:36 +00:00
cl-md5-sbcl Remove indefinite articles from COMMENT where I'm maintainer. 2014-06-08 13:14:42 +00:00
clamassassin - Stage support 2014-05-19 03:35:53 +00:00
clamav Add a patch to fix an error many users reported. When you have an old clamav 2014-06-09 17:48:11 +00:00
clamav-milter Retire security/clamav-devel, clamav is not being updated that much nowadays, 2014-05-16 18:46:48 +00:00
clamav-unofficial-sigs STAGE support, and general cleanups. Some of the changes are a 2014-05-01 01:42:38 +00:00
clamcour . Add USES=libtool on security/clamav 2014-05-15 15:40:25 +00:00
clamd-stream-client Add stage support. 2014-05-31 23:42:30 +00:00
clamsmtp Stagify. 2014-06-06 02:01:44 +00:00
clamtk
clusterssh
cmd5checkpw
cops STAGE support, and general cleanups. Some of the changes are a 2014-05-01 01:42:38 +00:00
courier-authlib add STAGE support 2014-06-11 16:32:47 +00:00
courier-authlib-base add STAGE support 2014-06-11 16:32:47 +00:00
courierpassd - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
courierpasswd
courieruserinfo
cp2fwb
cracklib
crank Remove no-op USE_USES 2014-05-28 12:00:05 +00:00
create-cert - Update to 2.4 2014-05-19 08:03:49 +00:00
cryptlib
cryptopp Build shared library by default 2014-06-20 13:01:43 +00:00
cryptstring STAGE support, and general cleanups. Some of the changes are a 2014-05-01 01:42:38 +00:00
cvm
cyassl - Move security/yassl to security/cyassl in preparation for the import of the 2014-05-06 08:16:59 +00:00
cyrus-sasl2 - Keep .la files for now and delete a libtool patch. [1] 2014-05-09 18:47:24 +00:00
cyrus-sasl2-gssapi Fix build with enabling HEIMDAL or MIT on recent 10-STABLE and later. 2014-05-29 14:52:36 +00:00
cyrus-sasl2-ldapdb - Use USES=libtool 2014-05-08 15:12:55 +00:00
cyrus-sasl2-saslauthd fix permission. 2014-06-10 19:11:43 +00:00
d0_blind_id - Switch to USES=libtool, drop .la files 2014-06-17 13:53:51 +00:00
dcetest
ddos_scan
denyhosts - add stage support 2014-04-05 19:44:15 +00:00
destroy
digest Stagify. 2014-06-11 02:16:34 +00:00
dirbuster STAGE support, and general cleanups. Some of the changes are a 2014-05-01 01:42:38 +00:00
dirmngr
distcache
distcache-devel
dmitry
doorman
doscan - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
dradis Convert to USES=dos2unix 2014-05-26 09:24:47 +00:00
dropbear - Update to 2014.63 2014-05-20 07:06:09 +00:00
dsniff Fix build with clang: 2014-04-23 14:24:13 +00:00
duo - Update to 1.9.11 2014-04-30 15:22:44 +00:00
easy-rsa
easypg I experienced catastrophic brain failure and put 2014-05-01 02:33:06 +00:00
engine_pkcs11 Stagify. 2014-05-13 12:21:18 +00:00
expiretable Support stage 2014-03-27 18:37:25 +00:00
f-prot Remove ftp://ftp.i-scream.org/ master site. The http equivalent still 2014-05-13 14:22:57 +00:00
fakebo Add .gz to manpage. 2014-05-01 02:36:56 +00:00
fakeident - Support staging 2014-03-27 12:53:16 +00:00
fakeroot - Switch to USES=libtool 2014-05-16 12:26:30 +00:00
fbopenssl
fcheck
fcrackzip
fiked I experienced catastrophic brain failure and put 2014-05-01 02:33:06 +00:00
find-zlib
firewalk - Support staging 2014-04-04 09:16:12 +00:00
fl0p
flawfinder
fpc-hash
fpc-openssl
fpm2 Remove all space characters from Makefile assignments. 2014-06-08 19:51:27 +00:00
fprint_demo
fragroute Add stage support. 2014-06-01 12:38:08 +00:00
fragrouter
fsh
fswatch
ftimes
fuzz
fuzzdb
fwanalog Stage the post-install: too. 2014-05-01 02:45:19 +00:00
fwbuilder Unbreak 2014-05-31 19:29:53 +00:00
fwipe
fwknop
fwlogwatch
gag
gcipher I experienced catastrophic brain failure and put 2014-05-01 02:33:06 +00:00
gnome-gpg Support stage 2014-04-25 23:16:19 +00:00
gnome-keyring Support stage 2014-04-25 23:19:01 +00:00
gnome-keyring-sharp
gnome-password-generator Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
gnome-ssh-askpass STAGE support, and general cleanups. Some of the changes are a 2014-05-01 01:42:38 +00:00
gnomint
gnupg - Convert to new LIB_DEPENDS format 2014-06-03 16:57:23 +00:00
gnupg1 Fix fatal error at exit regarding missing trustdb although key is imported. 2014-05-29 14:53:47 +00:00
gnutls Patch CVE-2014-3466 to prevent memory corruption due to server hello parsing. 2014-06-04 18:51:20 +00:00
gnutls3 - Fix build when info files get regenerated, thus causing info-5 to 2014-06-06 16:48:28 +00:00
go.crypto
goptlib Update to 0.2 2014-06-21 21:00:39 +00:00
gorilla Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
gpa
gpasman - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
gpass Remove all space characters from Makefile assignments. 2014-06-08 19:51:27 +00:00
gpgdir STAGE support, and general cleanups. Some of the changes are a 2014-05-01 01:42:38 +00:00
gpgme - Fix build if gpgsm is not installed 2014-06-22 09:43:38 +00:00
gringotts - Support staging 2014-06-03 01:07:28 +00:00
gsasl - Convert security/gsasl to USES=libtool, drop .la files 2014-06-03 13:58:32 +00:00
gsfv
gss
gtk-knocker
gtkpasman
gwee
hackbot
hamachi
heimdal Bump PORTREVISION after the plist fix so that people get the fix. 2014-06-18 12:21:10 +00:00
hlfl Fix manpage name 2014-05-01 03:07:54 +00:00
hmap Convert to USES=dos2unix 2014-05-26 09:24:47 +00:00
honggfuzz - Fix build with clang 2014-05-21 11:59:07 +00:00
horde3-jeta
hotssh
hs-certificate - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-cipher-aes - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-cipher-rc4 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-clientsession - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-cprng-aes - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-Crypto - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-crypto-api - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-crypto-conduit - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-crypto-numbers - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-crypto-pubkey - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-crypto-pubkey-types - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-crypto-random-api - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-cryptocipher - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-cryptohash - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-digest - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-entropy - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-HsOpenSSL - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-monadcryptorandom - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-pem - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-pureMD5 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-pwstore-fast - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-RSA - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-SHA - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-skein - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-tls - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
hs-tls-extra - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and 2014-03-29 00:52:54 +00:00
httprint - Reformat pkg-descr 2014-05-26 13:54:19 +00:00
hunch Deprecate interactive port security/hunch for removal in 2 months 2014-06-21 13:18:05 +00:00
hydra - update to 8.0 2014-05-20 05:07:41 +00:00
i2p Fix build with JDK7 and later and make it always dependent upon libiconv 2014-06-05 17:14:33 +00:00
iaikpkcs11wrapper
idea Fix @@${MKDIR} -> @${MKDIR} 2014-03-18 14:41:08 +00:00
identify
ifd-slb_rf60 I experienced catastrophic brain failure and put 2014-05-01 02:33:06 +00:00
ike
ike-scan
integrit
ipfcount I experienced catastrophic brain failure and put 2014-05-01 02:33:06 +00:00
ipfilter2dshield One more missing file. 2014-05-01 04:31:11 +00:00
ipfmeta
ipfw2dshield
ipfwcount
ipguard
ipsec-tools - Drop .la files, no dependees require them 2014-06-05 19:55:52 +00:00
ipv6toolkit
isakmpd
isnprober
jbrofuzz I experienced catastrophic brain failure and put 2014-05-01 02:33:06 +00:00
john Replace "${OPSYS:tl}" with "freebsd" on 4 ports 2014-05-05 15:04:38 +00:00
kc The FreeBSD x11@ and graphics team proudly presents 2014-04-16 18:28:47 +00:00
kedpm
keepassx Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
keepassx2 Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
keybase - Update to 0.4.7 [1] 2014-06-13 17:40:47 +00:00
keychain Move to USES=tar:bzip2 2014-05-16 15:29:00 +00:00
keynote
keyprint
kgpg-kde4 KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
knock Support stage 2014-04-04 13:54:41 +00:00
knocker
kpcli - Update to 2.5 2014-05-22 05:44:19 +00:00
krb5 Fix build when KRB5_HOME != LOCALBASE. 2014-05-27 19:59:41 +00:00
krb5-appl Finely tune KRB5_HOME test when using LIB_DEPENDS. in the case when 2014-04-24 03:53:30 +00:00
krb5-maint Allow package build (make stage/make package) for non-root user. 2014-05-06 04:04:30 +00:00
kripp
kwalletmanager KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9! 2014-05-10 19:43:14 +00:00
l0pht-watch
l0phtcrack security/l0phtcrack: convert to USES+= zip 2014-05-29 11:05:24 +00:00
l5
lasso Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
libassuan USES=libtool tar:bzip2. 2014-05-30 09:58:02 +00:00
libbeid New port: security/libbeid 2014-04-16 20:07:15 +00:00
libbf I experienced catastrophic brain failure and put 2014-05-01 02:33:06 +00:00
libecc - Use new LIB_DEPENDS syntax 2014-06-06 09:26:49 +00:00
libfprint Update to 6.8.9-3 [1][3]. 2014-06-17 20:05:30 +00:00
libgcrypt When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
libgnome-keyring Support stage 2014-04-25 23:20:52 +00:00
libgnomesu Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
libgpg-error USES=libtool tar:bzip2. 2014-05-30 09:58:02 +00:00
libgringotts Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
libident - Drop .la files, no dependees require them 2014-06-05 18:07:41 +00:00
libkpass
libksba - Add missing USES=libtool 2014-06-10 21:58:40 +00:00
libmatekeyring For several MATE related ports: 2014-05-18 21:05:53 +00:00
libmcrypt - Switch to USES=libtool 2014-06-11 09:46:29 +00:00
libntlm - Switch to USES=libtool, drop .la files 2014-06-03 13:59:25 +00:00
libotr - Remove build dependency on pkgconf. 2014-05-20 19:56:15 +00:00
libotr3 - Switch security/libotr3 to USES=libtool, drop .la files 2014-06-04 14:39:22 +00:00
libp11 Bump PORTREVISION for previous change. 2014-05-15 07:46:37 +00:00
libprelude Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
libpreludedb Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
libpwquality Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
libpwstor Stagify. 2014-06-11 02:45:11 +00:00
libscrypt Quote ${CC} and similar variables in MAKE_ARGS. 2014-05-20 19:32:39 +00:00
libsecret When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
libsectok
libsodium
libsparkcrypto Convert to USES=dos2unix 2014-05-26 09:24:47 +00:00
libssh
libssh2
libtasn1
libtomcrypt - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
libwhisker Fix port to support staging and perform the following build changes: 2014-05-22 17:12:40 +00:00
libyubikey
linux-f10-cyrus-sasl2
linux-f10-gnutls
linux-f10-libgcrypt
linux-f10-libgpg-error
linux-f10-libssh2
linux-f10-libtasn1
linux-f10-nss
linux-f10-openssl
lockdown
log2timeline
logcheck Convert to USES=tar:xz 2014-03-21 22:27:54 +00:00
lsh - Update to lsh 2.1 2014-05-28 09:14:48 +00:00
luasec Replace lang/lua with the new lang/lua51 2014-05-26 15:28:28 +00:00
lynis - Update to 1.5.0 2014-05-07 19:27:28 +00:00
mac-robber
maia - Fix various distinfo errors 2014-05-31 16:37:58 +00:00
mailzu STAGE support, and general cleanups. Some of the changes are a 2014-05-01 01:42:38 +00:00
makepasswd Fix a few stragglers. 2014-05-01 03:36:57 +00:00
manipulate_data
masscan Quote ${CC} and similar variables in MAKE_ARGS. 2014-05-20 19:32:39 +00:00
massh
mate-keyring For several MATE related ports: 2014-05-18 21:05:53 +00:00
matrixssl Stagify. 2014-06-11 03:02:18 +00:00
mcrypt
md4coll
md5coll
md5deep
mdcrack
medusa
meek Update to 0.8 2014-06-21 21:01:28 +00:00
metasploit Unbreak metasploit at runtime by adding www/rubygem-rkelly-remix 2014-06-08 21:55:09 +00:00
mhash - Convert USE_BZIP2 to USES 2014-06-10 23:22:44 +00:00
mindterm-binary Stagify. 2014-06-11 03:13:57 +00:00
monkeysphere security/monkeysphere: update to 0.36 2014-06-20 01:47:27 +00:00
mosref - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
munge
mussh stagify. 2014-06-11 03:19:26 +00:00
nacl
ncrack
ncrypt
nessus
nessus-libnasl
nessus-libraries
nessus-plugins
netpgp
nettle
nikto
nmap Nmap 6.46 [2014-04-18] 2014-04-18 08:05:14 +00:00
nmapsi4
nss - Update Firefox to 30.0 2014-06-11 03:42:55 +00:00
oath-toolkit The FreeBSD x11@ and graphics team proudly presents 2014-04-16 18:28:47 +00:00
obfsproxy Update to 0.2.9 2014-05-03 14:40:35 +00:00
ocaml-cryptgps - Stage support 2014-03-26 22:36:46 +00:00
ocaml-cryptokit Stage support 2014-03-26 21:53:01 +00:00
ocaml-ssl Stage support 2014-03-26 21:32:39 +00:00
oidentd - Stage 2014-04-10 02:29:52 +00:00
oinkmaster - Reset maintainership 2014-05-30 05:32:02 +00:00
op Use @sample pkg-plist macro. 2014-04-16 14:51:22 +00:00
openbsm
openbsm-devel - Remove chown to fix build 2014-06-13 12:02:41 +00:00
opencdk When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
openconnect The FreeBSD x11@ and graphics team proudly presents 2014-04-16 18:28:47 +00:00
opencryptoki
openct Stagify. 2014-05-13 12:32:51 +00:00
openfwtk
openpgpsdk
opensaml2
opensc Modernize. 2014-05-13 12:33:16 +00:00
openscep Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
openssh-askpass Support stage 2014-05-09 13:31:29 +00:00
openssh-portable - Update to "6.6.1" [1] 2014-04-24 01:54:58 +00:00
openssh-portable-base
openssl Update to 1.0.1h. 2014-06-05 12:54:40 +00:00
openssl_tpm_engine
openvas-client
openvas-libnasl
openvas-libraries
openvas-plugins
openvas-server
openvpn Update to new upstream release 2.3.4. 2014-05-10 23:35:00 +00:00
openvpn-admin
openvpn-auth-ldap Convert to USES=objc and drop hard coded gcc 4.6 dep 2014-05-08 13:35:05 +00:00
openvpn-auth-radius
openvpn-beta
openvpn-devel - Add missing USES=libtool to archivers/snappy 2014-06-16 15:16:17 +00:00
ophcrack
orthrus Bump PORTREVISION on everything that depends on devel/apr1 due to the 2014-06-12 09:17:32 +00:00
osiris
ossec-hids-client - Update ossec to 2.7.1 2014-05-15 15:46:52 +00:00
ossec-hids-local - Update ossec to 2.7.1 2014-05-15 15:46:52 +00:00
ossec-hids-server - Add a patch I missed that fixes the build of ossec-hids-client. 2014-05-16 13:27:59 +00:00
osslsigncode - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
outguess Stagify. 2014-06-11 03:25:37 +00:00
p5-Apache-Htpasswd
p5-App-Genpass
p5-App-TLSMe
p5-Auth-YubikeyDecrypter Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org 2014-06-08 19:05:27 +00:00
p5-AuthCAS
p5-Authen-Bitcard
p5-Authen-Captcha
p5-Authen-CyrusSASL
p5-Authen-DecHpwd Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Authen-Htpasswd
p5-Authen-Krb5 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Authen-Libwrap Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Authen-NTLM
p5-Authen-OATH
p5-Authen-PAAS - Add LICENSE 2014-05-02 09:42:29 +00:00
p5-Authen-PAM Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Authen-Passphrase
p5-Authen-PluggableCaptcha
p5-Authen-Radius
p5-Authen-SASL
p5-Authen-SASL-Cyrus Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Authen-Simple
p5-Authen-Simple-DBI
p5-Authen-Simple-DBM
p5-Authen-Simple-HTTP
p5-Authen-Simple-LDAP
p5-Authen-Simple-Net
p5-Authen-Simple-PAM
p5-Authen-Simple-Passwd
p5-Authen-Simple-RADIUS
p5-Authen-Simple-SMB
p5-Authen-Simple-SSH
p5-Authen-Smb Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Authen-TacacsPlus Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Authen-Ticket
p5-Authen-TypeKey
p5-Business-PayPal-EWP Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-CACertOrg-CA
p5-Cisco-Hash
p5-Crypt-Anubis Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-AppleTwoFish
p5-Crypt-Blowfish Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Blowfish_PP
p5-Crypt-Caesar
p5-Crypt-Camellia_PP
p5-Crypt-CAST5 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-CAST5_PP
p5-Crypt-CBC
p5-Crypt-CBCeasy
p5-Crypt-CFB
p5-Crypt-Chimera
p5-Crypt-CipherSaber
p5-Crypt-Cracklib Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Ctr
p5-Crypt-DES Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-DES_EDE3
p5-Crypt-DES_PP
p5-Crypt-DH
p5-Crypt-Dining
p5-Crypt-DSA
p5-Crypt-ECB
p5-Crypt-Eksblowfish Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Enigma
p5-Crypt-GCrypt Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-GeneratePassword - Add LICENSE 2014-05-02 09:42:33 +00:00
p5-Crypt-GOST Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-GOST_PP
p5-Crypt-GPG
p5-Crypt-HCE_MD5
p5-Crypt-HCE_SHA
p5-Crypt-IDEA Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Imail
p5-Crypt-Juniper
p5-Crypt-Khazad Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-License
p5-Crypt-Lite
p5-Crypt-Loki97 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-MySQL Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-NULL Reset maintainer on staged ports too 2014-06-03 20:06:55 +00:00
p5-Crypt-OFB
p5-Crypt-OICQ
p5-Crypt-OpenPGP
p5-Crypt-OpenSSL-AES Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-OpenSSL-Bignum Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-OpenSSL-CA Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-OpenSSL-DSA Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-OpenSSL-Random Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-OpenSSL-RSA Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-OpenSSL-X509 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-OTP
p5-Crypt-PassGen
p5-Crypt-Passwd-XS Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-PasswdMD5
p5-Crypt-Password-Util
p5-Crypt-PBKDF2 - Update to 0.140890 2014-06-12 09:16:42 +00:00
p5-Crypt-PGPSimple - Add LICENSE 2014-05-02 09:42:37 +00:00
p5-Crypt-Primes
p5-Crypt-Rabbit Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Random
p5-Crypt-Random-Source
p5-Crypt-RandPasswd
p5-Crypt-RC4
p5-Crypt-RC5
p5-Crypt-RC6 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Rijndael Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Rijndael_PP
p5-Crypt-RIPEMD160 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-RSA
p5-Crypt-RSA-Yandex Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Salt
p5-Crypt-SaltedHash
p5-Crypt-Serpent Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Shark Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Simple
p5-Crypt-SKey
p5-Crypt-SmbHash - Add LICENSE 2014-05-02 09:42:20 +00:00
p5-Crypt-Solitaire
p5-Crypt-SSLeay Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-T_e_a
p5-Crypt-TEA Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-TripleDES
p5-Crypt-Twofish Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Twofish2 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-Twofish_PP
p5-Crypt-UnixCrypt
p5-Crypt-UnixCrypt_XS Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Crypt-URandom
p5-Crypt-X509
p5-Crypt-xDBM_File
p5-CryptX Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-CSP
p5-Dancer-Plugin-Auth-Extensible
p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup authenticate as a member of a group 2014-06-06 15:41:30 +00:00
p5-Dancer-Plugin-Passphrase
p5-Data-Entropy
p5-Data-Password - Update to 1.10 2014-04-28 14:01:02 +00:00
p5-dicewaregen
p5-Digest
p5-Digest-Adler32
p5-Digest-Bcrypt
p5-Digest-BubbleBabble
p5-Digest-Crc32
p5-Digest-CRC Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-DJB Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-DMAC
p5-Digest-Elf Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-EMAC
p5-Digest-FNV Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-Hashcash Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-Haval256 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-HMAC
p5-Digest-JHash Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-ManberHash Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-MD2 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-MD4 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-MD5 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-MD5-File
p5-Digest-MD5-M4p Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-MD5-Reverse
p5-Digest-MurmurHash Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-Nilsimsa Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-Pearson Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-Pearson-PurePerl
p5-Digest-Perl-MD4
p5-Digest-Perl-MD5
p5-Digest-SHA - Update to 5.92 2014-06-12 09:18:29 +00:00
p5-Digest-SHA1 Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-SHA-PurePerl - Update to 5.89 2014-04-20 15:54:11 +00:00
p5-Digest-SV1
p5-Digest-Tiger Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Digest-Whirlpool Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-File-KeePass
p5-File-KeePass-Agent
p5-File-Scan
p5-File-Scan-ClamAV
p5-Filter-CBC
p5-Filter-Crypto Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-GD-SecurityImage
p5-GnuPG
p5-GnuPG-Interface - Update to 0.50 2014-05-23 07:54:42 +00:00
p5-GSSAPI Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-HTML-Email-Obfuscate
p5-IO-Async-SSL - Update to 0.14 2014-03-29 08:54:19 +00:00
p5-IO-Socket-SSL - Update to 1.993 2014-06-16 13:38:29 +00:00
p5-Jifty-Plugin-OpenID Deprecated some ports that were already marked BROKEN in 2013 2014-05-31 20:47:59 +00:00
p5-Mcrypt Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-MD5
p5-Module-Signature
p5-Net-Daemon-SSL
p5-Net-OpenID-Common
p5-Net-OpenID-JanRain
p5-Net-OpenID-Server
p5-Net-Radius-Server
p5-Net-SAML Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Net-Server-Mail-ESMTP-AUTH
p5-Net-SinFP
p5-Net-SSL-ExpireDate - Update to 1.12 2014-06-12 09:22:32 +00:00
p5-Net-SSLeay Use short name from spdx.org for OpenSSL license 2014-06-21 16:10:13 +00:00
p5-Net-SSLGlue - Update to 1.053 2014-05-31 07:12:10 +00:00
p5-Nmap-Parser
p5-Nmap-Scanner
p5-OpenCA-CRL
p5-OpenCA-CRR
p5-OpenCA-OpenSSL Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-OpenCA-PKCS7
p5-OpenCA-REQ
p5-OpenCA-X509
p5-openxpki Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-openxpki-client - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
p5-openxpki-client-html-mason - Convert to new options framework 2014-04-11 09:21:38 +00:00
p5-openxpki-client-scep
p5-openxpki-deployment security/p5-openxpki-deployment: Unbreak by adding Stage support 2014-06-13 15:27:14 +00:00
p5-openxpki-i18n - Support STAGEDIR 2014-04-11 09:22:39 +00:00
p5-PerlCryptLib Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-PGP security/p5-PGP: fix run dependency on security/pgpin 2014-06-11 20:58:12 +00:00
p5-PGP-Sign - Add LICENSE 2014-05-02 09:42:24 +00:00
p5-POE-Component-SSLify
p5-POE-Filter-SSL Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-Safe-Hole Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-SAVI-Perl Remove all the bootstrap files (.bs) from the plists. 2014-06-10 12:14:12 +00:00
p5-SHA
p5-Snort-Rule
p5-String-MkPasswd
p5-Sudo
p5-Text-Password-Pronounceable
p5-Tie-EncryptedHash
p5-Tree-Authz - Add LICENSE 2014-05-02 09:42:16 +00:00
p5-Unix-Passwd-File - Update to 0.12 2014-05-23 09:06:04 +00:00
p5-Yahoo-BBAuth
p11-kit Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
pad
pam_abl
pam_alreadyloggedin
pam_bsdbioapi
pam_fprint
pam_google_authenticator
pam_helper
pam_jail
pam_kde
pam_krb5 - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
pam_krb5-rh - Update to 2.4.9 2014-03-19 12:27:06 +00:00
pam_ldap - Stage support 2014-06-01 04:51:11 +00:00
pam_mkhomedir
pam_p11 Stagify. 2014-05-13 12:21:42 +00:00
pam_per_user
pam_pgina security/pam_pgina: Deprecate, remove 20 July 2014 (site's gone) 2014-06-19 13:11:15 +00:00
pam_pseudo
pam_pwdfile - Support staging 2014-05-20 20:15:04 +00:00
pam_require
pam_search_list
pam_ssh_agent_auth - Update to 0.10.2 2014-06-03 10:47:20 +00:00
pam_yubico
pam-mysql When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
pam-pgsql
pamtester
paperkey - Add STAGE support 2014-05-11 18:37:51 +00:00
parano - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
pbc
pbnj
pcsc-tools Update to 1.4.22 2014-04-14 08:28:25 +00:00
pear-Auth
pear-Auth_HTTP
pear-Auth_OpenID
pear-Auth_PrefManager
pear-Auth_SASL
pear-Crypt_Blowfish
pear-Crypt_CBC
pear-Crypt_CHAP
pear-Crypt_DiffieHellman
pear-Crypt_GPG
pear-Crypt_HMAC2
pear-Crypt_MicroID
pear-Crypt_RC4
pear-Crypt_RSA Catch a couple of missing convertsion to :tu/:tl 2014-05-05 11:15:53 +00:00
pear-Crypt_XXTEA
pear-File_HtAccess
pear-File_Passwd
pear-File_SMBPasswd
pear-Horde_Auth Horde package update: 2014-05-23 23:14:17 +00:00
pear-Horde_Crypt Horde package update: 2014-05-23 23:14:17 +00:00
pear-Horde_Crypt_Blowfish
pear-Horde_Group
pear-Horde_Oauth
pear-Horde_Perms
pear-Horde_Secret
pear-Horde_Share
pear-HTML_Crypt
pear-LiveUser
pear-LiveUser_Admin
pear-Net_Portscan
pear-Text_Password
pecl-crack
pecl-crypto
pecl-gnupg
pecl-pam
pecl-scrypt - Change License from BSD to BSD2CLAUSE 2014-03-18 14:32:15 +00:00
pecl-ssh2
pecl-taint
pecl-tcpwrap
pev
pft - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
pgp
pgpdump Adopt port 2014-06-04 08:36:12 +00:00
pgpgpg
pgpin
php5-filter
php5-hash
php5-mcrypt
php5-openssl
php53-filter
php53-hash
php53-mcrypt
php53-openssl
php55-filter
php55-hash
php55-mcrypt
php55-openssl
php-Auth_OpenID
php-Auth_OpenID2
php-openid-ldap
php-suhosin Update to 0.9.36 release. 2014-06-12 10:04:39 +00:00
phpdeadlock Add stage support. 2014-06-01 12:39:59 +00:00
phpsecinfo Add support for staging and set license to 3-clause BSD. 2014-06-01 12:41:12 +00:00
pidentd
pidgin-encryption Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin) 2014-05-17 16:57:14 +00:00
pidgin-otr Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin) 2014-05-17 16:57:14 +00:00
pinentry Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
pinentry-curses
pinentry-gtk
pinentry-gtk2
pinentry-qt4
pkcrack Quiesce mkdir 2014-03-18 14:26:57 +00:00
pkcs11-dump
pkcs11-gateway
pkcs11-helper When linking a library libA with a library libB using libtool, if libB.la 2014-04-23 13:25:16 +00:00
pkesh
pks
pktsuckers
please
polarssl
poly1305aes
pond
portsentry - Support staging 2014-04-11 21:38:14 +00:00
ppars
prelude-lml - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
prelude-manager Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
prelude-pflogger - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
proftpd-mod_clamav Update ftp/proftpd to 1.3.5 2014-05-19 22:58:14 +00:00
proxycheck
proxytunnel
pscan Reset the 99 ports still listed under sylvio@ 2014-06-11 18:55:29 +00:00
pssh
pulledpork
pure-sfv Quiesce mkdir 2014-03-18 14:26:57 +00:00
putty
pvk
pwauth - Update to version 2.3.11 2014-03-20 15:15:57 +00:00
pwman The FreeBSD x11@ and graphics team proudly presents 2014-04-16 18:28:47 +00:00
pwman3
pxytest
py-AccessControl
py-backports.ssl_match_hostname Update consumers of lang/python31 or higher to use Python version 3.X 2014-06-01 15:28:44 +00:00
py-bcrypt
py-borg.localrole
py-cerealizer
py-certify - Update to 14.05.14 2014-05-19 17:46:58 +00:00
py-clamav . Add USES=libtool on security/clamav 2014-05-15 15:40:25 +00:00
py-cracklib
py-cryptkit
py-cryptography
py-cybox Update to 2.1.0.4 2014-05-10 14:54:36 +00:00
py-dfvfs Update to 20140604 2014-06-05 19:27:05 +00:00
py-ecdsa - Update to 0.11 2014-05-22 06:29:22 +00:00
py-ed25519ll - Enable stagedir support 2014-06-15 09:14:01 +00:00
py-fail2ban Formally create the /var/run/fail2ban directory 2014-05-13 18:30:23 +00:00
py-fchksum - Resurrect 2014-04-15 15:02:31 +00:00
py-gnupg Update to 1.2.6 2014-06-05 07:17:33 +00:00
py-gnutls
py-htpasswd
py-itsdangerous
py-kerberos - Enable stagedir support 2014-06-15 09:28:24 +00:00
py-keyczar
py-keyring - Remove easy_install dependency 2014-06-15 09:05:16 +00:00
py-m2crypto
py-mcrypt
py-mhash
py-oauthlib - Remove easy_install dependency 2014-06-15 09:18:40 +00:00
py-openid
py-openssl
py-otr - Switch security/libotr3 to USES=libtool, drop .la files 2014-06-04 14:39:22 +00:00
py-paramiko - Update to 1.14.0 2014-05-20 13:20:22 +00:00
py-passlib
py-PF Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
py-plaso - Update plaso to 1.1.0 2014-06-07 08:43:31 +00:00
py-plone.app.openid
py-plone.keyring
py-plone.openid
py-plone.protect
py-plone.session
py-potr
py-pow Catch a couple of missing convertsion to :tu/:tl 2014-05-05 11:15:53 +00:00
py-Products.PlonePAS
py-Products.PluggableAuthService
py-pyclamd
py-pycrypto
py-pycryptopp
py-pylibacl - Add PORTDOCS: copied from security/py-posix1e 2014-06-03 12:45:23 +00:00
py-pyme
py-pyptlib Update to 0.0.6 2014-05-03 14:39:58 +00:00
py-pysha3
py-python-registry Update to 1.0.3 2014-05-01 20:42:57 +00:00
py-RestrictedPython
py-rsa
py-SecretStorage
py-slowaes
py-ssh
py-sslstrip
py-stem Update to 1.2.2 2014-06-17 19:42:15 +00:00
py-tlslite - Update to 0.4.6 2014-04-26 02:24:53 +00:00
py-trustedpickle
py-twistedConch
py-twofish
py-volatility
py-xmlsec The FreeBSD x11@ and graphics team proudly presents 2014-04-16 18:28:47 +00:00
py-yara Chase same distinfo update as security/yara 2014-05-20 13:55:18 +00:00
py-yara-editor
py-zope.app.authentication
py-zope.app.localpermission
py-zope.app.principalannotation
py-zope.app.security
py-zope.app.securitypolicy
py-zope.authentication
py-zope.login
py-zope.password
py-zope.pluggableauth
py-zope.principalannotation
py-zope.principalregistry
py-zope.security
py-zope.securitypolicy
py-zope.session
qca-cyrus-sasl
qca-gnupg
qca-ossl
qtkeychain
quantis Add forgotten patch in previous commit. 2014-05-01 10:17:27 +00:00
quantis-kmod Update to v13.11.08 release. 2014-03-26 13:18:13 +00:00
R-cran-digest
R-cran-ROAuth
racoon2
radiusniff
rainbowcrack Convert to USES=dos2unix 2014-05-26 09:24:47 +00:00
ranpwd
ratproxy
rats - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
razorback-api
razorback-archiveInflate
razorback-clamavNugget
razorback-dispatcher
razorback-fileInject
razorback-fsMonitor
razorback-fsWalk
razorback-masterNugget
razorback-officeCat
razorback-pdfFox
razorback-scriptNugget The FreeBSD x11@ and graphics team proudly presents 2014-04-16 18:28:47 +00:00
razorback-swfScanner
razorback-syslogNugget
razorback-virusTotal
razorback-yaraNugget
rcracki_mt
rdigest Stagify. 2014-06-11 03:43:48 +00:00
regripper 2 more ports: convert to USES+= zip 2014-05-28 21:54:01 +00:00
regripperplugins Update to 20140414 2014-06-01 08:15:39 +00:00
retranslator
revealrk Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org 2014-06-08 19:05:27 +00:00
revelation
rifiuti2
rkhunter 1.4.0 was unfetchable and the website advises everyone to 2014-06-06 14:24:49 +00:00
rndpassw
ruby-camellia
ruby-crypt Mark as broken non staged ports using the ruby framework 2014-04-09 07:47:01 +00:00
ruby-gpgme Support stage 2014-04-07 15:43:21 +00:00
ruby-hmac
ruby-password Support stage 2014-04-07 15:47:28 +00:00
ruby-tcpwrap Support stage 2014-04-07 15:52:32 +00:00
rubygem-bcrypt-ruby
rubygem-ezcrypto
rubygem-gpgr
rubygem-gssapi Library wrapper for GSSAPI 2014-05-23 23:24:11 +00:00
rubygem-hmac
rubygem-jugyo-twitter_oauth
rubygem-metasploit_data_models Update metasploit to 4.9.2 and rubygem-metasploit_data_models to 0.17.0 2014-05-11 08:24:41 +00:00
rubygem-net-scp - Update to 1.2.0 2014-04-26 18:12:09 +00:00
rubygem-net-scp11 - Create a port for the 1.1.x version of security/rubygem-net-scp. This older 2014-04-27 15:08:06 +00:00
rubygem-net-sftp
rubygem-net-ssh - Update to 2.8.0 2014-04-26 18:12:13 +00:00
rubygem-net-ssh27 - Create a port for the 2.7.x version of security/rubygem-net-ssh. This older 2014-04-27 15:07:05 +00:00
rubygem-net-ssh-gateway
rubygem-net-ssh-multi - Update to 1.2.0 2014-05-12 16:40:01 +00:00
rubygem-nmap-parser
rubygem-omniauth
rubygem-origami Update to 1.2.7 2014-06-15 13:08:13 +00:00
rubygem-pyu-ruby-sasl
rubygem-razorback-scriptNugget
rubygem-rc4
rubygem-roauth
rubygem-ruby-hmac
rubygem-six
rubygem-sshkit - Update to 1.5.1 2014-06-03 12:44:59 +00:00
rubygem-twitter_oauth
safesh Stagify. 2014-06-11 03:46:39 +00:00
samba-virusfilter - Stagify. 2014-06-11 15:02:36 +00:00
samhain
samhain-client
samhain-server
sancp
sasp
scamp
scanhill
scanlogd
scannedonly - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
scanssh 1: Stagify. 2014-06-11 03:50:41 +00:00
scrypt
seahorse Support stage 2014-04-25 23:25:53 +00:00
seahorse-plugins Support stage 2014-04-25 23:31:44 +00:00
seccure - Add STAGE support 2014-05-11 18:37:51 +00:00
secpanel
sectok Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
secure_delete
sguil-client
sguil-sensor
sguil-server
sha
shibboleth2-sp revert r354688 and fix the error instead, it should be @owner, not @user... 2014-05-20 21:09:28 +00:00
shimmer
shishi
shttpscanner Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
sig2dot
signing-party security/signing-party: Eliminate unnecessarily post-extraction 2014-05-30 00:45:06 +00:00
silktools - Switch to USES=libtool, drop .la files 2014-06-04 17:38:42 +00:00
sinfp - Support STAGEDIR 2014-06-15 14:48:40 +00:00
skipfish - Convert gmake, bzip2 to USES 2014-05-26 12:50:40 +00:00
sks Update to SKS 1.1.5 2014-05-06 06:10:46 +00:00
slurpie
slush
smap
smtpscan Support staging 2014-04-04 09:19:28 +00:00
smurflog
sniff
snoopy - Remove MASTER_SITES 2014-05-15 12:53:41 +00:00
snort - Update to 2.9.6.1 2014-05-15 19:34:20 +00:00
snort-rep
snortreport
snortsam
snortsnarf
softhsm - Add license 2014-05-30 08:30:12 +00:00
spass
spike-proxy Convert all :U to :tu and :L to :tl 2014-05-05 09:45:36 +00:00
spybye . Add USES=libtool on security/clamav 2014-05-15 15:40:25 +00:00
sqlmap security/sqlmap: add stage support 2014-06-04 21:51:13 +00:00
sqlninja Stagify. 2014-06-11 03:53:56 +00:00
srm
srp
ssdeep - Switch to USES=libtool, drop .la files 2014-06-04 13:08:53 +00:00
ssh_askpass_gtk2
ssh-copy-id
ssh-gui
ssh-multiadd
sshblock
sshguard Adopting security/sshguard 2014-05-22 13:17:34 +00:00
sshguard-ipfilter Remove all space characters from Makefile assignments. 2014-06-08 19:51:27 +00:00
sshguard-ipfw Remove NO_STAGE from slaves. 2014-04-25 16:59:08 +00:00
sshguard-pf Remove NO_STAGE from slaves. 2014-04-25 16:59:08 +00:00
sshit Unbreak, the sample configuration installation is already handle in plist 2014-05-31 15:15:31 +00:00
sshpass
ssl-admin
sslscan - use DESTDIR instead STAGEDIR in Makefile patch 2014-06-01 13:13:28 +00:00
sslsniffer
sslwrap
sssd Add 4 new sed commands to USES=libtool. The first two apply some of the 2014-06-22 10:44:29 +00:00
ssss - Adopt port 2014-05-11 09:37:31 +00:00
sst
starttls - Stagify. 2014-06-11 15:02:36 +00:00
stegdetect
steghide Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
strobe
strongswan security/strongswan: update 5.1.1 -> 5.1.3 with security update 2014-05-15 12:47:20 +00:00
stunnel Remove the last @comment $FreeBSD$ from plists. 2014-04-24 16:26:48 +00:00
subversion-gnome-keyring Fix for FreeBSD 9. 2014-06-16 18:13:54 +00:00
subversion-kwallet Fix for FreeBSD 9. 2014-06-16 18:13:54 +00:00
subweb
sud
sudo Update to 1.8.10p3. 2014-05-08 03:27:06 +00:00
sudoscript
sudosh Deprecate sudosh ports. Their function is already in sudo. 2014-05-30 05:54:13 +00:00
sudosh2 Deprecate sudosh ports. Their function is already in sudo. 2014-05-30 05:54:13 +00:00
sudosh3 Deprecate sudosh ports. Their function is already in sudo. 2014-05-30 05:54:13 +00:00
super
suricata
swatch
switzerland
symbion-sslproxy
tclsasl - Switch to USES=libtool, drop .la files 2014-06-06 09:24:06 +00:00
termlog
tinc - update to 1.0.24 2014-05-12 10:45:28 +00:00
tinyca - add stage support 2014-04-15 13:34:54 +00:00
tinysu
tlswrap
tor
tor-devel Update to 0.2.5.4-alpha 2014-04-29 07:26:09 +00:00
tpm-tools
tpmmanager
trinokiller
tripwire Poudriere performs builds in a jail with no pty. This causes the tripwire 2014-06-21 18:08:20 +00:00
tripwire12 Stagify tripwire, tripwire12, and tripwire-131. 2014-06-09 19:58:33 +00:00
tripwire-131 Stagify tripwire, tripwire12, and tripwire-131. 2014-06-09 19:58:33 +00:00
trousers
truecrack
truecrypt USE_GMAKE -> USES=gmake 2014-05-12 12:58:38 +00:00
tsshbatch Update to version 1.777 2014-03-29 16:41:25 +00:00
tthsum
umit
unhide
unicornscan
unssh - Support staging 2014-03-18 07:48:43 +00:00
vida
vinetto
vlock
vlog Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
vnccrack
vpnc Use @sample pkg-plist macro. 2014-04-14 17:44:00 +00:00
vuxml Document the latest phpMyAdmin vulnerabilities. Very little 2014-06-20 23:24:19 +00:00
vxquery
w3af
wapiti Switch from py-requests1 to py-requests 2014-04-22 12:16:22 +00:00
webfwlog - Update to 1.00 2014-06-04 11:07:19 +00:00
webscarab Stagify. 2014-06-11 05:56:31 +00:00
whatweb security/whatweb: unbreak by update 2014-06-04 20:03:39 +00:00
wipe
xca Support LIBS like LDFLAGS. 2014-06-11 14:49:59 +00:00
xinetd Add stage support and introduce port options for IPV6 and LIBWRAP. 2014-06-01 16:27:14 +00:00
xml-security
xmlsec1 Update xmlsec to 1.2.20 2014-06-02 11:45:24 +00:00
xorsearch
xspy
yafic Support staging. 2014-05-10 23:00:24 +00:00
yapet
yara Fix fetching. 2014-05-19 01:40:30 +00:00
yersinia
ykclient
ykpers
zebedee
zenmap - Update to 6.46, Announce message: 2014-04-29 08:45:30 +00:00
zombiezapper
zxid
zzuf - Switch to USES=libtool, drop .la files 2014-06-06 09:23:11 +00:00
Makefile subversion port has been overhauled. Some optional parts was extracted 2014-06-16 13:12:21 +00:00