summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-07-30Update to 7.10.6:wiz3-10/+10
Changes: * CURLOPT_SSL_CTX_FUNCTION allows a custom callback for SSL connections * multiple patches lets curl build and run on DOS * libcurl now deals with spaces in Location: redirects and URLifies them * curl --version shows more detailed info * curl_version_info() now returns info on NTLM, GSS-Negotiate and Debug * curl_version() includes "GSS" in the string if built with GSSAPI available * Pick-best-authentication option added (--anyauth, using the CURLOPT_HTTPAUTH set to CURLAUTH_ANY) * NTLM authentication support (--ntlm and CURLAUTH_NTLM) * GSS-Negotiate authentication support (--negotiate and CURLAUTH_GSSNEGOTIATE) * Digest authentication support added (--digest and CURLAUTH_DIGEST) * Allow curl to switch (back to) to Basic authentication (--basic) * libcurl supports name and password in proxy environment variables Bugs: * double slash after the host name on a FTP URL again points out the root dir * obscure and rare DNS cache problem was fixed * multiple FTP connections to the same host with different user names didn't work properly * no more CWD commands without arguments for ftp connections * curl no longer uses setvbuf() due to portability problems * VMS build fixes * the curl tool has the -M manual compressed internally if built with libz * url globbing syntax error could cause segfault * Huge (>40-60KB) GET requests over HTTPS failed. * Content-Length now overrides socket-closed as a means of knowing when the response body is complete. * --progress-bar takes the initial size into account when doing resumed downloads * work around SSL bugs better * libcurl typically issues POST requests with less send() calls * better main makefile * external headers improved portability * Listing FTP directories without contents could leak a socket * Getting HTTP contents in one line without headers failed * bugfixed the socks5-proxy usage (twice) * h_aliases name-lookup rare crash fixed * improved curl -M output * curl_unescape() now only unescapes valid %HH codes
2003-07-30Allow package Makefiles to insert a supplementary header to thejlam1-1/+4
INSTALL/DEINSTALL scripts via HEADER_EXTRA_TMPL, that is meant to contain variable definitions to be used by the various actions.
2003-07-30I'm taking care of bind8.seb1-2/+2
2003-07-30libdvdcss-1.2.8 update done.wiz2-3/+3
2003-07-30Update to 1.2.8:wiz2-5/+5
* workaround for strange discs that report read errors seemingly at random.
2003-07-30+ TeXmacs-1.0.1.20, balsa2-2.0.13, bomberclone-0.10.0, libdvdcss-1.2.8,wiz1-2/+8
mozilla-firebird-0.6.1 [was phoenix], python-2.3, rrdtool-1.0.45.
2003-07-30Updated imap-uw to 2002.4nb1adam1-1/+2
2003-07-30Kerberos fix (thanks to tron)adam3-6/+50
2003-07-30Rename sandboxDirs to sandboxMountDirs.seb1-14/+12
Introduce sandboxEmptyFiles a list of files to create empty in the sandbox if they exist on the hosting system. Hence put /var/run in sandboxEmptyDirs list. Use $cppprog instead of cp.
2003-07-30Whitespace.seb1-2/+1
2003-07-30Add a comment that people are supposed to test this package on a systemtron1-1/+6
without Kerberos enabled before updating it.
2003-07-30Unset maintainer on his request.wiz1-2/+2
2003-07-30MASTER_SITES and HOMEPAGE gone; comment them out.wiz1-3/+3
2003-07-30Bring back the original patch-aa that was lost with the 3.6 update:simonb2-1/+14
Fix a memory leak (patch sent to and accepted by the ctwm folks).
2003-07-30support gcc3 cppmrg2-5/+24
2003-07-30Remove BUILDLINK_DEPENDS lines that affirm lower version numberswiz1-21/+1
than the ones requested in the corresponding buildlink2.mk -- this way, binary packages won't have reliable dependencies. Also closes PR 22302.
2003-07-30kill leading whitespace, remove comment about license (we alreadygrant2-10/+4
track licenses, and it's GPL'd anyway).
2003-07-30fix cut and pasto introduced in rev 1.66 (USE_DB185).grant1-1/+3
2003-07-29Note revision bump for skkserv to 2.jmmv1-1/+2
2003-07-29Convert to bsd.pkg.install.mk to handle the rc.d script. MESSAGE is removedjmmv3-16/+11
as the default install template provides the right standard information (or can be extended in a common way if needed ;). Bump PKGREVISION to 2.
2003-07-29Note revision bump for sj3-server-bin to 2.jmmv1-1/+2
2003-07-29Use bsd.pkg.install.mk to manage the rc.d script. While here, add SJ3OWNERjmmv1-11/+12
and SJ3GROUP variables to BUILD_DEFS. Bump PKGREVISION to 2.
2003-07-29Note revision bump for ja-freewnn-server-bin to 2.jmmv1-1/+2
2003-07-29Use the bsd.pkg.install.mk framework to generate the rc.d script.jmmv3-7/+7
Bump PKGREVISION of ja-freewnn-server-bin to 2.
2003-07-29Introduce sandboxEmptyDirs a list of directories to create emptyseb1-5/+14
in the sandbox if they exist on the hosting system: put /var/spool/mqueue as it was already created before and add /var/log for now (needed for various packages, like security/ssh2). Only create /var/run/utmp(x) if they exist on the hosting system. XXX this may better be an opsys dependent action.
2003-07-29Follow the trend started by jmmv@. Thanks Julio!seb3-51/+31
Remove IRCD_HYBRID_DPATH from bsd.pkg.defaults.mk and BUILD_DEFS, set PKG_SYSCONFSUBDIR to 'ircd-hybrid' instead: the package builder is now expected to adjust Ircd Hybrid configuration directory with PKG_SYSCONFBASE(.${PKG_SYSCONFVAR}). Replace local DOC_SUBST stuff with FILES_SUBST from bsd.pkg.install.mk. Go with the previous PKGREVISION bump. XXX Having the log files as SUPPORT_FILES is not optimal. XXX I really should update this package.
2003-07-29Go one step further: turn CANNA_GROUP and CANNA_USER build definitions andjmmv4-10/+27
handle the group and the user they specify with bsd.pkg.install.mk. In fact, these variables were already changeable.
2003-07-29Note revision bump for canna-server-bin to 1.jmmv1-1/+2
2003-07-29Convert to the bsd.pkg.install.mk framework:jmmv3-17/+10
- Use RCD_SCRIPTS for automatic generation and handling of the rc.d script. - Use OWN_DIR_PERMS instead of OWN_DIRS to handle permissions for the spool directory and avoid (un)exec commands in PLIST. As a result, bump PKGREVISION to 1.
2003-07-29add openssl 0.9.7a, as found in Slackware Linux 9.grant1-1/+9
XXX there really must be a better way to (not have to) do this.
2003-07-29No longer needed.jtb2-102/+1
2003-07-29Note revision bump for zephyr-current to 1.jmmv1-1/+2
2003-07-29Convert to the bsd.pkg.install.mk infrastructure:jmmv8-25/+92
- Install configuration files under the examples hierarchy. - Honour PKG_SYSCONFDIR. - Use RCD_SCRIPTS to handle rc.d script. As a result, bump PKGREVISION to 1.
2003-07-29Note revision bump for ircd-hybrid, to 1.jmmv1-1/+2
2003-07-29Convert to the bsd.pkg.install.mk framework to handle the daemon's user andjmmv4-148/+23
group, the creation of log files and automatic handling of the rc.d script. Bump PKGREVISION to 1. Ok'ed by seb@, the maintainer.
2003-07-29Use PKG_SYSCONFDIR when setting the default value for IRCD_HYBRID_DPATH.jmmv1-2/+2
2003-07-29Use /dev/null instead of empty file.jmmv2-6/+3
2003-07-29Remove trailing slashes in DEPENDS lines.wiz1-3/+3
2003-07-29Apply pkgsrc-wip/wip/jdk1x_java-vm.mk.diff to add support for thewiz1-3/+21
jdk12 and jdk13 packages from pkgsrc-wip.
2003-07-29Sort sections.wiz1-5/+5
2003-07-29Apply another part of pkgsrc-wip/wip/newsx/news.inn.patch,wiz1-4/+3
that was previously rejected (oops).
2003-07-29Apply patch pkgsrc-wip/newsx/news.inn.patch:wiz6-3/+59
Install header files for other packages (in particular, newsx). Bump PKGREVISION. Approved by tron@
2003-07-29Note revision bump for i2cbd to 1.jmmv1-1/+2
2003-07-29Convert this package to the bsd.pkg.install.mk framework:jmmv5-37/+53
- Install configuration files under the examples hierarchy. - Use CONF_FILES_PERMS to put the configuration files in place. - Use SUPPORT_FILES_PERMS to put the empty log file in place. - Use RCD_SCRIPTS to handle the rc.d script. While here, add ICBD_OWNER to BUILD_DEFS and use ROOT_USER and ROOT_GROUP where appropiate. As a result, bump PKGREVISION to 1.
2003-07-29Initial import of re2c-0.9.1 into the NetBSD Packages Collection.agc1-1/+2
re2c is a preprocessor that generates C-based recognizers from regular expressions. The input to re2c consists of C/C++ source interleaved with comments of the form /*!re2c ... */ which contain scanner specifications. In the output these comments are replaced with code that, when executed, will find the next input token and then execute some user-supplied token-specific code. re2c generates parsers which are not table-based, and can be twice as fast as flex.
2003-07-29Add and enable re2cagc1-1/+2
2003-07-29Initial import of re2c-0.9.1 into the NetBSD Packages Collection.agc4-0/+31
re2c is a preprocessor that generates C-based recognizers from regular expressions. The input to re2c consists of C/C++ source interleaved with comments of the form /*!re2c ... */ which contain scanner specifications. In the output these comments are replaced with code that, when executed, will find the next input token and then execute some user-supplied token-specific code. re2c generates parsers which are not table-based, and can be twice as fast as flex.
2003-07-29fix some CPP magic (mmm, gcc3.3)mrg2-1/+17
2003-07-29Give the -f flag to rm, to avoid a warning message. Fix typo in COMMENT.jmmv1-3/+3
2003-07-29add --disable-pedantic to quell gcc3.3mrg1-1/+2