summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-26Activate and note addition of the p5-DateTime-* packages.cube2-2/+12
2005-01-26Fix reference to local category.cube1-2/+2
2005-01-26Initial import of p5-DateTime-Event-Cron, version 0.07, into the NetBSDcube4-0/+31
Packages Collection. The DateTime::Event::Cron module generates DateTime and DateTime::Set objects based on crontab-style entries. The crontab formats are the extended V7 standard as described in crontab(5) on linux systems and as noted in the documentation for Set::Crontab. Note that the module is still alpha status. Methods provided are likely to change in the future.
2005-01-26Initial import of p5-DateTime-Set, version 0.19, into the NetBSD Packagescube4-0/+38
Collection. DateTime::Set is a module for date/time sets. It can be used to handle two different types of sets. The first is a fixed set of predefined datetime objects. For example, if we wanted to create a set of dates containing the birthdays of people in our family. The second type of set that it can handle is one based on the idea of a recurrence, such as "every Wednesday", or "noon on the 15th day of every month". This type of set can have fixed starting and ending datetimes, but neither is required. So our "every Wednesday set" could be "every Wednesday from the beginning of time until the end of time", or "every Wednesday after 2003-03-05 until the end of time", or "every Wednesday between 2003-03-05 and 2004-01-07".
2005-01-26Initial import of p5-DateTime, version 0.25, into the NetBSD Packagescube4-0/+37
Collection. The DateTime.pm module aims to provide a complete, correct, and easy to use date/time object implementation. Currently it handles many date calculations, date math (addition and subtraction), and provides convenient methods for retrieving portions of a date/time. This module properly supports the Olson time zone database, meaning that historical time zone information, and more importantly, daylight saving time rules, can be handled transparently, simply by setting the correct time zone. This is done by using the DateTime::TimeZone module.
2005-01-26Linking against libedit also requires linking against libtermcap.jlam1-2/+2
This was already done in the "-lreadline" case, but also needed to be done for the "-lhistory" case.
2005-01-26Initial import of p5-DateTime-TimeZone, version 0.32, into the NetBSDcube4-0/+440
Packages Collection. The DateTime::TimeZone modules provide a Perl interface to the Olson time zone database. Rather than using the database directly, we parse the database files and turn them into a set of modules, one for each time zone defined. This allows for various optimizations in doing time zone calculations. This conversion is done with the script in tools/parse_olson. The Olson time zone database is the best available source for world wide time zone information. It is available from ftp://elsie.nci.nih.gov/pub/. A good starting point for information on the database, and time zones in general, is http://www.twinsun.com/tz/tz-link.htm.
2005-01-26Initial import of p5-DateTime-Locale, version 0.09, into the NetBSDcube5-0/+223
Packages Collection. The DateTime::Locale modules provide localization data for the DateTime.pm class.
2005-01-26Make sure to change current directory to ${WRKSRC} before removingtaca1-3/+3
extra files by find(1).
2005-01-26Note PKGREVISION bump of awstats.minskim1-1/+2
2005-01-26Distfile changed without bumping the version number. Noted by adrianp@.minskim2-5/+6
diff(1) shows that some default values have been changed. Set DIST_SUBDIR and bump PKGREVISION.
2005-01-26Make sure to change current directory to ${WRKSRC} before removing filesmartti1-1/+2
like "*.orig" by find(1).
2005-01-26Note update of www/squid package to 2.5.7nb9.taca1-1/+2
2005-01-26Update new and disabled official patches. The new patch includestaca2-4/+9
security fix. o 2005-01-21 12:10 (Minor) Disable Path-MTU discovery on intercepted requests o 2005-01-21 12:43 (Security issue) Strengthen Squid from HTTP response splitting cache pollution attack Bump package revision.
2005-01-26Make sure to change current directory to ${WRKSRC} before removing filestaca1-3/+4
like "*.orig" by find(1).
2005-01-26Activate and note addition of p5-Class-Singleton-1.03.cube2-2/+4
2005-01-26Initial import of p5-Class-Singleton, version 1.03, into the NetBSDcube4-0/+28
Packages Collection. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the Class::Singleton module does very little other than manage the instantiation of a single object. In deriving a class from Class::Singleton, your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.
2005-01-26Note update of p5-Params-Validate to 0.76.cube1-1/+2
2005-01-26Update to version 0.76.cube2-6/+6
0.76 Nov 13, 2004 (The "Cancan some more" release) - Make sure that both the XS and Perl versions give the same error when checking "can" for an undefined value. 0.75 Nov 13, 2004 (The "Cancan" release) - When checking if a parameter has a method, P::V now calls the ->can method on the parameter, rather than calling UNIVERSAL::can() directly. Requested by Don Armstrong. 0.74 Apr 4, 2004 (The "I hate old Perls" release) - Sometimes, but not always, Perl 5.00504 and 5.00503 cannot produce a string value for a glob (as opposed to glob reference) parameter. This was uncovered by a test in the HTML::Mason test suite, but I cannot reproduce it in a simple testable form for this test suite. Sigh ... 0.73 Mar 28, 2004 (The "YAPC::Taipei release party" release) - The minimum number of arguments required was reported incorrectly by the XS code when a call to validate_pos() failed because too few parameters were given. Patch from Britton Kerin. - Add a new untaint key to the validation spec, which untaints a value if it passes its validation checks.
2005-01-26Fix build with gcc2. From Hauke Fath.wiz2-1/+25
2005-01-26Explicitly disable xvid. Fixes build if xvidcore is already installed.jmmv1-1/+2
2005-01-26+ snort-2.3.0salo1-1/+2
2005-01-26Note update of "bind" package to version 9.3.0pl1.tron1-1/+2
2005-01-26Apply ISC patch to fix a potential DoS in BIND 9.3.0 reported in VU#938617.tron2-4/+10
Bump package version number to 9.3.0pl1 because of this.
2005-01-26Update for 0.8.3.minoura1-1/+4
2005-01-26Note djbdns-run update.schmonz1-1/+2
2005-01-26Add rc.d script, user account, and instructions for rbldns. Bump version.schmonz3-6/+64
2005-01-26Fix so that we preserve /usr/lib/foo.so on the command line.jlam1-16/+28
2005-01-26Add new regression tests to test that we correctly handle full paths tojlam2-0/+16
shared libraries and shared modules.
2005-01-26net/bind(8)itojun1-1/+2
2005-01-26ISC BIND 8.4.6 - security releaseitojun2-8/+7
2005-01-26Update URL to Paul Jarc's realrcptto patch.schmonz1-2/+2
2005-01-26Fix typo.wiz1-2/+2
2005-01-26Remove unneeded SCRIPTS_ENV lines.jschauma1-4/+1
Pointed out by Matthew Luckie
2005-01-26Fix path in patch.taca2-5/+5
Thanks to Martin S. Weber who noted the problem by private mail.
2005-01-25Note pkgfind version bump.cube1-1/+2
2005-01-25It's LINK.c and not COMPILE.c when you want to produced a linked binary.cube1-3/+3
Bump version.
2005-01-25Set argmatch=yes when we transform /some/where/libfoo.so intocube1-1/+4
-L/some/where -lfoo so that the arguments we push on the stack are actually used in logic. Should solve the issue build bash with option 'static' enabled reported on netbsd-users. OK'd by jlam@.
2005-01-25(Hopefully) fix alternatives.mk entry.jmmv1-3/+4
2005-01-25Note revision bump for libglade2 to 1.jmmv1-1/+2
2005-01-25Drop python dependency. Python is supposed to be used by the libglade-convertjmmv3-4/+26
script, but as the package is currently missing another dependency, it's not being installed. Therefore, and as we haven't noticed any other package requiring this utility, simply drop it completely. (If it's needed some day, we can simply create a package to install it, but depending on python here is not good.) Bump PKGREVISION to 1.
2005-01-25Add GCC_REQD for Interix -- it's currently generating broken C++ globaltv1-0/+14
ctors and dtors.
2005-01-25Note wget pkgrevision bump.bouyer1-2/+2
2005-01-25ipv6-mapped ipv4 addresses aren't enabled by default on NetBSD, and probablybouyer6-3/+444
others OS as well. Patch wget so that it won't try to use ipv6-mapped ipv4 addresses, but uses INET4 socket sockets instead. Bump pkgrev. Fix issues with v6-enabled wget reported on tech-pkg.
2005-01-25Update p5-Spiffy to 0.22 - required by p5-Spoon-0.21abs3-6/+7
date: Tue Jan 11 07:22:47 PST 2005 changes: - allow new() to be called from object reference - make -weak and -init work together - add tests for -Base filtering
2005-01-25Update p5-Spoon to 0.21 - required by Kwiki-0.37abs3-6/+8
version: 0.21 date: Tue Jan 11 07:28:06 PST 2005 changes: - WAFL blocks and phrase matching is now case-insensitive, and dashes (-) are converted to underscores. (Dave Rolsky) - Redo Spoon::Hook into Spoon::Hooks - Call $hub->add_hook - Hooks removed when hub goes out scope - Spoon::Config can take glob params - Add hook points to support KwikiPagePrivacy - Add a domain field to cookies - AUTOLOAD class object pointers. replaces load_class in most cases. - Add pre_process and post_process hook points in hub - Have a load_dynamic method for Registry
2005-01-25as with 2.0.3:drochner3-3/+20
> apply a patch from evution CVS: > 2005-01-20 Not Zed <NotZed@Ximian.com> > * camel-lock-helper.c (main): since malloc(MAXINT+1) returns a > valid pointer, validate the length of the path before using it. > set maximum path to 65000 characters. Spotted by Max Vozeler > <max@hinterhof.net> > > This fixes the security vulnerability refered to as CAN-2005-0102. > bump PKGREVISION
2005-01-25Fixed tab for previous entry.reed1-2/+3
Added entry: updated tcpdump to 3.8.3.
2005-01-25Interix needs -lrpclib.tv1-1/+2
2005-01-25Update to tcpdump-3.8.3 (as prompted by Chris Ross on tech-pkg list).reed4-52/+5
Changes include: Fixes for print-isakmp.c CVE: CAN-2004-0183, CAN-2004-0184 http://www.rapid7.com/advisories/R7-0017.html IP-over-IEEE1394 printing. some MINGW32 changes. updates for autoconf 2.5 fixes for print-aodv.c - check for too short packets formatting changes to print-ascii for hex output. check for too short packets: print-bgp.c, print-bootp.c, print-cdp.c, print-chdlc.c, print-domain.c, print-icmp.c, print-icmp6.c, print-ip.c, print-lwres.c, print-ospf.c, print-pim.c, print-ppp.c,print-pppoe.c, print-rsvp.c, print-wb.c print-ether.c - better handling of unknown types. print-isoclns.c - additional decoding of types. print-llc.c - strings for LLC names added. print-pfloc.c - various enhancements print-radius.c - better decoding to strings. changed syntax of -E argument so that multiple SAs can be decrypted fixes for Digital Unix headers and Documentation __attribute__ fixes CDP changes from Terry Kennedy <terry@tmk.com>. IPv6 mobility updates from Kazushi Sugyo <sugyo@pb.jp.nec.com> Fixes for ASN.1 decoder for 2.100.3 forms. Added a count of packets received and processed to clarify numbers. Incorporated WinDUMP patches for Win32 builds. PPPoE payload length headers. Fixes for HP C compiler builds. Use new pcap_breakloop() and pcap_findalldevs() if we can. BGP output split into multiple lines. Fixes to 802.11 decoding. Fixes to PIM decoder. SuperH is a CPU that can't handle unaligned access. Many fixes for unaligned access work. Fixes to Frame-Relay decoder for Q.933/922 frames. Clarified when Solaris can do captures as non-root. Added tests/ subdir for examples/regression tests. New -U flag. -flush stdout after every packet New -A flag -print ascii only support for decoding IS-IS inside Cisco HDLC Frames more verbosity for tftp decoder mDNS decoder new BFD decoder cross compilation patches RFC 3561 AODV support. UDP/TCP pseudo-checksum properly for source-route options. sanitized all files to modified BSD license Add support for RFC 2625 IP-over-Fibre Channel. fixes for DECnet support. Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI. RFC 2684 encapsulation of BPDUs. This is a security fix update.