summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-21Updated to version 0.9.3.salo7-12/+50
Changes: - add patch to fix compilation when MATROSKA_VERSION is set to 2 or bigger. Patch sent to Moritz Bunkus and it's fixed in svn repo. - take MAINTAINERSHIP 0.9.3: ====== - mmg: bug fix: The 'default track' checkbox was broken. - mkvmerge: bug fix: Using '--cues ...:all' was broken for audio tracks that use lacing. bug fix: The latest OpenDML AVI files generated by mencoder were not read correctly. Only the first RIFF chunk was processed. bug fix: The default track feature did not work correctly with the new --track-order. new feature: When using a CUE sheet as a chapter file mkvmerge will automatically convert some of the entries to tags. new feature: Added support for TTA lossless audio files. If the user does not specify a --language for a track 'und' ('undefined') will now be used instead of 'eng'. The user can use the new option '--default-language' to change that.
2004-07-20PKGREVISION++salo5-24/+19
- do not define MATROSKA_VERSION=2 anymore. it's not needed for mplayer any longer and no other application needs it. per discussion with Moritz Bunkus. - add test target, do not build tests as a part of normal build - i can as well add myself as MAINTAINER..
2004-07-20This package needs CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE inkristerw1-1/+6
order to build on x86_64. Noted by dmcmahill@.
2004-07-20Add OpenBSD-*-* to ONLY_FOR_PLATFORM, mark NetBSD/FreeBSD/Linux for anyxtraeme1-2/+2
arch too (I cannot test them, but it's best to enable it for future testers). Note that I'm working on adding OpenBSD support for these packages.
2004-07-20updated pureftpd to 1.0.19recht2-3/+3
2004-07-20Remove external Matroska support from mplayer packages.salo7-26/+13
The new internal demuxer is the only one supported now, works better and support for the external one will be removed in next releases.
2004-07-20update to pure-ftpd-1.0.19recht3-6/+6
patch provided by Sergio Jimenez in PR pkg/26381 * Version 1.0.19: - A workaround for pure-ftpwho not working on OpenBSD has been added. - Real disk space is no more shown. - A possible denial of service when too many users were connected should be fixed. Reported by Agri <agri@desnol.ru>, thanks!
2004-07-20Note xorp update to 1.0.wiz2-3/+4
2004-07-20Update to 1.0:wiz4-71/+121
Release 1.0 (2004/07/08) ========================= ALL: - All the routing processes can now be started and configured via the RTRMGR/XORPSH. LIBXORP: - Addition of support for safe callbacks (e.g., if an object is destroyed, all callbacks that refer to that object are invalidated). LIBXIPC: - Addition of support for event notification if the status of a target changes. LIBFEACLIENT: - Few bug fixes. XRL: - No significant changes. RTRMGR: - Addition of new command-line option "-v" to print verbose information. - Removal of command-line option "-d" that prints default information, because the same information is printed with the "-h" flag. - Addition of support for explicit configuration of the XRL target name of a module. - Addition of support for %help command in the rtrmgr template files. - Addition of support for new methods per module: "startup_method" and "shutdown_method". - Numerous other improvements and bug fixes. XORPSH: - Addition of new command-line option "-v" to print verbose information. - Removal of command-line option "-d" that prints default information, because the same information is printed with the "-h" flag. - Addition of support for help string in the xorpsh operational commands template files. - Addition of support for positional arguments in the xorpsh operational commands template files. - Addition of support to interrupt an operational command. Now if a command is interrupted from the command line by typing Ctrl-C, then the executed binary command itself (and its forked children, if any) is killed. - Numerous other improvements and bug fixes. FEA/MFEA: - Addition of support for propagating the Forwarding Information Base from the underlying system to clients interested in that information. - Addition of support for opening TCP or UDP sockets via the FEA. - Modification to the MFEA to use "libfeaclient" to obtain the interface information from the FEA. - Numerious bug fixes. RIB: - Addition of support for redistributing routes between two internal tables. - Addition of support for obtaining routes directly from some of the internal tables. - Modification to the RIB to use "libfeaclient" to obtain the interface information from the FEA. - Modification to the RIB to use the new RedistTable to propagate the final routes to the FEA and anyone else interested (e.g., PIM-SM). - Few bug fixes. RIP: - Packet forwarding and reception via FEA written for RIPv2 and RIPng. RIPv2 should be usable. BGP: - IPv6 has now been tested with peerings to the 6Bone; unicast and multicast SAFIs. - Route origination is now possible from BGP. - The memory leaks from the previous release have been found and fixed. STATIC_ROUTES: - This is a new module for configuring static routes to the unicast or multicast RIB. MLD/IGMP: - During startup, a primary address is selected per configured interface, and this primary address should be the link-local unicast address of that interface. - New CLI commands: "show igmp interface address" and "show mld interface address" - Resend some of the XRLs (e.g., those who do not carry soft-state such as protocol control messages) if there is an error. - Few bug fixes. PIM-SM: - Updated to support the lastest PIM-SM specification (draft-ietf-pim-sm-v2-new-09.{ps,txt}). - Addition of support for "alternative subnet" configuration such that non-local senders appear as senders connected to the same subnet. It is needed as a work-around solution when there are uni-directional interfaces for sending and receiving traffic (e.g., satellite links). - During startup, a primary address and a domain-wide address are selected per configured interface. The primary address should be the link-local unicast address of that interface, and the domain-wide address should be a domain-wide reachable unicast address. - Resend some of the XRLs (e.g., those who do not carry soft-state such as protocol control messages) if there is an error. - Several bug fixes. FIB2MRIB: - This is a new module for propagating the unicast forwarding information obtained from the underlying system via the FEA to the multicast RIB. CLI: - Addition of support to propagate command interruption (e.g., Ctrl-C) from the CLI to the object that handles the command processing by calling a pre-defined callback. - During startup, if the input is a terminal (e.g., xorpsh), then read the terminal size instead of using the default values. - A bug fix related to the CLI paging output: now it can handle properly lines that are longer than the width of the CLI output terminal. - Several other bug fixes. SNMP: - No significant changes. Release 0.5 (2003/11/06) ======================== ALL: - New library libfeaclient to simplify interface configuration replication and event reception. LIBXORP: - Addition of ServiceBase class (service.hh) for asynchronous process components that might provide a service. The ServiceBase contains status information, (e.g. starting, running, shutting down, shutdown) and methods for triggering status changes (e.g.start, shutdown). It also provides an interface for observers to be notified of state changes. - Addition of ctype(3) wrappers that work properly even if the value of the int argument is not representable as an unsigned char and doesn't have the value of EOF. LIBXIPC: - Minor refactoring and code clean-up. - Fixes to XrlAtom binary marshalling methods and test code for checking this functionality in future. LIBFEACLIENT: - Added to project. Provides interface configuration tree mirroring and update event notification. Intended to unify how this data is replicated between processes. XRL: - kdoc generation nits. RTRMGR: - Fix the process name of a started proces to be the same as the binary name. - Minor code cleanup. XORPSH: - No significant changes. FEA/MFEA: - Added Linux Netlink support for writing network interface information, and routing entries to the kernel, and for observing the change of that information in the kernel. - Completed support for Linux /proc parsing to return network interface information. - Added support for NetBSD and OpenBSD to the unicast FEA. - Added compilation-time check whether the underlying system supports IPv6 multicast and IPv6 multicast routing, and isolate the compilation of all MFEA code that is specific to IPv6 multicast and IPv6 multicast routing. - Added support for run-time check whether the underlying system supports IPv4 or IPv6 multicast routing. - Various bug fixes and cleanup RIB: - No significant changes. BGP: - Supports multiprotocol IPv6. - The code for multicast SAFI is enabled but is untested. - MED processing is now deterministic. - A memory leak exists. MLD/IGMP: - No significant changes. PIM-SM: - A bug fix related to the removal of timed-out multicast forwarding entries. CLI: - Change slightly the command-line editing, so now Ctrl-W deletes the word before the cursor. Before, Ctrl-W would delete the whole line. - Apply a fix to libtecla in network mode such that keyboard-generated signals are not propagated to the process we have connected to. SNMP: - No significant changes. RIP: - Code added to talk to FEA and RIB. To become functional it still requires the ability to send packets and receive UDP packets through the FEA (work in progress). Release 0.4 (2003/08/28) ======================== ALL: - Rename all process names from "foo" to "xorp_foo": bgp -> xorp_bgp fea -> xorp_fea fea_dummy -> xorp_fea_dummy finder -> xorp_finder ospfd -> xorp_ospf rib -> xorp_rib rtrmgr -> xorp_rtrmgr - Added support for "gmake install" that installs the required XORP pieces under /usr/local/xorp. Currently, the installed subdirectories and files follow the organization in the XORP source code tree. Only the following binaries are installed in subdirectory "bin": call_xrl, xorp_rtrmgr, xorpsh. - Removed old directory "mfea", because it is not needed anymore (all the MFEA code has been merged with the FEA). - The code does not compile anymore on MacOS X 10.2.x (or earlier), due to compiler issues. After Apple starts distributing a better compiler (probably with MacOS X 10.3.x?), then attempt will be made to keep the code compiling again on MacOS X. LIBXORP: - Added pre-order iterators for Trie and RefTrie. LIBXIPC: - Addition of virtual methods in XrlRouter to provide processes with an opportunity to detect finder connection, registration, and disconnection events. XRL: - Minor changes to clnt-gen that changes the names of some typedefs. RTRMGR: - Now all relative paths to templates, xrl files, configuration files, etc are computed relative to the root of the XORP tree. The root is computed in the following order: 1. The shell environment XORP_ROOT (if exists). 2. The parent directory the rtrmgr is run from (only if it contains the etc/templates and the xrl/targets directories). 3. The XORP_ROOT value as defined in config.h (currently this is the installation directory, and it defaults to /usr/local/xorp). XORPSH: - Now all relative paths to executable commands are computed relative to the root of the XORP tree. The root is computed similar to the rtrmgr root (see above), except that in step (2) we consider the parent directory the xorpsh is run instead. FEA/MFEA: - Bug fix: if the multicast protocol to start/stop is PIM, then start/stop PIM multicast routing in the kernel. - Bug fix (Linux-specific): if IGMP/MLD is enabled, then the multicast router will properly receive all IGMP/MLD messages. - Added support to enable/disable unicast forwarding in the kernel via the FEA. Currently, the support is only for FreeBSD, but is not used yet. Hence, the user must explicitly enable unicast forwarding before starting XORP. E.g., in case of FreeBSD run `sysctl net.inet.ip.forwarding=1` as root. In case of Linux run `echo 1 > /proc/sys/net/ipv4/ip_forward` as root. - Fix a compilation problem for NetBSD (courtesy Hitoshi Asaeda <Hitoshi.Asaeda@sophia.inria.fr> and Jun-ichiro itojun Hagino <itojun@iijlab.net>). - Initial support for Linux /proc parsing to return network interface information (work in progress). - Bug fixes in setting the broadcast or p2p flags and addresses in the FEA internal interface tree (IfTree). - Bug fix in computing the minimum size of a message received on a routing socket. - Change the MFEA configuration scripts so now the IPv4/IPv6 setup is controlled by a single variable IP_VERSION that should be either IPV4 or IPV6. Note that those configuration scripts are temporary solution until the MFEA is integrated with the rtrmgr. RIB: - No significant changes. BGP: - Update packets with unknown path attributes are now correctly handled. MLD/IGMP: - Change the "RX" log messages to include the vif name a message was received on. - Initial support for returning the process status via get_status XRL. - Change the MLD/IGMP configuration scripts so now the IPv4/IPv6 setup is controlled by a single variable IP_VERSION that should be either IPV4 or IPV6. Note that those configuration scripts are temporary solution until the MLD/IGMP is integrated with the rtrmgr. PIM-SM: - Change the "RX" log messages to include the vif name a message was received on. - Change the PIM configuration scripts so now the IPv4/IPv6 setup is controlled by a single variable IP_VERSION that should be either IPV4 or IPV6. Note that those configuration scripts are temporary solution until the PIM is integrated with the rtrmgr. - Implement Join/Prune items fragmentation across Join/Prune messages when generating Join/Prune messages. - Fix some of the XRL names related to static RP configuration in the configuration shell scripts. - Fix the generation of Assert messages when data packets are received on the wrong interface; in addition, the Assert messages triggered by data packets are rate-limited to one Assert message/s (on average, per (S,G) or (*,G) routing entry). - Implement an optimization when generating Assert messages triggered by the data packets received on the wrong interface: suppress the second Assert message that is a duplicate. - Implement bandwidth-prorated SPT switch triggering: The SPT switch can be triggered at the last-hop router if the bandwidth from a given source is above a configured threshold. In addition, the same mechanism is implemented in the RP as well (not in the spec, where the SPT switch in the RP is always triggered by the first packet). - Keep various PIM-related statistics (e.g., number of sent or received PIM control messages per interface, etc), and add the appropriate XRL interface to get or reset those statistics. - Modify slightly the "show pim join" CLI output. E.g., print "Could assert WC:" for all entries, print "Could assert SG:" for (S,G,rpt) as well, etc. - Bug fix: when receiving IPv6 PIM packets, use the IPv6-specific pseudo-header to compute the checksum. CLI: - On exit, restore the original terminal flags in case of stdio-based CLI access. This should fix a bug when running xorpsh from sh/bash and pressing Ctrl-D leaves sh/bash in non-echo mode. - Reverse the key binding of 'j' and 'k' in page mode. Now the binding is same as in "vi/more/less": 'j' scroll down one line, while 'k' scroll up one line. SNMP: - Full implementation of BGP4-MIB module (RFC 1657) including traps. RIP: - Implementation functionally operational save communication with the RIB for injecting routes, the FEA to send and receive packets, FEA interface monitoring code, and an XRL interface for configuration.
2004-07-20Note addition of cgic, version 2.02.jmmv1-1/+2
2004-07-20Add and enable cgic.jmmv1-1/+2
2004-07-20Initial import of cgic, version 2.02, provided by cinnion at ka8zrt.com:jmmv10-0/+257
This is the code written to accompany Thomas Boutell's book "CGI Programming in C & Perl". It provides a library of routines for use in CGI programming, and unlike cgilib-0.5, this library handles the "multipart/form-data" encoding required to use the FILE input control type as defined in the HTML specification. NOTE: It should be aware that there were a few developer visible changes made from Thomas Boutell's original distribution when integrating it with the NetBSD packages environment. They are: 1) Instead of being yet another source file which is used in building the application, the package have been converted totally into a library format. This library is linked using "-lcgic". 2) As a result of the first item, the developer no longer writes their entry point under the function name of cgiMain(). Instead, the user will provide their own main(), and will need to call cgiInit() before any other cgic function is called.
2004-07-20note update of p5-XML-Parser to 2.34recht1-1/+2
2004-07-20update to XML-Parser 2.34recht2-6/+5
ok'd by bad@ changes: (none given for 2.34..) 2.33 - Fixed Tree style (grantm) - Fixed some non-utf8 stuff in DTDs (patch in XML::DOM tarball) 2.32 - Memory leak fix (Juerd Waalboer). - Added windows-1252 encoding - Styles moved to separate .pm files to make loading faster and ease maintainence - Don't load IO::Handle unless we really need to
2004-07-20ap-python update to 2.7.10recht2-4/+3
2004-07-20update to mod_python 2.7.10recht3-13/+14
changes: This release addresses a vulnerability in mod_python 2.7.9 whereby a specific query string processed by mod_python would cause the httpd process to crash. The previously released version 2.7.9 was supposed to correct this issue, but is still vulnerable. There are no other changes or improvements from the previous version in this release. If you are currently using mod_python 2.7.9 or earlier, it is highly recommended that you upgrade to 2.7.10 as soon as possible.
2004-07-20Corrected path to x11/py-wxWindows.kristerw1-2/+2
2004-07-20 Renamed galeon to galeon12 [abs 2004-07-20]abs1-1/+5
Renamed galeon-devel to galeon [abs 2004-07-20] Updated galeon to 1.3.16 [abs 2004-07-20] 1.3.16: * Works with Mozilla 1.4 through 1.7, 1.8a1 and trunk * Add thumbnailing to the Open dialogs * Improved context menus * Ensure URL's for frames and redirects don't get saved in the history * Fix the spinner background with gradient themes * Fix a crash when removing items in the personal data manager * Fix reloading of framesets * Make better use of gtk 2.4 API's * lots of other bug fixes 1.3.15: * Works with Mozilla 1.4 through 1.7rc2 and trunk * Requires gtk+ 2.4 * Major download re-write: o Much improved robustness; lots of crashes fixed o Improved filename generation when saving pages o Pages generated by a POST correctly saved * Restored offline mode * Restored ability to block cookie sites when removing cookies * Improved layout of personal data manager * Added context menu to links in page info dialog * Added image save button to page info dialog * Always show the menubar when F10 is pressed * Use more stock icons from the current icon theme * Implement user stylesheet support (put them in ~/.galeon/stylesheets)
2004-07-20galeon is now galeon12abs7-335/+2
galeon-devel is now galeon
2004-07-20Update galeon to 1.3.16 and rename from galeon-devel to galeonabs8-433/+295
1.3.16: * Works with Mozilla 1.4 through 1.7, 1.8a1 and trunk * Add thumbnailing to the Open dialogs * Improved context menus * Ensure URL's for frames and redirects don't get saved in the history * Fix the spinner background with gradient themes * Fix a crash when removing items in the personal data manager * Fix reloading of framesets * Make better use of gtk 2.4 API's * lots of other bug fixes 1.3.15: * Works with Mozilla 1.4 through 1.7rc2 and trunk * Requires gtk+ 2.4 * Major download re-write: o Much improved robustness; lots of crashes fixed o Improved filename generation when saving pages o Pages generated by a POST correctly saved * Restored offline mode * Restored ability to block cookie sites when removing cookies * Improved layout of personal data manager * Added context menu to links in page info dialog * Added image save button to page info dialog * Always show the menubar when F10 is pressed * Use more stock icons from the current icon theme * Implement user stylesheet support (put them in ~/.galeon/stylesheets)
2004-07-20Re-import galeon 1.2.14 as galeon12.abs8-0/+508
Galeon 1.2.x has been end of lifed and will not be updated for mozilla post 1.7
2004-07-20Reorganize the line order to bring related things together and to morejlam1-25/+24
closely match the template package Makefile. Also use BUILD_DIRS instead of invoking make explicitly in a post-build target.
2004-07-20+ squid-2.5.6xtraeme1-1/+2
2004-07-20+ gkrellm-2.2.2xtraeme1-1/+2
2004-07-20Update xlockmore to 5.13. Changes:hubertf1-3/+3
life.h and life3d.h modified to allow use of names with compile-time options LIFE_NAMES (this doubles the memory for these guys so I am not sure if its wise). Text for screen "-label" added for life and life3d like apollonian mode (Hmmm this highlights the fact that some of the pattern names that I chose for life3d are stupid :) ). Added -sequential off by default so now the change button randomly picks a pattern from a rule. ant3d: new mode... -eyes are the eyes on the small leading black face :) (todo: need better "eyes" on the leading face of the leading cube). triangle use fast erase before drawing the next iteration life3d and ant3d movement of perspective ant and ant3d command line option rule to pick Turk`s ants and table for other ants. time as part of plan thanks to Robert Goliasz <uuk AT irc.pl> Author of patch says, "If someone wrote a nicer time displayer, eg. in one of the corners and updated each second, I`d be pleased :-)" Fixed for C and Cygwin. Patch to remove unneeded include of linux/fs.h and adds include for waitpid thanks to Michal iha <mcihar AT suse.cz> New life forms for life3d.h.
2004-07-20Update xlockmore to 5.13. Changes:hubertf1-2/+2
life.h and life3d.h modified to allow use of names with compile-time options LIFE_NAMES (this doubles the memory for these guys so I am not sure if its wise). Text for screen "-label" added for life and life3d like apollonian mode (Hmmm this highlights the fact that some of the pattern names that I chose for life3d are stupid :) ). Added -sequential off by default so now the change button randomly picks a pattern from a rule. ant3d: new mode... -eyes are the eyes on the small leading black face :) (todo: need better "eyes" on the leading face of the leading cube). triangle use fast erase before drawing the next iteration life3d and ant3d movement of perspective ant and ant3d command line option rule to pick Turk`s ants and table for other ants. time as part of plan thanks to Robert Goliasz <uuk AT irc.pl> Author of patch says, "If someone wrote a nicer time displayer, eg. in one of the corners and updated each second, I`d be pleased :-)" Fixed for C and Cygwin. Patch to remove unneeded include of linux/fs.h and adds include for waitpid thanks to Michal iha <mcihar AT suse.cz> New life forms for life3d.h.
2004-07-20Update xlockmore to 5.13. Changes:hubertf1-1/+2
life.h and life3d.h modified to allow use of names with compile-time options LIFE_NAMES (this doubles the memory for these guys so I am not sure if its wise). Text for screen "-label" added for life and life3d like apollonian mode (Hmmm this highlights the fact that some of the pattern names that I chose for life3d are stupid :) ). Added -sequential off by default so now the change button randomly picks a pattern from a rule. ant3d: new mode... -eyes are the eyes on the small leading black face :) (todo: need better "eyes" on the leading face of the leading cube). triangle use fast erase before drawing the next iteration life3d and ant3d movement of perspective ant and ant3d command line option rule to pick Turk`s ants and table for other ants. time as part of plan thanks to Robert Goliasz <uuk AT irc.pl> Author of patch says, "If someone wrote a nicer time displayer, eg. in one of the corners and updated and updated each second, I`d be pleased :-)" Fixed for C and Cygwin. Patch to remove unneeded include of linux/fs.h and adds include for waitpid thanks to Michal iha <mcihar AT suse.cz> New life forms for life3d.h.
2004-07-20Slight cleanups.jlam1-8/+8
2004-07-20+ checkbot-1.75 [pkg/26371], crimsonfields-0.4.3, gtksee-0.5.6wiz1-6/+8
[pkg/26372], iozone-3.221, nut-9.18, opera-7.53, xchm-0.9.3.
2004-07-20Note update of "bidwatcher" package to version 1.3.15nb1.tron1-1/+2
2004-07-20Add a patch from the bidwatcher home page which avoid segfaults whiletron3-7/+35
bidwatcher is parsing auction data. Bump package revision.
2004-07-20Updated fuse (and friends) to 0.7.0adam2-3/+5
2004-07-20Changes 0.7.0:adam3-8/+8
* Add createhdf utility for creating empty .hdf IDE hard disk images
2004-07-20Changes 0.7.0:adam5-18/+43
* New features: + Scorpion ZS 256 support + Spectrum SE support + Support for the simple 8-bit IDE interface (as used by the +3e) and the ZXATASP and ZXCF interfaces + Spectrum +3e support: just a +3 with different ROMs + Interface II support + Emulation of joysticks other than the Kempston * Z80 core improvements: + Get undocumented flags right after SCF and BIT + Improved contended memory timings for RLD, RRD and instructions involving (HL), (SP), (IX+dd), (IY+dd) * Debugger improvements: + Memory map pane showing what is present in each 8K chunk + Allow port values to be masked before checking for port read/write breakpoints + Ability to set breakpoints in non-RAM pages * Miscellaneous improvements: + Improved display timings + Improved floating bus timings; Arkanoid and Sidewize now work + Save/restore the high bit of the R register; Bruce Lee now works + Fuse can now save snapshot formats other than .z80 and tape formats other than .tap; the appropriate format will be selected according to the extension given + Improved sound emulation, now using 16 bit samples + Allow real joystick buttons to be equivalent to either 'emulated joystick fire' or 'press a key' + The pokefinder can now search for bytes which have increased or decreased since the last search + HP-UX sound support (Stuart Brady). + After 'flashloading' a tape block, set the registers to the values they would have if the block had been loaded normally; 'The Rats' now loads successfully + GTK+ 2.x user interface preferred to GTK+ 1.2 by default if available + Don't display an error message if the same message was displayed within the last second + Writing to the Betadisk ports is a no-op if TR-DOS isn't active + Keep Timex Dock cartridge inserted after reset if it had been inserted via File/Open or from the command line + Split the 'ROM selection' dialog into one dialog for each machine + Unused bits of AY registers are zeroed + Remove segfault if one ROM of a multi-ROM machine didn't load + Don't segfault if Space rather than a mouse double click is used to select things in the GTK+ tape browser, debugger or pokefinder + Stop output to the serial printer when printer emulation is disabled; prevents the random appearance of 'printout.txt'
2004-07-20Changes 0.2.2:adam4-12/+10
* Support for Scorpion ZS 256, Spectrum +3e, and Spectrum SE * Support for .hdf hard disk images * Support for the ZXATASP and ZXCF interfaces * Support for saving the Timex DOCK and EXROM in .szx snapshots * Support for saving the Interface II state
2004-07-20Updated nessus (and friends) to 2.0.11adam2-3/+7
2004-07-20Changes 2.0.11:adam11-2036/+46
* Solaris support fix * HTML support fix * Supports GTK+ 2.x * Minor speed improvements in client-server communication
2004-07-20mark this NOT_FOR_COMPILER sunpro because util.c causes acomp to spingrant1-1/+4
on the CPU.
2004-07-20Use ${VARBASE}.xtraeme2-4/+4
2004-07-20Use ${VARBASE}.xtraeme2-4/+4
2004-07-20Note subversion-1.0.6 update.epg1-1/+2
2004-07-20Update to Version 1.0.6.epg3-7/+7
(19 July 2004, from /branches/1.0.x) http://svn.collab.net/repos/svn/tags/1.0.6 User-visible-changes: * fixed: crash in status command, caused by race (r10144) * fixed: crashes when deleting a revision-prop (r10148, r10185, r10192) * fixed: mod_authz_svn allows COPY method on repos with space in name (#1837) * fixed: mod_authz_svn COPY security hole: authorize whole tree (issue #1949) Developer-visible changes: * neon 0.24.7 now required (fixes wire compression bugs) (r10159, 10176)
2004-07-20Enable pkgviews installation, and reformat a whole bunch.schmonz2-29/+38
2004-07-19Only show USE_MMX in BUILD_DEFS when ${MACHINE_ARCH} == i386.xtraeme2-4/+9
This closes PR pkg/26243.
2004-07-19Note update of ezmlm-idx.schmonz1-1/+2
2004-07-19Introduce EZMLM_IDX_USE_{MY,PG}SQL, which provide database supportschmonz1-1/+11
in mail/ezmlm-idx.
2004-07-19Update ezmlm-idx to 0.421. From the changelog:schmonz3-14/+41
ezmlm-idx-0.421, 20040602 ========================= -Updated ezmlmrc.fr. Thanks Jean-Marc Lasgouttes. -Fixed bug in ezmlm-request when dealing with continuation lines. Thanks Sami Farin. -Replaced many library with public-domain sources. -Fixed "log" function conflicting with built-in math function. -Fixed problem with "test -e" in makelang.sh for Solaris. -Fixed typo bug in ezmlm-cron. -Fixed uses of "head -#" and "tail -#" to "head -n #" and "tail -n #". ezmlm-idx-0.42, 20040114 (New maintainer: Bruce Guenter <bruceg@em.ca>) ======================================================================= -The ezmlmrc.* files were broken into two parts, to make them easier to write and maintain. The language specific parts are stored in the "lang" subdirectory. -Updated ezmlm-cgi to version 1.18, which includes the no banner security fix. -Added ezmlmrc.hu. Thanks Julian Severn-nek http://js.hu/ -Added ezmlmrc.nl. Thanks Willem -Fixed problem in ezmlm-send munging MIME attachments using implicit content types. Thanks Ed -Fixed typo in ezmlm-unsub -- manual unsubscriptions would be erroneously logged as "+manual" -Fixed ezmlm-gate to handle the -Q option. Thanks Bjoern Hansen. -Fixed internal bug calling decodeHDR. -Fix ezmlm-manage to properly send subscription confirmation to moderators. Thanks Mate Wierdl. -Portability and bug fixes to ezmlm-test. -Added a "dry-run" option to ezmlm-gate. -Fixed ezmlm-send to fully handle QMQP relaying. Thanks Bernhard Graf. -Fixed ezmlm-gate to use "/bin/sh" consistently. Thanks Bernhard Graf. -Fixed ezmlm-cgi's output of non-standard port numbers. -Fixed message archiving in subscribe-only moderated lists. pkgsrc changes: Set RESTRICTED directly in this package, rather than in ../ezmlm/Makefile.common, and clarify: in addition to the reasons we cannot redistribute binary packages of ezmlm, ezmlm-idx is a modification of the ezmlm source. Set USE_BUILDLINK3=yes. Introduce EZMLM_IDX_USE_{MY,PG}SQL. Each builds and runs, but I haven't tested the database functions.
2004-07-19Set RESTRICTED directly in this package, rather than in Makefile.common,schmonz2-7/+11
and clarify: we cannot redistribute binary packages because we change the paths of conf-bin and conf-man from the default "/usr/local" and don't provide compatibility symlinks. Set USE_BUILDLINK3=yes. Add "install" to ALL_TARGET in Makefile.common so that the installer is compiled at the end of the build phase, rather than at the beginning of the install phase.
2004-07-19Enable pkgviews installation.xtraeme1-1/+5
2004-07-19Added pkgse-0.1xtraeme2-2/+4