landry
354048edd9
Fix build on hppa, don't assume we have gcc atomics depending on a given
...
GNUC version. Fallback to mutex code on hppa.
2012-07-04 09:03:16 +00:00
espie
f7ea023751
remove distinction between local and distant running, always create
...
a shell object that can chdir, setenv, and exec commands.
(note that this executes stuff after fork, so permanent changes are cheap
and okay)
Also create it from "host" objects, which simplifies parameter passing.
2012-07-04 08:59:10 +00:00
bluhm
7aab912a21
- update p5-OSPF-LSDB to 1.02
...
- remove dependency to math/graphviz
OK sthen@
2012-07-04 08:25:45 +00:00
sthen
92e3fae8a6
build cdrdao,audio
2012-07-04 07:47:05 +00:00
sthen
50ac625897
remove version restriction on libmad for audio flavour's BUILD_DEPENDS,
...
it was incorrect and the required package version is ~4 years old now.
ok landry@
2012-07-04 07:46:56 +00:00
jeremy
88c8137132
Update to ruby 1.8.7-p370.
...
One of our local patches for a security fix was applied upstream, so
remove that patch.
2012-07-03 19:58:39 +00:00
okan
ff9b00a21e
sync WANTLIB after ImageMagick update; ok sthen@
2012-07-03 13:37:14 +00:00
okan
f84f5f1a1b
update to 1.3.15; from Brad
...
ok sthen@
2012-07-03 13:36:28 +00:00
sthen
bf4fd4a2c5
remove 5-year-old unmaintained module in favour of a fork whose
...
maintainer responds within hours ;) ok jasper@
2012-07-03 12:56:46 +00:00
sthen
d575d592e8
unlink Net::SMTP::TLS, link Net::SMTP::TLS::ButMaintained
2012-07-03 12:48:11 +00:00
sthen
6fae620fee
switch to Net::SMTP::TLS::ButMaintained
2012-07-03 12:47:11 +00:00
sthen
9513d66c4a
import ports/net/p5-Net-SMTP-TLS-ButMaintained, ok jasper@
...
Net::SMTP::TLS::ButMaintained is a TLS and AUTH capable SMTP client
which offers an interface that users will find familiar from Net::SMTP.
Net::SMTP::TLS::ButMaintained implements a subset of the methods
provided by that module, but certainly not (yet) a complete mirror
image of that API.
It is forked from the no-longer-maintained Net::SMTP::TLS.
2012-07-03 11:48:50 +00:00
pea
af2006d42f
Bugfix update to 0.139
...
ok ajacoutot@
2012-07-03 09:45:38 +00:00
rpointel
33003d4044
Update tornado to 2.3, ok landry@.
...
Release Notes: http://www.tornadoweb.org/documentation/releases/v2.3.0.html
2012-07-03 09:00:33 +00:00
dcoppa
806c7f2749
Fix typo: "_CXX_" -> "_C_"
...
(upstream git commit b9ccaf5f7977b7444a50a7b1dbb1902422f7ab27)
2012-07-03 07:48:54 +00:00
gonzalo
bf89485dcd
Update Mollify to 1.8.8.3, with some changes:
...
http://www.mollify.org/features.php
Tested on i386.
Ok sthen@
2012-07-02 16:47:18 +00:00
mpi
862513d4e1
Unbreak the configure step with systrace, no package change, issue and fix
...
reported by Juan Francisco Cantero Hurtado.
2012-07-02 16:36:33 +00:00
sthen
dd1bc1f76a
update to OpenConnect 4.03
2012-07-02 15:20:15 +00:00
gonzalo
4755978915
Little update for Jenkins to 1.472:
...
A lot of change from our version:
http://jenkins-ci.org/changelog
Tested on i386.
Ok aja@ and 'sure' ian@ (maintainer).
2012-07-02 13:42:34 +00:00
gonzalo
89af932e9e
Update for Wordpress to 3.4.1 with some security fixes (as usual)
...
* Fixes an issue where a theme's page templates were sometimes not detected.
* Addresses problems with some category permalink structures.
* Better handling for plugins or themes loading JavaScript incorrectly.
* Adds early support for uploading images on iOS 6 devices.
* Allows for a technique commonly used by plugins to detect a
network-wide activation.
* Better compatibility with servers running certain versions of PHP
(5.2.4, 5.4) or with uncommon setups (safe mode, open_basedir), which
had caused warnings or in some cases prevented emails from being sent.
* Privilege Escalation/XSS. Critical. Administrators and editors in
multisite were accidentally allowed to use unfiltered_html for 3.4.0.
And others, tested on i386 and amd64.
Ok merdely@ (maintainer) aja@
2012-07-02 13:26:38 +00:00
gonzalo
2996627c9b
Update for Aria2 to 1.15.1 with some changes:
...
* Updated manuals.
* Fixed memory leak.
* Updated templates.
* Return appropriate HTTP status code on RPC failure.
And others, tested on i386.
Ok rpointel@ (maintainer) aja@
2012-07-02 13:13:51 +00:00
sthen
f83ac4e038
update to ISC dhcpd 4.2.4, from Brad.
2012-07-02 10:59:03 +00:00
espie
7373a518c1
somehow, I had forgotten to document this defaults to 250
2012-07-02 10:31:08 +00:00
jasper
c5ce946bf3
- fix homepage to point to the 'old' v1.
2012-07-02 09:01:41 +00:00
jasper
0dde8e2808
Allow building against OpenSSL without SSLv2 support.
...
from brad
ok robert@ (MAINTAINER)
2012-07-02 08:14:26 +00:00
pascal
3c23183a62
Update to gcc 4.7.1.
...
- add some fixes for hppa, though it still isn't ready for prime time yet.
Chances are it will only work with -O1, pending testing. Many optimisations
lead to broken code and segfaults on hppa. Joint work with jsg@.
- fix libstdc++ upgrade path
- bring in recent fixes for execinfo/magic.h from 4.6
ok espie@
2012-07-01 18:56:45 +00:00
pascal
c648bb387c
Deal with hidden dependencies libmagic and libexecinfo, found by Mikolaj
...
Kucharski:
- disable detection of magic.h
- record build dependency on devel/libexecinfo. Note that this affects only
profiling features of libstdc++, enabled by defining _GLIBCXX_PROFILE.
ok espie@
2012-07-01 18:28:40 +00:00
sthen
a32a27a554
Suggest that users may need to increase login.conf limits for Dovecot.
...
From Brad, adjusted slightly to specifically mention full-text search
indexing which is likely to need a larger-than-default datasize.
2012-07-01 10:26:34 +00:00
sthen
731bee596d
more fixes from Net::SMTP::TLS::ButMaintained (via Mikolaj Kucharski, thanks).
2012-06-30 21:27:53 +00:00
sthen
69db9fb84d
update Railo to 3.3.4.003
2012-06-30 20:47:53 +00:00
sthen
05c6815ac3
drop inet.h-related patches which are no longer necessary with the
...
new and improved headers
2012-06-30 12:56:34 +00:00
sthen
79ebb8082f
remove unneeded patch
2012-06-30 09:48:22 +00:00
landry
30bdc2e800
xfce4-wavelan 0.5.11
2012-06-30 09:34:01 +00:00
landry
620644ee5e
xfce4-systemload 1.1.1
2012-06-30 09:33:46 +00:00
landry
1e5325de43
xfce4-diskperf 2.5.4
2012-06-30 09:33:30 +00:00
landry
0980ccab16
xfce4-cpugraph 1.0.3
2012-06-30 09:33:14 +00:00
landry
4ce3872d43
xfce4-fsguard 1.0.1
2012-06-30 09:32:58 +00:00
landry
f62b35febb
xfce4-battery 1.0.5
2012-06-30 09:32:29 +00:00
sthen
3e12ab7ce0
sync "SSLv2 disabled" messages with upstream's newer code, from Brad
2012-06-30 09:32:28 +00:00
landry
455d348661
xfce4-mpc 0.4.4
2012-06-30 09:31:57 +00:00
sthen
c0779fbbe5
Update Postfix snapshot to 20120625, from Brad.
2012-06-30 08:22:48 +00:00
steven
7cd2b78b56
fix MASTER_SITES, some spacing adjustments
2012-06-30 07:44:34 +00:00
ajacoutot
394520591f
Remove uneeded patch.
2012-06-30 04:22:11 +00:00
steven
aed128afb4
update to 3.60
2012-06-30 00:41:20 +00:00
steven
c6f69e05a6
drop maintainer
2012-06-29 23:48:48 +00:00
steven
0af7829ea8
make this work again, more or less.
2012-06-29 21:03:35 +00:00
jeremy
d931b17c3f
Update ruby-nokogiri to 1.5.5. Fixes an XXE security issue.
2012-06-29 16:41:53 +00:00
jeremy
e7d0106f4d
Update ruby-sqlite3 to 1.3.6. Add a patch so it continues to work on
...
rubinius.
2012-06-29 16:40:31 +00:00
jeremy
26e96f3fe1
Update ruby-pg to 0.14.0.
2012-06-29 16:39:01 +00:00
jeremy
273145e2da
Don't build ruby-sequel_pg,rbx or ruby-sqlite3,jruby by default, as
...
neither is stable.
2012-06-29 16:38:21 +00:00