Commit Graph

25566 Commits

Author SHA1 Message Date
espie
ff1520f3fd make sure ruby doesn't pick db dependencies along the way.
after 3.6, think about gdbm/db flavors ?

okay pvalchev@
2004-08-23 08:43:16 +00:00
pvalchev
dcd774811e grow 2004-08-23 07:12:34 +00:00
pvalchev
1eb61e6684 expand 2004-08-23 06:46:21 +00:00
xsa
89f00875d9 add some conflicts with other packages;
pvalchev@ ok.
2004-08-23 06:44:42 +00:00
naddy
2721c4b350 Don't pick up an external libsilc from the linker search path.
ok brad@, pvalchev@
2004-08-21 22:41:48 +00:00
naddy
5a38025be8 Don't pick up external liblzo, always use included one.
XXX  This might warrant reconsideration later on.
2004-08-21 22:04:37 +00:00
sturm
9a2186b1fc int -> size_t
ok pval@, naddy@
2004-08-21 19:43:03 +00:00
espie
0e9b557b5f Make sure we don't grab gtkxhtml nor other stuff on the way.
okay pvalchev, naddy, brad.
2004-08-21 19:02:16 +00:00
espie
d7456476fc scummvm catches an installed libmpeg2.
okay pvalchev@
2004-08-21 08:12:52 +00:00
naddy
ead93c472a Create configuration directory, so that sample conf files will be installed.
From: Bjorn Sandell <biorn@dce.chalmers.se>
2004-08-20 15:22:32 +00:00
naddy
a17864d159 revert 2004-08-20 15:20:00 +00:00
robert
a56bc44979 SECURITY:
Jeroen van Wolffelaar <jeroen@wolffelaar.nl> discovered an
insecure temporary file vulnerability in the mysqlhotcopy
script when using the scp method.

ok naddy, brad, pvalchev
2004-08-20 09:21:19 +00:00
espie
c8b83d43f2 missing guile LIB_DEPENDS
okay pvalchev@
2004-08-19 22:05:02 +00:00
espie
69ad14d59c tkinter not a separate package on !shared archs.
okay pvalchev@
2004-08-19 22:04:30 +00:00
couderc
01c25a220a fix use of RTLD_NEXT from Kurt Miller, ok naddy@ 2004-08-19 16:39:12 +00:00
pvalchev
3c03e8c7f6 sync 2004-08-19 07:16:06 +00:00
espie
78772b09fa patch recent autoupdate, as we're not using gnu-m4.
(so it works).

okay pvalchev@.
2004-08-18 23:43:38 +00:00
naddy
041609bb0e missing dependency 2004-08-18 01:02:06 +00:00
naddy
b0818bdaff but don't break the debug flavor 2004-08-17 23:44:30 +00:00
mjc
676fa96f19 fix LIB_DEPENDS
found by and ok naddy@
2004-08-17 23:28:46 +00:00
espie
e8eb322ef3 remove hidden dependency on tcl.
okay pvalchev@
2004-08-17 22:36:02 +00:00
pvalchev
fb1323e187 adjust 2004-08-17 21:03:44 +00:00
espie
1e029183fd fixes for recent libtool changes. Blasted libtool is harder to fool...
okay naddy@
2004-08-17 19:33:09 +00:00
naddy
c9a0ed3f02 only pick up gnutls in ssl flavor 2004-08-17 19:21:17 +00:00
robert
19bf64c2d4 SECURITY:
Andres Salomon noticed a problem in the CGI session management of Ruby.
CGI::Session's FileStore implementations store session information insecurely.
They simply create files, ignoring permission issues. The added patch fixes
this issue.

ok pvalchev@
2004-08-17 16:03:10 +00:00
pvalchev
cd93ac7b32 INSTALL_PROGRAM was being overridden by bsd.port.mk, use custom INSTALL_EMACS
which is defined as INSTALL_SCRIPT from the makefile, as a hack to disable
stripping on the emacs binary.  discussed with marc, espie and others
2004-08-16 23:34:02 +00:00
naddy
31435c916e fix dependencies 2004-08-16 21:26:01 +00:00
naddy
63cad061c9 add missing Tcl/Tk dependency; ok sturm@ 2004-08-16 21:12:37 +00:00
robert
6179e2c072 gnome-libs should conflict with libgtop, but it shouldn't with
libgtop's gnome flavor

