summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-10Fix COMMENTabs1-2/+2
2003-04-10Updated curl to 7.10.4.wiz1-1/+2
2003-04-10Update to 7.10.4:wiz2-5/+5
Changes: * the curl tool now "clears" sensitive commands line args * no more emacs local variables in the source files * script for distributed, automatic, multi-platform testing added. Please join up and help us test the bleeding edge curl on various platforms! * the "scratch buffer" is now only allocated when actually needed * removed the strequal and strnequal macros from curl/curl.h * added CURLOPT_UNRESTRICTED_AUTH / --location-trusted Bugs: * "curl -O" only, now outputs an error message accordingly * builds fine on Redhat Linux 9 (configure fix) * the CA cert bundle included a demo cert now removed * changing some attributes between two transfers when re-using a connection did not "take effect" properly * the test suite runs faster and hopefully a bit more reliably * improved configure check for presence of functions, needed for HPUX * the curl tool now makes a correct URL escaping when appending to the URL when using -T and the file name is appended to the URL. * configure --enable-libgcc now explicitly add -lgcc to the linker * better configure checks for headers (since some platforms got nasty warnings output previously) * configure --help looks nicer * data transfer bug on HP-UX systems * improved random seeding for systems without a reliable random source * 64bit Sparc compiler warnings removed * a case where a connect failure didn't return an error string * DNS cache problem in AIX 4.3 and later was fixed * a POST-then-GET problem when re-using the same handle in libcurl * extra precaution added for FTP servers returning 0 bytes to SIZE commands * looping issue in the receive function (i.e badly updated progress meter) * Fixed the 'Expect: 100-continue' behavior * CURLOPT_MAXCONNECTS segfault fixed * multi-interface connecting on Windows to non-listening ports fixed * Curl_base64_encode() now encodes zero-bytes too properly * fixed the infamous SSL error:00000000 outputs * zlib build fix in the mingw makefile * don't check for ca cert env variable if --insecure is used * always use strict cert name check unless --insecure is used * content-type extracting fixed * DEBUGFUNCTION could be called with wrong arguments in uploads * ftp downloads could wrongly return CURLE_PARTIAL_FILE in some conditions * the fopen.c example code didn't work * content-type extracting memory leak fixed * curl/multi.h was fixed for C++ compiles * .netrc file scanning for names+passwored fixed * curl-config --cflags works even when include dirs isn't /usr/include * CURLINFO_PRIVATE can return NULL properly
2003-04-10Note apache-1.3.27nb4 and ap-ssl-2.8.14 updates.wiz1-1/+3
2003-04-10Update to 2.8.14:wiz3-8/+21
Changes with mod_ssl 2.8.14 (18-Mar-2002 to 21-Mar-2003) *) Fixed logic in the destruction of a temporary certificate structure and this way avoid a crash due to freeing NULL object. *) Removed one newly introduced X509_free() call in the context of SSL_get_certificate(), because this function does not increment a reference count (although SSL_get_peer_certificate() does). *) Fixed hash-table based shared memory session cache (shmht) implementation by making sure that the underlying hash table library does not crash if memory cannot be allocated. Changes with mod_ssl 2.8.13 (23-Oct-2002 to 18-Mar-2003) *) Always enforce RSA blinding on RSA private keys in order to be resistent to timing attacks. *) Added timeout also to the "pre-sucking" of the trailing data in POST request handling. *) Correctly shutdown shared memory pools on fork+exec situations. *) Bugfix SSL client certificate verification: OpenSSL was not informed with SSL_set_verify_result(ssl, X509_V_OK) in case mod_ssl forced the verification to be ok. *) Consistently use OPENSSL_free() instead of plain free() to deallocate memory chunks allocated inside OpenSSL. *) Fixed various memory leaks related to X509 certificates. New patch-ac sent to maintainer.
2003-04-10Update to 1.3.27nb4: compile with mod-ssl-2.8.14.wiz2-16/+10
Remove quite some lint while here.
2003-04-10Also install the fvwmrc_convert script (the man page was already installed).bouyer2-2/+6
2003-04-10note update of xwrits to 2.21dmcmahill1-1/+2
2003-04-10update to xwrits-2.21.dmcmahill2-5/+5
Changes since 2.19: ------------------- Version 2.21 6.May.2002 * Add support for Xinerama. Requested by Orion Hodson <hodson@icir.org>. Version 2.20 17.Apr.2002 * Add `title' option. Suggested, and patch provided, by Dale Thatcher <xwrits@dalethatcher.com>. * Finally fix `--multiscreen' option. Thanks to Orion Hodson <hodson@icir.org> for lending his multihead machine.
2003-04-10rename from othersrc/bootstrap-pkgsrc/files/benchmarks.grant1-0/+101
this file lists leaf packages and the current build status on various platforms, until we can do bulk builds on those platforms.
2003-04-10allow this to find libucb on Solaris.grant1-1/+7
2003-04-10note that m4 is required in the PATH (it is not by default whengrant1-0/+10
.xsession is run)
2003-04-10set correct values for IMAKE_MAN_SUFFIX.grant1-3/+3
2003-04-10simplify post-install target.grant1-6/+5
2003-04-10make ${PAX} usage consistent:grant93-256/+254
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-04-09fix some indenting, be consistently quiet or noisy.grant1-5/+5
2003-04-09add missing file (from PLIST rev 1.5, hi hubert!)grant1-1/+2
2003-04-09comment out some dispensable code which triggers a fatal bug indrochner4-3/+28
not-absolutely-current NetBSD libintl
2003-04-09Note revision bump for dnetc, to 1.jmmv1-1/+2
2003-04-09Install a rc.d script to run this program at boot time, as an unprivilegedjmmv3-2/+56
user. Bump PKGREVISION to 1. Closes my own PR pkg/18740.
2003-04-09Note addition of yasm, version 0.2.0.jmmv1-1/+2
2003-04-09Add and enable yasm.jmmv1-1/+2
2003-04-09Initial import of yasm, version 0.2.0:jmmv5-0/+134
YASM is a complete rewrite of the NASM assembler under the "new" BSD License (some portions are currently under the GNU General Public License (GPL) or the GNU Lesser General Public License (LGPL)). It is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object formats. Another primary module of the overall design is an optimizer module. Package provided in pkgsrc-wip by Juan RP.
2003-04-09Note revision bump for setiathome, to 1.jmmv1-1/+2
2003-04-09Add a rc.d script to run this program at bootup as an unprivileged user.jmmv4-9/+71
Bump PKGREVISION to 1. Closes my own PR pkg/18361.
2003-04-09Note update of pkgtools/pkgdiff to version 0.108 [pkgdiff bug fix withseb1-1/+2
newder diff(1)]
2003-04-09Update to version 0.108.seb2-4/+4
Newer diffutils' (>=2.8, as seen in pkgsrc and -current) diff had seen the regexp syntax of its -I and -F options changed from Emacs syntax to grep syntax. Hence fix pkgdiff's diff invocation so diffs on configure scripts are kept to a minimum.
2003-04-09-update to 0.90 release (no changes from rc5, except documentation fixes,drochner6-21/+27
they even forgot to update the version string) -make sure libfreetype is found by "configure" -we don't really need GNU libintl - this avoids a conflict with libmad
2003-04-09-ted-2.1[34]markd1-3/+1
2003-04-09Note updates to ted, kdemultimedia3 and koffice.markd1-1/+17
2003-04-09Apply koffice bug fix from koffice.org.markd2-3/+10
From Marc Recht in PR 20871 cleaned up slightly by me to keep pkglint happy. Bump PKGREVISION.
2003-04-09Note version update of kdemultimedia.markd1-2/+2
2003-04-09We now have a xine-lib package so use it.markd2-2/+10
Bump PKGREVISION.
2003-04-09+ evolution-1.2.4, gaim-0.61, gnumeric-1.0.13, pen-0.10.1, sawfish-1.3,wiz1-4/+8
texmacs-1.0.1.10, wine-20030408.
2003-04-09Add and enable ted-pl.markd1-1/+2
2003-04-09Initial import of ted-pl-2.14.markd4-0/+43
Polish spelling dictionary for the Ted word processor. From Wojciech Puchar in PR 21028 updated to 2.14 by me.
2003-04-09Update ted to version 2.14.markd29-116/+119
(Ted 2.14 April 6, 2003) * Initial support for Macintosh pict images * Table Headers * Bug in image rendering on 256 color screens solved * Fixes in German package * Brazilian window texts * Tabs in page headers/footers finally saved in such a way that they are picked up by MS-Word 2000 (Ted 2.13 March 15, 2003) * Options for making much more compact PostScript when a document is printed. * Support for smallcaps. * Upgraded the pdfmarks to a version that more recent versions of acroread support. * Default codepage for new documents now is 1252. The defaultAnsicpg resource must be used to set a different one. * Make the print dialog usable when there is a huge number of printers. * Partial implementation of rowspan/colspan of table cells. (Ted 2.12 December 1, 2002) * GTK version is now more mature and even usable. Source Adapted to GTK 2.0 * Solid shading of paragraphs and table cells. * Colored table cell borders, Text colors. * GTK version uses X11 resources for configuration, like the Motif version. * To change the hyperlinks as saved by older versions of Ted to blue and underlined once run the command TED_HYPERLINKS_BLUE=1 Ted old.rtf and save the document.
2003-04-09Note proxycheck-0.42 update.wiz1-1/+2
2003-04-09Update to 0.42, provided by Todd Vierling in PR 21068:wiz3-23/+7
2003-02-20 0.42 - fixed a long-standing bug in dsbl handler - data received from the remote was not collected correctly. Well, this one wasn't happened too frequently - I only seen it once, when a proxy delivered data from the target mailserver one byte at a time. - added yet another port, 1813 (socks5), as advanced (level2) port. SKK proxy listens here, but it is seen unfrequently. 2003-02-14 0.42b2 - added proxylogger - receiving part of proxycheck, to be used from inetd and with -c chat. 2003-02-12 0.42b1 - fixed a small bug in last wingate/telnet code changes (mostly cosmetic: "Resource temporarily unavailable" vs "Connection timed out"). - added another telnet/wingate proxy variant, with a prompt "SpoonProxy>", which expects a command in form "host port" (instead of tn-wg/wingate which is of the form "host:port"). 2003-02-04 0.42b - some code cleanups/changes: may break things, testing... - FTP proxy detection added, port 1183 only for now. Interesting to experiment with M$ ftp servers ;) - fixed not finding advanced protocol if no ports are specified (e.g. -pwg: tried default protos:ports instead of wg:25,1181) - modified telnet/wingate proxy code to be a bit faster and to know which command to sent to a particular proxy.
2003-04-09Update tarball - forgot to bump the patchlevel.gehenna1-3/+3
2003-04-09Note update of net/ja-samba package to 2.2.7.2.1.0.taca1-1/+2
2003-04-09Update ja-samba package to 2.2.7.2.1.0 (samba-2.2.7b-ja-1.0).taca8-127/+8
Changelog of Samba2.2 Japanese Edition Samba Users Group Japan Here is the fix list of Samba2.2 Japanese Edition. The sign of each line means: *: Fix of Samba Japanese Edition only x: Fix of sending a patch to Samba Team c: Fix of being commited a patch by Samba Team samba-2.2.7b-ja-1.0 ~~~~~~~~~~~~~~~~~~~ Changes to the original version c Fixed a security problem which is fixed at samba 2.2.8a [sugj-tech:5233] c Fixed using CIDR of 'hosts allow/deny' parameters [samba-jp:14286]
2003-04-09Note cvsync-0.19.1gehenna1-1/+2
2003-04-09cvsync-0.19.1gehenna2-6/+5
ChangeLog: 2003-04-08 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.19.1 * Fix a bug to fail to mirror a repository when no pre-existing files. * Fix a bug that list operations fail when pre-allocated buffers are exhausted. * Even if a server fail to parse a RCS file, just ignore it and continue to run. 2003-04-05 MAEKAWA Masahide <maekawa@daemon-systems.org> * Fix a bug that a packet length of protocol version is mistakenly calculated.
2003-04-08Note update of mail/imapfilter to version 0.8.7 [mostly bug fixes]seb1-1/+2
2003-04-08Update to version 0.8.7.seb2-5/+5
Changes since previously packaged version: Version 0.8.7 - 2 April 2003 ---------------------------- - Fix of a bug appearing in action list and when a message had long headers. - Fix of a bug which caused bus errors in some systems. - Improvements/corrections on the information printed to the logfile. Version 0.8.6 - 2 March 2003 ---------------------------- - Corrected a problem appearing, mostly, while in daemon mode, where the server aborted the connection and the program seemed to hang.
2003-04-08Make this compile on -current -- undef "_POSIX_THREADS" so that itdrochner2-1/+14
doesn't confuse the thread library selection mechanism
2003-04-08modify a selftest which uses unportable struct packing so that itdrochner4-2/+30
succeeds on alpha
2003-04-08Very belatedly note PKGREVISION bump of libtool on 2003-03-28,jschauma1-1/+4
suggested by seb.
2003-04-08spamass-milter is a milter to interface with Spamassassin.manu1-1/+2