summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-29Update to 0.2.39:wiz4-29/+20
=============== Version 0.2.39 =============== * Fixed esd client-side code to not hang if esd crashes/hangs or otherwise becomes unreachable (Jeffrey Stedfast) * Suppress verbose error messages from ALSA (Stanislav Brabec) * Allow for multiple esd instances * Fix esound-config for multi-lib setups (Matthias Clasen) * Don't report errors about /dev/dsp not existing (Havoc Pennington) * Various other build fixes for AMD64 (RĂ©mi Cardona)
2008-07-29Updated net/clive to 0.4.20wiz1-1/+2
2008-07-29Update to 0.4.20:wiz3-10/+16
Version 0.4.20 [2008-07-29] ================================================================= focus: minor improvements * Fixed some typos in the manual page * Upgraded license to GPLv3 * --version: prints now build date and cleaned up the print out * src/clive/util.py: added * update config.{guess,sub} (sr #2064): * Upgraded autoconf: 2.61 -> 2.62 (automake: 1.10.1) * config.guess: replaced version 2003-07-02 with 2008-03-12 * config.sub: replaced version 2003-07-04 with 2008-03-26 * depcomp: replaced version 2005-07-09.11 with 2007-03-29.01 * install-sh: replaced version 2005-05-14.22 with 2006-12-25.00 * missing: replaced version 2005-06-08.21 with 2006-05-10.23 * ltmain.sh: replaced version 1.5.24 with 1.5.26 * Added more comments and cleaned up the code here and there Version 0.4.19 [2008-07-22] ================================================================= +new !fix ~change -remove | focus: minor improvements, bugfixes + tests/scan.lst Related to the "--scan: multiple url disarray" issue described further below. ! "OperationalError: Could not decode to UTF-8 column 'cache_title'" Endless string of encoding issues. An attempt was made to improve the overall unicode/string handling throughout the program. Ditched HTMLParser in favor for a custom SGMLParser. Related to this: UnicodeDecodeError should no longer cause instability as much anymore. Added safeguards (ignore 'n forget) for these errors. ! --scan: Multiple URL disarray The list was filled incorrectly if multiple scan URLs were supplied, e.g.: % clive -S < tests/scan.lst ~ Improved: Youtube: HQ video not available (error: no-content) [bug #12000] clive would previously exit with "no-content" error if the automatic quality switching failed for still unknown reason. This was originally fixed in the last release but that created a new bug which caused clive to crash with the "CliveNoMediaError" exception. Because this crash is very difficult to reproduce, the original code was slightly modified so that clive should now report it as a "host returned zero file length (timeout?)" error instead of crashing. Should this error occur, re-extraction usually sorts it out. ~ Video filenames: "/" are no longer permitted in filenames These characters are now converted by the program to "_". This caused crashing for obvious reasons. Using the --filter option does not have any effect on this. ~ Updated: README, INSTALL files Description was changed, removed obsolete text. Added a note about using --with-installed-PACKAGE. ~ Updated: Manual page (clive.1) Complete overhaul. ~ --version: OS release and locale encoding are now printed. ~ $HOME/.clive/config: renamed "youtube_id" to "youtube_user" ~ $HOME/.clive/config: renamed "dmotion_id" to "dmotion_user" ~ Modified: "warn: ... (same length) exists already" Added "skipped:" to the message. - Arcane filename limitation Filename length is no more limited to 64 characters. Version 0.4.18 [2008-07-15] ================================================================= +new !fix ~change -remove | focus: major bugfixes ! Metacafe: Extraction fails ("HTTP/404 error") Due to changes made to the website. ! Youtube: HQ video not available (error: no-content) [bug #12000] Automatic quality detection would fail with some videos. clive now switches to low quality if the host returns zero length for a video file. ! --rss: Do not display empty feeds Show no more feeds without items. ~ Updated: INSTALL and README files INSTALL was rewritten, README was cleaned up. ~ NEWS: Utilized All user-visible changes are now described in the NEWS file. ~ configure: --with-PACKAGE renamed (downstream maintainers take a note) Renamed the --with-PACKAGE options to --with-installed-PACKAGE. See the NEWS and the INSTALL files for more details. ~ Cleaned up: Version and options display at start Less is more. Use --version for more detailed information, e.g. modules. ~ Cleaned up: removed unnecessary module import calls Should speed up program start. ~ --rss, --cache, --scan: Utilize terminal size better ~ --scan, --cache, --rss: "OK - Extract" -> "Extract" ~ --scan, --cache, --rss: "Refresh" -> "Resize" ~ Removed remaining "notice:" messages These messages were either renamed or removed. Version 0.4.17 [2008-06-29] ================================================================= +new !fix ~change -remove | focus: minor bugfixes, improvements NOTE: Feature freeze (0.5.0).Shifting the effort towards fixing any remaining bugs and improving the usability. + Locale settings All printed (stdout, stderr, newt) strings are now encoded. clive depends on the locale settings for this. If the setting is not found, clive defaults the encoding to "iso-8859-1". This change is related to the bug #11848. + --cache, --rss, --cache: Refresh function Added a new button. Refresh can be used to resize the widgets if the terminal size was changed. + --clear-cache,-d Clears all cache data from ~/.clive/cache. + --clear-last,-D Clears last batch data from ~/.clive/recall. ! --scan, --rss, --cache: Hitting F12 would result in "TypeError" crash Hitting F12 is now the same as hitting "OK". ! Typo: src/clive/login.py.in (ln:99) The exception instance was referred incorrectly. ! --scan: "UnicodeDecodeError: 'unicodeescape'" (bug #11848) Should no longer occur. All printed (stdout, stderr, newt) strings are now encoded to the locale encoding. ~ Print out: Tweaked Making better use of available line space. ~ Startup: Options display Replaced "exist" with "locale". ~ --cache: Changed data layout Changed from the old layout (VideoTitle) to (VideoTitle / VideoURL). ~ --scan: Changed data layout (sr #2032) Scrapped the old layout (ScanURL / VideoTitle) in favor for (VideoTitle / VideoURL). The CheckboxTree widget has its limitations. ~ --recall: Changed no data error message Exits now with "error: no recall data". ~ --cache: Check for existing data clive now checks if cache data is available before displaying it. ~ Run and terminate options can be chained Chaining the "run and terminate" options, such as --write-conf and --clear-cache, is now possible. For example: % clive -udDw ~ --scan: Improved duplicate URL checking (sr #2032) For example: * http://video.google.com/videoplay?docid=-1943351180544198777 * http://video.google.com/googleplayer.swf?docid=-1943351180544198777 Are considered to be the same. ~ --scan, --rss, --cache: Improved title clipping (sr #2032) Titles are no longer clipped unnecessarily if there's enough space left. clive will now also attempt to maximize the use of the terminal area instead of using hardcoded dimensions.
2008-07-29Updated x11/libSM to 1.1.0wiz1-1/+2
2008-07-29Update to 1.1.0:wiz2-7/+8
Adam Jackson (1): libSM 1.1.0 Alan Coopersmith (1): Fix --without-libuuid to not call PKG_CHECK_MODULES for libuuid Dan Williams (1): Bug #14949: Don't use gethostbyname() for client IDs. James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log
2008-07-29Updated www/surfraw to 2.2.2wiz1-1/+2
2008-07-29Update to 2.2.2:wiz3-9/+9
Thu Jul 3 08:47:14 BST 2008 - surfraw 2.2.2 * New elvis: + arxiv - Search the Los Alamos Science E-Print Archive replaces xxx which was just a stub (thanks to John Gruenenfelder). + javasun - search Java API Docs (thanks to James TD Smith) * Fixed elvis: + debpackages/debcontents: update options and distributions, add -a options to use archive.debian.net. + wetandwild: switched to weather.com, as yahoo now uses AJAX. Command line options and SURFRAW_weather_* variables no longer supported. + austlii: fixed search URL, default method is now 'auto'. + port: original site is back. + translate: fixed URLs. * Removed elvis: + sundocs: use sunonesearch. + xxx: replaced by arxiv. * surfraw: fix w3_url_escape quoting (thanks Micah Anderson) * surfraw-update-path: fix csh syntax (thanks John Gruenenfelder) * google: Add -country option to specify country. Respects SURFRAW_lang variable (Thanks to James TD Smith).
2008-07-29Updated x11/xf86-video-nv to 2.1.10wiz1-1/+2
2008-07-29Update to 2.1.10:wiz2-6/+6
This release adds chip names for the GeForce 9 mobile chips and the GeForce GTX GPUs. It also adds code to read DDC-based EDIDs for LVDS panels that have such a thing. - -- Aaron Aaron Plattner (9): GeForce 9 mobile chips. GeForce GTX 280 and 260 chip names. Replace copyright notices with stock MIT X11 boilerplate. Add new chips to the man page and fix capitalization of "Quadro". Add a note that MODE_PANEL really means "larger than BIOS-programmed panel size". G80: Handle extended I2C ports and LVDS panels with DDC-based EDIDs. Fix build by using CARD32 instead of uint32_t, like we do everywhere else. More G8x chips. Bump to 2.1.10.
2008-07-29Updated x11/xwd to 1.0.2wiz1-1/+2
2008-07-29Update to 1.0.2:wiz2-6/+6
James Cloos (4): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log xwd 1.0.2 Jeremy Huddleston (1): Added missing AM_PROG_CC_C_O Kim Woelders (2): Fix window selection by pointer. Remove unused code, ANSIfy, add const. Niveditha Rau (1): Add -silent to options in man page synopsis
2008-07-29Make this build.tnn4-27/+35
2008-07-29Needs pkg-config.joerg1-1/+3
2008-07-29Updated wm/obconf to 2.0.3tnn2-3/+3
2008-07-29Update to obconf-2.0.3.tnn3-10/+21
2.0.3: * Add support for the desktop warping option * Add support for showing the popup notification when changing desktops * Better build support for Max OSX platform (no --export-dynamic) * Major layout changes * Add support for putting the move/resize popup in a fixed position on screen * Add support for the <active> window placement option * New icon by Myles Green * Show an error when the configuration file is not valid, so it doesn't get destroyed by ObConf * Add a --config-file option to specify an alternate configuration file. * Auto-load the same configuration as Openbox is using, if Openbox was run with --config-file 2.0.2: * Workaround a crash in GTK/Glib on the PowerPC platform * Add new Margins option (Margins tab) * Add new option for centering windows when placing them * Don't include the debian/ dir in releases * Fix the missing TopRight option for the dock * Fix the dock stacking option to match changes made in Openbox (it's Above/Below not Top/Bottom) * Give the theme previews white client areas to more closely resemble a real window * Update to Openbox 3.4.3 libraries
2008-07-29Updated pkgtools/bootstrap-mk-files to 20080728tnn1-1/+2
2008-07-29fix yesterday's commit: bump to the correct date (20080728)tnn1-2/+2
2008-07-29- patch-ac: Fix bug that made desktop switching not worktnn3-3/+22
- While here, fix DESTDIR support - Bump PKGREVISION
2008-07-29Note update of the "phpmyadmin" package to version 2.11.8.1.tron1-1/+2
2008-07-29Update "phpmyadmin" package to version 2.11.8.1. Changes since 2.11.7.1:tron2-6/+6
- patch #1987593 [interface] Table list pagination in navi - bug #1989081 [profiling] Profiling causes query to be executed again (really causes a problem in case of INSERT/UPDATE) - bug #1990342 [import] SQL file import very slow on Windows - bug [XHTML] problem with tabindex and radio fields - bug #1971221 [interface] tabindex not set correctly - bug [views] VIEW name created via the GUI was not protected with backquotes - bug #1989813 [interface] Deleting multiple views (space in name) - bug #1992628 [parser] SQL parser removes essential space - bug #1989281 [export] CSV for MS Excel incorrect escaping of double quotes - bug #1959855 [interface] Font size option problem when no config file - bug #1982489 [relation] Relationship view should check for changes - bug [history] Do not save too big queries in history - [security] Do not show version info on login screen - bug #2018595 [import] Potential data loss on import resubmit - patch #2020630 [export] Safari and timedate - bug #2022182 [import, export] Import/Export fails because of Mac files - [security] protection against cross-frame scripting and new directive AllowThirdPartyFraming - [security] possible XSS during setup - [interface] revert language changing problem introduced with 2.11.7.1 - small fix for notice about "lang" This update fixes the security vulnerability reported in PMASA-2008-6.
2008-07-29rrdtoolmartti1-1/+2
2008-07-29Updated databases/rrdtool to 1.3.1martti4-35/+12
* image size does get returned properly even with --lazy active this broke a number of frontends which should work now. * fix rrd_restore to be able to read rrd 1.0.x generated dumps again. * several documetation fixes * make rrdtool.spec work without php * complain when someone tries to create an rrd file with step size zero. * added filename to illegal updated interval error message. * fix number of rows returned by python modules fetch implementation.
2008-07-29Disable IPv6 by default, since this doesn't work on systems which arepgoyette6-6/+25
configured for IPv4 only. IPv6 can still be enabled via PKG_OPTIONS. Fixes my PR pkg/38957 ok gdt@
2008-07-29Note remove of mail/yatsvrs package.taca1-1/+2
2008-07-29Remove yatsvrs package. It's time to say good-by to yatsvrs and itstaca48-1562/+0
client WinYAT.
2008-07-29Disable and delete yatsvrs.taca1-2/+1
2008-07-29Update to _SU1 (Security Update 1) version from Adobesmb3-30/+31
2008-07-29update to btpin-qt 1.3, now uses qt4plunky2-10/+13
adds DESTDIR support
2008-07-29Note update of "xchat" packages to version 2.8.6.tron1-1/+4
2008-07-29Update "xchat" package to version 2.8.6. Changes since 2.8.4:tron4-10/+9
- Updated translations (de, fi, fr, hu, lt, nb, ru, th, zh_CN). - Fixed creation of ~/.xchat2/scrollback/ paths (xc284-scrollbmkdir.diff). - Fixed a leak of file descriptors related to the scrollback feature (resource leak) (xc284-fix-scrollbfdleak.diff). - Stopped scrollback files growing too large by fixing the file-shrink code. - Put a "Display scrollback from previous session" into the Setup GUI (logging section) so people can turn this off without typing commands. - Made /away work even when the reason setting is empty. - Using /part on a channel that contains a quotation mark now works [1800855]. - Changed the default encoding to "IRC" (CP1252/Unicode Hybrid) for both Unix and Windows. - Fixed a possible Channel List crash if you searched many times while the download was still going. - Fixed alert balloons failing if the text contained "<" characters [1827629]. - The Drag&Drop files to userlist feature has been enabled again. - Removed the /set tab_icons setting and made it automatic (see FAQ for more info about icons). - Fixed a bug in creating files (save channel list, rawlog etc) that would set the wrong permissions. - Added command line argument --command=COMMAND which can be used in conjuction with --existing (E.K.L.). This sends any xchat command to an existing (running) client. - A private SSL key/certificate can now be loaded from ~/.xchat2/client.pem. - The Alerts settings now accept wildcards, instead of partitial string match [1807563]. - Changing away status during reconnect/disconnect will now remember it. - You can now change your Away/Back status (all networks) in the tray menu. - Favorite Channels / Auto-Join-List management: * Network List window now has a "..." button to edit the auto-join-list in a more friendly way. * Channel(text area), Tree/Tab and Channel-List right-click menus now have a "Add to Favorites" function. * Previous limit of 300 bytes has been overcome. Now up to 2 KB worth of channels/keys can be joined and it will be automatically split into multiple lines, if necessary. * Per-Channel settings now save to disk, including Logging and Scrollback settings. * /ChanOpt has been re-worked to be more like /Set. - 'hostname:port' syntax is now accepted, if it's not an IPv6 address. - The Userlist right-click menu now has icons and an option to add to friends list. If you've edited this menu before you'll still get the old one. To get the new one delete ~/.xchat2/popup.conf while XChat isn't running. - ~/.xchat2/startup.txt is now loaded on launch (like /LOAD -e). Put any commands you want executed at startup here. - The lag-o-meter now has a full scale of 1.0 seconds. - libnotify is now opened directly instead of using 'notify-send' to open tray/balloon alerts. - Added support for QuakeNet's /AUTH for nick password, when numeric 005 NETWORK=QuakeNet is detected. - You can now copy with IRC attributes and mIRC colors if CTRL key is down when a selection is finished (on mouse release). This replaces the old "Color paste" feature. - Added a 'compact' flag to gui_tweaks. This'll make the userlist and tree spacing smaller. E.g. type /set -or gui_tweaks 32 and restart to turn it on. - The /CLEAR command takes a number as paramater (how many lines to clear). - When there's missing information in the Userlist right-click menu, it'll issue a silent /WHOIS and fill it in. This includes retrieving a person's away-reason. - Perl (Lian Wan Situ) * /reloadall will now reload all the scripts that are currently load instead of simply reruning the autoload routine * gtk/glib/gdk errors and warnings have been redirected back to stderr so they will no longer show up in the text box as a result of having the Perl plugin loaded * Check if the user has perl 5.6 instead of 5.8 and give an warning dialog if they do (Peter Zelezny) * Changed timer callbacks so that they are executed in the context that they were created in * Modified Xchat::print and Xchat::command to accept array references in addition to strings for the channel and server parameters - Plugin API: * xchat_emit_print() will now trigger Sound, Blink, Icon etc type events, depending on user's settings. * Fixed a bug where not all 32 elements were available in word[]/word_eol[].
2008-07-29Since PKG_SUPPORTED_OPTIONS is conditionally added to, initialise ittnn1-1/+2
to empty first. Should fix PR pkg/39246.
2008-07-29Note my most recent updates:he1-1/+4
www/p5-MasonX-Request-WithApacheSession to 0.31 math/p5-Math-MatrixReal to 2.05 math/p5-Math-Pari to 2.010800
2008-07-29Update from version 2.010709 to 2.010800. Changes:he2-6/+6
2.010800: Test suite was sub()ifying argument to sumnuminit(). Test suite would not correctly sub()ify intnum() if limits had "()". Test suite calculated Pi Euler too early; Now only these fail t/55_intnum.t 51 1 1.96% 12 t/55_ploth.t 34 1 2.94% 4 # eval-noans: $oo=[ PARI(1) ]; # eval-noans: setprecision(96) # eval-noans: $tab=intfuncinit($t,[-$oo,4.5],[$oo,4.5], sub{gamma(2+ I*$t)**3},1); # eval: intmellininvshort(2,4,$tab)-$A not ok 12 # in='intmellininvshort(2,4,$tab)-$A' # out='-0.00162288630645762090148373314245888997812239836220952087633884330352714288074453852820714919691012-6.88133524E-101*I', type='Math::Pari' # pari==='-3.072350108 E-97 + 9.90717831 E-100*I' # re_out='\-3\.072350108,?\s*E\-97,?\s*\+,?\s*9\.90717831,?\s*E\-100\*I' Why this succeeds? # eval: intnum($x,-1,1, sub{intnum($y,-sqrt(1-$x**2),sqrt(1-$x**2),$x**2+$y**2,$tab)},$tab)- Pi/2 Actually, $x**2+$y**2 is converted to a string as in '0.09+y^2', which is interpreted by GP/PARI. Add warnings to the test suite for detection of #@_ in Perl-in-PARI-in-Perl calls. Attempt to support v5.10 (based on code contributed by ???)
2008-07-29Update from version 2.01 to 2.05.he2-6/+7
Pkgsrc change: o Convert to using Module::Build. Upstream changes: Changes in v2.05 - leto Fri Feb 29 21:58:47 EST 2008 ---------------------------- * fix accidental use of "our" that broke old (like 5.5) Perl's Thanks to srezic@cpan.org for the first FAILed report * added $matrix->display_precision($n) to easily change the output to something a bit easier to read $a->display_precision(0) is useful for printing integer matrices nicely * NEED print_precision() docs near stringify * t/display_precision.t created * example/ directory created with some benchmark scripts Changes in v2.04 - leto Sat Feb 23 20:59:08 EST 2008 --------------------------- * fixed pod errors * $a->length does row+col vectors now * converted all tests except ext1.t to Test::More and added some overall Kwalitee * fixed error with doing $string = $matrix . "\nStuff\n"; * new funcion new_tridiag * $matrix->min and $matrix->max now return the min/max element of a matrix * new function new_random added which looks like (with default options shown) # returns $n x $m matrix of real numbers between 0 and 10 new_random($n,$m, { symmetric => 0, tridiag => 0, bounded_by => [0,10], integer => 0 ) new_random($n, %options ) # returns a square matrix This has proven to be pretty useful in the unit tests of Math::MatrixReal so I figured others may want an easy way to generate a random matrix of your own flavor * t/rand.t created * t/tridiag.t created * t/stringify.t created * t/minimax.t created * t/positive.t created * t/gsm.t created * t/similar.t created Changes in v2.03 - leto Sun Jan 27 13:19:55 EST 2008 --------------------------- * now using Module::Build, so Math::MatrixReal should in theory be able to compile on systems without make, please test and let me know! * new concatenation operator ".", i.e $c = $a . $b concatenates two matrices side-by-side * t/concat.t created * new function assign_row * beginning of a test suite overhaul (converting to Test::More ) Changes in v2.02 - leto Sat Jun 09 12:29:08 EDT 2007 ---------------------------- * Fixed the overloading for the division operator which did not recognize $a/2, reported by Daniel Brooks <db48x@yahoo.com> * Added support for matrix division notation, so that $a/$b = $a*$b**(-1) when $a and $b are square matrices * t/div.t created
2008-07-29Update from version 0.30nb3 to 0.31. Changes:he2-7/+6
0.31 December 18, 2007 - Patch by Michael Scoltock (scoltock . at . ictp.it ) to fix subexec - Patch submitted as guest user to fix the CGI Environment Problems.
2008-07-29Note update of textproc/ruby-libxml to version 0.8.3seb1-1/+2
2008-07-29Update to version 0.8.3 from version 0.5.4.seb3-76/+167
Changes: == 0.8.3 / 2008-07-21 Charlie Savage * Missed several files in last release == 0.8.2 / 2008-07-21 Charlie Savage * To use LibXML you can either require 'xml' or require 'libxml'. The differences is that require 'xml' mixes the LibXML module into the global namespace, thereby allowing you to write code such as document = XML::Document.new. Note that this is different from 0.8.0 and 0.8.1 and may require updating your code. * Support RelaxNG validation (thanks to Morus Walter) * Support passing IO objects to XmlReaders (thanks to Tom Hughes) * Fix segmentation fault caused by adding an attribute to a CDATA node * Moved node checking functions from C to Ruby * Improved Windows support - libxml-ruby should now work out of the box. * Improved Windows support - turned on libxml's zlib and iconv support. == 0.8.1 / 2008-07-09 Charlie Savage * Reimplmented Node#each_attr for backwards compatability * Moved node type test to Ruby. == 0.8.0 / 2008-07-09 Charlie Savage * Fixed bug in returning attributes from XPath results * Fixed DOM traversal methods * Changed Node#children to return an array of nodes * Fixed bug in returning attributes from XPath results * Refactored XPath support, providing more user hooks in the XPath::Context class * Added Node#properties for backwards compatibility * Updated setup.rb * Added more tests * Updated rdocs and README file * Moved libxml into LibXML namespace == 0.7.0 / 2008-07-09 Charlie Savage * Added new attributes class to provide a more natural way of working with attributes * Fixed XML::Attr to better support namespaces * Added documentation on how to use namespaces with XPath * Removed allocation of extraneous structures used to wrap nodes, namespaces and attributes * Cleaned up tests and added new test suite * Updated rdocs and README file * Cleaned out most of the bug list == 0.6.0 / 2008-07-01 Charlie Savage * Fixed memory allocation errors in Windows. On Windows, it is essential that the same library that all ocates memory must free it. Thus ALLOC calls must be matched to ruby_xfree calls, which they were not. In addition, in one case Ruby was allocating memory to be freed by libxml. On Windows, that's a segment ation fault. On Linux it might fly, but still seems like a bad idea. * Fixed segmentation fault in xml reader expand (same xml tree freed twice) * Applied a number of patches from Tom Bagby, including fixes for xpath segmentation faults and fixes fo r various memory leaks * Cleaned up a number of compiler warnings * Renamed libxml_so.so to libxml_ruby.so (same for xslt). That wasn't actually my original intention, b ut um, it kind of sort of happened. It should not be noticeable from an end-user perspective. * Added rake files for building with MingW * Added rake files for packing gems. Note that I did this outside the existing rake tasks because I did n't see how they were actually building the gems. * Cleaned up the tests and added a few more based on bug reports from the Tracker and mailing list. * Cleaned out the patch queue and went through about 1/2 the bug list === 2007-11-16 "Dan Janowski" <danj at 3skel.com> * Merged Dan's MEM2 branch to trunk.
2008-07-29Note update of xine-lib to 1.1.14nb2dholland1-1/+2
2008-07-29Rearrange how libXv and libXvMC are probed in order to work properly ondholland2-15/+14
systems with libXvMC.so but no libXvMCW.so. Also add missing dependence on libX11. Thus, PKGREVISION++.
2008-07-29Updated fonts/fontforge to 20080720adam1-1/+2
2008-07-29Changes 20080720:adam4-27/+173
* Bug fixes and improvements.
2008-07-29postfix-2.5.3martti1-1/+2
2008-07-29Updated mail/postfix to 2.5.3martti2-8/+8
When a mailbox file is not owned by its recipient, the local and virtual delivery agents now log a warning and defer delivery. Specify "strict_mailbox_ownership = no" to ignore such ownership discrepancies. [HISTORY] 20080509 Bugfix: null-terminate CN comment string after sanitization. File: smtpd/smtpd.c. 20080603 Workaround: avoid "bad address pattern" errors with non-address patterns in namadr_list_match() calls. File: util/match_ops.c. 20080620 Bugfix (introduced 20080207): "cleanup -v" panic because the new "SMTP reply" request flag did not have a printable name. File: global/cleanup_strflags.c. Cleanup: using "Before-queue content filter", RFC3848 information was not added to the headers. Carlos Velasco. File smtpd/smtpd.c. 20080717 Cleanup: a poorly-implemented integer overflow check for TCP MSS calculation had the unexpected effect that people broke Postfix on LP64 systems while attempting to silence a compiler warning. File: util/vstream_tweak.c. 20080725 Paranoia: defer delivery when a mailbox file is not owned by the recipient. Requested by Sebastian Krahmer, SuSE. Specify "strict_mailbox_ownership=no" to ignore ownership discrepancies. Files: local/mailbox.c, virtual/mailbox.c.
2008-07-29Updated www/p5-SVN-Web to 0.53nb1schmonz1-1/+2
2008-07-29The need for TeX in this package appears entirely vestigial. Removeschmonz1-4/+2
the dependency and bump PKGREVISION.
2008-07-29Added www/ap22-authnz-external version 3.1.0schmonz1-1/+2
2008-07-29Add and enable ap22-authnz-external.schmonz1-1/+2
2008-07-29Initial import of ap22-authnz-external, based on ap2-auth-external.schmonz6-0/+83
The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. The external authentication module provides a flexible tool for creating authentication systems based on other databases. The module can be used in either of two somewhat divergent ways: 1) External Authentication: When a user supplies a login and password, mod_auth*_external runs a program you write, passing it the login and password. Your program does whatever checking and logging it needs to, and then returns a Accept/Reject flag to Apache. 2) Hardcoded Authentication: Some hooks have been inserted into mod_auth*_external to make it easy to replace the call to the external authentication program with a call to a hardcoded internal authentication routine that you write.
2008-07-29Updated www/ikiwiki to 2.55schmonz1-1/+2
2008-07-29Update to 2.55. From the changelog:schmonz3-7/+12
* remove: New plugin that adds the ability to remove pages via the web. (Sponsored by The TOVA Company.) * rename: New plugin that adds the ability to rename pages via the web. (Sponsored by The TOVA Company.) (This one's for you, Kyle.) * All rcs backends need to implement rcs_remove, rcs_commitstaged, and rcs_rename. (Done for svn, git). * This version adds renamepage hooks, which can be used to modify page content, including links, during renames. * prefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon McVittie) * editpage: Don't show attachments link when attachments are disabled. * tag: Allow tagbase to be overridden by starting a tag with "./" or "/". (Simon McVittie) * Really fix bug with links to pages with names containing colons. Previous fix mised a few cases. * Avoid troublesome abs_path calls in wrapper setup. * Add allow_symlinks_before_srcdir config setting that can be used to avoid a security check that is a good safe default, but problimatic overkill in some situations. * Don't allow uploading an attachment with the same name as an existing page, to avoid confusion. * Split out error messages from editpage.tmpl into several separate templates. * attachment: Do not escape _ when determining attachment filenames. * Rebuild pages that change their type. (Gabriel McManus) * monotone: Add support for rename, delete, and also diff. (William Uther) * toggle: Fix incompatability between javascript and webkit. * bzr: Add support for rename and delete. (Jelmer Vernooij) * attachment: Use relative paths when inserting links. * toggle: Fix for when html got tidied. Closes: #492529 (Enrico Zini) * cutpaste: New plugin by Enrico Zini