Commit Graph

19795 Commits

Author SHA1 Message Date
avsm
5f4d5f42d2 fix fgets buffer overflow, submitted upstream 2003-04-14 10:28:03 +00:00
avsm
636978169d fix bad static buffer bound - submitted to upsteam author
ok kevlo@
2003-04-14 09:47:46 +00:00
avsm
a2f7849d99 - fix another static buffer overflow in fgets
- use update-patches
2003-04-14 09:46:06 +00:00
avsm
6bb79aa158 - fix a set of buffer overflows in fgets into a wrong sized buffer
- use update-patches
- bump PKGNAME to p1
2003-04-14 09:39:18 +00:00
avsm
ff3f5e6565 Update to courier-imap-1.7.1; this fixes an important assumption that
pids on openbsd can be recycled in intervals smaller than one second
(previous it assumed that they couldnt).  This prevents maildir
corruption on heavily loaded servers.

Also temporarily disable ipv6; it seems pretty broken right now.
2003-04-14 09:21:31 +00:00
wilfried
ed94b6f2de Update to pork-0.7.0; from maintainer Jolan Luff <jolan@cryptonomicon.org>
- bug fixes
- show urls in messages containing a href tags
- interoperability with icq
2003-04-14 09:20:40 +00:00
wilfried
5f0d814d06 +oilwar 2003-04-14 09:10:02 +00:00
wilfried
8f6a3d27f0 Import OilWar 1.2.1; submitted by Jolan Luff <jolan@cryptonomicon.org>
An evil army is attacking your land and tries to steal your oil.
Waste the invaders, protect the oil, protect the motherland.
2003-04-14 09:09:50 +00:00
kevlo
5fa2ac2da7 upgrade to version 2.00 2003-04-14 08:26:11 +00:00
sturm
78647c9da1 +p5-Finance-QuoteHist 2003-04-13 19:32:47 +00:00
sturm
86f7645352 Initial import of Finance-QuoteHist 0.31
The Finance-QuoteHist bundle is several modules designed to fetch
historical stock quotes from the web.

WWW: http://www.mojotoad.com/sisk/projects/Finance-QuoteHist/

from Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
minor cleanup by me
2003-04-13 19:31:33 +00:00
sturm
84af9e1cce +p5-Carp-Datum
+p5-Getargs-Long
+p5-Log-Agent
2003-04-13 16:58:18 +00:00
sturm
78ffcc683e Initial import of Carp-Datum 0.1.3
Debugging And Tracing Ultimate Module

Carp::Datum implements the following features:

* Programming by contract: pre-conditions, post-conditions, assertions.
* Flow control tracing: routine entry, arguments, returned values
* Dynamic (i.e. runtime) configuration via mini language to tailor
  debugging and/or tracing at the routine / file / package / type level.
* Ability to statically remove all assertions and flow control tracing
  hooks in modules making use of Carp::Datum.
* Cooperation with Log::Agent for tracing.

from Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
minor cleanup by me
2003-04-13 16:54:28 +00:00
sturm
7627ee9907 Initial import of Getargs-Long 0.1.3
The "Getargs::Long" module allows usage of named parameters in function
calls, along with optional argument type-checking. It provides an easy
way to get at the parameters within the routine, and yields concise
descriptions for the common cases of all-mandatory and all-optional
parameter lists.

From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
little cleanup and DESCR from me
2003-04-13 16:32:22 +00:00
sturm
cf60af4b67 Initial import of Log-Agent 0.304
Log::Agent is a general logging framework aimed at reusable modules.

Instead of having modules insist on using their own logging reporting
(by hardwiring calls to warn() or syslog()) which can conflict with
the final application's choice, one may use logwarn() for instance to
emit a warning.

From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
2003-04-13 16:20:20 +00:00
sturm
16621522d2 +tcpdpriv 2003-04-13 10:03:26 +00:00
sturm
b8f5ee89cb Initial import of tcpdpriv 1.1.10
Tcpdpriv removes sensitive information from a packet trace, replacing it
with contrived information from which the sensitive information cannot be
reconstructed.  By removing the sensitive information, the output of
tcpdpriv may be shared with others (for debugging or network analysis,
say).

WWW: http://ita.ee.lbl.gov/html/contrib/tcpdpriv.html
2003-04-13 10:00:41 +00:00
pvalchev
0b4dd288ce trickle 2003-04-13 08:08:35 +00:00
pvalchev
c666ca6186 Initial import of trickle-1.04
trickle is a portable lightweight userspace bandwidth shaper.  It can
run in collaborative mode (together with trickled) or in stand alone
mode.  trickle works by taking advantage of the unix loader preloading.
Essentially it provides, to the application, a new version of the
functionality that is required to send and receive data through sockets.
It then limits traffic based on delaying the sending and receiving of
data over a socket.  trickle runs entirely in userspace and does not
require root privileges.

WWW: http://monkey.org/~marius/trickle/

