Commit graph

19133 commits

Author SHA1 Message Date
Beat Gaetzi
b6e8f8d98d - Update Firefox to 29.0
- Update Firefox ESR to 24.5.0
- Update Thunderbird to 24.5.0
- Update NSS to 3.16
- Use port dependency for soundtouch library
- Require recent graphite2 version explicitly [1]
- Require gst-libav version that doesn't crash on seeking [2]
  and doesn't error out on plugin load [3]
- Remove gstreamer note in pkg-message for www/firefox, [3] may still
  happen with www/firefox-esr but only until it tracks esr31 (ca 2014-09-01)
- Fix USE_XPI in mail/thunderbird-i18n [4]

Security:	http://www.vuxml.org/freebsd/985d4d6c-cfbd-11e3-a003-b4b52fce4ce8.html
PR:		ports/187939 [1]
PR:		ports/188133 [2]
PR:		ports/181964 [3]
PR:		ports/188984 [4]
Submitted by:	Toomas Aas <toomas.aas@raad.tartu.ee> [1]
Submitted by:	Jakub Lach <jakub_lach@mailplus.pl> [2]
Submitted by:	Jan Beich [3] and this update!
Submitted by:	Toni Ballesta <mustelator@yahoo.es> [4]
Approved by:	portmgr (bdrewery, security update to non-staged port)
2014-04-29 20:35:24 +00:00
Beat Gaetzi
bf9a9c511b Document mozilla vulnerabilities 2014-04-29 17:00:46 +00:00
Rusmir Dusko
130dd48892 - Update to 6.46, Announce message:
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]
2014-04-29 08:45:30 +00:00
Brendan Fabeny
7b42113d11 Update to 0.2.5.4-alpha
PR:		188761
2014-04-29 07:26:09 +00:00
Frederic Culot
0636c3e6ea - Update to 1.10
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Data-Password/Changes
2014-04-28 14:01:02 +00:00
Ryan Steinmetz
bf51e35e4d - Update to 1.9.10 2014-04-28 11:45:45 +00:00
Mikhail Teterin
29f724f79f When -march=FOO happens to be among CFLAGS, unexpected things could
occur (for example, -march=core2 used to break build). Not a FreeBSD
problem even -- Linux crowd was bitten by this too (and misdiagnosed
it). Our package-building does not include the flag, which is why
we haven't seen this before.

Attempt to help configure better detect the architecture and
CPU-capabilities -- and use assembler-implementations of various
routines, where possible. ("make check" is almost 30% faster now)

Ensure, SSE2-specific code builds properly with clang as well as gcc.

Ensure, the author's "make check" runs as regression-test.

Add another patch found on SourceForge.

(Attempt to) unbreak on PowerPC -- untested.

Bump PORTREVISION. Take maintainership for the time being, to deal
with any fallout.
2014-04-27 21:37:13 +00:00
Steve Wills
a15f3a420f - Connect rubygem-net-scp11 & rubygem-net-ssh27
Reported by:	antoine
Pointyhat to:	swills
2014-04-27 15:53:12 +00:00
Steve Wills
e57e9e053c - Create a port for the 1.1.x version of security/rubygem-net-scp. This older
version will be used by sysutils/vagrant.
2014-04-27 15:08:06 +00:00
Steve Wills
10f07ed4c2 - Create a port for the 2.7.x version of security/rubygem-net-ssh. This older
version will be used by sysutils/vagrant.
2014-04-27 15:07:05 +00:00
Sunpoet Po-Chuan Hsieh
4df367b1fd - Update to 1.4.0
Changes:	https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
2014-04-26 18:12:23 +00:00
Sunpoet Po-Chuan Hsieh
d979373968 - Update to 2.8.0
Changes:	https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt
2014-04-26 18:12:13 +00:00
Sunpoet Po-Chuan Hsieh
42f6704c49 - Update to 1.2.0
Changes:	https://github.com/net-ssh/net-scp/blob/master/CHANGES.txt
2014-04-26 18:12:09 +00:00
Frederic Culot
cdf439997f - Update to 5.89
Changes:	http://search.cpan.org/dist/Digest-SHA/Changes
2014-04-26 13:06:59 +00:00
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