Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
sthen f6c9102d1a updated patch from Rob Holland, his commentary:
"Andreas Tille, the Debian WordNet maintainer, noticed a bug in my
patch. The bug is not security related, but causes incorrect behaviour
in WordNet.

I replaced a strncpy(s1, s2, strlen(s2)) with a strcpy forgetting that
strncpy invoked that way would always omit the trailing \0 (as the \0
would always be at strlen(s2) + 1). This resulted in a truncation of
output from WordNet which relied on the previous behavior which it
used to 'patch' s1. I've now adjusted the strncpy to be a memcpy and
added a comment, to make the intent of the code clear. (Using a str*
function when you don't wish any handling of \0 is unintuitive to me,
hence my mistake). [..] Apologies for the error."

thanks Rob for the exemplary handling of this advisory. Notifications
to package maintainers and follow-ups are almost unheard-of and very
welcome.
2008-09-06 21:49:15 +00:00
archivers - update p5-Archive-Zip to 1.24, mostly bug fixes 2008-09-01 16:54:48 +00:00
astro remove duplicate call to install.man without DESTDIR 2008-06-20 18:33:45 +00:00
audio - update p5-Audio-MPD to 0.19.4 2008-09-01 09:03:34 +00:00
benchmarks +sysbench 2008-04-15 14:16:56 +00:00
biology
books +wndw 2008-06-26 08:50:22 +00:00
cad Fix LIB_DEPENDS and bump: change tk84:tk->=8.4:x11/tk/8.4 2008-06-14 16:40:39 +00:00
chinese update MASTER_SITES 2008-06-08 14:27:03 +00:00
comms need to be more explicit in tcl dependency and bump PKGNAME-tcl 2008-07-18 15:23:11 +00:00
converters - update p5-MARC-Record to 2.0.0 2008-09-02 14:09:51 +00:00
databases update to 0.5.28 2008-09-01 19:10:22 +00:00
devel add p5-Catalyst-Plugin-C3 to devel/ and p5-Catalyst-Plugin-Cache, 2008-09-06 10:34:06 +00:00
editors - small update to leafpad-0.8.15 2008-09-03 14:43:30 +00:00
education - use the in-tree intltool utilities (textproc/intltool MODULE) instead 2008-06-03 14:56:09 +00:00
emulators remove. math has isnormal, isgreater, isgreaterequal, isless, 2008-07-24 19:00:11 +00:00
games - update to tmw-0.0.26 2008-08-31 17:32:22 +00:00
geo I moved (and not just to get a free commit) a while go. 2008-09-04 07:52:36 +00:00
graphics Fix FFmpeg's configure script so it can retreive and understand the 2008-09-05 01:10:21 +00:00
infrastructure - add _cherokee user and group (www/cherokee) 2008-09-05 11:21:17 +00:00
inputmethods - fix missed adjustment in qt3.port.mk to handle shared_lib bump; 2008-07-27 21:44:59 +00:00
japanese restyle and regen patches, wow old stuff 2008-08-30 11:16:59 +00:00
java Bump PKGNAME due to RUN_DEPENDS change caused by 1.3 and 1.4 jdk 2008-06-24 02:46:21 +00:00
korean
lang Drop maintainership. 2008-09-03 22:40:27 +00:00
mail Update to Dovecot 1.1.3. 2008-09-04 08:35:43 +00:00
math update to 5.16.1. 2008-08-20 20:36:45 +00:00
misc updated patch from Rob Holland, his commentary: 2008-09-06 21:49:15 +00:00
multimedia Fix CDDB access on 64-bit architectures. 2008-08-31 00:35:08 +00:00
net update to openvpn 2.1rc9, this includes security fixes 2008-09-06 09:07:10 +00:00
news sync WANTLIB, bump package version. 2008-05-31 23:50:57 +00:00
palm
plan9 sync WANTLIB. bump package. 2008-05-30 09:41:21 +00:00
print - don't tell users to install the -cups subpackage when it does not exist 2008-08-31 16:06:11 +00:00
productivity - update to calcurse-2.2 2008-08-29 17:27:57 +00:00
russian
security upgrade to v0.9.9 2008-09-03 21:02:31 +00:00
shells - enable pcre support, from Pierre-Emmanuel Andre (MAINTAINER) 2008-07-02 15:02:54 +00:00
sysutils Add support for sensors through hw.sensors sysctls, currently temperature, 2008-09-02 11:28:05 +00:00
telephony SECURITY update fixing several problems in IAX, both remotely 2008-07-23 08:57:10 +00:00
textproc add p5-Template-Plugin-Markdown 2008-09-06 11:39:45 +00:00
www add p5-Catalyst-Plugin-C3 to devel/ and p5-Catalyst-Plugin-Cache, 2008-09-06 10:34:06 +00:00
x11 - old MASTER_SITES no longer has the distfile, so switch to a mirror 2008-09-05 21:31:55 +00:00
.cvsignore
INDEX sync (4.4) 2008-08-07 00:24:51 +00:00
Makefile add .FORCE phony target to mirror-maker, so that you can set F=.FORCE to 2008-08-20 00:04:30 +00:00
README

Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
bsd.port.mk(5).

See also http://www.openbsd.org/

$OpenBSD: README,v 1.17 2004/07/25 00:15:32 espie Exp $