naddy
43697d1881
C++ fixes for gcc3
2002-09-29 17:32:35 +00:00
naddy
10f220d8d4
Fix for new cdrtools output; from Jacob Meuser <jakemsr@jakemsr.com>.
2002-09-29 17:22:05 +00:00
naddy
d3547b6547
- Honor CXX.
...
- Fix compilation with gcc3.
2002-09-29 16:19:55 +00:00
naddy
e291bc98bd
Fix build with gcc3.
2002-09-29 16:10:09 +00:00
naddy
1c7a2cc259
Fix build with gcc3.
2002-09-29 15:31:52 +00:00
naddy
a8cba2d423
Fix build with gcc3.
2002-09-29 14:32:45 +00:00
brad
078daae9a1
SECURITY: add 2002-06-14 hotfix
...
The issue involves the security of the indexes of ZCatalog objects. A flaw
in the security settings of ZCatalog allows anonymous users to call arbitrary
methods of catalog indexes. The vulnerability also allows untrusted code to
do the same.
--
From: MAINTAINER
2002-09-29 06:02:18 +00:00
brad
95a5002acf
add run time dependency on ghostscript to be used by kghostview.
2002-09-29 02:10:55 +00:00
naddy
46342869b5
- Fix coredump on startup for ELF platforms.
...
- Apply all official patches that have appeared so far.
2002-09-29 01:31:06 +00:00
naddy
7f5612ce8a
Respect CC/CXX/CFLAGS/CXXFLAGS.
2002-09-28 23:12:31 +00:00
brad
1f734883ac
fix buffer overflow issue with kghostview.
...
--
Patch from: Dirk Mueller <mueller@kde.org> via espie@
2002-09-28 22:50:29 +00:00
naddy
79968cbb18
Respect CC, CXX, CFLAGS.
2002-09-28 22:30:10 +00:00
naddy
defe4e7f19
- respect CC/CXX
...
- use ${CXX} as linker
- fetch prototype for sqrt(); fixes compilation with gcc3
2002-09-28 22:19:40 +00:00
naddy
1903c5ce93
- honor CXX
...
- don't rely on max() being available; fixes building with gcc3
2002-09-28 22:04:09 +00:00
naddy
7db93272cb
fix building with gcc3
2002-09-28 21:25:05 +00:00
naddy
d7be27b80a
some C++ fixes for compiling with gcc3
2002-09-28 21:01:17 +00:00
naddy
355ddb99f3
update to release 2002-09-22, old distfiles have disappeared; ok pvalchev@
2002-09-28 20:28:46 +00:00
naddy
99c960afdf
Remove multiple declarations of default arguments; required for compiling
...
with gcc3.
2002-09-28 20:26:48 +00:00
naddy
f9b12d6ba0
LP64
2002-09-28 20:25:23 +00:00
brad
b0f39f243d
remove another dir from the linker cache durring post-install
2002-09-28 19:19:51 +00:00
naddy
d7beb03a59
Fix multiple declaration of default arguments; required for gcc3.
2002-09-28 18:24:14 +00:00
naddy
85cb6ff115
Disambiguate call to overloaded function; required for gcc3.
2002-09-28 16:40:25 +00:00
naddy
c7cd5003bb
- fetch prototype to fix build with gcc3
...
- link with CXX
2002-09-28 15:24:00 +00:00
mark
55f815fced
Fix breakage -- ocaml does not supply "ocamlopt", therefore the hevea
...
build is using an incorrect target.
Tested on macppc and i386 - ok pvalchev@
2002-09-28 03:51:01 +00:00
pvalchev
dc18c5b31b
Update to nessus-1.2.5, Bugfix release
...
"o Fixed a deadlock that would prevent some plugins from
completing
o Fixed a possible (although rare) corruption issue in the
reports (the script IDs could under some circumstances be random)
o Fixed a potential segfault in the execution of nasl scripts"
From maintainer reinhard@
ok lebel brad
2002-09-28 03:18:15 +00:00
pvalchev
c01a6ea16b
Mark BROKEN: very outdated and with possible security holes, see various
...
bugtraq postings (installed setuid root)
2002-09-28 01:20:43 +00:00
pvalchev
acc52383c0
Do not install setuid uucp; use group dialer to control access to modem
...
Print a message saying that if someone wishes to use minicom's
minicom.users file to control access they have to change the perms; help from S@mSmith.net
2002-09-28 00:46:11 +00:00
naddy
ad30a44c3b
C++ fix for compiling with gcc3
2002-09-27 23:33:36 +00:00
naddy
ff0c13ae86
- C++ fix for compiling with gcc3.
...
- Use CXX for linking rather than CC.
2002-09-27 22:51:58 +00:00
naddy
7ea4345d52
C++ fix for compiling with gcc3
2002-09-27 21:57:22 +00:00
naddy
c792802e32
Handle unexpected "125" reply as seen e.g. from ftp.compaq.com.
...
Obtained from Dieter Baron <dillo@giga.or.at>; ok maintainer
2002-09-27 20:00:37 +00:00
naddy
eee9a3db55
Fix compilation with gcc3.2.
2002-09-27 18:02:28 +00:00
pvalchev
c88e83ddde
Do not install this with special permissions (setuid uucp), and write tty
...
locking files in /var/spool/lock rather than /var/spool/uucp. Users need
to be in group dialer for that, and to open the serial devices now; this
matches OpenBSD tip(1) behaviour; itojun said it looks ok
2002-09-27 16:24:41 +00:00
brad
071dc2bbed
remove some dirrm tags.
2002-09-27 13:11:11 +00:00
brad
51fbf19c14
upgrade to Tomcat 4.0.5, fixes recent security issue.
...
--
From: Luiz Gustavo <gustavo@shoptime.com>
2002-09-26 23:59:44 +00:00
brad
4456905e4f
drop suid/sgid bits on backup files.
...
--
Patch based on CVS change.
2002-09-26 23:00:08 +00:00
pvalchev
c1d611e8c7
Add ftp.usa.openbsd.org to the backup OpenBSD sites list; ok lebel naddy
2002-09-26 20:37:50 +00:00
pvalchev
b9ab3ce065
Fix broken MASTER_SITES & HOMEPAGE; from Jim Geovedi
2002-09-26 18:36:53 +00:00
pvalchev
b973d85a23
Add Gnome to LIB_DEPENDS; spotted by Rob Sessink <rob_ses@web.de>
...
From maintainer Jim Geovedi
2002-09-26 18:22:15 +00:00
naddy
0437155cf2
- Add libart dependency.
...
- Include karbon and kontour.
XXX karbon and kspread are still broken.
2002-09-26 15:49:58 +00:00
marcm
d2cb3e7dfd
Remove the setuid bit from camel-lock-helper, and add a MESSAGE saying so.
...
Removing the setuid bit will break Evolution's ability to read email only
from the system mail spool. If you need that functionality the MESSAGE
file tells you how to put the setuid bit back.
2002-09-26 08:07:10 +00:00
pvalchev
28f719e0bc
Add missing libs so this links successfully with new binutils; ok jakob
2002-09-25 21:32:26 +00:00
lebel
6c546738c9
in fact, it should be everything other than i386 that disable java and ada;
...
from brad@
2002-09-25 19:44:32 +00:00
lebel
28c0f57fa8
Make gcc 3.2 build by default on sparc64 by desactivating ada and java;
...
pval@ ok
2002-09-25 17:20:23 +00:00
marcm
b7ac8fbb26
Pull in patch from 1.9.27 to fix potential infinite loop lockup.
...
ok pvalchev@
2002-09-25 07:42:39 +00:00
pvalchev
9f5bb51dae
This was clearly not tested on an ELF system...
2002-09-25 07:09:53 +00:00
brad
c9e38558c0
update INDEX (2012)
2002-09-25 02:19:45 +00:00
brad
8793689a8d
remove BROKEN tag for static FLAVOR on sparc64, I cannot remember
...
who reported this supposed breakage but it sure seems to work on both
3.1-stable and -current systems.
2002-09-25 02:06:33 +00:00
pvalchev
38c6719f83
do not install symlinks to 'fvwm' and 'fvwm-root' and especially do not
...
install them outside DESTDIR; problem noticed by jneitzel@sdf.lonestar.org
2002-09-24 18:55:11 +00:00
marcm
db17ad701b
Fix MASTER_SITES so it will actually fetch now.
...
ok pvalchev@
2002-09-24 17:20:38 +00:00