summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-22Daniel Horecki pointed out on irc that all USE_INET6 references have beentnn1-6/+1
purged from pkgsrc-wip, so remove the support code for that.
2008-05-22Allow overriding the default cache size cap at compile time.tnn1-1/+7
2008-05-22Fix typotnn1-3/+3
2008-05-22It needs flex, not lex.tnn1-2/+2
2008-05-22Note the need for options INCLUDE_CONFIG_FILE when using Grub.gson1-1/+12
2008-05-22Updated security/gnutls to 2.2.5tnn1-1/+2
2008-05-22fix build on DragonFly / FreeBSD, from Hasso Tepper per PR pkg/38627drochner2-1/+15
2008-05-22Update to gnutls-2.2.5.tnn2-6/+6
* Version 2.2.5 (released 2008-05-19) Fix flaw in fix for GNUTLS-SA-2008-1-3. * Version 2.2.4 (released 2008-05-19) Fix three security vulnerabilities. [GNUTLS-SA-2008-1] [GNUTLS-SA-2008-1-1] libgnutls: Fix crash when sending invalid server name. [GNUTLS-SA-2008-1-2] libgnutls: Fix crash when sending repeated client hellos. [GNUTLS-SA-2008-1-3] libgnutls: Fix crash in cipher padding decoding for invalid record lengths. * Version 2.2.3 (released 2008-05-06) Increase default handshake packet size limit to 48kb. Fix compilation error related to __FUNCTION__ on some systems. Documented the --priority option to gnutls-cli and gnutls-serv. Fix fopen file descriptor leak in PSK server code. Build Guile code with -fgnu89-inline only when supported. Make Camellia encryption work.
2008-05-22Note update of the "wterm" package to version 6.2.9nb8.tron1-1/+2
2008-05-22Don't try to use the X11 display ":0" if the display not defined becausetron3-3/+21
":0" might not belong to current user. This fixes CVE-2008-1142.
2008-05-22Note update of the "mtr" package to version 0.72nb1.tron1-1/+2
2008-05-22Implement a fix for the security vulnerability reported intron3-2/+49
<http://seclists.org/fulldisclosure/2008/May/0488.html>.
2008-05-22Updated devel/boehm-gc to 7.1nb1wiz1-1/+2
2008-05-22Remove patch-ad, which breaks self tests on NetBSD-4.99.63/amd64.wiz5-76/+5
Replace first hunk of patch-af with CONFIGURE_ARGS. Remove next two hunks of patch-af installing some private headers. This shouldn't be necessary in the 7.x versions. If it is, the author is willing to help fix the underlying problems. patch-aa and -ab will be included in the next upstream release. Bump PKGREVISION.
2008-05-22+ blender-2.46, gnutls-2.2.5, heyu-2.3.0, libFS-1.0.1, pngcrush-1.6.6,wiz1-25/+14
xdm-1.1.8, xdpyinfo-1.0.3, xf86-input-keyboard-1.3.1, xf86-video-cirrus-1.2.1, xf86-video-neomagic-1.2.1, xf86-video-s3virge-1.10.1, xf86-video-savage-2.2.1, xinit-1.0.9.
2008-05-22Give up MAINTAINERship, I don't have time to take care of this...martti2-4/+4
2008-05-22Always pass --disable-nm (NetWorkManager, a Linux specific thing)tnn1-1/+2
Otherwise libpurple insists on having it if the dbus option is enabled. From David Brownlee.
2008-05-22+ Added devel/sunifdef version 3.1.3 [bjs 2008-05-22]bjs1-1/+2
2008-05-22Add sunifdef to devel/Makefile.bjs1-1/+2
2008-05-22Import sunifdef-3.1.3.bjs4-0/+50
-- Sunifdef is a commandline tool for eliminating superfluous preprocessor clutter from C and C++ source files. It is a more powerful successor to the FreeBSD 'unifdef' tool. Sunifdef is most useful to developers of constantly evolving products with large code bases, where preprocessor conditionals are used to configure the feature sets, APIs or implementations of different releases. In these environments the code base steadily accumulates #ifdef pollution as transient configuration options become obselete. Sunifdef can largely automate the recurrent task of purging redundant #if logic from the code.
2008-05-22+samba-3.0.29taca1-1/+2
2008-05-22Note Transmission-1.21tnn1-1/+2
2008-05-21Updated devel/tkdiff to 4.1.3tnn1-1/+2
2008-05-21Update to tkdiff-4.1.3. Closes PR pkg/34440tnn2-7/+6
4.1.3 * Fixed incompatibility with older versions of Tcl/Tk ("-state disabled"). * Applied Warren Jones' subversion patch, which prevents the svn error that occurs when you omit a revision number. 4.1.2 * Can now do "tkdiff OLD-URL[@OLDREV] NEW-URL[@NEWREV]" in Subversion 4.1.1 * Security patch for temp files (CVE-2005-4434) 4.1 * Clearcase support * Better Subversion support * -L command line option allows you to control the labels above the diff file panes. * tkdiff --help or -h print a usage message for command line without invoking the GUI. * The New Diff Dialog is expanded so you can specify all the options. * The two panes can be resized relative to each other using a sash widget.
2008-05-21Use the English version of the homepage rather than the German one.tnn1-2/+2
(Entschuldigung!)
2008-05-21Bump version of pkg_chk to 1.93:dillo1-1/+2
- Explicitly clear automatic flag for packages user wants installed that got pulled in previously. - Only ignore pkg_summary.gz in local repository if newer files with name matching *.t[bg]z exist. (Otherwise, pkg_summary.gz created by pbulk would be ignored because pkg_summary.bz2 is newer.)
2008-05-21Bump version to 1.93:dillo2-6/+8
- Explicitly clear automatic flag for packages user wants installed that got pulled in previously. - Only ignore pkg_summary.gz in local repository if newer files with name matching *.t[bg]z exist. (Otherwise, pkg_summary.gz created by pbulk would be ignored because pkg_summary.bz2 is newer.) Okayed by abs@.
2008-05-21Include OWNER (if set) in BUILD_INFO - from dilloabs1-1/+4
2008-05-21update pkglint to 4.86 - necessary bu not sufficient to handle OWNER inabs4-6/+9
Makefiles. As a first pass make MAINTAINER optional and add an optional OWNER directly after it in the same section. This will pass valid OWNER/MAINTAINER combinations but not reject some invalid ones. Full fix (hopefully) coming soon...
2008-05-21Commit a workaround for the "make replace fails as non-root" bug:tnn1-2/+2
Make sure _PKGSRC_BARRIER is set when using just-in-time su. I've been running this for a long time in my tree without ill effects. For more information see PR pkg/34470 and PR pkg/38505.
2008-05-21Fix build for Darwintonio4-13/+34
- use the same work around for mntent.h as for NetBSD and DragonFly - deactivate oss output for Darwin This fixes PR pkg/38721
2008-05-21Add patch from upstream to work around API instability of eel.gdt3-3/+77
2008-05-21Bump ABI dependency to 2.14.3, the first version in pkgsrc that addedtnn1-2/+2
a dependency on the external PCRE library.
2008-05-21remove explicit dependency on pcre - this is pulled in by glib2 nowdrochner1-2/+1
2008-05-21Updated benchmarks/bonnie++ to 1.03cwiz1-1/+2
2008-05-21Updated pkgtools/pkg_leaves to 1.1tnn1-1/+2
2008-05-21Update to 1.03c:wiz2-7/+6
bonnie++ (1.03c) unstable; urgency=low * Fixed some failures to check the return code of chdir(). bonnie++ (1.03b.1) unstable; urgency=low * Fixed typos in man page. Closes: #133714 Closes: #449596 * Documented why UID==0 is bad. Closes: #182023 bonnie++ (1.03b) unstable; urgency=low * Added support for testing write speed to zcav. * Documented the default chunk size in bonnie++.8. * Improved error handling for chunk size.
2008-05-21-gsasl-0.2.26 [pkg/38692]obache1-2/+1
2008-05-21- Actually show usage() instead of entering an infinite loop.tnn2-6/+14
- improve usage - bump version to 1.1
2008-05-21Updated security/gsasl to 0.2.26obache1-1/+2
2008-05-21Update gsasl to 0.2.26.obache3-9/+11
Based on patch provided by Eric Schnoebelen in PR 38692. While here, marked as DESTDIR support. Also fix CONFIGURE option for GSSAPI implement (I don't know from when). * Version 0.2.26 (released 2008-05-05) ** Translations files not stored directly in git to avoid merge conflicts. This allows us to avoid use of --no-location which makes the translation teams happier. ** Build fixes for the documentation. ** Update gnulib files. * Version 0.2.25 (released 2008-03-10) ** gsasl: Fix buffering issue to avoid mixing stdout/stderr outputs. This would manifest itself when redirecting output to a pipe, such as when used with Gnus. Reported by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>, see <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/123>. ** Fix non-portable use of brace expansion in makefiles. * Version 0.2.24 (released 2008-01-15) ** Link self-tests with gnulib, to fix link failures under MinGW. * Version 0.2.23 (released 2008-01-15) ** Improve CRAM-MD5 self-test to detect if challenges are the same. ** Improve gsasl --help and --version to conform with GNU standards. ** Use gettext 0.17. ** Update gnulib files. * Version 0.2.22 (released 2007-10-08) ** Development git tree moved to savannah. See <https://savannah.gnu.org/projects/gsasl/>. ** Fix warnings when building the tool 'gsasl'. ** Update gnulib files.
2008-05-21Updated net/mldonkey-gui to 2.9.5wiz1-1/+2
2008-05-21Updated net/mldonkey to 2.9.5wiz1-1/+2
2008-05-21Update to 2.9.5:wiz2-6/+6
2008/05/02: version 2.9.5 = tag release-2-9-5 6503: Remove release status when download is finished 2008/03/31 6465: BT: Send correct downloaded value when download starts to tracker (colchaodemola) 6477: Use $MLDONKEY_DIR/mlnet_tmp instead of /tmp - This patch fixes problems with hash checking of multifile BT downloads when /tmp is too small. - To override $MLDONKEY_DIR/mlnet_tmp use variable $MLDONKEY_TEMP. This patch has nothing to do with option temp_directory. 6472: Multiuser: Count only files in download queue for user/group statistics 6471: Clean logfile 6470: BT: Use default of max_upload_slots as minimum for BT-max_bt_uploaders instead of hard-coded value 2008/03/18 6466: Fix option_hook loop when changing max_upload_slots < 3, caused by patch #6451 2008/03/14 6462: Multiuser: Restrict chown to admin users only 2008/03/11 6458: Fix commit bug when filesystem reports negative values for maximum filename length 2008/03/07 6451: BT: Implement minimum of 3 (like max_upload_slots) for option max_bt_uploaders
2008-05-21Bump PKGREVISION for PLIST fix.wiz1-1/+2
2008-05-21Updated www/links-gui to 2.1.0.36wiz1-1/+2
2008-05-21Updated www/links to 2.1.0.36wiz1-1/+2
2008-05-21Update to 2.1pre36:wiz4-10/+10
=== RELEASE 2.1pre36 === Tue May 13 04:04:47 MET 2008 mikulas: Fixed crash that was introduced with Sun May 4 20:13:21 MET 2008 fix Mon May 12 23:26:51 MET 2008 mikulas: Blacklist another broken HTTP/1.1 server - Apache Sausalito Fri May 9 04:06:47 MET 2008 mikulas: Take downloaded file name from Content-Type; name argument, if it exists Also, get encoding information from Content-Type/Content-Disposition filename === RELEASE 2.1pre35 === Mon May 5 20:06:19 MET 2008 mikulas: The fix from Sun May 4 20:13:21 MET 2008 broke loading of animated gifs === RELEASE 2.1pre34 === Sun May 4 21:18:15 MET 2008 mikulas: Allow displaying large images in xwindow (that do not fit into xserver memory) Sun May 4 20:13:21 MET 2008 mikulas: Fixed image was sometimes not redrawn, when connection was interrupted in the middle and resumed Sun May 4 17:52:29 MET 2008 Ben Secrest <blsecres@gmail.com>: Don't change Xwindow class Wed Apr 16 03:10:02 cet 2008 Didier Mequignon <didiermequignon@wanadoo.fr>: Updated French translation Wed Mar 26 20:50:32 MET 2008 mikulas: Fixed crash in text mode with small window height and bookmarks Sat Mar 22 22:01:15 MET 2008 mikulas: Accept </> as an empty tag Thu Mar 20 22:47:09 CET 2008 mikulas: Accept alternate description attributes for image buttons Thu Mar 20 04:36:45 MET 2008 mikulas: Fixed the bug that when displaying source, some html entities were errorneously translated Thu Mar 20 04:30:52 MET 2008 mikulas: Added fallback for &#8209; entity Thu Mar 13 22:43:48 CET 2008 mikulas: Allow multiple WWW-Authenticate headers
2008-05-21Updated net/clive to 0.4.13wiz1-1/+2
2008-05-21Update to 0.4.13:wiz3-8/+10
Version 0.4.13 [2008-05-20] ================================================================= +new !fix ~change -remove | focus: minor feature enhancements + --scan, -S Causes clive to scan the fed URLs for identifiable video links. The found links are then checked and displayed to the user for selection. Example: % clive -S "http://fakesteve.blogspot.com/" This feature currently scans for Youtube video links only. Googlevideo support will follow. ! manual page Cleaned up and fixed some typos. ~ config: url_feed -> feed_url Renamed config file command "url_feed" to "feed_url". Version 0.4.12 [2008-05-12] ================================================================= +new !fix ~change -remove | focus: Minor bugfixes ! VGoogle: OSError: [Errno 2] No such file or directory (bug #11668) Affected versions: clive 0.4.10, 0.4.11 Extraction would fail for google videos that did not have mp4 link available. See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480444 ! cache: "OperationalError: no such column: cache_lowq" [blocker] Affected versions: clive 0.4.10, 0.4.11 Cache upgrade would fail on some configurations for still unknown reasons. clive will attempt to recreate the cache if the above error occurs. Any existing cache data will be lost. See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479315 ~ configure.ac: module checks configure no longer checks for modules (urlgrabber, feedparser) when --without-PACKAGE or --with-PACKAGE=no are being used. ~ Warnings: tweaked Some warnings have been tweaked.