summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-02-22Create a proper "opera" configuration file if necessary.tron1-1/+2
2002-02-22Add and enable "opera6" package.tron1-1/+2
2002-02-22Import Opera 6.0 for Linux Technology Preview 3 as "opera6":tron5-0/+108
Small, fast and customizable WWW client
2002-02-22GIFgraph is a package to generate graphs, using GD::Graph.he4-0/+31
2002-02-22Drop the alpha-linux l3.diff.gz altogether - it only makes the previoussimonb3-77/+46
diff much harder to read than it should be.
2002-02-22Drop the assumption that alphas are the only 64bit machines. int issimonb2-37/+97
32bit on all platforms so just use that instead of the #ifdef dance between int/long. Patch from Darren Reed and myself.
2002-02-22Remove explicit conflict for "suse_base-6.1". The package tools handletron1-2/+2
this automatically.
2002-02-22Integrate Poskanzer's y2k patch.is2-5/+5
2002-02-22Update "squid" package to version 2.4STABLE4. Changes since versiontron2-19/+6
2.4STABLE3: - htcp_port 0 now properly disables htcp - Fixed problem with certain non-anonymous ftp:// style URL's - SNMP bugfixes including several memory leaks
2002-02-22Disable this package on NetBSD/sparc64.minoura1-1/+5
It compiles, but would not work due to unaligned access. Solaris and Linux (and NetBSD/alpha) traps unaligned access exceptions and fixes them up automatically but NetBSD/sparc64 does not. This problem is already reported to the original author; I'd wait for his fix. Until then use the 32bit binary instead.
2002-02-21Set MAINTAINER to packages@netbsd.orgzuntum2-4/+4
2002-02-21Reset MAINTAINER to packages@netbsd.org - I don't use avifile anymorezuntum2-4/+4
2002-02-21Update p5-Text-CSV-Hash to 0.09abs2-5/+5
- Handle .csv files with any combination of unquoted fields, quoted fields with embedded newlines, fields ending in ", embedded "\n strings (the most fun), all on the same line. - Vow to hunt down and kill anyone producing such files.
2002-02-21Update to 2.1.8.jdolecek2-6/+6
The only difference is removal of mistakely left debug message.
2002-02-21Updated suse_devel to 6.4nb1martti2-6/+9
* libc.rpm: Security update: Fix for vulnerabilities in the glob() functions that can be remotely exploitable.
2002-02-21Don't hardcode dependencymartti5-16/+16
2002-02-21Updated suse_glx to 6.4nb1martti2-7/+9
* glx.rpm: added GeForce DDR Support
2002-02-21Updated suse_libjpeg to 6.4nb1martti2-6/+8
* libjpeg.rpm: fixed wrong path in libjpeg.la
2002-02-21Updated suse_x11 to 6.4nb1martti2-6/+8
* xshared.rpm: fix for crash in callback functions (netscape et.al.)
2002-02-21Updated suse_base to 6.4nb4martti2-6/+7
* shlibs.rpm: Security update: Fix for vulnerabilities in the glob() functions that can be remotely exploitable.
2002-02-21regenwiz1-5/+1
2002-02-21Update to 5.50.wiz2-9/+9
Extract from History.550: - generic (inflate.c, globals.h, fileio.c, unzpriv.h): integrated support of Deflate64 - added Deflate64 support to fUnZip - SFX: made SFX_EXDIR default, added NO_SFXEXDIR option to allow switching off the "-d exdir" support - SFX: added simple "execute command after extraction" feature that uses a command specification supplied with the Zip archive comment, controlled by the CHEAP_SFX_AUTORUN compile time option - SFX: slightly refined the CHEAP_SFX_AUTORUN code, switched off SFX_EXDIR when CHEAP_SFX_AUTORUN is enabled, documented the new autorun feature - extract.c, TestExtraField(): added crc32 check for PKVMS e.f. type - extract.c, extract_or_test_entrylist(): added code for "stripping off absolute path spec" when extracting - unzip.h, unzip.c; mapname() in all ports except CMS/MVS, Tandem, TOPS20: added code to strip "../" path components from extracted names and new option "-:" to allow deactivating this security feature; changed mapname() calling interface to allow reporting warning error levels to caller - unzpriv.h, zipinfo.c: rudimentary support for recognizing PKWARE's new "64-bit size specs" extra field As well as bug fixes, including the USE_ZLIB problem.
2002-02-21Only use -R if the linker supports it. Patch by Rob Latham in pkg/15652.wiz1-1/+3
2002-02-21Update p5-Text-CSV-Hash to 0.08:abs2-5/+5
Add new method 'linenolable' to retrieve the label for the linenumber Rename 'entries' to 'rows' (leaving entries as a synonym)
2002-02-21Update CLISP to 2.27, based on PR 15224 by Shell Hung, libtool-overriddendillo6-207/+87
and buildlinked by me. Changes: Now distributed under the GPL. All .fas files generated by previous CLISP versions are invalid and must be recompiled. Hostname resolution is now optional in EXT:SOCKET-STREAM-PEER and EXT:SOCKET-STREAM-LOCAL. EXT:SOCKET-STATUS now accepts SOCKET-SERVERs too, and the direction of the checks can be specified. Added install.bat for win32 installation. Fixed handling of circular structs and pointers to functions in the FFI. Fixed binary I/O for streams with element type longer than one byte, but not a whole number of bytes.
2002-02-21Update to 1.0pre9, fix MASTER_SITES to use archive directory, so the nextjonb5-11/+87
update does not break the fetch. Improve the method used to insert GNU patch into the installed package. Update fixes include: * A set of changes to support "mawk". If "awk" is "mawk", certain Posix regexps that were used by arch aren't handled, causing commands to fail. These have been replaced with regexps that all awks should understand. (Patch from Jan Harkes.) * LC_ (locale) environment variables are now set more carefully. (Reported by Federico Di Gregorio.) * A new command, `make-sync-tree' has been added. See "http://www.regexps.com/src/docs.d/arch/html/sync.html". * The "Standard-date:" field in log messages is now GMT and includes the time-of-day. (Suggested by Daniele Nicolodi.) * Remaining (reported) Solaris portability problems fixed. (Patches from Jonathan Geisler.) * CDPATH is unset in `larch' If CDPATH is set, with some shells, `cd' produces unwanted output. Therefore, `larch' unsets CDPATH. (Reported by John Ellson, diagnosed by Lele Gaifax.) * Various minor bug fixes. Among these are the configuration system changes requested by people who have tried building on cygwin, though I'm certain there's much more to be done before arch actually works on cygwin. * Naming Conventions Tweaked Source files can now begin with "_" and must not end with ".a" or ".o". The names "CVS.adm", "SCCS", and "RCSLOG" have been added to the list of "not a source file". (reported by several people). Someone asked to also exclude some compiler intermediate files, such as "y.tab.c" -- I've not done that because it is common practice to distribute such files with programs to make bootstrapping easier. * user id syntax liberalized "_" is now permitted in the unique id part of a user id. This is really a partial fix -- `valid-id' should agree precisely with various standards on what is a legal email address and domain name, but the more extensive fix is being postponed until a more complete review of all of the naming convention functions takes place. (Reported by don_dayley.) * valid-log-file error message clarified In response to user confusion, `valid-log-file' now reports errors like: missing (or empty) "Summary:" header instead of just missing "Summary:" header (Reported by several people.) * bugs in the hackerlab "tests/arrays-tests" and "tests/fs-tests" have been fixed (Reported and patched by Matthias Neeracher). * an awk syntax error in `log-header-field' has been fixed (Reported and patch by Jan Harkes.) * You can now use an alternative shell for configuration "config.status" files now start with "#!" lines and the "src/build-tools/scripts" configuration scripts use an explicitly chosen shell to call each other. The top-level configure script now accepts a "--config-shell SHELL" option. This is a small step towards cygwin portability, and eases some of the portability constraints on "configure" for systems where "/bin/sh" is not quite posix. (Reported by Jason Diamond and others.) * added a --pull option to push-mirror The new option speeds up the case of pushing from a remote archive to a local mirror. * avoid dirent portability problems Some portability problems in libhackerlab's use of dirent have been fixed. (Reported by several people.) * `star-merge --finish' was broken. Now it isn't. * `prepare-branch': bug fix from geisler * `reconcile': bug fix from geisler * `whats-missing': bug fix from geisler
2002-02-20Add scrollkeeper dependency.wiz1-1/+2
2002-02-20Added INFO_FILES so install-info is run.seb2-2/+6
2002-02-20Use XDGAFillRectangle() to clear the display if possible, avoiding issues withmycroft2-1/+26
using memset() on mapped video buffers. (The memset() fails on PPC due to the use of dcbz, for example.)
2002-02-20Update "Analog" packge to version 5.21. Changes since version 5.2:tron3-6/+32
- Corrected the MacHTTP log format, which didn't work in 5.2. - All the BARSTYLEs redrawn, and two new BARSTYLEs added, adapted from an idea by Dave Holle. (You will have to move the new graphics into your IMAGEDIR in order to use them.)
2002-02-19Fix a dumb typo that prevents DGA support being compiled.mycroft1-2/+2
2002-02-19Updated webalizer to 2.1.9martti2-6/+6
Fixes several known bugs, as well as a cross-site scripting vulnerability (discovered by Flavio Veloso of Magnux Software), that could allow malicious HTML tags to be injected in the reports generated by the Webalizer. This release also includes several new and updated language files. All users are encouraged to upgrade as soon as possible.
2002-02-19have USE_INET6itojun1-1/+4
2002-02-19Minor overhaul.jmc7-35/+45
Not all NetBSD platforms support joysticks. Based on ones which are active in their GENERIC config's only have those actually compile in NetBSD specific joystick support. For the rest let the generic joystick support get pulled in (and then fail to probe so the code will disable it anyways). Otherwise this fails on any system without <machine/joystick.h> XXX...This really should be redone at some point since it's messy now and the original code looks like it had the concept of no joystick support in the first place.
2002-02-19ogg123 can fetch *.ogg file over IPv6itojun1-1/+4
2002-02-19curl is IPv6 ready.itojun1-1/+4
2002-02-19Fix so if not building on x86 it never tries to pull x86 assembly into the code.jmc2-12/+22
2002-02-19Force the compile of asnparser to -O0 as some archs (macppc) generate bad codejmc2-1/+15
currently on the huge switch statement with optimization turned on.
2002-02-19squid-2.4.STABLE3-SNMP_memory_leaks.patch has been updated and checks out thejmc1-3/+3
same from all 3 master sites. Updating distinfo
2002-02-19Fix cpp problems on -current, by using USE_CC_E.mycroft2-9/+23
2002-02-18Um, make this patch actually apply.mycroft2-4/+4
2002-02-18Updated fping to 1.20nb1abs5-11/+40
When on an alpha you cannot be lazy and assume -1 matches INADDR_NONE Now mono.org's new alpha can run rconfig... This should make norm happy.
2002-02-18Grammar improvements.wiz1-25/+26
2002-02-18Update squid to squid-2.4.3nb1.taca4-29/+118
- replace a hack adding fd_mask definition in autoconf.h with re-writing configure script. It cause to run configure twice and result "no fd_mask". - Incorporate three official patches from http://www.squid-cache.org/Versions/v2/2.4/bugs/. o SNMP memory leaks synopsis The SNMP implementation in Squid had several memory leaks possibly causing an denial of service. workaround Disable the SNMP port if enabled by using "snmp_port 0" in squid.conf. Or if you only use SNMP for MRTG data collection running on the same host then use "snmp_incoming_address 127.0.0.1" to limit reachability of the SNMP port to only localhost or some other trusted network. o Coredump on certain ftp:// style URL's synopsis If certain constructed ftp:// style URL's are received then squid crashes, causing a denial of service and maybe even remote execution of code. workaround Deny forwarding of non-anonymous FTP URLs by inserting the following rules at the top of squid.conf, prior to any http_access allow lines. acl non_anonymous_ftp url_regex -i ftp://[^/@]*@ http_access deny non_anonymous_ftp o "htcp_port 0" fails to disable the HTCP port synopsis "htcp_port 0" fails to completely disable the HTCP port as documented in squid.conf, instead HTCP will be listening on a random port number.
2002-02-18Use `${INSTALL_INFO}' instead of `install-info'.seb1-3/+3
2002-02-18Document handling of info files, makeinfo and install-info commands withseb1-12/+49
mk/texinfo.mk. (Something went wrong, this should have been in my last commit about TeXinfo and all.)
2002-02-18Introduce new framework for handling info files generation and installation.seb320-852/+1346
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-18Include "gettext-lib" glue code to prevent creation of brokentron1-1/+2
"gimpprint-config" script. This should fix PR pkg/15654.
2002-02-18add py-gimpdrochner1-1/+2
2002-02-18initial import of pygimp-1.2: Python scripting for the GIMPdrochner4-0/+76