pvalchev
4d9627f908
final round:
...
cast NULL sentinel to void * so it is 64bit on alpha & sparc64, use
NULL instead of '0' where appropriate.
2002-12-30 09:15:26 +00:00
pvalchev
33697948d0
modernise
2002-12-30 09:11:47 +00:00
pvalchev
bde9781b56
sync patch
2002-12-30 09:07:45 +00:00
pvalchev
e3cc2692ca
sync with update-patches
2002-12-30 08:44:36 +00:00
pvalchev
8e7d7ab477
sync linenumbers, etc
2002-12-30 08:42:26 +00:00
fgsch
7530f51518
these are actually not arch dependant; problem reported by marc@.
2002-12-30 07:37:55 +00:00
espie
2e2caa25ec
Synch mt with 3.1.1
2002-12-30 02:43:52 +00:00
brad
34616db918
upgrade to gaim 0.59.7
...
--
jcs@ ok
2002-12-30 00:42:18 +00:00
brad
f975f83529
The pdftops filter in xpdf contains an integer overflow that can
...
be exploited to gain the privileges of the target user.
http://www.idefense.com/advisory/12.23.02.txt
2002-12-29 23:45:20 +00:00
pvalchev
f1edb3f5c1
since this assumes char is signed all over the place, just pass a gcc
...
flag -fsigned-char for compilation. ok maintainer
2002-12-29 22:49:02 +00:00
margarida
b46426693e
Update to version 2.5.14
...
--
SECURITY fix:
A cross-site scripting (XSS) vulnerability has been discovered for
all versions of MHonArc upto, and including, v2.5.13. A specially
crafted HTML mail message can introduce foreign scripting content
in archives, by-passing MHonArc's HTML script filtering.
brad@ ok
2002-12-29 22:01:49 +00:00
fgsch
1ad10a57ff
zap NEED_VERSION here as well.
2002-12-29 21:30:57 +00:00
brad
0d571da43f
better
2002-12-29 21:22:13 +00:00
fgsch
e5e4446061
finally, no more NEED_VERSION.
2002-12-29 21:14:10 +00:00
margarida
1868e2bbb7
Do not install gzipped manpages.
...
couderc@ pvalchev@ ok
2002-12-29 21:13:44 +00:00
fgsch
acdfd4ea13
zap NEED_VERSION.
2002-12-29 20:41:07 +00:00
fgsch
dd26b7b067
zap NEED_VERSION.
2002-12-29 20:31:39 +00:00
fgsch
6256399a40
and more..
2002-12-29 20:19:09 +00:00
fgsch
dbbbdb40da
guess what? more NEED_VERSION rm.
2002-12-29 20:08:46 +00:00
fgsch
dca24631c4
yet more NEED_VERSION removal.
2002-12-29 19:49:40 +00:00
fgsch
8625bbcf91
byebye NEED_VERSION.
2002-12-29 19:43:49 +00:00
fgsch
8b5f0695ca
chau NEED_VERSION.
2002-12-29 19:37:52 +00:00
fgsch
5357418279
more NEED_VERSION removal.
2002-12-29 19:32:37 +00:00
fgsch
c88e2520c6
byebye NEED_VERSION.
2002-12-29 19:29:56 +00:00
espie
da1e656a68
Fix uic override mechanism, using latest qt module.
2002-12-29 19:25:33 +00:00
espie
90688185cd
Add a knob so that user may choose to not override UIC.
...
Useful when configure scripts know better (like recent kde script,
which needs to pass specific -L options through)
2002-12-29 19:24:53 +00:00
margarida
912510dcc6
Update to version 1.10
...
Take MAINTAINER.
brad@ ok
2002-12-29 18:28:25 +00:00
espie
648be46b14
oops, missing space
2002-12-29 17:47:01 +00:00
espie
c9a903fb4a
time_t is not necessarily unsigned long on OpenBSD.
2002-12-29 16:43:44 +00:00
espie
5c25bbb3bc
Some components need kde widgets. Fix uic path so it can find them
...
(this is necessary with kde 3.1rc*, and harmless with kde 3.0.x ?)
2002-12-29 16:40:03 +00:00
espie
efabf866f5
update to qt 3.1.1
...
uic.1 -> uic3.1
2002-12-29 16:13:28 +00:00
margarida
23601bee00
No Red Bull hm ?
2002-12-29 15:18:40 +00:00
fgsch
94e3dd2101
sayonara NEED_VERSION.
2002-12-29 15:15:18 +00:00
fgsch
4c3c4c58e5
and more.
2002-12-29 15:12:31 +00:00
margarida
7035d61a74
Update to version 0.1.17.
...
--
This release fixes a segfault relating to colors.
Adding of 'default' priority feature.
fgsch@ ok
2002-12-29 15:12:14 +00:00
fgsch
88dacd0942
no more NEED_VERSION.
2002-12-29 15:11:06 +00:00
fgsch
f22c92f425
more NEED_VERSION removal.
2002-12-29 15:10:07 +00:00
fgsch
032e09cc00
byebye NEED_VERSION.
2002-12-29 15:03:57 +00:00
espie
80a5ae446c
comment out some shared dirs, from Dan Weeks
2002-12-29 14:16:30 +00:00
pvalchev
52eefff59c
cast NULL sentinel to void * so it is 64bit on alpha & sparc64
2002-12-29 09:34:48 +00:00
pvalchev
4f22812321
cast NULL sentinel to void * so it is 64bit on alpha & sparc64
2002-12-29 00:10:47 +00:00
pvalchev
de5a1ce02c
cast NULL sentinel to void * so it is 64bit on alpha & sparc64
2002-12-28 23:29:13 +00:00
pvalchev
d4b4262c4c
sync linenumbers etc
2002-12-28 23:25:32 +00:00
pvalchev
826e4a2989
this assigns negative values into char's all over the place, quick fix
...
is to specifically get signed char although most of those look wrong
and the code should be rewritten majorly. maintainer gave me the
blessing for this not long ago; more issues remain
2002-12-28 22:55:46 +00:00
pvalchev
8557012a72
cast NULL sentinel to void * so it is 64bit on 64bit arches
2002-12-28 22:51:42 +00:00
fgsch
9adb9e87ee
o fix MASTER_SITES
...
o remove NEED_VERSION
2002-12-28 22:00:33 +00:00
fgsch
c891b5c203
o ftp passive support, based from elinks.
...
o bump package name.
2002-12-28 21:49:14 +00:00
jcs
89ca92e4fb
remove myself as maintainer
2002-12-28 20:03:22 +00:00
todd
788777cd53
update to 2.0.2; based on a patch to 2.0.1 from Jim Geovedi <jim@corebsd.or.id>
...
and prompting from Christoph_Egger@t-online.de (Christoph Egger)
2002-12-28 19:34:51 +00:00
todd
60be1490bc
this was to go in with the previous commit
2002-12-28 19:11:15 +00:00