summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-10Remove use of automake/autoconf after duscussed with Anthony Mallet,taca1-7/+2
package maintainer who sent PR pkg/34655.
2006-11-10jalbum-6.5.4martti1-1/+2
2006-11-10Updated www/jalbum to 6.5.4martti3-8/+17
Changes unknown.
2006-11-10Adapt to recent struct uvmexp changes.martin5-24/+107
2006-11-10Fixed the warning from GNU awk that in strings, \$ is the same as arillig1-2/+2
plain $.
2006-11-10Added CHECK_HEADERS_SKIP to make the package pass the test.rillig1-1/+2
2006-11-10Added CHECK_HEADERS_SKIP to make the package pass the test. The postfixrillig1-2/+3
configuration variables look exactly like the ones produced by the configure scripts. Added POSTFIX_QUEUE_DIR to BUILD_DEFS to make it visible why VARBASE can be configured.
2006-11-10Refined the pattern for lines containing bad macros. White-space isrillig1-2/+2
allowed between the "#" and the "define", and the value must be of the form "${varname}/...", that is, starting with a double quote, followed by "${" and a variable name, and directly behind the closing brace must be a slash. This should catch most false positives while still being useful.
2006-11-10Updated archivers/libarchive to 1.3.1adrianp1-1/+2
2006-11-10Update to 1.3.1adrianp3-6/+59
Sep 05, 2006: libarchive 1.3.1 released Sep 5, 2006: Bump version to 1.3 for new I/O wrappers. Sep 4, 2006: New memory and FILE read/write wrappers. Sep 4, 2006: libarchive test harness is now minimally functional; it's located a few minor bugs in error-handling logic Fix a denial of service security issue via FreeBSD: If the end of an archive is reached while attempting to "skip" past a region of an archive, libarchive will enter an infinite loop wherein it repeatedly attempts (and fails) to read further data.
2006-11-10Updated www/ja-trac to 0.10.1.1.obache1-1/+2
2006-11-10Update ja-trac to 0.10.1.1.obache3-11/+11
Trac-0.10.1-ja-1 (Nov 9, 2006) * Merge trac-0.10.1 * Translate messages into Japanese. * trac/db/api.py * trac/notification.py * Correct some translations. * templates/timeline.cs * wiki-default/TracIni * trac/mimeview/silvercity.py * Add link to TracJa. * wiki-default/TracGuide * Update to current statement. * README.trac-ja * wiki-default/TracJa * bdist's package name revert to `trac` from `trac-ja`, because some plugins require `trac`'s package name. * setup.py Trac 0.10.1 (Nov 8, 2006) http://svn.edgewall.org/repos/trac/tags/trac-0.10.1 Trac 0.10.1 contains a security fix and a number of bug fixes. The following list contains only a few highlights: * Fixed CSRF vulnerability (#4049), reported by Daniel Kahn Gillmor. * Improved DB connection handling (#3503) * Tracd no longer tries to resolve client's IP address (#3481). The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.1
2006-11-10The first hunk of patch-af is not needed.rillig2-14/+3
2006-11-10Text files must end with a newline.rillig1-2/+2
2006-11-09Variable names don't need to be quoted.rillig1-3/+3
2006-11-09Some minor tweaks; added DESTDIR.rillig1-4/+5
2006-11-09+ SKIP_PORTABILITY_CHECKrillig1-1/+4
2006-11-09Added documentation.rillig1-8/+26
2006-11-09g/c menaingless --disable-gtk-doc config argdrochner1-3/+1
2006-11-09update to 5.8.25drochner3-8/+8
changes: minor bugfixes
2006-11-09update to 0.9.2drochner4-15/+18
changes: -redesign status bar; long hint strings can now be seen as a tooltip -fix demo playback -more code cleanup and commenting
2006-11-09This is also an FAQ of autoconf, so provide a link to there.rillig1-1/+4
2006-11-09update to 2.16.1drochner2-7/+6
changes: -Translation updates -Some preferences shutdown fixes
2006-11-09update to 2.16.2drochner3-8/+18
changes: -bugfixes -translation updates
2006-11-09update to 1.0.6.6drochner4-80/+14
changes: -Clean mathematical types and routines for graphics -Detection of intersections in graphical mode -Several bug fixes
2006-11-09update to 1.2.6drochner4-24/+23
changes: mostly bugfixes
2006-11-09update to 2.16.1drochner2-8/+6
changes: -minor bugfixes -new _rsvg_register_types() function
2006-11-09update to 1.14.3drochner2-6/+6
changes: -Fix crash exporting keyword vector from OLE2 -> ODF. -mprove debug spew for OLE2 propert import.
2006-11-09update to 2.0.3drochner3-7/+9
changes: -adds translations for Basque and Esperanto -new window icons -fixes several bugs and crashes
2006-11-09Updated emulators/gxemul to 0.4.3xtraeme1-1/+2
2006-11-09Update to 0.4.3.xtraeme6-147/+10
Changes between release 0.4.2 and 0.4.3 include, among other things: o) SuperH (SH4) emulation is now stable enough to let a NetBSD/dreamcast GENERIC_MD (ramdisk) kernel reach userland. o) There is now a simple framework for letting emulated clocks, as seen by guest operating systems, run at the same speed as the host clock. So far, the DECstation, MobilePro (hpcmips), NetWinder, CATS, Malta (evbmips), Cobalt, Algor, Dreamcast, and testmips machine modes use the new clock/timer framework. o) Some changes to the way expressions are evaluated in the built-in debugger, and some changes in command behaviour: x) Expressions (including assignments) can now be arbitrarily complex, using parentheses, and the following operators: + - * / % (modulo) ^ (xor) & (and) | (or) x) Some internal emulator variables can now be read/written using normal expressions. Examples of commands that did not work earlier, but should work now: print verbose r5 = sp - arch_pagesize * 4 machine[0].statistics_enabled = 1 x) To force a name to be interpreted as a setting/register name, a hash sign (#) is now used instead of the percentage sign (%). (In the new expression evaluator, % means arithmetic modulo.) x) The 'focus' command now also selects a cpu, in addition to selecting machine and emul. x) The 'reg' command only prints registers for one cpu now, not all cpus in the currently focused machine. o) The wdc (standard IDE controller) had a bug which prevented disk images larger than 2 GB to work correctly. This has been fixed. o) For MIPS emulation, some combinations of emulated processor + guest operating system should now work better when idling (i.e. the host should not run at 100% CPU): x) For MIPS32/MIPS64 and RM5200, the 'wait' instruction should now work more or less as expected. x) For VR41xx (e.g. MobilePro) emulation, the standby instruction should work like the 'wait' instruction. x) For R3000 emulation, where there is no hardware wait instruction, I've implemented "instruction combination" hacks for both NetBSD/pmax and Debian/pmax, so that their cpu idle loops are detected and treated almost as a wait instruction. o) MIPS 64-bit address translation (X=1) was not fully working before; TLB exception handling for xkseg and larger-than-2GB-userland should now actually work. (Thanks to Juli Mallett and Carl van Schaik for noticing these problems.) o) The mouse cursor update routines in DECstation (LK201) emulation previously used the fact that guest OSes set the _hardware_ cursor position. In order to support X Windows when emulating modern versions of NetBSD/pmax, which don't set the hardware position anymore, a workaround has been implemented which only sends relative coordinates to the guest OS. This has two drawbacks: 1. Ultrix emulation with dual- and tripple-head emulation will most likely feel very strange. It will still work, though. 2. Cursor movement feels "accelerated", because the emulator sends unaccelerated movements to the guest OS, which then accelerates them. This can however be compensated to some degree by running 'xset m 1 0' in the guest OS. Having weird accelerated mouse movement is better than having no mouse support at all, so this change was necessary.
2006-11-09Note addition of fwbuilder21 and libfwbuilder21.bad1-1/+3
2006-11-09Descend into fwbuilder21 and libfwbuilder21.bad1-1/+3
2006-11-09These conflict with with libfwbuilder21 and fwbuilder21 becausebad2-2/+6
of the lib/libfw{builder,compiler}.{a,la.so} files.
2006-11-09Initial import of fwbuilder-2.1.7.bad9-0/+215
Changes since the 2.0.12 release: Improvements and changes in the GUI * The GUI works much faster with very large object trees. * "Where used" menu item to quickly find and show all groups and firewall rules that reference given object. Confirmation dialog shown when an object is deleted also shows all groups and rules that use it. * Built-in installer can now save a copy of .fwb file to the firewall. * Compile/install dialog is now an independent window instead of a modal dialog, this means the user can look at the policy and objects while compilation and/or installation is going on. * Network discovery driud is back, ported from fwbuilder 1.0. As before, it supports reading object definitions from a file in /etc/hosts format, can read DNS zone and also can crawl the network using SNMP queries. * Startup splash window has been removed. * Keeping track of dependencies between objects. Firewalls that refer to an object that is modified are marked with bold font. * Added bulk compile and install operations. * All object dialogs have been converted into built-in panels that appear in the right hand part of the main window. * Improvements in "Find" function: administrator can now drag an object into a well in the find dialog panel to make it search for this particular object. * The "Find and replace" operation has been implemented. New object types, new rule types and rule elements, new actions and other new features * AddressTable This object resolves to a set of IP addresses defined in an external file. * DNSName: This object resolves a host name to the IP address using DNS. Object can be confgiured to do so at compile time or run time. * TagService: This object matches tags set by action Tag. * Interface objects can now be marked as bridge ports. * Support for routing rules has been implemented. * Global policy and interface policies have been merged. Each policy rule now has rule element "Interface". * Policy rules can have the following new actions: * Queue: This action passes the packet to user space process for inspection. * Custom: This action allows administrator to define arbitrary piece of code to be used in place of an action. * Branch: This action is used to create a branch in the rule set. * Tag: This action associates internal tag with the packet. * Classify: This action allows the firewall to define QoS class for the packet that matches the rule. * Route: This action makes the firewall to route the packet that matches the rule through an interface or a gateway specified in the parameters of the action. * Firewall object now has an attribute "inactive" excluding it from bulk compiles and installs. Compiler for iptables * Support for address tables loaded from external files at compile or run time. * Support user defined chains with predefined names (using special action ) * Support for CLASSIFY, MARK, CONNMARK, QUEUE, ROUTE targets * Support for physdev module for bridging firewalls * additional optimization of rules in INPUT and OUTPUT chain: now removing firewall object from src or dst to simplify rule if it uses OUTPUT or INPUT chain. * support for modules connlimit and hashlimit. Compiler for PF * Support for load balancing rules * Support for tag and route options * Support for address ranges and network objects in TSrc in NAT rules * Support for pool types in NAT rules ('bitmask', 'random', 'source-hash', 'round-robin'), as well as 'static-port' option. * Supprot for anchors (by way of a special action) * Support for tables with predefined names (using AddressTable object) * Support for packet 'tagging' (by way of a special action and service object TagService) Compiler for ipfilter * Support for PPTP and IRC proxies * Support for route option API * internal object ID is augumented with process ID of the program that creates an object. * fwbedit Fwbedit can now create objects and repair broken object database.
2006-11-09Initial import of libfwbuilder-2.1.7.bad11-0/+315
Changes since the the 2.0.12 release: Improvements and changes in the GUI * The GUI works much faster with very large object trees. * "Where used" menu item to quickly find and show all groups and firewall rules that reference given object. Confirmation dialog shown when an object is deleted also shows all groups and rules that use it. * Built-in installer can now save a copy of .fwb file to the firewall. * Compile/install dialog is now an independent window instead of a modal dialog, this means the user can look at the policy and objects while compilation and/or installation is going on. * Network discovery driud is back, ported from fwbuilder 1.0. As before, it supports reading object definitions from a file in /etc/hosts format, can read DNS zone and also can crawl the network using SNMP queries. * Startup splash window has been removed. * Keeping track of dependencies between objects. Firewalls that refer to an object that is modified are marked with bold font. * Added bulk compile and install operations. * All object dialogs have been converted into built-in panels that appear in the right hand part of the main window. * Improvements in "Find" function: administrator can now drag an object into a well in the find dialog panel to make it search for this particular object. * The "Find and replace" operation has been implemented. New object types, new rule types and rule elements, new actions and other new features * AddressTable This object resolves to a set of IP addresses defined in an external file. * DNSName: This object resolves a host name to the IP address using DNS. Object can be confgiured to do so at compile time or run time. * TagService: This object matches tags set by action Tag. * Interface objects can now be marked as bridge ports. * Support for routing rules has been implemented. * Global policy and interface policies have been merged. Each policy rule now has rule element "Interface". * Policy rules can have the following new actions: * Queue: This action passes the packet to user space process for inspection. * Custom: This action allows administrator to define arbitrary piece of code to be used in place of an action. * Branch: This action is used to create a branch in the rule set. * Tag: This action associates internal tag with the packet. * Classify: This action allows the firewall to define QoS class for the packet that matches the rule. * Route: This action makes the firewall to route the packet that matches the rule through an interface or a gateway specified in the parameters of the action. * Firewall object now has an attribute "inactive" excluding it from bulk compiles and installs. Compiler for iptables * Support for address tables loaded from external files at compile or run time. * Support user defined chains with predefined names (using special action ) * Support for CLASSIFY, MARK, CONNMARK, QUEUE, ROUTE targets * Support for physdev module for bridging firewalls * additional optimization of rules in INPUT and OUTPUT chain: now removing firewall object from src or dst to simplify rule if it uses OUTPUT or INPUT chain. * support for modules connlimit and hashlimit. Compiler for PF * Support for load balancing rules * Support for tag and route options * Support for address ranges and network objects in TSrc in NAT rules * Support for pool types in NAT rules ('bitmask', 'random', 'source-hash', 'round-robin'), as well as 'static-port' option. * Supprot for anchors (by way of a special action) * Support for tables with predefined names (using AddressTable object) * Support for packet 'tagging' (by way of a special action and service object TagService) Compiler for ipfilter * Support for PPTP and IRC proxies * Support for route option API * internal object ID is augumented with process ID of the program that creates an object. * fwbedit Fwbedit can now create objects and repair broken object database.
2006-11-09Changes 2.10.3:adam4-27/+9
* Adjustment: Preventing the value from being ignored. * Build: - ListViewText: Fix an odd build problem with gcc 3.3.6. * Documentation: - Explain the optional (at build-time) API for reduced resources environments. - Correct the links to the Memory Management and libglademm chapters. - Drawable::get_image(), Container::remove(), Widget::add_mnemonic_label: avoid mentioning a functions that do not exist in gtkmm.
2006-11-09Updated abiword[-plugins] to 2.4.6adam1-1/+3
2006-11-09Changes 2.4.6:adam2-6/+5
* Bug-fix release, see ChangeLog for details
2006-11-09Changes 2.4.6:adam4-30/+12
* Bug-fix release, see ChangeLog for details
2006-11-09Note update of www/squid package to 2.6.5.taca1-1/+2
2006-11-09pkgsrc chagnestaca6-66/+43
* install pinger program setuid to make ICMP work; the problem noted by Heron Gallegos via private mail. Key changes squid-2.6.STABLE4 to 2.6.STABLE5 * Bug #1776: 2.6.STABLE4 aufs fails to compile if coss isn't enabled * COSS improvements and cleanups * Bug #1785: Memory leak in handling of negatively cached objects * Bug #1780: Incorrect Vary processing in combination with collapsed_forwarding * Bug #1779: Delay pools fairness when multiple connections compete for bandwidth * Bug #1796: Assertion error HttpHeader.c:914: "str" * All comm loops now use the generic event framework * a number of other minor and cosmetic bugfixes. See the list of squid-2.6.STABLE4 changes and the ChangeLog file for details.
2006-11-09Documented the ksh-compatible form of the SKIP_FILTER.rillig1-2/+4
2006-11-09Added a little comment.rillig1-1/+9
The program now exits with the correct exit status in case of errors.
2006-11-09Greatly simplified the code and added documentation.rillig1-32/+31
2006-11-09Fixed the SKIP_FILTER command so that NetBSD's ksh can handle it as well.rillig2-5/+7
2006-11-09Rewrote check-portability in awk instead of shell, since the shell has arillig4-78/+147
huge performance problem: When reading files, it calls read(2) for every single byte. awk instead reads a whole line at a time. For the lang/php5 package, the execution time changed from (7.8 real 4.5 user 3.1 sys) to (1.6 real 1.5 user 0.4 sys).
2006-11-09Make it compile with gcc 4.x againmartin2-8/+8
2006-11-09Teach Solaris to expose snprintf() with:dsainty1-1/+4
CPPFLAGS.SunOS+=-D__EXTENSIONS__ Without this a Solaris 9 build falls over at cairo-output-stream.c.
2006-11-09Fix typo.ghen1-2/+2