sthen
f2d5b5ba92
SECURITY fix, add patches from upstream to avoid a buffer overflow with
...
long URLs. Based on a diff from "iridium", similar diff from maintainer.
ok jasper@
2010-02-09 13:44:28 +00:00
jasper
228964a8d2
- extend archtecture tests for mips64el
...
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
jasper
fcaeef2071
- extend archtecture tests for mips64el
...
ok naddy@
2010-02-09 12:18:45 +00:00
jasper
5738e2c41e
- let this build on mips64el too
...
ok espie@
2010-02-08 17:42:51 +00:00
ajacoutot
0414f64f1b
SECURITY: Ensure keyboard grab and unlock dialog exist after monitor removal
...
(CVE-2010-0414)
gnome-screensaver currently doesn't deal with monitors getting
removed properly. If the unlock dialog is on the removed monitor
then the unlock dialog and its associated keyboard grab are not
moved to an existing monitor when the monitor removal is processed.
This means that users can gain access to the locked system by placing
the mouse pointer on an external monitor and then disconnect the
external monitor.
https://bugzilla.gnome.org/show_bug.cgi?id=609337
ok jasper@
2010-02-08 17:04:14 +00:00
jasper
7b605490f2
- add the plist i've used to build the first packages
...
ok naddy@
2010-02-08 12:57:02 +00:00
jasper
733af9e6e8
- make this work on mips64el too, giving bash and bison a chance to build as well.
...
ok naddy@
2010-02-07 21:02:46 +00:00
naddy
f3790e41d6
Fix an endless loop in the conversion to wchar_t. From upstream.
...
ok jasper@, Brad
2010-02-07 15:25:03 +00:00
landry
9ea359c0cf
Same here, being an hppa architecture doesn't mean we're running HPUX.
...
ok jasper@
2010-02-07 15:18:10 +00:00
landry
c00ddafc41
Being an hppa architecture doesn't mean we're running HPUX. Patch away
...
Imakefile to let this build fine, no binary change for other archs -> no bump
ok jasper@
2010-02-07 15:17:12 +00:00
espie
ec86f12367
don't override do-extract
2010-02-07 09:04:15 +00:00
ratchov
6e40a4f9b8
Don't restrict parameters to ones returned by sio_getcap(), instead,
...
claim that everything is supported. If possible portaudio will
attempt to setup a conversion layer, else the application will fail.
Prevents audio/audacity from failing in situations it could actually
work, especially when aucat(1) can do all the necessary conversions.
ok ajacoutot@, sthen@ and jasper@
2010-02-07 01:30:29 +00:00
jasper
d904463d52
saying pkg_arch=* when invoking cc is wrong wrong wrong
...
ok ajacoutot@
2010-02-06 22:15:21 +00:00
kili
d4dc1f4d12
Actully build the complete thing during make build instead of linking
...
obj/gs during make fake. This fixes the breakage on hppa found by
landry@ the other day. Bump PKGNAME to be save (shouldn't be
necessary, but the failure on hppa was weird enough to get paranoic).
Builds fine on hppa for landry@.
ok ajacoutot@
2010-02-06 19:56:40 +00:00
pirofti
ed4366b8e1
Let there be xmms on landisk. Okay espie@.
...
Use -O0 instead of -O2, otherwise compilation fails somewhere along the
way. No package, no bump.
2010-02-06 14:55:24 +00:00
landry
5fadbd3443
Also disable PIE on hppa, use same workaround as for arm. This produces
...
a non-segfaulting dbus package, so dbus-glib and a whole lot of other
packages might now build on hppa..
hints from ajacoutot@, ok espie@
2010-02-06 11:58:59 +00:00
ajacoutot
7b9098c173
Give some much needed love so this port:
...
* tweak COMMENT and DESCR, document FLAVORS
* add myself as MAINTAINER
* fix the s10x14 FLAVOR
* we already patch Makefile.unix so move the *_FLAGS to it
* Remove Apple copyrighted files (from Fedora).
* bump PKGNAME major version to be on par with every other *nix
ok kili@ espie@
2010-02-06 11:26:29 +00:00
landry
cb05f3af5a
Also use -O1 on hppa, so that it builds.
...
ok jasper@
2010-02-06 11:14:10 +00:00
pirofti
8d6ee23970
Let there be tcl on landisk. Okay espie@.
...
Use -O0 instead of -O2, otherwise compilation fails right from the
start. No package, no bump.
2010-02-06 10:27:21 +00:00
jasper
1777a47c53
- sync a with reality.
...
ok naddy@
2010-02-05 14:46:26 +00:00
kurt
eb459139a1
Remove broken jdk17_bootstrap PSEUDO_FLAVOR. ok jasper@ naddy@
2010-02-05 13:10:31 +00:00
jasper
923a684afc
- mention mips64el where applicable
...
ok espie@ ajacoutot@
2010-02-05 13:06:03 +00:00
ajacoutot
4e047754dc
Fix dependencies, this port really depends on glib2, not glib1.
...
While here, use gettext MODULE and regen wantlib.
"looks good" espie@
2010-02-05 11:49:10 +00:00
jasper
1f48707c4f
SECURITY: fix for SA38459 (possible buffer overflows)
...
ok ajacoutot@
2010-02-04 09:54:23 +00:00
ajacoutot
071439547a
SECURITY: fix for SA38459 (possible buffer overflows)
...
Update to gmime-2.4.15
ok jasper@
2010-02-04 09:48:44 +00:00
jasper
a9939f46dd
face reality, it's i386 only and the build is badly broken on anything else
...
agreed by sthen@ and bernd@
2010-02-03 12:59:24 +00:00
ajacoutot
c991d74a35
While I'm still unsure why gamin is needed at all, at least use a
...
correct run_depends: we mean gamin, not libgamin.
"go ahead" jasper@
2010-02-03 12:32:54 +00:00
jasper
82012ecbfd
SECURITY FIX for CVE-2010-0308, "Squid DNS Packet Processing
...
Denial of Service Vulnerability"
brad (MAINTAINER) came up with the same diff
ok ajacoutot@ sthen@
2010-02-03 06:41:17 +00:00
pvalchev
7bfaeca2b9
gamin RUN_DEPENDS, from speedvin@archlinux.us; ok jasper espie
2010-02-03 01:05:41 +00:00
sthen
86862f6681
SECURITY update to 1.6.0.22, fixing CVE-2010-0441, an unauthenticated
...
crash in SIP (and only this, thanks to Asterisk developers for pushing
security fixes separately from other changes).
Does not affect Asterisk 1.4 in -stable (it's in the T.38 support,
which was added in 1.6).
ok ajacoutot@
2010-02-03 00:18:44 +00:00
sthen
8be0f2fc6a
Fix RUN_DEPENDS-eximon and FULLPKGPATH-eximon too, they were
...
varying according to the flavour. ok espie@
2010-02-02 20:23:30 +00:00
espie
b5f8f3a20c
setting fullpkgname implies it's the same package, not depending on
...
flavors. This is actually the case, but the eximon LIB_DEPENDS are
wrong (they pick up sqlite... as main should have them).
Fix the LIB_DEPENDS, bump the eximon packagename, and that's it.
2010-02-02 19:48:15 +00:00
ajacoutot
e95653d824
Make sure @exec/@unexec always returns true. This is needed as one can
...
use unopkg to (de-)activate extensions which would cause the exec calls
to fail.
ok espie@ robert@ (maintainer)
2010-02-02 12:32:42 +00:00
sthen
639fea5f60
SECURITY fix for CVE-2010-0295 DoS issue.
...
http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2010_01.txt
From Brad, ok ajacoutot@ jasper@
2010-02-02 08:10:29 +00:00
naddy
f141693aa8
mark devel/lam and devel/openmpi as conflicting
2010-02-01 20:28:17 +00:00
espie
100f0c7870
SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
...
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
jasper
c74080eb40
- add missing run dependency on desktop-file-utils, which fixes package
...
installation on an empty box.
ok ajacoutot@
2010-02-01 13:12:27 +00:00
jasper
2a2565ff64
SECURITY UPDATE of ircd-ratbox to 3.0.6
...
- among the bugfixes is are fixes for CVE-2010-0300 and CVE-2009-4016.
ok ajacoutot@
2010-02-01 10:32:07 +00:00
jasper
546caf8233
Security fix for CVE-2009-4016, "IRCD-hybrid 'LINKS' Command
...
Integer Underflow Vulnerability.
tested and ok ajacoutot@
2010-02-01 09:23:33 +00:00
msf
f9c42b713d
yet another wonderful maintenance update for puppet
...
ok jasper@ ajacoutot@
2010-01-31 14:27:30 +00:00
espie
ab3b44cdca
better when ports are actually in the INDEX.
...
(found out by looking at the output of my new dependency walker)
2010-01-31 12:09:13 +00:00
jolan
ca7dbb81a7
fix MASTER_SITES, ok naddy@
2010-01-30 19:08:30 +00:00
naddy
f0794c9f0a
recognize 4.7
2010-01-29 15:53:19 +00:00
jasper
4fe6846531
Security fix for CVE-2010-0301, "maildrop Privilege Escalation
...
Security Issue". patch from upstream cvs.
ok ajacoutot@
2010-01-29 12:03:09 +00:00
kili
5eff20eeb9
This is in net/nmap now.
2010-01-28 15:33:25 +00:00
kili
bbcfb9f12d
Unlink ndiff, it's included in nmap since some time now.
2010-01-28 15:32:32 +00:00
kili
2fad34db96
Arrange for removal of net/ndiff, which is included within nmap
...
since nmap-4.65.
Conflict noticed by naddy@
ok jasper@
2010-01-28 15:31:28 +00:00
okan
d1e0a422ac
recognize 4.7; ok jasper@
2010-01-28 11:30:39 +00:00
espie
2a6cec5724
duplicate RUN_DEPENDS, it should be indexed only.
2010-01-28 10:09:06 +00:00
naddy
72b44c5513
bump PKGNAME for PLIST changes 4.6 -> 4.7
2010-01-27 21:43:27 +00:00