couderc
75964089f4
Fix LOCALBASE, noticed by Jim Geovedi.
2002-12-14 08:21:56 +00:00
naddy
0fe9eb2ce8
Update to 4.1.1: bug fixes, support for *BSD/sparc64 has been integrated.
2002-12-13 23:56:58 +00:00
jakob
bdfb426373
build with -O0 until propolice bug is fixed
2002-12-13 23:12:21 +00:00
jakob
2338cf9eba
update to pine v4.51. this release does not introduce major new functionality.
...
instead, it addresses bugs found in earlier versions.
2002-12-13 22:19:00 +00:00
lebel
33d3ea2bdd
update to the bmf mini-howto; from MAINTAINER
2002-12-13 21:40:25 +00:00
brad
2212d1892c
remove the Perl modules for now. The ideal "fix" would be to fix the
...
naming of the damn Perl modules so they do not conflict with irssi's.
2002-12-13 16:28:31 +00:00
fgsch
65dc3e1fbe
update to eboard 0.7.0.
2002-12-13 14:56:43 +00:00
lebel
ec8d3f09f9
update vim/stable to 6.1.263;
...
implements a new 'ruby' FLAVOR; thanks to Jim Geovedi <jim@corebsd.or.id>
2002-12-13 14:54:37 +00:00
fgsch
6e98edec2f
SECURITY FIX: update to fetchmail 6.2.0.
2002-12-13 08:53:56 +00:00
pvalchev
44c9692895
sync with update-patches
2002-12-13 08:04:52 +00:00
pvalchev
8e99944cff
solve more signed vs unsigned char issues by using correct types, some of
...
it was just a matter of making functions match their prototypes.....
ok maintainer Jose Nazario
2002-12-13 07:52:10 +00:00
pvalchev
fe4e7c5df9
getc returns int, not char; ok maintainers
2002-12-13 07:38:04 +00:00
pvalchev
a606fb2e0b
do not check a char variable for -1 for error but for 0 correctly, as it
...
will never be -1; from maintainer andrey@smagin.com after being prompted
by me, from icewm CVS
2002-12-13 07:27:39 +00:00
pvalchev
ebc94b3e03
getc() returns int, not char - especially avoid problem on arches
...
where 'char' is unsigned and error returned; ok dugsong millert
2002-12-12 20:08:39 +00:00
jakob
a15c0d2b4a
mark BROKEN
2002-12-12 14:57:59 +00:00
sturm
90d51b717a
update to 0.91.1
...
minor bugfixes and some new features from the development branch
for deatils see HOMEPAGE
naddy@ OK
2002-12-12 09:11:58 +00:00
pvalchev
972bff3d84
lsof-4.65
2002-12-12 08:14:24 +00:00
pvalchev
e1d349d3ed
kill trailing whitespace
2002-12-12 07:29:02 +00:00
pvalchev
bdfb335d0c
There is no longer need to specify the type of sparc to lsof, remove
...
useless definitions which are no longer relevant to the source, and
thus make this port non-interactive on sparc.
2002-12-12 07:24:38 +00:00
naddy
eb59bb2c6c
Tweaks from new maintainer Jim Geovedi <jim@corebsd.or.id>.
2002-12-12 01:25:36 +00:00
naddy
aecaae2f73
No more need for manual man page installation.
2002-12-12 01:18:54 +00:00
naddy
547c139402
SECURITY update to 0.3.2.2:
...
"Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found another security
vulnerability in w3m 0.3.2.x that w3m will miss to escape html tag
in img alt attribute, so malicious frame html may deceive you to
access your local files, cookies and so on."
2002-12-12 01:10:53 +00:00
pvalchev
9d70d2f293
do not assume char is signed by default; ok maintainer Ian
2002-12-11 23:31:20 +00:00
couderc
cf65a17c62
Fixed remaining gcc
2002-12-11 19:19:20 +00:00
pvalchev
a6e34f29e4
do not hardcore /usr/local... someone is not paying attention
2002-12-11 18:25:37 +00:00
marcm
48806b6686
Update to 0.14.0 which now handles -pthread without patching (hmpf "patch
...
from FreeBSD guys" indeed).
The included glib-1.2.8 is no longer built, instead our in-tree glib is
linked statically. This avoids a reported problem on macppc arches.
ok avsm@
2002-12-11 17:17:08 +00:00
margarida
a585b554a8
Remove wrong dependency.
...
p5-Text-Balanced comes with perl v5.8.0.
Thanks to naddy@
2002-12-11 16:40:43 +00:00
sturm
e65a41ec9f
- /usr/local -> ${LOCALBASE}
...
- remove NEED_VERSION
from Sebastian Stark
naddy@ OK
2002-12-11 16:38:24 +00:00
grange
ad5d9c77ff
+sma
2002-12-11 15:37:02 +00:00
grange
5ca92a71dc
Initial import of sma from Jim Geovedi <jim@corebsd.or.id>.
...
SMA is a program that analyses mail log files and produces a nice
summary of mail activity. It works by taking its input from files
or standard input and outputting the results to standard output or
file. All error messages and debugging information are printed to
standard error.
WWW: http://www.klake.org/sma/
ok couderc@
2002-12-11 15:34:55 +00:00
naddy
290fc199c6
Fixes from maintainer Peter Galbavy <peter.galbavy@knowtion.net>.
2002-12-11 15:08:37 +00:00
fgsch
9651b32682
http auth support; code from elinks merged to links by
...
Sergey Karpov <karpov@sai.msu.su> via
William Yodlowsky <bsd@openbsd.rutgers.edu>.
thanks to pval@ and pedro bastos for testing.
2002-12-11 08:07:17 +00:00
couderc
7a2194ddfa
Update to 1.3.5
2002-12-10 22:38:35 +00:00
jakob
b6a7584397
update to v0.08, from MAINTAINER
2002-12-10 19:30:41 +00:00
brad
a69012ebd6
Fix directory traversal bug in FTP mode with wget which can potentially
...
allow files to be written outside the download directory.
http://marc.theaimsgroup.com/?l=bugtraq&m=87602746719482
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1344
2002-12-10 18:37:24 +00:00
brad
adf8863b15
sync with update-patches
2002-12-10 18:22:06 +00:00
couderc
1d8c66ce25
Add ruby-ncurses
2002-12-10 16:21:08 +00:00
couderc
2b197dae55
Initial import of ruby-ncurses from Jim Geovedi.
...
##
Ruby interface which provides access to the functions, macros, global
variables and constants of the ncurses library. These are simply
mapped to a Module named Ncurses. Functions and external variables
are implemented as module functions of the Module Ncurses.
2002-12-10 16:01:02 +00:00
brad
13a7400a86
drop MAINTAINER.
2002-12-10 15:46:10 +00:00
brad
3718df684e
mail now bounces for this MAINTAINER.
2002-12-10 15:34:30 +00:00
brad
cc78dcb201
upgrade to fluxbox 0.1.14
...
--
From: MAINTAINER
2002-12-10 15:22:40 +00:00
pvalchev
90e567d42b
sync, 2087
2002-12-10 09:00:37 +00:00
pvalchev
9bedd9f6b9
nap-1.5.1
2002-12-10 08:45:21 +00:00
jakob
e0f3332bc7
upgrade to v2.1.10, buffer overflow fixes. patch from Hack Kampbjorn.
2002-12-10 08:37:42 +00:00
jakob
32323ef35e
update to ethereal v0.9.8
2002-12-10 00:13:09 +00:00
couderc
a9be9703da
Sync with ruby module
2002-12-09 22:41:58 +00:00
couderc
a20889f31c
Sync with ruby module
2002-12-09 21:13:05 +00:00
couderc
d7a1517f02
add comments
2002-12-09 21:04:08 +00:00
jakob
5df9d550d4
flavourize gssapi/kerberos5 support until automatic detection has been
...
resolved.
2002-12-09 20:54:12 +00:00
couderc
d354d26f2b
Added doc and example directories
2002-12-09 20:26:36 +00:00