summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-04Update SuSE packages to version 7.3. The included libraries and binariestron26-162/+158
make it possible to use recent Linux applications on a NetBSD-current (1.5ZC built from 2002-04-04 sources) kernel.
2002-04-04Added etc/rc.d/isakmpdmartti1-1/+2
2002-04-04Install a simle startup script (${PREFIX}/etc/rc.d/isakmpd)martti2-1/+31
2002-04-04- Correctly detect a.out shared library (developers should test on a.out env ;)itohy3-10/+24
- Create fake libtool object (*.lo) if no shared libwrap exists.
2002-04-04Update adzap to 20020404. Adds a few more ad patterns.simonb2-5/+5
2002-04-04Update postgresql and related packages to 7.2. Thanks to Michael Graffjlam30-955/+804
<explorer@flame.org> for most of the work on this update. Pkgsrc changes from the previous version include removing Makefile.ssl and some patches that have been integrated into this release of PostgreSQL. We leave open the question of when to byte-compile the Python modules for the PyGreSQL interface and just do it as before, although we should consider doing the compilation as a post-install step to ensure that the timestamps are correct. We also reorder some lines in the Makefile to include Makefile.common below certain definitions (GNU_CONFIGURE, USE_BUILDLINK_ONLY) as they may possibly trigger different portions of Makefile.common. *** Please note that a dump/restore is required to migrate an existing *** *** PostgreSQL installation to 7.2. *** Major changes from version 7.1.3 are geared toward improving use in high-volume applications and include: VACUUM Vacuuming no longer locks tables, thus allowing normal user access during the vacuum. A new "VACUUM FULL" command does old-style vacuum by locking the table and shrinking the on-disk copy of the table. Transactions There is no longer a problem with installations that exceed four billion transactions. OID's OID's are now optional. Users can now create tables without OID's for cases where OID usage is excessive. Optimizer The system now computes histogram column statistics during "ANALYZE", allowing much better optimizer choices. Security A new MD5 encryption option allows more secure storage and transfer of passwords. A new Unix-domain socket authentication option is available on Linux and BSD systems. PAM authentication is also available. Statistics Administrators can use the new table access statistics module to get fine-grained information about table and index usage.
2002-04-04Fix bug in in "/etc/rc.d/pgsql stop": we need to use "fast" mode ratherjlam1-76/+74
than "smart" mode so that the the database will always cleanly shutdown. Previously, postgres would wait for clients to disconnect before stopping the database process, which sometimes resulted in unclean shutdowns. Problem noted by Curt Sampson <cjs@cynic.net> in private email. I also convert this to use /etc/rc.subr if it is present.
2002-04-04Obey CFLAGS. In particular this lets the default -O2 for pmax get useddmcmahill2-1/+15
which fixes compile problems noted in PR pkg/16160 by Daniel Senderowicz <daniel@bicho.SynchroDS.COM>. Thanks to Simon Burge for helping on this.
2002-04-03Allow teapop to use mysql, when TEAPOP_WITH_MYSQL is defined.hubertf2-2/+14
Bump pkg revision. Contributed in private mail by Charlie Root <root@gornik.tgr.lubin.edu.pl>
2002-04-03Updated to release from 20020402, many new features and nicer for users.hubertf5-19/+16
Update contributed by Dawid Szymañski <dawszy@arhea.net> in PR 16184
2002-04-03Fix up pax usage.jwise4-16/+10
2002-04-03Fix pax usage.jwise4-13/+9
2002-04-03Fix scrollkeeper directory creation. Bump revision to 0.2nb1.rh8-87/+117
2002-04-03Fix pax usage -- pax -pe ; chown -> pax -ppjwise1-3/+2
2002-04-03Add and enable onyx.wiz1-1/+2
2002-04-03Fix/add RCS Ids, and remove WWW line from DESCR (added automaticallywiz4-4/+3
by using HOMEPAGE).
2002-04-03(oops; do this in the right place.)mrg4-0/+190
initial import of onyx 3.0.2 package. from DESCR: Onyx is an embeddable stack-based threaded interpreted language. This package contains both a stand alone interpreter and a library that can be used to embed Onyx in an application. Extensive documentation is included. WWW: http://www.canonware.com/
2002-04-03don't limit symbol length to BUFSIZ, and similarly don't limit lidjoda3-1/+259
line length to BUFSIZ; it should now be possible to index the mozilla source
2002-04-03Add another locale dir (he) for Hebrew.seb4-4/+20
2002-04-03add ${VERS} to the PLIST_SUBST, and use this for the bin/irc-${VERS} linemrg2-3/+4
in PLIST. now we only have to update VERS=. (thanks nick.)
2002-04-03update to ircii-20020403. highlights include:mrg3-7/+11
o new /on dcc_list hook, for /dcc list output o /dcc list bug fixed o status clock gets very slow bug fixed o fix /window new server foo.com channel #foo,foo o fix build problem on BSD/OS 4.3 o new --disable-non-blocking to turn off non blocking connects o new /load autoquery, to automatically create a new query window when /msg'ing. apparently like mIRC o /whois works on ICB again o multi-server connections should work much better now, including when loaded from a script o new help file for /window where, missing since forever o server "." refers to the last connected server in this window, eg `/window server .' and `/server .'
2002-04-03Updated isakmpd to 20020403martti2-5/+5
- Change DH group handling in the pre-generated parts of the configuration. Add a -GRP{1,2,5} component to transform and suite names to directly specify which group to use. If no group is specified, use DH group 2 (MODP_1024). Earlier transforms and suites using the MD5 hash defaulted to DH group 1, this is no longer true. - Unbreak MD5 and SHA1 passphrases in policy check. - Don't message_dump_raw() bad length messages, i.e too short. - Fix a couple of snprintf length bugs. - Compile without warnings for older/newer OpenSSL.
2002-04-03Update "mtv" package to version 1.2.5 because old distribution filetron2-5/+5
disappeared.
2002-04-03Add distinfo file required for standalone packages.jlam1-0/+9
2002-04-03Make odbc-postgresql build stand-alone instead of requiring Makefile.commonjlam6-8/+298
from databases/postgresql. Also honor PKG_SYSCONFDIR.
2002-04-03Substitute ${TRUE} for "true".jlam1-3/+3
2002-04-03Unless on x86 pass --disable-mmx to configure so inline x86 assembly isn't usedjmc1-1/+5
2002-04-03Add patch so this will compile on NetBSD hosts without sched.hjmc2-1/+16
2002-04-03upgrade to 20020403a. stabilization and bugfixes.itojun2-5/+5
2002-04-03upgrade to 20020403a. lots of stabilization, MLDv2 support (disabled), and ↵itojun3-14/+6
more.
2002-04-03upgrade to 1.0alpha2 (package versioned 0.9.2)itojun3-10/+21
- IPv6 transport support added by Jun-ichiro itojun Hagino (Use -DINET6) - Makefile modified for easier compile time configuration - EDNS(0) bug fixed - Default database changed to all lowercase, red-black tree to make nsd DNSSEC ready - REQUIREMENTS are cleaned up and updated - Signal names changed in nsdc.sh.in - Default compile options dont include -DMIMIC_BIND8
2002-04-03fix build on Darwin/MacOS X. on HFS+, "NKF" and "nkf" are treated as theitojun1-1/+2
same entity so linkage will fail if "NKF" is present.
2002-04-03enable IPv6.itojun3-1/+29
2002-04-02Update snort to 1.8.4 (update was provided by Mipam <mipam@ibb.net> in arh5-27/+36
private mail -- thanks!) Changes are: * Fixed stream4 offset initialization * Double Open of snort log file * Lots of new rules * Fatal error on problems other than -> and <> * Fixed stream4 several low memory conditions * Error checking in stream4/frag2 argument parsing * snortdb schema updates to 1.05 * --with-pcap-includes should now look at specified pcap * packet statistics now should be more accurate with regards to lost packets werwerwerwerwer * double PID file write * S4 alignment problems on Sparc fixed * new snmptrap code * documentation updates * Stability fixes in frag2
2002-04-02If it is `respectively' then I guess that `2.0-compatible' andseb1-2/+2
`1.2-compatible' should be inverted.
2002-04-02this works fine with suse_compat-6.3 and suse_x11-6.3, toojdolecek1-3/+3
2002-04-02Integrate patch-aa: LP64 fixes.augustss3-36/+5
2002-04-02* Work around the compilation problem on XFree86 4.2. Suggested by Marcuebayasi3-22/+42
Espie <espie@nerim.net> in tech-pkg@netbsd.org. * Honor USE_IMAKE. * Prepend DESTDIR to /var/dict. (No meaning for now?) Bump PKGREVISION.
2002-04-02* Create /var/run/ndtpd just before invoking the server.uebayasi2-10/+14
* s/ndtpdcheck/ndtpcheck/ in ndtpd.sh. Pointed out by Koji Kondo <koji@iijmio-mail.jp> in private mail. Bump PKGREVISION.
2002-04-02Set minimum required version of the pkg_ tools to 20020218.seb1-2/+2
This is mostly to get the improved/fixed version number handling provided by this version of the tools, but see the log of pkgsrc/pkgtools/pkg_install/Makefile revision 1.47 for a summary of changes.
2002-04-02Re-Introduce Linux packages to the wonders of readlineabs1-4/+9
2002-04-02Update www/ap-ssl to 2.8.8. Changes from version 2.8.7 include:jlam2-7/+7
*) Upgraded to Apache 1.3.24 *) Support leading whitespaces in commands of SSLLog "|..." directives. *) Fixed timeout handling on connection establishment by correctly resetting the timeout on errors. *) Fixed two memory leaks related to CA certificate configuration. *) Fixed memory leak related to temporary DH key handling. *) Fixed memory leak on shutdown if CRLs are used. *) Fixed remaining SIGBUS problems on SPARC inside SHMCB session cache implementation.
2002-04-02Update www/apache to 1.3.24 with EAPI patch from mod_ssl-2.8.8-1.3.24.jlam4-23/+31
Relevant changes from version 1.3.23 include: * Prevent invalid client hostnames from appearing in the log file. * Various mod_proxy improvements, such as the new ProxyIOBufferSize directive. * The new ''IgnoreCase' keyword to the IndexOptions directive. * mod_rewrite's 'rnd' was broken and has been fixed. * The '-S' option of 'apxs' was not able to handle quotes; also 'apxs' is now rebuilt when options are changed. * proxy now correctly handles Cookies and X-Cache headers. * Fixed a problem in TPF when we were using the wrong subpool when opening the error log. * pthread accept() mutexes on Solaris were broken (since we were not linking against pthread)
2002-04-02Minor packaging enhancements:agc1-7/+7
+ use pkgsrc libtool, and override the libtool that's provided + HAS_CONFIGURE + (CONFIGURE_ARGS+= --prefix=${PREFIX}) = GNU_CONFIGURE + PLIST_SUBST already contains MKDIR and RMDIR - don't add them to PLIST_SUBST. + add X11 buildlink functionality
2002-04-02Add & enable ttftot42.uebayasi1-1/+2
2002-04-02Initial import of ttftot42, TrueType font to Type 42 converter. Submitteduebayasi4-0/+35
by Rui-Xiang Guo <rxg@netbsd.org> in pkg/14773. This package stems from FreeBSD's one. From DESCR: TrueType fonts cannot be converted to Type 1 fonts without loss of quality, since conversion introduces rounding errors and loses hinting information. Therefore, newer PostScript interpreters (Adobe PostScript since version 2013, ghostscript since 5.03) include a TrueType rasterizers. To use a TrueType font with them, it has to be embedded in a PostScript font dictionary; this format is called Type 42. This program generates such Type 42 fonts from TrueType fonts. It can also generate Adobe Font Metrics files (AFM files), including kerning information. Not yet supported are TrueType Collections and the creation of CID keyed fonts from large TrueType fonts (East Asian or Unicode fonts).
2002-04-02Protect inclusion of sys/cdefs.h in configure code checking for tcp_wrappers.seb3-12/+25
This helps on Solaris.
2002-04-02Use basename in dodiff() so `pkgdiff /path/to/configure' works as expected.seb2-4/+4
Bump to 0.105
2002-04-02Add a `keygen' "target" for non-rc.subr systems so sshd_precmd() actually works.seb1-1/+4
2002-04-02I can be the maintainer (and contact person towards the ProFTPD project)martti1-2/+2