Maintainer Jolan Luff <jolan@cryptonomicon.org>
2003-04-13 08:07:50 +00:00
pvalchev
8fa76ea898 fix some warnings; from maintainer Jim Geovedi 2003-04-13 07:48:02 +00:00
david
6bb71a49be nsprpub/pr/include/md/_openbsd.cfg: fix a typo
nsprpub/pr/src/misc/prnetdb.c: add OpenBSD to the list of OSes with getifaddrs()
nsprpub/pr/src/misc/prtime.c: OpenBSD's struct tm has two additional fields: tm_zone and tm_gmtoff.

ok pvalchev@
2003-04-13 04:26:32 +00:00
david
b3bc1f4462 use -pthread rather than libc_r on OpenBSD
patch from bugzilla bug 198462
thanks to timeless and Rich Cannings
2003-04-13 02:57:40 +00:00
david
3a0e8bb760 update to reality
ok pvalchev@
2003-04-13 02:45:32 +00:00
david
783202879f update to the latest mozilla release (1.4a)
add correct dependencies
simplify configure options
ok pvalchev@

XXX: this port is still marked BROKEN (doesn't run)
2003-04-13 02:40:48 +00:00
david
ff5820ad96 update to Parallel::ForkManager 0.7.5
- Documentation fixes
- Fix bug if you specify max_procs = 0
ok pvalchev@
2003-04-12 20:30:02 +00:00
david
f8f238a79a remove perllocal.pod
ok MAINTAINER Peter Galbavy
ok pvalchev@
2003-04-12 20:22:24 +00:00
espie
d18c07a257 sync, 2208 packages 2003-04-12 17:54:08 +00:00
pvalchev
ecef48e44f don't assume OpenBSD/i386 means a.out, add !__ELF__ define; ok espie 2003-04-12 17:12:25 +00:00
espie
c55f7e18d6 security update: invoke ghostscript with safe flags, to disable
pdf/postscript possible holes.
2003-04-12 15:37:01 +00:00
espie
720638c1bb This is about quality documentation, isn't it ?
Help people choose the right software for their machine.
2003-04-12 15:25:04 +00:00
espie
5e723a1d5e +kobodeluxe* 2003-04-12 15:23:29 +00:00
espie
cf07c21559 xkobo meets sdl, plus music/sounds!
usable on non 8 bits display, window of reasonable size.
port from Jolan Luff, improvements taken from xkobo port by Marc Espie.
2003-04-12 15:22:10 +00:00
wilfried
1ca06ba180 remove cruft 2003-04-11 19:28:19 +00:00
naddy
c7a5a7d929 Update to 0.19.2:
* The server now runs as a daemon by default and automatically reloads the
  configuration file when it has been updated.
* Client options to force the use of IPv4 and IPv6, respectively.
2003-04-11 18:58:48 +00:00
lebel
6389fbedd4 drop maintainership on this one 2003-04-11 17:07:38 +00:00
pvalchev
e0965b3a91 fix Xft after XFree update; ok maintainer Jim Geovedi 2003-04-11 16:20:21 +00:00
wilfried
10fde02502 +rocksndiamonds 2003-04-11 15:31:50 +00:00
wilfried
5d9471d197 Import rocksndiamonds 2.1.1; submitted by Jolan Luff <jolan@cryptonomicon.org>
maze game resembling boulderdash
2003-04-11 15:31:27 +00:00
wilfried
9aa34adc53 Update beaver-0.2.6; from maintainer Vincent Derrien <vincent@ahoup.net> 2003-04-11 09:54:04 +00:00
wilfried
6b69081d19 + uqm, uqmcontent 2003-04-11 09:18:34 +00:00
wilfried
d53b87db3d Import uqmcontent 0.2; submitted by Jolan Luff <jolan@cryptonomicon.org>
The content files to uqm, which has a different license.
2003-04-11 09:17:18 +00:00
wilfried
0b538d3bd2 Import uqm 0.2; submitted by Jolan Luff <jolan@cryptonomicon.org>
The Ur-Quan Masters is an SDL-based port of the 3DO version of the
popular game Star Control 2.
2003-04-11 09:12:52 +00:00
jsyn
dfd02bf536 +netsed 2003-04-11 08:49:42 +00:00
jsyn
a4c4ca8198 Import of netsed-0.01c:
--
netsed is a small utility designed to allow you to alter the contents of
packets forwarded through your network in real time.

WWW: http://lcamtuf.coredump.cx/

This rocks, BTW; bought time I brought this in.
2003-04-11 08:48:42 +00:00
marcm
4affedc1f7 Missing BUILD_DEPENDS. Noticed by naddy@ 2003-04-11 05:05:02 +00:00
naddy
c48737b726 Update to 0.19.1. 2003-04-10 21:00:43 +00:00
jsyn
69152db193 remove reference to Visio; ok pvalchev@ 2003-04-10 18:46:49 +00:00
jsyn
4cfc5d8e6c s/socks/SOCKS/; ok jakob@ 2003-04-10 18:43:53 +00:00
jsyn
43d7195899 quote COMMENTs; ok naddy@ 2003-04-10 18:08:56 +00:00
pvalchev
e9f6c0150a fix freetype2 paths w/ new XF4 2003-04-10 16:58:19 +00:00