Commit graph

73896 commits

Author SHA1 Message Date
cube
f55066bfce Initial import of p5-DateTime-Set, version 0.19, into the NetBSD Packages
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-26 16:19:41 +00:00
cube
be031d61d0 Initial import of p5-DateTime, version 0.25, into the NetBSD Packages
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-26 16:18:40 +00:00
jlam
713d04112e Linking against libedit also requires linking against libtermcap.
This was already done in the "-lreadline" case, but also needed to be
done for the "-lhistory" case.
2005-01-26 16:17:16 +00:00
cube
f4e618db86 Initial import of p5-DateTime-TimeZone, version 0.32, into the NetBSD
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-26 16:17:12 +00:00
cube
1a3f4cbfef Initial import of p5-DateTime-Locale, version 0.09, into the NetBSD
Packages Collection.

The DateTime::Locale modules provide localization data for the DateTime.pm
class.
2005-01-26 16:15:46 +00:00
taca
5f877ae4ef Make sure to change current directory to ${WRKSRC} before removing
extra files by find(1).
2005-01-26 16:03:49 +00:00
minskim
20c6afd3e1 Note PKGREVISION bump of awstats. 2005-01-26 15:56:45 +00:00
minskim
4b02653377 Distfile changed without bumping the version number. Noted by adrianp@.
diff(1) shows that some default values have been changed.

Set DIST_SUBDIR and bump PKGREVISION.
2005-01-26 15:55:41 +00:00
martti
db04bdb688 Make sure to change current directory to ${WRKSRC} before removing files
like "*.orig" by find(1).
2005-01-26 15:38:40 +00:00
taca
db35fcfb15 Note update of www/squid package to 2.5.7nb9. 2005-01-26 15:29:50 +00:00
taca
5dfe4d616c Update new and disabled official patches. The new patch includes
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-26 15:29:03 +00:00
taca
c64e6502bd Make sure to change current directory to ${WRKSRC} before removing files
like "*.orig" by find(1).
2005-01-26 15:02:34 +00:00
cube
5357650f51 Activate and note addition of p5-Class-Singleton-1.03. 2005-01-26 14:47:39 +00:00
cube
246b50d21b Initial import of p5-Class-Singleton, version 1.03, into the NetBSD
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-26 14:43:14 +00:00
cube
0cb6786d69 Note update of p5-Params-Validate to 0.76. 2005-01-26 14:17:50 +00:00
cube
d152175c7c Update to version 0.76.
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-26 14:16:50 +00:00
wiz
72f595644e Fix build with gcc2. From Hauke Fath. 2005-01-26 14:11:34 +00:00
jmmv
4ec1d9b286 Explicitly disable xvid. Fixes build if xvidcore is already installed. 2005-01-26 13:09:19 +00:00
salo
3fc669ad10 + snort-2.3.0 2005-01-26 10:16:22 +00:00
tron
cec944891f Note update of "bind" package to version 9.3.0pl1. 2005-01-26 09:35:45 +00:00
tron
adb876c663 Apply ISC patch to fix a potential DoS in BIND 9.3.0 reported in VU#938617.
Bump package version number to 9.3.0pl1 because of this.
2005-01-26 09:32:31 +00:00
minoura
f5475bb211 Update for 0.8.3. 2005-01-26 09:27:38 +00:00
schmonz
9a3bfa7ec7 Note djbdns-run update. 2005-01-26 07:01:53 +00:00
schmonz
607ecbf08b Add rc.d script, user account, and instructions for rbldns. Bump version. 2005-01-26 07:01:10 +00:00
jlam
a2a889c638 Fix so that we preserve /usr/lib/foo.so on the command line. 2005-01-26 05:03:11 +00:00
jlam
df8049aef7 Add new regression tests to test that we correctly handle full paths to
shared libraries and shared modules.
2005-01-26 05:01:44 +00:00
itojun
a0a9a9341a net/bind(8) 2005-01-26 04:51:28 +00:00
itojun
2de350f7d1 ISC BIND 8.4.6 - security release 2005-01-26 04:50:33 +00:00
schmonz
36c3ad2299 Update URL to Paul Jarc's realrcptto patch. 2005-01-26 03:48:21 +00:00
wiz
f60cc4f666 Fix typo. 2005-01-26 03:45:45 +00:00
jschauma
b05f17eba2 Remove unneeded SCRIPTS_ENV lines.
Pointed out by Matthew Luckie
2005-01-26 03:41:43 +00:00
taca
521e849e54 Fix path in patch.
Thanks to Martin S. Weber who noted the problem by private mail.
2005-01-26 02:12:46 +00:00
cube
7403328bec Note pkgfind version bump. 2005-01-25 23:40:34 +00:00
cube
e4e558b3bc It's LINK.c and not COMPILE.c when you want to produced a linked binary.
Bump version.
2005-01-25 23:39:30 +00:00
cube
07b9c2fded Set argmatch=yes when we transform /some/where/libfoo.so into
-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 23:27:34 +00:00
jmmv
9c5baba768 (Hopefully) fix alternatives.mk entry. 2005-01-25 23:07:05 +00:00
jmmv
983c5fb528 Note revision bump for libglade2 to 1. 2005-01-25 22:44:01 +00:00
jmmv
60eaeeb9b4 Drop python dependency. Python is supposed to be used by the libglade-convert
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-25 22:42:49 +00:00
tv
82de3b9fd0 Add GCC_REQD for Interix -- it's currently generating broken C++ global
ctors and dtors.
2005-01-25 20:26:06 +00:00
bouyer
998310be97 Note wget pkgrevision bump. 2005-01-25 20:09:14 +00:00
bouyer
b4b35c7537 ipv6-mapped ipv4 addresses aren't enabled by default on NetBSD, and probably
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-25 20:07:25 +00:00
abs
f235fb6419 Update p5-Spiffy to 0.22 - required by p5-Spoon-0.21
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-25 19:35:17 +00:00
abs
11d79afc73 Update p5-Spoon to 0.21 - required by Kwiki-0.37
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-25 19:32:45 +00:00
drochner
b09545b8ef as with 2.0.3:
> 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-25 19:08:55 +00:00
reed
77947df121 Fixed tab for previous entry.
Added entry: updated tcpdump to 3.8.3.
2005-01-25 18:58:31 +00:00
tv
e300d1401f Interix needs -lrpclib. 2005-01-25 18:55:56 +00:00
reed
863b2f5cb9 Update to tcpdump-3.8.3 (as prompted by Chris Ross on tech-pkg list).
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.
2005-01-25 18:55:43 +00:00
tv
fc4476a027 Make sure libpisock is linked with -lm -- should fix compilation of
dependents that previously died because ldexp(), frexp() were unavailable.
2005-01-25 18:41:19 +00:00
tv
d3ce098fd0 Add another Interix hack -- ut_xtime is the obsolescent name for utmpx.ut_tv. 2005-01-25 18:22:24 +00:00
xtraeme
be32b9164d Updated p5-Kwiki to 0.37 2005-01-25 18:22:08 +00:00