Commit Graph

7355 Commits

Author SHA1 Message Date
ajacoutot
463a641c07 Add comment about --disable-Bsymbolic. 2013-01-24 07:31:58 +00:00
sthen
659a53af65 build dep on libtool (for libtoolize) 2013-01-23 20:39:57 +00:00
sthen
37eb53bf43 Build Seamonkey and Firefox with gcc on i386 due to segfaults with the
CLang build (seems to be connected with opening pages using JavaScript).
Bump REVISIONs.
2013-01-22 23:59:22 +00:00
stsp
a852259017 Make py-httplib2 use the system SSL CA cert file instead of a custom one.
tweak & ok ajacoutot
2013-01-22 16:07:57 +00:00
sthen
af9d1f1acc landry@ noticed that www/squid was picking up execinfo.h in bulk causing
#ifdef'd headers to be used and dpb was junking it thus breaking the build;
fix by improving detection for backtrace_symbol_fd / libexecinfo and
explicitly using it.
2013-01-22 14:30:46 +00:00
ajacoutot
02017ff17d SECURITY update to owncloud-4.5.6:
* Fix multiple XSS problems: CVE-2013-0201, CVE-2013-0202, CVE-2013-0203
* Fix Code execution in external storage: CVE-2013-0204
* Removed remoteStorage app because of unfixed security problems.
2013-01-22 12:08:01 +00:00
dcoppa
1562110176 Update to 7.0.35 2013-01-22 11:47:31 +00:00
jasper
e3e6b5bcc9 - update to jekyll-0.12.0
- take maintainership

ok jeremy@
2013-01-21 18:21:22 +00:00
landry
3050dfb772 Bugfix update to seamonkey 2.15.1 chasing firefox 18.0.1. 2013-01-21 16:06:19 +00:00
dcoppa
8cbe4edf4e Update to Predis-0.8.1 2013-01-21 13:19:04 +00:00
rpe
a24ad3c486 update sarg to 2.3.5
Changes since 2.3.3:

Version 2.3.5
- Fix an issue when creating the redirector report. Sarg was not
  creating the unsorted file as expected. That regression was
  introduced in sarg 2.3.4.

Version 2.3.4
- Fix an error occuring when serveral user's ID contain at least
  two consecutive non alphanumeric characters. In that case, the
  mangled file name is not unique. Thanks to Fabiola and Pecha for
  reporting this bug.
- Remove a warning about the redirector file that can't be deleted
  when it is not created.

ok ajacoutot@
2013-01-21 08:30:01 +00:00
brad
348a85ce82 Update for newer FFmpeg API.
ok MAINTAINER
2013-01-21 05:21:30 +00:00
kili
be7ce949cf Regenerate plist for profiling libs. 2013-01-20 17:56:05 +00:00
benoit
b35428e878 - update py-webpy to 0.37
- regen PLIST
2013-01-20 09:10:01 +00:00
brad
63a5ba9eb2 Remove a hack for FFmpeg/Libav to workaround an assembler bug now that it
has been fixed.

ok ajacoutot@
2013-01-20 07:46:16 +00:00
landry
34dc10689b Bugfix update to firefox 18.0.1.
http://www.mozilla.org/en-US/firefox/18.0.1/releasenotes/
2013-01-19 23:50:16 +00:00
sthen
00463912be Add a comment re "proprietary" flavour to DESCR, reminded by espie@ 2013-01-19 12:06:51 +00:00
sthen
d66c18317b Make PERMIT_* for chromium depend on the FLAVOR, so that FLAVOR=proprietary
disables cdrom packages as done in other ports (H.264 patents).
Link chromium,proprietary to the build.  ok brad@ robert@
2013-01-19 11:56:06 +00:00
robert
93212d6849 update to 24.0.1312.52 2013-01-18 21:38:02 +00:00
jeremy
cf03796bf5 Update to rack 1.4.4. 2013-01-18 17:10:09 +00:00
giovanni
19782365c1 Update to 1.10.1
A new "page overlay report" and some security bugs has been fixed.
2013-01-18 16:44:55 +00:00
giovanni
c31bb99b2a Major update to 3.5.5 release, many new improvements and many bug fixes.
ok kevlo@ (Maintainer)
2013-01-18 15:17:43 +00:00
sthen
380b37f4a7 - update to DansGuardian 2.12.0.3, modified from a diff from abieber
- add an rc script
- fix incompatibility with pcre 8.3+, patch from Debian
- distfiles are now on sourceforge
- drop maintainer; no response to emails

ok abieber@
2013-01-18 15:04:09 +00:00
sthen
ed7ba2bb04 SECURITY update to drupal6-core 6.28, ok espie
- cross site scripting
- access permissions bypass issues
- code execution in upload, though not with standard htaccess configuration

http://drupal.org/SA-CORE-2012-004 http://drupal.org/SA-CORE-2013-001
2013-01-18 11:19:05 +00:00
sthen
17a5e51f8a SECURITY update to drupal6-meta-tags (aka nodewords) 1.14, ok espie 2013-01-18 11:17:35 +00:00
sthen
8611dd372a minor update to drupal6-ckeditor 1.12 2013-01-18 11:16:50 +00:00
benoit
0e967d9217 - update py-mechanize to 0.2.5
- regen PLIST

