summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg276-715/+1068
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-26Needs full pax dependency. Bump revision.joerg1-5/+8
2008-05-25Updated net/snort to 2.8.1adrianp1-1/+2
2008-05-25Update to 2.8.1adrianp3-8/+13
Includes fix for CVE-2008-1804 [*] New Additions * Target-Based support to allow rules to use an attribute table describing services running on various hosts on the network. Eliminates reliance on port-based rules. * Support for GRE encapsulation for both IPv4 & IPv6. * Support for IP over IP tunneling for both IPv4 & IPv6. * SSL preprocessor to allow ability to not inspect encrypted traffic. * Ability to read mulitple PCAPs from the command line. * Support for new CVS rule detection options. [*] Improvements * Update to HTTP Inspect to identify overly long HTTP header fields. * Updates to IPv6 support, including changes to avoid namespace conflicts for certain Operating systems. * Updates to address issues seen on various Sparc platforms. * Stricter enforcement of shared object versions to avoid API conflicts.
2008-05-25Improve previous patch to still build on NetBSD 4.0 branch.wiz2-6/+9
Addresses PR 38744.
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg49-78/+115
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-05-25DragonFly normally has bsdtar in /usr/bin.joerg1-1/+4
2008-05-25Reset maintainer on his request.wiz13-29/+27
2008-05-25Drop EXTRACT_USING=pax.joerg1-3/+1
2008-05-25Use full path for pax and a runtime dependency. Bump revision.joerg2-5/+7
2008-05-25Document that bsdtar is a valid choice for EXTRACT_USING and that it isjoerg1-5/+5
prefered over gtar (as it can be built out-of-the-box).
2008-05-25Fix indentation.tron12-24/+24
2008-05-25Revert accidental changes and replace "OWNER" by "MAINTAINER" again.tron2-4/+4
2008-05-25bsdtar is a valid value for EXTRACT_USING.joerg1-2/+2
2008-05-25Remove EXTRACT_USING=pax.joerg1-2/+1
2008-05-25Drop EXTRACT_USING.joerg1-2/+1
2008-05-25Add support to extract using bsdtar.joerg2-4/+8
2008-05-25libarchive and bsdtar updated to 2.5.4b.joerg1-1/+3
2008-05-25Update build glue for libarchive 2.5.4b.joerg2-4/+4
2008-05-25Resolve conflicts.joerg10-1447/+29
2008-05-25Import libarchive-2.5.4b. Major changes:joerg102-2285/+6431
- much improved mtree support - fix a number of non-exploitable integer and buffer overflows - bsdtar get -s and SIGINFO/SIGUSR1 support - fix hardlink extraction bug where latter hardlinks would overwrite the permissions of earlier entries even when they don't carry data - fix bsdtar crashes on entries with empty filenames
2008-05-25Updated x11/XaoS to 3.3tnn1-1/+2
2008-05-25Update to Xaos 3.3.tnn3-9/+22
The main new feature is support for user defined formulae.
2008-05-25If there is no va_copy(), provide one and just assume the compiler knowstnn5-2/+116
how to copy va_lists by value.
2008-05-25Drop hpux fix which is now handled by compat_headers.tnn1-8/+1
2008-05-25Fix hpux bugfix. __strtoll needs inttypes.htnn3-5/+5
2008-05-25Fix build of teTeX3-bin on MacOS X as described in PR 38635. Patch testedtonnerre2-7/+4
by me and Matthias Kretschmer. PKGREVISION not bumped because there is no change at all to the content.
2008-05-25Add bsdtar to the tools list.joerg1-1/+12
2008-05-25bootstrap packages has been registered for while now.joerg1-6/+2
2008-05-25Note addition of x11/xvidtune package version 1.0.1.taca1-1/+2
2008-05-25Add and enable xvidtune.taca1-1/+2
2008-05-25Importing xvidtune 1.0.1.taca4-0/+35
Xvidtune is a client interface to the X server video mode extension (XFree86-VidModeExtension). It can show current video mode, switch the video mode and interactively adjust current video mode.
2008-05-25Make destdir ready.dillo1-2/+6
2008-05-25+squirrelmail-1.4.15taca1-1/+2
2008-05-25Updated crafty to 22.1.joerg1-1/+2
2008-05-25Update to crafty 22.1. Always use the NetBSD rules, we can fixup issuesjoerg6-174/+27
if they happen. Don't install the ECO classification as opening book, it is essentially useful. No detailed ChangeLog, but this fixes some crashes with invalid games, brings SMP support and increases to the strength of crafty.
2008-05-25Add fltk2.joerg2-2/+4
2008-05-25Import build rules for fltk2. This is currently static only.joerg10-0/+362
2008-05-25Remove left-over file from autoconf usage.joerg1-1523/+0
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron36-72/+72
2008-05-25Yet another try to fix PR pkg/38733tonio3-9/+15
Use the __DARWIN_64_BIT_INO_T from sys/cdefs.h on darwin
2008-05-25Add back compress-mbox option and a note to not remove it again, butjoerg2-2/+7
just comment it out.
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo12-24/+24
2008-05-25Updated misc/dvtm to 0.4.1tnn2-3/+3
2008-05-25Update to dvtm-0.4.1. Contributed by Leonardo Taccari.tnn4-35/+49
* Cursor key mode switching (this fixes arrow keys in vim) * Characters following an escape are passed to the underlying application, this fixes ALT+<n> key combination as used by irssi * A hack to make the keypad sort of work with putty * Mouse support is now compile time selectable * Destroy clients when an IO-error occurs * Correct signal handling (save and restore errno) * Destroy clients cleanly, prevent zombies * Added a note about copy & paste to the manual page (use SHIFT while selecting or pasting text) * Some source code formatting fixes
2008-05-25unlimit the data segment (gsromfs1.c needs > 128MB on gcc/alpha)tnn1-1/+2
2008-05-25Updated gnustep-make; gnustep-base; gnustep-gui; gnustep-backadam2-4/+6
2008-05-25Changes 1.14.2:adam3-9/+7
* Minor configuration change so it will compile on darwin with ffcall.
2008-05-25Changes 0.12.1:adam3-8/+10
* Switched to use LGPL 3 and GPL 3. * Report more controls as being flipped. (NSTextField, NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton) NSTabView is still missing. * In NSAffineTransform use optimized primitive methods from base. * Add font attribute fixing to NSAttributedString. To allow for the output of glyphs not present in the current font. * Optimized the validation of edited cells.
2008-05-25Changes 0.12.1:adam2-7/+6
* Add DPSshfill for all backends. Better handling of X event times.