Commit Graph

65234 Commits

Author SHA1 Message Date
ajacoutot
e232d4558b Update to evolution-plugin-rss-0.2.90 (git made tarball, with some local
patches). This unbreaks runtime now.
2011-04-22 14:13:56 +00:00
giovanni
62b5480b14 Update to 1.3 2011-04-22 12:54:32 +00:00
stsp
5e818aec8b wxWidgets requires both wprintf() and wscanf() for unicode support.
We're not going to add both at the same time so explicitly disable unicode
support at configure time until both functions have been added.
ok landry
2011-04-22 12:47:41 +00:00
sthen
de43b3f3e8 - unbreak the build following NULL changes
- remove libutf8 dependency, base locale support seems enough
- remove ONLY_FOR_ARCHS, it may possibly be useful on USB drives too

not really tested but the port doesn't build as-is and has
been on ports@ for most of a week without feedback, so in it goes.
2011-04-22 11:37:46 +00:00
stsp
a1212ad29c minicom contains a function called wprintf() (print to a window) which
collides with the standard C wprintf() (print a wide character string).
Upstream already realised this was a bad idea and changed the function's
name to mc_wprintf(). Do the same for our port.
ok ajacoutot landry dcoppa
2011-04-22 11:21:46 +00:00
edd
a08f291690 Update to hgd-0.3.0, which now includes config flie support.
OK landry@
2011-04-22 08:21:28 +00:00
ajacoutot
851d3066b4 Minor update to evolution-exchange-2.32.3. 2011-04-22 07:48:46 +00:00
ajacoutot
b3c1a8faa2 Bugfix update to evolution-2.32.3.
* fixes a couple of crashes
2011-04-22 07:39:37 +00:00
ajacoutot
6773e35225 Small tweak. 2011-04-22 07:29:44 +00:00
dcoppa
29c70017c1 Zap opera-flashplugin 2011-04-22 07:24:46 +00:00
dcoppa
44794e7535 It's 2011. Flash7 is less than useless.
"I sure wouldn't cry over it" ajacoutot@
"Kill it with fire!" jasper@
2011-04-22 07:24:05 +00:00
landry
c0ce6b6210 Add p5-Test-Warn to BUILD_DEPENDS, fixes build on a clean box. 2011-04-22 05:55:52 +00:00
ajacoutot
4c50c51033 Bugfix update to evolution-data-server-2.32.3.
* fix a couple of crashers
2011-04-22 05:55:37 +00:00
sebastia
6973928532 Update SOGo to 1.3.6.
People upgrading from 1.3.4 or earlier need a new configuration default called
OCSSessionsFolderURL. See the packages README for more details.

OK jasper@, sthen@
2011-04-22 05:36:12 +00:00
sebastia
c9361f6c9d Update sope to 1.3.6
OK jasper@, stuart@
2011-04-22 05:34:13 +00:00
sthen
d575b9875b SECURITY update to 1.8.3.3
- AST-2011-006, shell access via remote authenticated manager
sessions (logged-in manager users can execute shell commands via
the manager interface without having the "system" privilege that
should be required)

- AST-2011-005, DoS with remote unauthenticated sessions (add limits
to prevent unauthenticated users from tying up all available FDs for
the manager interface, SIP-over-TCP, Skinny and the built in HTTP
server).

(updating by way of upstream patch file, the full tar.gz isn't
available yet).
2011-04-21 22:28:40 +00:00
sthen
a7fd2505b1 - update to 0.87
- run the pod regression tests
- switch to SHARED_ONLY, XS modules are generally better like this...(-:
2011-04-21 22:12:10 +00:00
landry
098bcc22ba Add libtool=${LIBTOOL} to ldns-utils' CONFIGURE_ENV, so that it
correctly picks ports libtool, instead of just failing when gnu libtool
is not installed.
ok sthen@.
2011-04-21 21:13:57 +00:00
sthen
e3cbc9ab0b Have check_mailscanner pick up the "Run As User" setting from
MailScanner.conf and explicitly start as that user. This avoids setuid
in perl (triggering taint mode) and so it sidesteps taint mode fallout
which has appeared recently, most likely due to the CVE-2011-1487 fix
in Perl.

Maintainer believed to be away this week, so committing now and we
can change it later if he disagrees when he returns.   ok todd@
2011-04-21 20:25:35 +00:00
jasper
f2a8537a69 re-order 2011-04-21 16:29:35 +00:00
bluhm
de261617ba - update p5-Module-Signature to 0.67
- no use groff
2011-04-21 15:26:38 +00:00
jasper
c4d9c37534 various tweaks from brad and maintainer
- regen WANTLIB
- tweak post-install
- group BUILD_DEPENDS
- move data-files to a proper dir
2011-04-21 15:25:08 +00:00
landry
e3239912d4 Update to claws-mail plugins, from robert at openbsd dot pap dot st,
with WANTLIB fixes by me:
* claws-mail-htmlviewer 0.30
* cmaws-mail-notification 0.27
* claws-mail-rssyl 0.30
* claws-mail-vcalendar 2.0.10
2011-04-21 13:13:59 +00:00
landry
4be222ce09 Update to claws-mail 3.7.9, from robert at openbsd dot pap dot st, thanks!
Fix AUTOCONF_VERSION while here, 2.67 works fine.
Maintainer timeout/mbox full....
2011-04-21 13:10:42 +00:00
landry
f7f5c70087 Remove claws-mail-cachesaver, dead and considered useless upstream.
From robert at openbsd dot pap dot st.
2011-04-21 12:08:26 +00:00
jasper
72c12d30e9 no need for this script, it's unused 2011-04-21 11:37:56 +00:00
landry
54fe51ceef Update instructions for running in chroot, from Mattieu Baptiste, thanks! 2011-04-21 11:28:22 +00:00
sthen
5394819523 - switch to Icinga's fork of nrpe (it hasn't changed much; mostly auto*
changes and v6 support)