ok ajacoutot@
2013-01-18 07:34:45 +00:00
jasper
5106a1595e remove amaya, it's been marked broken for 1.5 years now, and hasn't been updated
in over a decade...time to officially put this browser to rest in the Attic.

ok kili@
2013-01-16 07:40:35 +00:00
jasper
d73a9b97b5 unhook amaya 2013-01-16 07:39:59 +00:00
gonzalo
4303cc5674 Update for Aria to 1.16.1
* Save gid option with --save-session option
 * Added --gid option
 * Use 64 bits random bytes as GID
 * Fixed BitfieldMan::getOffsetCompletedLength overflow on 32-bit systems
 * Changed console readout, making it more compact
 * Compact readout when more than 1 simultaneous downloads are going on
 * Console color output
 * Logger: Simplified console output and change level format in log

Ok benoit@
2013-01-15 19:02:58 +00:00
landry
8b58aebe69 Fix packaging on !amd64. Damn you make update-plist! 2013-01-15 16:20:50 +00:00
jeremy
b38e4726fb Remove www/ruby-rails and dependencies. The current version is
out of date and subject to serious security vulnerabilities, updating
it causes a lot of ports churn for little benefit, and nobody has
offered to maintain it.

OK ajacoutot@, jcs@, jasper@
2013-01-14 19:31:42 +00:00
ajacoutot
13c939e54b Fix config file path in the pkg-readme. 2013-01-14 16:07:41 +00:00
landry
0a64e7944a Fix external plugin spawning (bug #830303) in seamonkey too. Tb not affected. 2013-01-14 14:11:11 +00:00
landry
01ca69f262 Fix external plugin spawning (bug #830303), reported by nigel@. 2013-01-14 13:52:59 +00:00
brad
c1c6b2c024 mod_fastcgi: Fix mix up of "mode" => "authorizer" in other FastCGI configs.
ok sthen@
2013-01-14 09:17:03 +00:00
jasper
a860c12135 - update to gtkhtml-4.6.2 2013-01-13 20:23:06 +00:00
benoit
a839de40f1 - update py-jonpy to 0.10
- regen PLIST
2013-01-13 08:34:47 +00:00
benoit
dc9529e9b8 - bump REVISION
Drop maintainership.
2013-01-12 15:43:43 +00:00
landry
766e228f9d update to seamonkey-i18n 2.15 2013-01-11 23:18:21 +00:00
landry
912237046c Update to seamonkey 2.15/enigmail 1.5.0/lightning 2.0beta1
- see http://www.seamonkey-project.org/releases/seamonkey2.15/
- fixes MFSA 2013-01 -> 20
- build with clang on i386/amd64 and with gcc 4.6 on powerpc. Required
since upstream dropped support for gcc < 4.4.
- don't build against systemwide jpeg anymore since it now needs its
internal libjpeg-turbo.
- add a stub method to sydney_audio_sndio.c in post-patch.
- add patch-mozilla_toolkit_mozapps_installer_packager_mk to fix a tar
  vs $(TAR) usage (bug #815793)
- remove patch-ipc_chromium_src_base_atomicops_h, not needed anymore
- remove enigmail genxpi patch, and to a SUBST_VARS dance with an
XPCOM_ABI variable for the consistent naming of the new internal
libsuprocess ipc lib.
- add an enigmail patch to link with -shared
2013-01-11 23:17:31 +00:00
landry
0a1261a720 Update to firefox-i18n 18.0. 2013-01-11 22:57:39 +00:00
landry
c7958be068 Update to firefox 18.0 :
- see http://www.mozilla.org/en-US/firefox/18.0/releasenotes/
- fixes MFSA 2013-14 -> 20
- build with clang on i386/amd64 and with gcc 4.6 on powerpc. Required
  since upstream dropped support for gcc < 4.4.
- don't build against systemwide jpeg anymore since it now needs its
  internal libjpeg-turbo.
- add a stub method to sydney_audio_sndio.c in post-patch. Cant add it
  to the file in cvs directly otherwise it breaks other mozillas
- remove patch-ipc_chromium_src_base_atomicops_h, not needed anymore
ok sthen@
2013-01-11 22:57:14 +00:00
landry
2f2f96f253 Ensure fx/sm/tb depend on nspr 4.9.4 / nss 3.14.1p0
(not technically needed for tb, but oh well..)
2013-01-11 22:51:44 +00:00
sthen
26aa57248c bugfix update to squid-3.2.6 2013-01-09 21:41:48 +00:00
jeremy
fce8bfc4d3 Revision bump ruby C extension ports after addition of pthread to
WANTLIB.

OK sthen@
2013-01-09 17:38:52 +00:00
rpointel
f79b93f82f Update MoinMoin to 1.9.6.
ok fgsch@ sthen@
2013-01-09 11:56:34 +00:00
benoit
7e7de2061b - update py-gunicorn to 0.17.0
- update license and REGRESS_DEPENDS
- regen PLIST
2013-01-09 11:51:29 +00:00
jasper
e540fcf160 Security update to zendframework-1.12.1,
addresses CVE-2012-5657 php-ZendFramework: information disclosure flaw due to error when processing XML data

ok robert@ (MAINTAINER)
2013-01-08 13:08:52 +00:00
bcallah
f4e5a57714 Change DESCR, dillo is now based on FLTK. Bump REVISION.
ok brad@
2013-01-08 00:23:14 +00:00