ok naddy@
2004-08-16 15:27:47 +00:00
espie
eb2052e928 fix out of bounds access.
thx tdeval@ for mmap malloc.
okay naddy@
2004-08-16 14:58:48 +00:00
sturm
295bf31885 ensure correct case in DISTNAME created from case insensitive FLAVOR
ok naddy
2004-08-15 22:31:53 +00:00
pvalchev
f56ee305f9 conflict w/ mjpegtools that someone forgot to register 2004-08-15 14:39:39 +00:00
brad
2ebf19d869 add a BUILD_DEPENDS on p5-XML-Parser
From: Thomas Delaet <thomas at delaet dot org>
2004-08-15 01:25:38 +00:00
naddy
b70c06e601 We've grown dladdr(3), adapt. From: Kurt Miller <truk@optonline.net> 2004-08-14 21:50:38 +00:00
pvalchev
e51fff2577 mark broken: distfile continually changing, cannot keep correct checksum; ok naddy robert 2004-08-14 20:24:46 +00:00
naddy
a380627149 Mark as BROKEN. Kernel internals have changed, the system interface needs
to be rewritten.  ok pvalchev@
2004-08-14 20:22:06 +00:00
brad
b0ed136e82 XChat's Socks-5 proxy code is vulnerable to a remote exploit. To
successfully exploit the code, you would need to enable socks5
traversal (default off) and connect to the attacker's own custom
proxy server.

If you never intend to use a Socks5 proxy, you are not affected at
all by this issue.

http://mail.nl.linux.org/xchat-announce/2004-04/msg00000.html

ok pvalchev@
2004-08-14 19:16:44 +00:00
naddy
25a514f29c SECURITY:
There is a path-sanitizing bug that affects daemon mode in all
recent rsync versions (including 2.6.2) but only if chroot is
disabled.  It does NOT affect the normal send/receive filenames
that specify what files should be transferred.  It does affect
certain option paths that cause auxiliary files to be read or
written.
http://rsync.samba.org/#security_aug04
2004-08-14 18:41:17 +00:00
brad
cb3487157b fix 3 security issues.
http://www.kde.org/info/security/advisory-20040811-1.txt
http://www.kde.org/info/security/advisory-20040811-2.txt
http://www.kde.org/info/security/advisory-20040811-3.txt

ok naddy@
2004-08-14 18:03:47 +00:00
brad
036acaf2ff sync libtool patches to fix amd64 C++ linking issues among other things.
ok naddy@
2004-08-14 18:00:22 +00:00
naddy
afb50014bc add missing dependency 2004-08-14 12:53:47 +00:00
sturm
8dc011d997 remove .o files from package lists, especially as the one in PLIST
prevents lablgtk to package correctly on non-native archs

ok pval@
2004-08-14 11:14:14 +00:00
naddy
6009b0f454 crash in 3DNow! code path, so just disable 3DNow! detection for now 2004-08-14 01:16:01 +00:00
pvalchev
c508632507 sync 2004-08-14 01:15:50 +00:00
pvalchev
8a4cf0f3b3 sync 2004-08-14 00:52:37 +00:00
robert
7fe936de9c SECURITY:
Gaim contains several remote overflows related to the MSN-protocol
parsing functions that may allow remote code execution.
The added patch fixes these issues.

ok brad@, pvalchev@
2004-08-14 00:27:06 +00:00
pvalchev
8c30f51213 shrink by a lot 2004-08-14 00:23:35 +00:00
pvalchev
b06c4bcaef ignore files generated by check-plist 2004-08-14 00:23:00 +00:00
pvalchev
74efe665a3 sync 2004-08-13 23:48:48 +00:00
brad
2545045f21 Side-effect of BULK=Yes: WRKDIR gets wiped out before the depend cookie
is written.

So, we simply recreate WRKDIR manually.
This is a kluge, but it should do the trick.

From espie@

ok pvalchev@ espie@
2004-08-13 23:28:40 +00:00