todd
6e9c7cab13
update to alpha17 (finally some activity!)
2002-10-11 12:27:00 +00:00
naddy
2cb2ec0f32
fix library dependency
2002-10-10 22:15:37 +00:00
naddy
d767d225ba
library dependency specs must have a first component
2002-10-10 22:07:30 +00:00
naddy
dc7b8f8a72
typo; from Han Boetes <han@mijncomputer.nl>
2002-10-10 21:14:11 +00:00
jakob
444af02f5b
enable tcp wrappers support
2002-10-10 17:28:21 +00:00
naddy
2b6547e0a0
Respect CC.
2002-10-10 13:26:07 +00:00
lebel
be97068ba1
seems like the fake path sneak into the installed rule files;
...
from MAINTAINER with heads up by Andrey Smagin (andrey@smagin.com )
2002-10-10 13:00:23 +00:00
naddy
6701a0c023
silence a fatal (but harmless) LP64 warning
2002-10-10 12:04:16 +00:00
naddy
0c5192b839
C++ fixes for gcc3
2002-10-10 01:47:47 +00:00
brad
e211c3e109
upgrade to lzo 1.08
2002-10-09 14:14:40 +00:00
naddy
d88595dddd
C++ fixes for gcc3
2002-10-09 12:21:43 +00:00
couderc
1c0cd028f0
Update to 0.8.5
2002-10-09 12:16:09 +00:00
naddy
e816c80aa4
- Use qt module.
...
- C++ fixes for gcc3.
2002-10-08 15:53:36 +00:00
naddy
1c7b8dfe55
C++ fix for gcc3; more needed
2002-10-08 13:47:08 +00:00
naddy
0f639b6bcb
- work around optimizer bug in gcc 2.95 on sparc64 (sha1.c)
...
- fix iconv dependency
2002-10-08 13:02:27 +00:00
dhartmei
644418c929
add symon
2002-10-08 08:11:04 +00:00
dhartmei
f0d7843bec
symon is a system monitoring tool consisting of a small probe which
...
gathers various data (cpu, memory, network interfaces, pf statistics,
disk io) and transfers it to a central server which stores it in
RRD databases.
2002-10-08 07:56:42 +00:00
brad
0da69615f6
Fix security issue with Python 2.1/2.2
...
Zack Weinberg found a vulnerability in the way the exevpe() method
from the os.py module uses a temporary file name. A file which
supposedly should not exist is created in a unsafe way and the method
tries to execute it. The objective of such code is to discover what
error the operating system returns in a portable way.
By exploiting this vulnerability a local attacker can execute
arbitrary code with the privileges of the user running python code
which uses the execvpe() method.
http://python.org/sf/590294
http://python.org/sf/601077
2002-10-08 02:52:25 +00:00
lebel
54ecef0709
update p5-Mail-SpamAssassin to version 2.42; from MAINTAINER
2002-10-07 14:32:33 +00:00
jcs
7cf71674a5
update to gaim-0.59.4
2002-10-07 00:42:32 +00:00
lebel
ea6f05a89e
p5-Mail-SpamAssassin tries to install files outside the fake area.
2002-10-06 23:34:26 +00:00
naddy
c04b8344d6
Make this compile with gcc3.
2002-10-06 22:31:10 +00:00
naddy
9759e5be25
- Regen patches.
...
- Honor CC, CFLAGS.
- Make this compile with gcc3.
2002-10-06 22:28:49 +00:00
naddy
a1df5b0207
- Fix signal handler type for C++/gcc3.
...
- Don't bother to patch files that will be clobbered anyway.
2002-10-06 21:03:18 +00:00
jakob
aae29753fe
split into stable and development
2002-10-06 13:15:55 +00:00
brad
46b253732d
upgrade to gwenview 0.15.0
2002-10-06 06:54:25 +00:00
naddy
52fab76073
- Regen ancient patches.
...
- C++ fix for gcc3.
ok espie@
2002-10-06 00:49:02 +00:00
jakob
a153356c22
syslog-ng
2002-10-05 21:58:09 +00:00
fgsch
6347e76401
byebye NEED_VERSION.
2002-10-05 21:11:09 +00:00
fgsch
d9eb6d95e4
update to pan 0.13.0.
2002-10-05 20:25:50 +00:00
fgsch
ba71248fc7
more workarounds for sha1.c on sparc64; this works fine now.
2002-10-05 19:41:17 +00:00
fgsch
2331d3ee68
- update to distrib. patch 20020203.
...
- switch to distinfo.
- remove NEED_VERSION.
- update HOMEPAGE and MASTER_SITES.
2002-10-05 19:09:26 +00:00
naddy
41c87c7bd3
home page/master site moved
2002-10-05 16:15:44 +00:00
jakob
1037c47789
update to rc7, -stable will be update once we have a final release
2002-10-05 15:22:27 +00:00
jakob
a34e359be4
syslog-ng, a syslogd replacement
2002-10-05 14:18:16 +00:00
jakob
dca4cd382f
security update to version 1.5b
2002-10-05 13:22:23 +00:00
espie
94a5faf4ac
non-insane name for libstdc++.
2002-10-05 09:40:58 +00:00
naddy
5fcfc6d7b3
Update to 2.2.6.
2002-10-04 19:22:59 +00:00
naddy
3ccbc67563
Update to FreeBSD-CVSweb 2.0.6. Notable changes:
...
- Make annotate work under mod_perl.
- New config variable annotate_options.
2002-10-04 19:21:48 +00:00
naddy
8e4fd4868f
* Respect CC/CFLAGS/CXX/CXXFLAGS.
...
* C++ fix for gcc3; from Craig Rodrigues <rodrigc@attbi.com> via FreeBSD.
ok jakob@
2002-10-04 19:20:24 +00:00
brad
36a9392a98
Fix security issue with gv.
...
When GV detects that the document is either a PDF file or a
GZip compressed file, it executes some commands with the help of the
system() function. Unfortunately, these commands contain the
filename, which can be considered as untrusted user input. It is then
possible to distribute a file (with a meticulously chosen filename,
that even seems innocent) that causes execution of arbitrary
shell commands when it is read with GV.
http://www.epita.fr/~bevand_m/asa/asa-0000
2002-10-04 18:29:14 +00:00
brad
6709a2465e
upgrade to gmake 3.80
2002-10-04 18:06:28 +00:00
brad
b0766fdf67
upgrade to Squid 2.5.STABLE1
2002-10-04 13:52:48 +00:00
brad
5ff4346bf3
mark this BROKEN on sparc64, even with the supposed workaround this
...
still will not compile, GCC seems to like chewing through VM like
it's going out of style.
2002-10-04 13:22:25 +00:00
brad
9f0d73fa37
better sed usage.
...
--
From: Waba <wabasoft@yahoo.fr>
2002-10-04 13:10:34 +00:00
brad
271ccb8964
upgrade to openbox 2.1.1
2002-10-04 12:58:52 +00:00
jakob
a06c39c1c3
update to version 0.9.7. important changes:
...
- name resolution disabled by default
2002-10-04 09:08:50 +00:00
jakob
16ec0cb3e4
fix broken db flavour
2002-10-04 08:45:32 +00:00
jakob
a57708277f
install and deinstall /usr/lib/sasl as needed
2002-10-04 08:45:26 +00:00
brad
45599a96fc
update INDEX (2013)
2002-10-02 16:07:06 +00:00