Commit Graph

37690 Commits

Author SHA1 Message Date
marco
5b7a5f8a8a Modify iogen to terminate all children when either data corruption or
data loss occurs.  This trigers a major version bump.
2007-04-16 17:46:31 +00:00
espie
a5d3f1822b shave a bit of time (roughly 5%) by noticing that package lists are
now more or less `unique', so we can avoid processing them more
than once.
2007-04-16 15:09:03 +00:00
espie
4d3e4bb38e shrink memory used by building only one single list per set of pkgnames.
Also use a simple `seen' cache for files only used by one package, since
they cannot participate in actual conflicts.

Shrinks memory for 250M to 190M, with no negative speed effects.
2007-04-16 14:36:25 +00:00
steven
2c777132fd use .tgz instead of .zip archive which is no longer available
pointed out by david@ some time ago

regen patches while here. no bump needed.
2007-04-16 14:13:14 +00:00
espie
bd5bc8a1ea synch 2007-04-16 12:28:29 +00:00
ian
a9f061599c Add bits of documentation to maintainerless port, no code change, bump pkg 2007-04-16 00:04:32 +00:00
ian
b666d87e4f Adjust depends for junit point release, pkg bump 2007-04-15 23:14:26 +00:00
ian
02f79a3509 Upgrade from 3.8.1 to 3.8.2. Convert from "download binary Java code" to
normal build port. Take maintainership, suggested by previous maintainer kevlo.
Be more cautious with license (CPL).  ok kurt@
2007-04-15 23:08:22 +00:00
espie
e7142515bb you can't have inter-packages WANTLIB, you've got to go through LIB_DEPENDS
so that build proceeds correctly.

noticed by naddy@, kili@, bug by sturm@

bump PKGNAME for people who managed to build the broken version.
2007-04-15 18:26:03 +00:00
mbalmer
0157d680b0 Update to ufraw 0.11.
(Note: Depending on the pictures you open, you may need to
raise the data limit (ulimit -d) a bit.)
2007-04-15 12:44:54 +00:00
aanriot
073ae79cbb - enable postgresql support by default.
- add a prelude flavor + instructions.
- regen patches.

team work with maintainer Rui Reis.
2007-04-15 11:58:25 +00:00
aanriot
662b3c8355 add _nepenthes uid/gid for net/nepenthes.
from Rui Reis.
2007-04-15 11:56:26 +00:00
aanriot
75d2b3b944 update to 0.9.9 .
tested by Rui Reis.
2007-04-15 11:40:48 +00:00
aanriot
fd9c5f4cb2 update to 0.9.7.2 .
tested by Rui Reis.
2007-04-15 11:39:28 +00:00
aanriot
8711e8c863 update to 0.9.12 .
tested by Rui Reis.
2007-04-15 11:38:10 +00:00
aanriot
b4eb429ca1 update to 0.9.13.2 .
tested by Rui Reis.
2007-04-15 11:37:16 +00:00
grange
6afa9ff2c4 Update to gxemul-0.4.5. 2007-04-15 08:08:38 +00:00
steven
610ba94fda mention the -ap2 package here too 2007-04-15 07:40:27 +00:00
sturm
b67038d83e WANTLIB 2007-04-14 21:20:19 +00:00
sturm
f8843a3dfa update to Net-SSH-Perl-1.30
from Okan Demirmen
2007-04-14 20:18:03 +00:00
steven
49af6f0a2a update to sqlite 3.3.15
doesn't look bad espie@
2007-04-14 19:34:03 +00:00
naddy
c88481207a Do not depend on a special pseudo-flavor and prevent double building
during bulk builds.  ok espie@, sturm@
2007-04-14 17:39:56 +00:00
espie
0fdad65312 modify libtool to run install with *no* executable permissions on files that
do not need it.

After discussion with matthieu, theo, naddy, and a lot of tests, that
caught up the fact that sometimes, libtool uses cp, so we let it use cp
(for now).
2007-04-14 15:58:03 +00:00
steven
c5e8ae6b85 update to 2.1pre28, various bug fixes
from Frank Denis <obsd-ports at pureftpd.org>
2007-04-14 14:35:42 +00:00
robert
e7ac3640cd - Fix heap overflow in DMO loader. (CVE-2007-1246)
pulled from xine SVN by Brad <brad@comstyle.com>
2007-04-14 11:57:39 +00:00
espie
45a364f7c7 +sqliteman, catalyst::rdbo 2007-04-14 11:46:00 +00:00
espie
874b6b085c use a rose db model for a catalyst app 2007-04-14 11:44:38 +00:00
espie
eee3dd5cd4 simple gfx interface to sqlite databases. Based on qt4. More features
than sqlitebrowser.
2007-04-14 11:43:43 +00:00
espie
0b318a4a8b sync 4318 unzels 2007-04-14 11:36:13 +00:00
mbalmer
c3c2194761 Update to tabled-1.0.5:
- tabled can now listen on a local fifo and on a network socket
- a command line client, tablec, has been added to speak to a tabled daemon
  over the net
