1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

19119 Commits

Author SHA1 Message Date
Craig Rodrigues
f7818fda0b Remove libldap.so from LIB_DEPENDS, it is already added by USE_OPENLDAP.
PR:		ports/188942
Approved by:	Lukas Slebodnik <lukas.slebodnik@intrak.sk> (maintainer)
2014-04-26 04:29:39 +00:00
Martin Wilke
215441382c - Update to 0.4.6
PR:		187750
Submitted by:	ports fury
2014-04-26 02:24:53 +00:00
Baptiste Daroussin
27df4afa35 Support stage
Switch to USES=libtool
2014-04-25 23:31:44 +00:00
Baptiste Daroussin
f79ebea953 Support stage 2014-04-25 23:25:53 +00:00
Baptiste Daroussin
8b24bc4021 Support stage 2014-04-25 23:20:52 +00:00
Baptiste Daroussin
09bc13d3d5 Support stage
Switch to USES=libtool
Strip binaries
2014-04-25 23:19:01 +00:00
Baptiste Daroussin
b25aad4f05 Support stage 2014-04-25 23:16:19 +00:00
Chris Rees
046b88c09a Remove NO_STAGE from slaves. 2014-04-25 16:59:08 +00:00
Chris Rees
29ac2c96cd Fix rc script, which I made a bit of a mess of. Really sorry :(
Submitted by:	se

While here, add error checking in pkg-install before replacing
syslog.conf with an unknown file!
2014-04-25 13:08:34 +00:00
Dmitry Marakasov
7fe65e9191 - Bunch of port fixes
PR:		185965
Submitted by:	Mark Felder <feld@FreeBSD.org>
Approved by:	Janketh Jay <ek@purplehat.org> (maintainer)
2014-04-24 23:15:26 +00:00
Kurt Jaeger
58d236610e security/p5-SAVI-Perl: fix staging, plist, maintainer address
PR:             ports/188842
Submitted by:   pi (myself)
Approved by:    culot (mentors)
2014-04-24 19:23:53 +00:00
Tijl Coosemans
8883ad4248 - Convert to USES=libtool.
- Replace post-install with INSTALL_TARGET=install-strip.
2014-04-24 18:45:09 +00:00
Roman Bogorodskiy
f1a936d9b2 Update to 1.13. 2014-04-24 17:48:57 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Li-Wen Hsu
218bcd8aca Add back pakcage ranges for people have ancient packages
Notified by:	mat
2014-04-24 15:54:50 +00:00
Mathieu Arnold
10d8b2494e - Strip .so (make test still passes afterwards)[1]
- Cleanup trailing slash

PR:		ports/188934 [1]
Submitted by:	Horia Racoviceanu [1]
Sponsored by:	Absolight
2014-04-24 08:10:21 +00:00
Cy Schubert
8c83d17a73 Finely tune KRB5_HOME test when using LIB_DEPENDS. in the case when
KRB5_HOME is set to LOCALBASE.
2014-04-24 03:53:30 +00:00
Bryan Drewery
fb7f0b4422 - Update to "6.6.1" [1]
- Switch to using @sample keyword, fixing orphans.

Upstream note on "6.6.1" [1]:

  OpenSSH 6.5 and 6.6 sometimes encode a value used in the curve25519
  key exchange incorrectly, causing connection failures about 0.2% of
  the time when this method is used against a peer that implements
  the method properly.

  Fix the problem and disable the curve25519 KEX when speaking to
  OpenSSH 6.5 or 6.6. This version will identify itself as 6.6.1
  to enable the compatability code.

[1] https://lists.mindrot.org/pipermail/openssh-unix-dev/2014-April/032494.html
2014-04-24 01:54:58 +00:00
Bryan Drewery
7d9abc27b5 Fix minor plist issues from check-plist 2014-04-24 01:04:52 +00:00
Philippe Audeoud
8a4b426db3 - Update to 1.981 2014-04-23 14:55:07 +00:00
Renato Botelho
e7fef78c99 Fix build with clang:
. Add direct dependency to net/bpf.h
  . Rename symbol csin to avoid conflict with complex.h

Approved by:	portmgr (blanket)
2014-04-23 14:24:13 +00:00
Cy Schubert
2da41c9975 MF security/krb5: RTM_OLDADD and RTM_OLDDEL were removed from -stable.
Submitted by:	alfred
2014-04-23 14:09:39 +00:00
Li-Wen Hsu
d70a23491d Fix Django package names
Submitted by:	mat
2014-04-23 13:36:36 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Li-Wen Hsu
b6557362ac Document Django 2014-04-21 vulnerabilty 2014-04-23 13:10:30 +00:00
Cy Schubert
794c40cfee Stagify. 2014-04-23 04:40:06 +00:00
Cy Schubert
e39f034c5a Remove extraneious MAN assignments. 2014-04-23 02:55:24 +00:00
Bryan Drewery
b979ba81fe - This is not really a quote, I summarized it myself. 2014-04-23 01:55:54 +00:00
Bryan Drewery
b81b2bc341 - Document OpenSSL CVE-2010-5298 2014-04-23 01:54:43 +00:00
Dmitry Marakasov
19415aaafc - Add missing USE_OPENSSL
PR:		187989
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-04-23 01:04:24 +00:00
Sofian Brabez
28e2f72cc2 - Update to 1.13.0 2014-04-22 15:44:05 +00:00
Mark Linimon
c33fb18ed9 Restore vanhu as maintainer: bounce was due to mail configuration error. 2014-04-22 15:17:41 +00:00
Antoine Brodin
1437d0b456 Switch from py-requests1 to py-requests 2014-04-22 12:16:22 +00:00
Mark Linimon
769f43b13e Reset vanhu@netasq.com: email bounces. 2014-04-22 02:55:43 +00:00
Sofian Brabez
f855dbec86 - Update to 0.0.8 2014-04-21 18:46:03 +00:00
Brad Davis
1b1f758c54 - Add a startup script for kpropd
PR:		183502
Submitted by:	brd@
Approved by:	bdrewery@
2014-04-21 15:55:07 +00:00
Bryan Drewery
23a1cad535 - Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
  incorrectly advise in the check-stagedir.sh script, fixed in
  r351587

With hat:	portmgr
2014-04-21 01:14:53 +00:00
Ashish SHUKLA
d90402da73 - Update to 5.89 2014-04-20 15:54:11 +00:00
Cy Schubert
e68317caf2 Fix new patch.
Point hat to:	self
2014-04-19 03:45:40 +00:00
Carlo Strub
c3d6340a0e Meek is a transport that uses HTTP for carrying bytes and TLS for obfuscation.
Traffic is relayed through a third-party server (Google App Engine). It uses a
trick to talk to the third party so that it looks like it is talking to an
unblocked server.

WWW: https://trac.torproject.org/projects/tor/wiki/doc/meek
2014-04-18 20:30:09 +00:00
Carlo Strub
ccdbd803e1 goptlib is a library for writing Tor pluggable transports in Go.
WWW: https://gitweb.torproject.org/pluggable-transports/goptlib.git
2014-04-18 20:28:52 +00:00
Olli Hauer
2ce0f0829a - fix entries so issues for bugzilla40/42 are detected
first version found only bugzilla44 issues (tested with pkg audit)
2014-04-18 14:56:43 +00:00
Olli Hauer
814853fbe7 - document bugzilla issues
CVE-2014-1517 is fixed in bugzilla-4.4.3
  therefore use two vuxml entries.
2014-04-18 14:20:15 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Olli Hauer
b21a4b6529 Nmap 6.46 [2014-04-18]
o [NSE] Made numerous improvements to ssl-heartbleed to provide
  more reliable detection of the vulnerability.

o [Zenmap] Fixed a bug which caused this crash message:
     IOError: [Errno socket error] [Errno 10060] A connection attempt failed
     because the connected party did not properly respond after a period of
     time, or established connection failed because connected host has
     failed to
     respond
  The bug was caused by us adding a DOCTYPE definition to Nmap's XML
  output which caused Python's XML parser to try and fetch the DTD
  every time it parses an XML file.  We now override that DTD-fetching
  behavior. [Daniel Miller]

o [NSE] Fix some bugs which could cause snmp-ios-config and
  snmp-sysdescr scripts to crash
  (http://seclists.org/nmap-dev/2014/q2/120) [Patrik Karlsson]

o [NSE] Improved performance of citrixlua library when handling large XML
  responses containing application lists. [Tom Sellers]
2014-04-18 08:05:14 +00:00
Cy Schubert
fc9eeac36a Restore PROGRAM_TRANSFORM_NAME. 2014-04-18 02:37:23 +00:00
Cy Schubert
afbf9cf0c2 Stagify.
Mark broken when KRB5_HOME is set because it not longer works with
LIB_DEPENDS.
2014-04-18 02:23:42 +00:00
Cy Schubert
c09eb9c5cd KRB5_HOME no longer works with LIB_DEPENDS. Mark broken when set. 2014-04-18 02:21:57 +00:00
Cy Schubert
6149f653b7 1. Fix build when using clang 3.4.
2. RTM_OLDADD and RTM_OLDDEL were removed from -stable. Thanks alfred@ for
   this patch.
3. Stagify.

Submitted by:	alfred (#2)
2014-04-17 20:06:32 +00:00
Alex Dupre
8ffddf0496 Fix build on 8.x, by using clang, since boost-lib is built with it.
When will we have a port compiler and, more important, a port c++ library
(and a simple way to use it) that will avoid all these headaches?
2014-04-17 15:52:01 +00:00