summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-03-18Update to 1.0.3, changes unknown.wiz3-6/+24
2007-03-18Update to 0.6.11:wiz2-6/+6
* Version 0.6.11 (released 2007-03-13) ** Update of the C# Libidn port, by Alexander Gnauck. The code has been refactored and the namespace has been modified to comply with .NET naming conventions. An IDNA bug was fixed. ** Update gnulib files. We now use the "striconv" module instead of the "iconvme", which causes a slight increase of code size (from 303kb to 319kb with debugging symbols on i386). The reason is the use of a new locale independent strcasecmp, which may cause faster operation in some locales where, e.g., "ASCII" and "ascii" are not treated as the same. ** API and ABI is backwards compatible with the previous version.
2007-03-18Update to 1.0.2:wiz4-8/+25
Remove the ansi-1251 encoding, it's called microsoft-cp1251. Simplify some encodings to avoid stating the obvious. Limit UNDEFINE line to en encoding's declared SIZE (bug 1248). This is not needed with libfontenc (used by the X server and mkfontscale), which will ignore out-of-range entries, but apparently caused ttmkfdir to crash. Thanks to Donnie Berkholtz.
2007-03-18Mention makeppf import.wiz1-1/+2
2007-03-18Add makeppf.wiz1-1/+2
2007-03-18Mention that it is for applying patches.wiz1-0/+2
2007-03-18Initial import of makeppf-3.0:wiz5-0/+61
PPF (PlayStation Patch File) is a tool dedicated to all PlayStation coders and developers out there who are creating PAL/NTSC patches, trainer options and even cracks for your favourite console system. With the files in the PPF package you are in the position to make patchfiles similar to IPS on SuperNES. This package contains a tool to create PPF patches.
2007-03-18Mention applyppf import.wiz1-1/+2
2007-03-18Add applyppf.wiz1-1/+2
2007-03-18Initial import of applyppf-3.0:wiz5-0/+59
PPF (PlayStation Patch File) is a tool dedicated to all PlayStation coders and developers out there who are creating PAL/NTSC patches, trainer options and even cracks for your favourite console system. With the files in the PPF package you are in the position to make patchfiles similar to IPS on SuperNES.
2007-03-18Typo.rillig1-2/+2
2007-03-18Mention new setxkbmap package.wiz1-1/+2
2007-03-18+ setxkbmap.wiz1-1/+2
2007-03-18Initial import of setxkbmap-1.0.3 (from the x.org project):wiz4-0/+28
The setxkbmap command maps the keyboard to use the layout determined by the options specified on the command line.
2007-03-18Updated net/argus to 3.4adam2-3/+3
2007-03-18Perl path fixadam3-4/+15
2007-03-18Try fixing PLIST for Darwin.wiz1-0/+5
2007-03-18Note fix-mime-charset PKGREVISION bump.wiz1-1/+2
2007-03-18Depend on enca to get more features. Bump PKGREVISION.wiz1-2/+4
2007-03-18Add buildlink3.mk file.wiz1-0/+19
2007-03-18nspr updated to 4.6.6.wiz2-3/+3
2007-03-18Update to 4.6.6.wiz7-48/+69
Upstream changes: bug fixes. Package changes: avoid ".." in paths by changing WRKSRC and using CONFIGURE_DIRS. Add chunk to configure.in to avoid build failures I was seeing on NetBSD-current/amd64.
2007-03-18Changes 3.4:adam4-21/+36
* perl 5.00503 fix * added TCP/DNS * added TCP/Rwhois * added TCP/SIP, UDP/SIP, UDP/IAX2, TCP/Asterisk * added TCP/RPC, UDP/RPC * added asynchronous resolver * radius fix * code reorganization * configurable ip options: TTL, TOS, LSRR, SSRR * support for web_auth_none * scheduler adjustment * http redirect loop detection fix * argusctl checknow added * notification %O fix * database testing enhancements * added remote monitoring agent * faster SSL failure detection * enhanced performance
2007-03-18Updated games/rocksndiamonds to 3.2.3adam1-1/+2
2007-03-18Changes 3.2.3:adam3-10/+10
* fixed malloc/free bug when updating EMC artwork entries in level list * added workaround (warning and request to quit the current game) when changing elements cause endless recursion loop (which would otherwise freeze the game, causing a crash-like program exit on some systems) * fixed nasty string overflow bug when entering too long envelope text * added feedback sounds for menu navigation "menu.item.activating" and "menu.item.selecting" (for highlighting and executing menu entries) * improved "no scrolling when relocating" to also consider scroll delay (meaning that the player is not automatically centered in this case; this makes it possible to "invisibly" relocate the player to a region of the level playfield which looks the same as the old level region) * fixed bug with not recognizing "main.input.name.align" when active * fixed bug with displaying masked borders over title screens when screen fading is disabled * fixed infinite loop / crash bug when killing the player while having a CE with the setting "kill player X when explosion of <player X>" * added special editor graphic for "char_space" to distinguish it from "empty_space" when editing a level (in-game graphics still the same) * fixed nasty bug with initialization only done for the first player * small change to handle loading empty element/content list micro chunks * uploaded pre-release (test) version 3.2.3-0 binary and source code * some optimizations on startup speed by reducing initial text output * added caching of custom artwork information for faster startup times * fixed graphical bug when using fewer menu entries on level selection screen than usual (with "menu.list_size.LEVELS" directive) * fixed crash bug (Windows/SDL only) caused by BlitBitmap blitting from the backbuffer to the backbuffer by error (with identical rectangle) * fixed bug when displaying titlescreen with size less than element tile * fixed bug that caused elements with "change when digging <e>" event to change for _every_ digged element, not only those specified in <e> * fixed bug that caused impact style collision when dropping element one tile over the player that can both fall down and smash players * fixed bug that caused impact style collision when element changed to falling/smashing element over the player immediately after movement
2007-03-18+ evince-0.8.0, nautilus-2.18.0.1, p5-Devel-StackTrace-1.14,wiz1-1/+6
p5-Test-Simple-0.70, startup-notification-0.9.
2007-03-18Updated qt4 to 4.2.3adam2-4/+7
2007-03-18Changes 4.2.3:adam16-127/+209
This is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.2.0. - Configuration/Compilation * Fixed architecture detection on UltraSPARC-T1 systems. * Fixed compilation on embedded architectures when qreal is not double. - Documentation * Completed documentation for "Implementing Atomic Operations", which is useful for people porting Qt to a new hardware architecture. - Translations * Added a new unofficial Portuguese translation courtesy of Helder Correia. - Qt Linguist * Made the columns in the phrasebook resizeable. - lupdate * Fixed bug in the .pro parser of lupdate. It should accept backslashes. * Fixed a severe slowdown in lupdate. (~400x speedup.) * Fixed traversal of subdirectories. - moc * Don't create trigraphs in the generated code for C++ casts. - uic * Fixed a bug that generated excessive margins for Q3GroupBox.
2007-03-18Updated security/ocaml-ssl to 0.4.1.obache2-3/+3
2007-03-18Update ocaml-ssl to 0.4.1.obache2-6/+6
Provided by MAINTAINER, Jaap Boender in PR 35942. CHANGES: 0.4.1 (2007-02-21) ===== * file_descr_of_socket is not marked as deprecated anymore. * Patched the Makefile to be compatible with FreeBSD (thanks Jaap Boender). * Explicitely link with libcrypto since we use it. Compilation should now work on Mac OS X too (thanks Janne Hellsten).
2007-03-18back out to rev 1.33. ok'ed by joerg@yyamano1-2/+2
2007-03-18Updated lang/cdl3 to 1.2.7.obache2-3/+3
2007-03-18Update cdl3 to 1.2.7.obache5-41/+18
Provided by MAINTAINER, Jaap Boender in PR 35941. ChangeLog: 2006-01 M. Seutter * Bumped version to 1.2.7 * ANSI-fied code of runtime system and prepared for WIN32 port * Finished MS VC++ 6.0 port 2004-12-10 Marco van Zwetselaar * Added autogen.sh as a convenience for maintainers. It invokes the autotools machinery and should be called right after pulling cdl3 from CVS, or whenever a Makefile.am or configure.in changes * Updated the README, INSTALL, NEWS, TODO and AUTHORS files * Added .cvsignore files in several places * Fixed various Makefile.ams to get rid of cruft * configure.in - bumped version to 1.2.6 * man pages - moved man N stuff to man 7 as per File Hierarchy Standard - use the autotools man_MANS mechanism - man.{1,3} pages now get generated from man.{1,3}.in * examples - Makefile.example now gets generated from Makefile.example.in
2007-03-18cups and k3b updates.markd2-4/+4
2007-03-18Update k3b to 1.0markd5-32/+75
Changes since rc4: bug fixes. new themes.
2007-03-18Updated freeciv to 2.0.9; glibmm to 2.12.7; gtkmm to 2.10.8adam2-6/+7
2007-03-18Changes 2.10.8:adam3-8/+47
* ActionGroup::add(): Avoid a problem on 64-bit systems due to 0/NULL confusion. * Documentation: - Updated the Internationalization chapter. - Added appendix about Visual Studio 2005.
2007-03-18Update cups to 1.2.9markd2-6/+6
CUPS 1.2.9 fixes several printing issues and scheduler crash bug. Changes include: * The scheduler did not use the default job-sheets (banners) for implicit classes * The scheduler could crash when listing complete jobs that had been unloaded from memory * The French localization was doubled up * Build system fixes for several platforms * The scheduler's openssl certificate generation code was broken on some platforms * The scheduler's log rotation check for devices was broken * The LPD mini-daemon did not handle the document-format option correctly * The pdftops filter ignored the "match" size option in the pdftops.conf file * cupstestppd now validates UTF-8 text strings in globalized PPD files * The outputorder=reverse option did not work with all printers * Classes containing other classes did not always work * Printer location and description information was lost if the corresponding string contained the "#" character * cupsRemoveOption() did not work properly * The USB backend did not work with some USB to parallel cables on Mac OSX. * The test page did not print the rulers properly on large media sizes * The text filter could crash when pretty printing certain types of files
2007-03-18Building with f2c effects what libs get installed. Adjust PLIST.markd2-3/+9
2007-03-18Changes 2.0.9:adam6-27/+28
- Fix memory leaks in AI code. - Client worklist fix. - Several compilation fixes. - Fix for status of bribed units. - Fix client crashes. - Fxi server crashes. - Extra checks against starting position on poles. - Fix security problem in attributes code. - Helicopters no longer lose hitpoints when on a carrier. - Fix bug causing some pregame messages to be lost.
2007-03-18Changes 2.12.7:adam5-56/+7
* Build: Hopefully fix the build on NetBSD-4.99.6/amd64. Changes 2.12.6: * Options: Don't overwrite default arguments. This change was lost in March 2006, but now it is back.
2007-03-18-openssh-4.6.taca1-2/+1
2007-03-18Note update of security/openssh package to 4.6.1.taca1-1/+2
2007-03-18Update openssh pacakge to 4.6.1.taca5-33/+19
Changes since OpenSSH 4.5: ============================ * sshd now allows the enabling and disabling of authentication methods on a per user, group, host and network basis via the Match directive in sshd_config. * The following bugs have been fixed in this release: - Clear SIGALRM when restarting due to SIGHUP. Prevents stray signal from taking down sshd if a connection was pending at the time SIGHUP was received - sftp returned a zero exit status when upload failed due to write errors (bugzilla #1252) - fixed an inconsistent check for a terminal when displaying scp progress meter (bugzilla #1265) - Parsing of time values in Match blocks was incorrectly applied to the global configuration (bugzilla #1275) - Allow multiple forwarding options to work when specified in a PermitOpen directive (bugzilla #1267) - Interoperate with ssh.com versions that do not support binding remote port forwarding sessions to a hostname (bugzilla #1019) * Portable OpenSSH bugs fixed: - "hang on exit" when background processes are running at the time of exit on a ttyful/login session (bugzilla #52) - Fix typos in the ssh-rand-helper(8) man page (bugzilla #1259) - Check that some SIG records have been returned in getrrsetbyname (bugzilla #1281) - Fix contrib/findssl for platforms that lack "which" (bugzilla #1237) - Work around bug in OpenSSL 0.9.8e that broke aes256-ctr, aes192-ctr, arcfour256 (bugzilla #1291)
2007-03-18Updated devel/libextractor to 0.5.18adam2-3/+3
2007-03-18Changes 0.5.18:adam8-29/+47
This release adds support for NSFE files. Removal of duplicate keywords is now biased against keywords obtained from splitting. The build process should now work properly if no C++ compiler is found. The thumbnail-extractors should now load properly in all cases (resolved a symbol naming problem).
2007-03-18Updated graphics/cairomm to 1.2.4adam2-3/+3
2007-03-18Note horde, imp, turba, kronolith and ingo updatesadrianp1-1/+6
2007-03-18Changes 1.2.4:adam2-6/+6
* Fixed an error that prevented Cairo::RefPtr<>::cast_static() and Cairo::RefPtr<>::cast_dynamic() from compiling.
2007-03-18Update to 3.1.4adrianp3-16/+14
------ v3.1.4 ------ [jan] SECURITY: Correctly quote file names in cleanup script for temporary files. [jan] Fix RPC authentication on CGI SAPIs. [jan] Detect unencrypted PGP messages. ---------- v3.1.4-RC1 ---------- [jan] SECURITY: Fix an XSS vulnerability in the language selection. [jan] Complete Cyrus virtual domain support in cyrsql driver (Vilius Sumskas <vilius@lnk.lt>, Request #4967). [jan] Add option whether to strip domains from usernames in the account block (Request #4955). [jan] Fix email lists not being validated under certain conditions (Bug #4834). [cjh] Add a REST-ful preferences interface. [cjh] Faster DataTree-to-SQL History migration script (josh@endries.org, Request #4732). [cjh] Improved automatic webroot detection (Ben Klang, Request #4126). [cjh] Rewrite and fix the OCI8 SessionHandler (Bug #3452). [cjh] Allow signup hooks to override the user_name and password fields (thomas@gelf.net, Request #2904). [cjh] Fix creation of mailbox quotas by the Auth_cyrus driver (pascal@vmfacility.fr, Bug #4678). [cjh] Add "Save and Finish" to the share edit window (webmgr@muskingum.edu, Request #4307). [cjh] Let mailto: and anchor (#) links through Horde::externalUrl (Bug #3079). [cjh] Add smbclient version of the SMB Auth class (larry@wimble.biz, Request #4338). [cjh] Remove problematic "data descriptor" segment from generated ZIP files (reitsma@denison.edu, Bug #4670). [cjh] Strip accesskeys from menu tooltips when only showing icons (Bug #4667). [jan] Fix saving files in the root directory of an SQL VFS backend (Bug #4652, Ben Klang <ben@alkaloid.net>). [jan] Fix displaying all maintenance tasks to be confirmed at once (Bug #4377). [cjh] Fix return format of DataTree_null::getByAttributes() (thomas.jarosch@intra2net.com, Bug #4651). [jan] Support departments in vCard's ORG properties (martin@matuska.org, Request #4285). [cjh] Rename Auth_sasl backend to Auth_peclsasl to avoid conflicts with PEAR's Auth_SASL (Bug #4547). [cjh] Implement handling of vTimezones in iCalendar data (Carl Thompson <lists-horde@carlthompson.net>, Bug #4399). [cjh] keybindings.js now works with Safari/KHTML. [jan] Avoid recursive folder creation when sharing Kolab folders (michael.sheldon@credativ.de, Bug #4325). [jan] Add Kolab specific account block driver to support special Kolab users (mzizka@hotmail.com, Request: #4119). [mms] Only dim below the last signature line of input text in the dimsignature Text_Filter driver.