- network exchange can be protected by a secret hash
2007-04-14 06:32:19 +00:00
robert
88d299f7f1 - Fix heap overflow in DMO loader. (CVE-2007-1246)
- regen patches while here

pulled from MPlayer SVN by Brad <brad@comstyle.com>
2007-04-13 23:13:21 +00:00
sturm
5099324475 WANTLIB 2007-04-13 20:40:51 +00:00
naddy
3cafbc2710 Disable the x264 plugin. This doesn't build with our x264 port. 2007-04-13 19:49:16 +00:00
mbalmer
6fc6e60f0c Update to rox filer 2.6
The main changes are: support for .desktop files that require a terminal
emulator; emblems for extended attributes are now optional; there's a
new "Fit" backdrop scaling mode (overscale); the unmount dialog
now includes an Eject button, and all mount commands can take arguments;
and there's a new display option to control whether filtering affects
directories or just files.

From Rui Reis <rui@rui.cx>
2007-04-13 18:45:17 +00:00
jakob
bf244d1e4f Dovecot v1.0.0; from brad@ 2007-04-13 15:38:29 +00:00
jasper
78330d73f0 - update msmtp to 1.4.11
- add support for Internationalized Domain Names

from MAINTAINER Simon Kuhnle <simonkuhnle@web.de>

please note that TLS now requires either tls_trust_file
or a disabled tls_certcheck in order to work.

ok martynas@
2007-04-13 15:06:51 +00:00
sturm
395c26bd67 WANTLIB 2007-04-13 14:50:06 +00:00
kurt
6065bc244c - update to 3.2.2
- SHARED_ONLY=Yes
- sprinkle some -nowarn to reduce verbosity caused by building with
  1.5 only (reqested by espie@)
- increase memory use during build to reduce jvm thrashing and cut 1/3 off
  the build time
2007-04-13 14:30:43 +00:00
sturm
30c68cf957 WANTLIB 2007-04-13 14:29:38 +00:00
sturm
e3b74a00a0 WANTLIB 2007-04-13 14:10:24 +00:00
kurt
7a8ccb19e2 use ant -q vs -v to reduce verbosity. requested by espie@ ok ian@ 2007-04-13 14:04:08 +00:00
bernd
573299d695 Security update to fetchmail-6.3.8. (CVE-2007-1558)
Make the APOP challenge parser more distrustful and have it reject challenges
that do not conform to RFC-822 msg-id format, in the hope to make mounting
man-in-the-middle attacks (MITM) against APOP a bit more difficult.

Detailed information:
http://fetchmail.berlios.de/fetchmail-SA-2007-01.txt
2007-04-13 13:22:25 +00:00
bernd
d0e786804a Update to qdbm-1.8.75. 2007-04-13 13:10:37 +00:00
bernd
7f31591009 Bump library major version to avoid confusion with libexpat from xenocara.
ok sturm@, steven@
2007-04-13 11:10:29 +00:00
bernd
d125f84607 Update to git-1.5.0.5 and put git-svn and git-svnimport into a subpackage.
Joint work with uwe@ and grunk@.

ok matthieu@ (MAINTAINER)
2007-04-13 10:19:45 +00:00
sturm
9e171d12e6 grub 2007-04-13 08:29:57 +00:00
sturm
1dc3539474 initial import of grub 0.97
GNU GRUB, the GRand Unified Bootloader, a flexible and powerful boot loader
program for PCs, i386-only.

with feedback from and ok bernd
2007-04-13 08:29:17 +00:00
mbalmer
ca153939f5 Security update to ClamAV 0.90.2. This containe three import security
fixes:

- ClamAV CAB File Unstore Buffer Overflow Vulnerability
- File descriptor leak in CHM handler
- PDF fd leak

From the original annoucement:

**Important note**: on April 16th CHM, CAB and PDF handlers will be
disabled for 0.90 and 0.90.1 users through the dynamic engine
configuration module (DCONF). Please upgrade to 0.90.2 immediately.
2007-04-13 06:17:47 +00:00
steven
482380b89e update to 0.8.0
from maintainer Will Maier
2007-04-13 04:50:17 +00:00
steven
b25aada4e1 change maintainer's email address per his request 2007-04-13 03:58:53 +00:00