summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-11-30As pointed out by jlam: The shlib major for libGLU.so hasjschauma1-2/+2
gone from 2 to 4, so the BUILDLINK_DEPENDS.glu in glu/buildlink2.mk should be bumped to the latest version of the package.
2003-11-30+ courier-0.44.2, diffstat-1.34, elm-me-2.4pl109a, gentoo-0.11.44,wiz1-5/+8
gnome-icons-1.0.9 [pkg/23596], libIDL-0.8.2 [pkg/23603], scribus-1.1.3.
2003-11-30Update HOMEPAGE.jmmv1-2/+2
2003-11-30+ sodipodi-0.33xtraeme1-1/+2
2003-11-30Correct past entry; "Update squid to 2.5.1nb1" was duplicated andtaca1-2/+2
latter was 2.5.1nb2.
2003-11-30Note update of www/squid package to 2.5.4nb2.taca1-1/+2
2003-11-30Take in 16 official patches and bump revision.taca2-5/+52
* connection setup may look like syn flood attack if server is refusing connection * --enable-arp-acl may give warning about net/route.h * Incorrect html on empty Gopher responses * positive_dns_ttl ignored when using internal DNS client * squid_ldap_group update to version 2.12 * 100% CPU loop if external_acl combined with authentication * maximum_object_size too large causes squid not to cache * Install of Mozilla/Netscape plugins fails because .xpi mime type unknown * Segfault if failing to load error page * Error page translation updates for German and Lithuanian * auth_param documentation update * pam_auth fails on Solaris when using pam_authtok_get * FQDNcache discards negative responses when using internal DNS * login with space confuses redirector helpers * digest auth never detects password changes * cache.log message on "squid -k reconfigure" confusing
2003-11-30whitespace policegrant1-2/+2
2003-11-29+ mrtg-2.10.6xtraeme1-1/+2
2003-11-29+ fix-mime-charset-0.5, lesstif-0.93.94, ruby-webrick-1.3.1wiz1-1/+5
[pkg/23592|taca], xboard-4.2.7.
2003-11-29Note update of nabi.junyoung1-1/+2
2003-11-29Update nabi to 0.11. Changes since 0.10:junyoung2-5/+7
- Now it's possible to configure nabi in the main window. This is useful for the environment without the system tray. - Shows character in combination properly when running in 3-bul mode. - Added -s option used to display status only. - Some other small bug fixes. Patch provided by Min Sik Kim in PR#23595.
2003-11-29subversion-0.32.1 is done.junyoung1-2/+1
2003-11-29Note update of subversion to 0.32.1.junyoung1-1/+2
Version 0.32.1 (released 23 October 2003, revision 7497) http://svn.collab.net/repos/svn/tags/0.32.1 NOTICE: This release is to correct for the problems in the 0.32.0 release. There are no user or developer changes in this release other than the subversion/include/svn_version.h now reflects the correct version number. NOTICE: This release of Subversion causes an ra_dav client/server compatibility break with Subversions older than 0.28.0. Version 0.32.0 (released 22 October 2003, revision 7480) http://svn.collab.net/repos/svn/tags/0.32.0 NOTICE: This release of Subversion causes an ra_dav client/server compatibility break with Subversions older than 0.28.0. User-visible changes: * new 'svn blame' subcommand. (r7389, 7438, #508) * fix huge ra_dav 'svn import' memory leak. (r7381) * other bugfixes: proper line endings in diff headers (r7450, #1533), stop auto-props from removing all whitespace (r7358), 'svn st' UI consistency fix (r7364), various 'svn switch' fixes (r7366), mini-manpages for svnadmin, svnserve, svnversion (r7421), remove 'P' field from 'svn ls -v' (r7432), 'svn merge' double-notification bug (r7447), prevent 'svn:externals' infinite loop (r7459), 'svn merge' segfault (r7458). Developer-visible changes: * 'svn diff' is now reasonably streamy. (r7393, 7439, #1481) * fix many ra_dav pool abuses. (r7370-3, 7380, 7368, 7400, ...) * fix mini leaks: clear unused svn_error_t's. (r7378-9, 7405, 7408, 7429) * tons of code, doc, API cleanup. (from julianfoad!) * new RA->get_repos_root() API. (r7428) * swig/python, swig/perl and native JNI updates and improvements. * more work on build depenedency generator. (r7412-8) * svn_repos_finish_report() now aborts txns on error. (r7424) * remove crufty old ra_dav compatibility code (r7466, 7468) * other changes: new SVN_DEBUG_ERROR tool macro, new 'davautocheck' and 'contrib' makefile targets, new --enable-gprof configure option (r7437), new scramble-tree.py testing tool, auth provider reorganization, make RA->get_dir fetch props correctly over ra_dav (r7431), notice permission error when creating unique tmpfile (r7434). Version 0.31.0 (released 08 October 2003, revision 7355) http://svn.collab.net/repos/svn/tags/0.31.0 User-visible changes: * new 'svnlook history' command (and removal of 'svnadmin lscr'). * new 'auto-props' feature can set file properties during 'svn add/import' * win32 client now properly converts UTF8 to console-locale. (r7168, #872) * 'svn up' now notices when svn:externals value changes. (r7256, #1519) * authentication changes: - client caches auth-creds in memory for a single session (r7292, #1526) - SSL cert caches keyed on host+port, not any SSL connection. (r7174) * faster 'svn log' (see new fs-history algorithm) (#1499) * faster repos read-operations (caching gives ~20% speedup) (rXXXX, #1499) * faster updates (fewer entries-file writes gives ~20% speedup) (r7170, #1490) * more work on psvn.el and svn_load_dirs.pl * more cvs2svn bugfixes * obsolete manpages truncated to point to 'help' and book URLs. (r7340, #1508) * other bugfixes: no more revision keywords "FIRST" or "CHANGED" (r7250), fix 'svn cp URL URL' $EDITOR msg generation (r7264), fix regression bug in 'svnadmin load' (r7273), 'svnadmin setlog' now triggers repository hooks (r7322), 'svn cp -rHEAD wc' now works correctly (r7331), post-commit-hook failures correctly ignored by client (r7342, #906) Developer-visible changes: * tons of filesystem improvements (#1499): - new fast fs-history algorithm: allows stable VR urls (r7283, #1499) - new dag-node caching (r7163) - skip-deltas now run in individual trails (r7138) - no-op svn_fs_copy()s don't write to the database (r7158) * mod_dav_svn MERGE response is faster (using svn_repos_replay()) (r7191) * ensure consistent wc 'dead entry' cleanup (r7197, r7204, #1075) * lots of work on gen_win.py, gen_make.py, gen_base.py tools * lots of work on making SWIG-java bindings build. * updates/improvements to javahl bindings and SWIG-perl bindings * updates/improvements to Mandrake RPM builds * other bugfixes: python testsuite now uses local path separators (r7224), svn:externals no longer keeps connections open (r7312, #1448), UTF8-to-local date conversion (r7316, #1534), API consistification changes (r7298, r7302, r7304, r7307).
2003-11-29Update subversion to 0.32.1.junyoung4-99/+10
2003-11-29I handle mp3blaster update.cube1-2/+2
2003-11-29apparently the local patch to add --with-expat-dir not needed, removejdolecek3-40/+1
it and switch to shared PHP4 distinfo
2003-11-29I have the latest evilwm ready for after the freeze.sketch1-2/+2
2003-11-29g/c local BUILDLINK_DEPENDS.libxml2, buildlink forces the right versionjdolecek1-3/+1
nowadays
2003-11-29enable xslt and exslt support (using libxslt), so that the package wouldjdolecek1-2/+5
have full available functionality of the module bump PKGREVISION problem reported and fix provided in pkg/23594
2003-11-29minor formatting fix, s/Gnome/GNOME/grant1-2/+2
2003-11-29Make the package install after the recent DIST_SUBDIR change.kristerw1-3/+5
2003-11-29Use GCC_REQD instead of USE_PKGSRC_GCC in order to increase thekristerw1-2/+3
likelihood that the aqsis binary and the libraries it depend on will use the same libstdc++. This makes this package build and install for NetBSD 1.6.
2003-11-29+ mp3blaster-3.2.0xtraeme1-1/+2
2003-11-29Add RCS Ids to patches (hi rtr!).wiz3-3/+7
2003-11-28Note that cvsync 0.24.13 is out.gehenna1-1/+2
2003-11-28cvsync 0.24.13gehenna2-5/+5
Changes: * Improve the performance. (client/server) It's 4 - 30% faster than 0.24.12. (of course, depends on disk I/O, network connectivity, and so on.) Have fun! * Fix a bug to remain temporary files. (client) To remove that files, remove scanfiles and re-run cvsync client. * Option (server) -l: Specifies the file to write the system log. * New feature: base (client/server/cvscan) Specifies a prefix used for relative pathnames in all of the keyword 'distfile', 'refuse', and 'scanfile'. It must be an absolute path.
2003-11-28Catch if the user given to "su" is bogus/non-existing, but ifhubertf1-2/+2
the "cvs" command inside the su returns an error, that should be ignored. (Aparently cvs returns "1" even if it's done a successful update but if there were some files removed on purpose).
2003-11-28+ courier-0.44.1, gnome-audio-2.0.0 [pkg/23582], teapop-0.3.8.wiz1-3/+4
2003-11-28Note pkgrevision bumps for MesaDemos, glu and glut.jschauma1-1/+4
2003-11-28As suggested by Ron Roskens in PR pkg/23489 (closing that PR):jschauma7-23/+19
use si-glu sources to build a libGLU that includes GLU Polygon Tessellator functions and use this new functionality in MesaDemos. Bump PKGREVISIONs.
2003-11-28Fix HOMEPAGE.bouyer1-2/+2
2003-11-28PLIST fix: man pages for uncompfaceadam1-1/+3
2003-11-28Note version bump of apr.junyoung1-1/+2
2003-11-28Drop revision for version bump (0.9.4 -> 0.9.5).junyoung1-2/+1
2003-11-28apr shipped with apache-2.0.48 is 0.9.5.junyoung1-1/+1
2003-11-28Update HOMEPAGE and MASTER_SITES.wiz2-6/+7
Recreate distinfo since tarball on new site is repackaged (same contents verified). Add DIST_SUBDIR since the name hasn't changed (can be removed on next update).
2003-11-27Updated gnupg to 1.2.3nb2heinz1-1/+2
2003-11-27Add improved patch for compromised ElGamal signing keys fromheinz4-9/+83
gnupg-devel at gnupg org. The old patch didn't completely disable usage of the compromised keys. Move the old and new fix to the patches/ directory.
2003-11-27note update of mozilla-stable to 1.4.1taya1-1/+2
2003-11-27update mozilla-stable to 1.4.1taya31-1197/+782
it's just bug & security fix release
2003-11-27Note screen update.wiz1-3/+2
2003-11-27Fixwiz4-2/+40
http://www.securityfocus.com/archive/1/345844 with the patches supplied there. Bump PKGREVISION to 1.
2003-11-27Update abcde to 2.1.9abs2-3/+4
80 lines of changelog since 2.1.4, mainly small fixes
2003-11-27Update abcde to 2.1.9abs5-34/+23
80 lines of changelog since 2.1.4, mainly small fixes
2003-11-27Update tightvnc to 1.2.9 to match tightvncviewerabs1-1/+3
Changelog since 1.2.6 seems to mainly list const fixes.
2003-11-27Update tightvnc to 1.2.9 to match tightvncviewerabs20-346/+191
Changelog since 1.2.6 seems to mainly list const fixes.
2003-11-27o fix syntax error in src/fortran/configurewennmach4-3/+80
o avoid removing non-existent files, resulting in "rm: usage:" errors
2003-11-27+ TeXmacs-1.0.2.9, arch-1.1pre9, bluefish-0.12, elinks-0.4.3,wiz1-10/+10
mozilla-bin-1.5.1 [grant], ploticus-2.20, snd-7.0, tcl/tk-8.4.5, zebra-0.94. - MozillaFirebird-bin, mozilla-bin (thanks, grant), galeon (thanks, abs), mozilla (thanks, taya), (thanks, recht)
2003-11-27note updates of:grant2-7/+7
p5-Digest-MD5 to 2.30 p5-Digest-SHA1 to 2.06 p5-HTML-Parser to 3.34 p5-MIME-Base64 to 2.21 p5-URI to 1.27 ...mainly because the older distfiles are no longer available on CPAN.