summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-22add xen12 package:cl9-0/+239
Xen is is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Xen is Open Source software. See http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ for more details on Xen. See http://www.netbsd.org/Ports/xen/ for more details on NetBSD/xen.
2004-05-22Add more detailed description of tools included.reed1-0/+8
(Previously the DESCRiption only mentioned one of nine tools.
2004-05-22i[3-6]86 is squashed to just "i386" in pkgsrc.grant1-2/+2
2004-05-22add Firefox gtk2 build for NetBSD/i386. these are built on NetBSD/i386grant2-1/+7
2.0_BETA and have also been tested on NetBSD-current (2.0E).
2004-05-22NetBSD gtk2 builds are linked against gtk2-2.4, update DEPENDS togrant1-2/+6
reflect this.
2004-05-22Note hylafax-4.1.8nb2 update (files missing in PLIST).wiz1-1/+2
2004-05-22Convert to buildlink3.wiz2-5/+10
Add missing files to PLIST and bump PKGREVISION for it.
2004-05-22Add patches to fix build on alpha; from Dave Huang in PR 25666.wiz3-1/+29
2004-05-22Note cvs-1.11.16 update.wiz1-1/+2
2004-05-22Update to 1.11.16:wiz10-49/+49
Changes since 1.11.15: ********************** SERVER SECURITY FIXES * A potential buffer overflow vulnerability in the server has been fixed. Prior to this patch, a malicious client could potentially use carefully crafted server requests to run arbitrary programs on the CVS server machine. This addresses the Common Vulnerabilities and Exposures Project's issue #CAN-2004-0396. Please see <http://www.cve.mitre.org> for more information. BUG FIXES * The Microsoft Visual C++ workspace and project files have been repaired and regenerated with MSVC++ 6.0. * The cvs.1 man page is now generated automatically from a section of the CVS Manual. * Thanks to a report from Mark Andrews at the Internet Systems Consortium, the :ext: connection method no longer relies on a transparent transport that uses an argument processor that can handle arbitrary ordering of options and other arguments when using a username other than the caller's. * Thanks to Ken Raeburn at MIT, directory deletion, whether via `cvs release' or empty directory pruning, now works on network shares under Windows XP.
2004-05-22Shared library major version change, so buildlink3.mk has to be updated, right?adam1-2/+2
2004-05-22libtasn1 to 0.2.10; libgcrypt to 1.2.0; gnutls to 1.0.13adam2-4/+5
2004-05-22Changes 1.0.13:adam4-18/+34
- Some complilation fixes. - Added the --xml parameter to the certtool utility. Changes 1.0.12: - Corrected bug in OpenPGP key loading using a callback. - Renamed gnutls-srpcrypt to srptool - Allow handshake requests by the client. * Things backported from the development branch: - Added support for authority key identifier and the extended key usage X.509 extension fields. The certtoool was updated to support them. - Added batch support to certtool. Now it can use templates. - The RC2 cipher is no more included. The one in libgcrypt is now used. Changes 1.0.11: - Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name() - Corrected bug in TLS renegotiation. Changes 1.0.10: - Corrected bug in RSA parameters handling which could cause unexpected crashes. - Corrected bug in SSL 3.0 authentication.
2004-05-22Changes 1.2.0adam4-37/+21
* First stable release. Changes 1.1.94 * The support for multi-threaded users goes into its third incarnation. We removed compile time support for thread libraries. To support the thread library of your choice, you have to set up callback handlers at initialization time. New data structures, a new control command, and default initializers are provided for this purpose. * Interface changes relative to the 1.1.93 release: libgcrypt-config --thread OBSOLETE libgcrypt-pth.la REMOVED libgcrypt-pthread.la REMOVED GCRYCTL_SET_THREAD_CBS NEW struct gcrypt_thread_cbs NEW enum gcry_thread_option NEW GCRY_THREAD_OPTION_PTH_IMPL NEW GCRY_THREAD_OPTION_PTHREAD_IMPL NEW Changes 1.1.93 * The automatic thread library detection has finally been removed. From now on, only linking explicitely to libgcrypt, libgcrypt-pth or libgcrypt-pthread is supported.
2004-05-22Unused.wiz6-219/+0
2004-05-22Remove superfluous inclusion of bsd.prefs.mk.wiz1-3/+1
2004-05-22regen, without $Id$ in patch.wiz2-9/+6
2004-05-22Whitespace fix.snj1-1/+1
2004-05-22Changes 0.2.10adam3-11/+16
- Added scripts to assist in libtasn1 version detection from configure scripts. - Corrected a DER decoding bug which was reported by Max Vozeler <max@hinterhof.net>. Changes 0.2.9 - Accept negative numbers as range in INTEGER declarations Changes 0.2.8 - Add asn1_delete_element function
2004-05-22Use buildlink3 for libusb.sekiya1-3/+2
2004-05-22Re-add patch-aasekiya1-0/+17
2004-05-22The patch had an embedded RCS tag. Remove, re-import with -kosekiya1-17/+0
2004-05-22Add ifp-line-0.2.4sekiya1-1/+2
2004-05-22Add ifp-line.sekiya1-1/+2
2004-05-22Add ifp-line-0.2.4 -- a command-line interface to iRiver MP3 players.sekiya5-0/+46
2004-05-22s/anti-aliased/anti-aliasing/grant1-1/+1
2004-05-21This needs a lex to build so add "lex" to USE_GNU_TOOLS.reed1-2/+2
2004-05-21Only use the NetBSD-specific MESSAGE.urandom for NetBSD.reed1-1/+3
It says to use "pseudo-device rnd" kernel configuration. TODO: if the above instructions are fine for other operating systems with /dev/urandom then add.
2004-05-21The makefile had a comment saying PAM authentication causes memoryreed1-13/+12
faults, and haven't tracked down why yet. No allow PAM authentication if Linux (and USE_PAM is defined). This will close my 20846 PR from March 2003. Also, install the contrib/sshd.pam.generic file as the example sshd.pam instead of the FreeBSD version, but this okay since it was commented out in the first place. TODO: test the PAM support on other platforms and allow if USE_PAM is defined.
2004-05-21Add ${PYSITELIB}/ZEO/* to py-ZODB's PLIST. Bump PKGREVISION to 1.snj3-3/+179
Closes PR pkg/25567.
2004-05-21Note update of jwhois to 3.2.2nb5.kleink1-1/+2
2004-05-21Incorporate today's allocation of 2001:3C00::/23 to ARIN,kleink3-9/+10
bringing us to jwhois-3.2.2nb5.
2004-05-21Don't force optimisation any moreadam2-1/+15
2004-05-21Updated LPRng-core to 3.8.27adam3-8/+6
2004-05-21Changes 3.8.27:adam5-63/+38
* Fixed: 'Missing HOLD_FILE' logic error fixed in lpd_rcvjob.c * Fixed: configure with-initpath --with-initpath=PATH now works correctly * Fixed (well, clarified): Errormsg() now checks for a 'null' error string and provides a printable version of errno for logging. * Edited the Scan_queue() function to print error message and removed some dead code. * lpc MOVE could result in endless loop. * lpc MOVE will now start printing job in destination, rather than just copying and preserving status of last operation. * Added detailed error message for connection failure. * Found a really small (1 byte) memory leak in LPD. Solves the mystery of the server dying with malloc failed messages.
2004-05-21update rconfig to 0.30abs1-1/+3
0.28: - Use netname() when running fping etc. Reject duplicate hostnames. Problem noted by alan. 0.29: - Add ${fqdn} to the list of available keys in dirtrees. - Allow 'key -= value' to remove values from key settings - When '-d' is specified display the final state of the configuration - If dirtrees is assigned with '=', disable the 'insert after ${type}' behaviour for any subsequent 'distrees +=' option 0.30: - completely rework parsing of rdist
2004-05-21update rconfig to 0.30abs2-5/+6
0.28: - Use netname() when running fping etc. Reject duplicate hostnames. Problem noted by alan. 0.29: - Add ${fqdn} to the list of available keys in dirtrees. - Allow 'key -= value' to remove values from key settings - When '-d' is specified display the final state of the configuration - If dirtrees is assigned with '=', disable the 'insert after ${type}' behaviour for any subsequent 'distrees +=' option 0.30: - completely rework parsing of rdist
2004-05-21Make wonka's os.version system property just return the release string,he2-1/+15
not the complete version string out of struct utsname. This seems to be more in line with what other Java implementations do.
2004-05-21Don't complain about lesstif version any more, and use the original ↵adam3-11/+10
web-site, since it is working again
2004-05-21Updated xplanet to 1.0.7adam1-1/+2
2004-05-21Changes 1.0.7:adam2-6/+5
* The native Quicktime library can be used when reading/writing image files on Mac OS X. * The -hibernate and -idlewait options now work on Mac OS X. * Fixed a segfault when writing image files. * Minor updates to allow compilation with gcc 3.4.0.
2004-05-21Use the latest IPv6 patchmartti2-6/+6
2004-05-21Note fltk PKGREVISION bump.ben1-1/+2
2004-05-21Address FLTK issues mentioned in PR#25652. Changes:ben3-12/+9
* link libjpeg and libpng to fluid * install documentation to doc instead of doc/html * bump PKGREVISION
2004-05-20Pull in the right Makefile(.common!) - noted by Krister.hubertf1-2/+2
2004-05-20Update mathomatic to 11.1c.minskim4-8/+8
Changes: Perfected factoring of constants in final stage of simplify command.
2004-05-20Remove trailing tab after PKGREVISION value, which madewiz1-2/+2
lintpkgsrc complain. Closes PR 25648.
2004-05-20+ fox-1.2.1, multitail-3.2.0.wiz1-3/+3
2004-05-20Fix build on FreeBSD, per Michael Pasternak in PR 25653.wiz2-5/+14
2004-05-20Added libstatgrab-0.10.xtraeme2-2/+4