- remove unnecessary /dev/*random patch

- force libwrap detection via autoconf variables, it's less intrusive
than patching configure
2011-04-21 11:23:38 +00:00
jasper
675b62b36b Update rdesktop to 1.7.0, fixes SA44200
rdesktop Disk Redirection Directory Traversal Vulnerability

from new maintainer gleydson soares,
ok ckuethe@ (previous maintainer)
2011-04-21 11:07:33 +00:00
jasper
96befc5a43 /bin/ksh works just fine, no need for bash 2011-04-21 10:41:05 +00:00
eric
9e4712f0ce reserve 673 for devel/py-buildbot and 674 for devel/py-buildslave 2011-04-21 10:26:15 +00:00
eric
c789225c54 - update to 0.8.3
- add a new _buildslave user
- add a rc script
- add a README
- update HOMEPAGE
- change MAINTAINER

from Piotr Sikora (new MAINTAINER)

ok ajacoutot@
2011-04-21 10:22:38 +00:00
eric
492972447c - update to 0.8.3p1
- add a new _buildbot user
- add a rc script
- add a README
- update HOMEPAGE
- change MAINTAINER (per his request)

from Piotr Sikora (new MAINTAINER)

ok ajacoutot@
2011-04-21 10:20:43 +00:00
ajacoutot
4b4f2da211 Fix default path to themes and backgrounds. 2011-04-21 10:20:27 +00:00
dcoppa
8745e8735b Update to pianobar-2011.04.10
USE_GROFF no more needed.
2011-04-21 10:02:09 +00:00
ajacoutot
65004c24fd Fix path to emacspeak/servers. 2011-04-21 09:44:29 +00:00
ajacoutot
9e047d8d6b Fix path to gnuchess/book.dat. 2011-04-21 09:32:21 +00:00
ajacoutot
8a2d1f9c31 Fix some hardcoded /usr/share paths to ${LOCALBASE}/share/paths. 2011-04-21 09:10:23 +00:00
ajacoutot
84e11a7fde Update to dbus-1.4.8. 2011-04-21 08:27:23 +00:00
ajacoutot
6d01c2069a Fix build/run with new libnotify.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00
ajacoutot
4d15a159e3 Oops, forgot to fix SHARED_LIBS before committing. 2011-04-21 07:04:37 +00:00
ajacoutot
7aa77eeb12 Major update to libnotify-0.7.2.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:03:21 +00:00
jasper
a20583fba2 - update to 1.06
- doesn't need groff
- set CONFIGURE_STYLE=modinst

from gleydson
2011-04-21 06:56:37 +00:00
ajacoutot
2cb2977973 Bugfix update to simple-scan-2.32.0.2. 2011-04-21 06:50:30 +00:00
sthen
84adc7aae9 "Radio 7" became "Radio 4 extra". from upstream via Nigel Taylor, thanks! 2011-04-20 23:07:24 +00:00
edd
55c4653f29 update to 0.4.0 with MULTI_PACKAGES for new scripting backends.
OK sthen@ on the condition that the update path works, which it does ;)
2011-04-20 22:16:25 +00:00
naddy
8aa7922499 Update gmake to 3.82, including two important upstream fixes.
This version has some backward incompatibilities.  All affected
ports in the tree have been fixed in advance.
2011-04-20 20:51:41 +00:00
ajacoutot
42ffabad02 Ident, blank line: make the Makefile more readable.
Set PERMIT_CDROM to 'without fee'.

ok gutenberg^landry@
2011-04-20 20:14:24 +00:00
landry
0927e0c94b +crashme 2011-04-20 20:04:16 +00:00
landry
fa18673f0b Import crashme 2.4:
crashme is a very simple program that tests the operating environment's
robustness by invoking random data as if it were a procedure.  The
standard signals are caught and handled with a setjmp back to a loop
which will try again to produce a fault by executing random data. Some
people call this stress testing.

Tweaks/distfile hosting/ok jasper@
Req'd by deraadt@
2011-04-20 20:03:33 +00:00