Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (58m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 14:33:17 UTC Now

2013-02-10 08:39:46 UTC MAIN commitmail json YAML

Updated audio/moc-devel to 2.5.0b1

(ryoon)

2013-02-10 08:39:00 UTC MAIN commitmail json YAML

Update to 2.5.0b1

Changelog:
2.5.0
* Autotools and packaging changes:
  - Upgraded autoconf version requirement to 2.60
  - Added '--with-alsa' to suppress ALSA sound driver inclusion
  - Added '--without-oss' to suppress OSS sound driver inclusion
  - Added '--disable-cache' to remove tags cache support
  - Added specific GDB support to '--enable-debug'
  - Refactor decoder plug-ins' autoconf scripts into source directories
  - Ensure that all decoders get into the source distribution tarball
  - Removed SID decoder's dependance on .la-file presence
  - Removed distribution-specific .spec file
  - Minor reformatting of the configure summary
  - Added warnings for various deprecations and potential problems
  - Added warnings for unmet future package requirements
* Improved support for embedded systems:
  - Refined FFmpeg decoder configuration for use with cross-compilation
  - Provided use of Tremor with the Vorbis decoder
  - Improve portability to non-GNU library platforms
  - Added --with-libiconv-prefix configure option
* Audio driver changes:
  - Allow use of the OSSv4 per-application mixer API
  - Provided SNDIO support for OpenBSD systems (Alexander Polakov)
* New and changed audio decoders:
  - New TiMidity decoder for MIDI (Hendrik Iben)
  - Migrate AAC decoder to later FAAD2 API (Max Klinger)
  - Added AAC+ (HE-AAC) support to AAC decoder
  - New SidPlay2 decoder for SID (Hendrik Iben)
  - New Modplug decoder (Hendrik Iben)
  - New WavPack decoder (Alexandrov Sergey)
  - Renamed SndFile plugin for consistancy
  - Removed M4A format support from AAC decoder plugin
* Overhauled FFmpeg/LibAV decoder:
  - Resolved FFmpeg API deprecations
  - Provided LibAV compatibility
  - Provided proper stereo downmixing
  - Increased number of decodable formats (including Xiph Opus)
  - Added decoding of audio from video formats
  - Added logging of FFmpeg/LibAV messages
  - Added seeking in most (but not all) formats
  - Fixed misreporting of tags, duration and bitrates
  - Fixed memory and file descriptor leakages
  - Fixed severe distortion on 8-bit samples
  - Fixed loop playing FLAC files
  - Fixed many miscellaneous bugs
* Audio reproduction changes:
  - Improved support for 8-bit sample size
  - Added software mixer (Hendrik Iben)
  - Added parametric equalizer (Hendrik Iben)
  - Fixed many bugs which produced distorted sound
* General configuration file changes:
  - Reconciled and regularised example config and keymap files
  - Introduced lists and function-like syntax
  - Introduced variable substitution
  - Introduced symbol and boolean option types
  - Improved security of the configuration file
* Changed configuration file options:
  - Layout# options moved to a list and function-like syntax
  - SoundDriver option moved to a list syntax
  - Renamed OSSMixerChannel to OSSMixerChannel1
  - Renamed ALSAMixer to ALSAMixer1
  - QueueNextSongReturn moved to yes/no values
  - TagsCacheSize set to zero now disables tag caching
* New configuration file options:
  - OnSongChange: run an external command (Jack Miller)
  - RepeatSongChange: govern the running of the OnSongChange command
  - OnStop: run an external command on stopping
  - EnforceTagsEncoding: substitutes ID3v1TagsEncoding for ISO-8859-1
    encoding in id3v2 tags (Aleks Sherikov)
  - FileNamesIconv: converts from local to UTF8 encoding for file names
    (Aleks Sherikov)
  - NonUTFXterm: converts UTF8 to local encoding for X-Term titles
(Aleks Sherikov)
  - AutoLoadLyrics: says whether MOC should look for lyrics files
  - PreferredDecoders: allow finer control over decoder selection
  - XTerms: externalises terminals regarded as X-Terms
  - UseMIMEMagic: says whether to identify audio files by using MIME
  - JackStartServer: autostart JACK the server (Max Klinger)
  - ShowTimePercent: set the percent played state (Daniel T. Borelli)
  - Various options for SidPlay2, Modplug and TiMidity support
* New command line options:
  - '-O' to override configuration file settings
  - '-q' to queue files from command line (Martin Milata)
  - '-j' to jump to some position in the current track (Nuno Cardoso)
  - '-Q' to display user formatted information (Juho H辰m辰l辰inen)
  - '-v' to set the volume (Jack Miller)
  - '-t' and '--on/off' to toggle or set playback options (Jack Miller)
* Screen handling changes:
  - Changed minimum screen height to 7 lines (Tero Marttila)
  - Added support for GNU screen title (Jonathan Derque)
  - Restore screen to console mode after reporting fatal errors
  - Fixed overlength highlight bar
  - Fixed screen upset when tags contain control characters
* New and updated client interaction features:
  - 'a' command: also add a directory to the playlist (Filippo Giunchedi)
  - 'Y' command: prune unreadable files from the playlist (tyranix)
  - 'L' command: display music lyrics (G辿raud Le Falher)
  - Queued messages for display in the message area
  - Added play queue (Martin Milata)
  - Mark a fragment of a file which can be passed to external commands
* Improve text entry history and editting:
  - Recognise ^u (by default) as delete to start of line
  - Recognise ^k (by default) as delete to end of line
  - Save and restore entered text prior to history scrolling
  - Save history entry modifications
  - Do not save adjacent duplicate entries
  - Do not save or modify with blank entries
  - Position cursor at end of restored or history line
* Theme changes:
  - Enabled highlighted playlist numbers and file times (Marc Tschiesche)
  - Fixed miscoloured frame when switching themes (Alexander Polakov)
  - Fixed default colour settings
* General code cleaning:
  - Refactoring, optimisations and cosmetic improvements
  - Silenced many build warnings and errors
  - Replaced various deprecated, legacy and platform-specific functions
* Significant bug fixes:
  - Fixed stale locks freeze in tags cache database following a crash.
  - Fixed CURL timeout for internet streaming errors (Daniel Stenberg)
  - Fixed audio distortion on MP3 file having overly long tag values
  - Fixed false positive stream detection in the MP3 decoder
  - Fixed Ogg/Vorbis stream detection in the Vorbis decoder
  - Fixed 'LRINTF error' raised when reconfiguring MOC
  - Handle backspace key properly
  - Fixed pthread stack overflow segfault on OpenBSD.
  - Fixed segfault when text entry history becomes full
  - Fixed segfault processing playlists with relative paths
  - Fixed memory corruptions when toggling tag reading
  - Fixed severe distortion on 11025Hz 16-bit mono audios
  - Fixed freeze at end of playing audio file
  - Fixed server crash when attempting to play a deleted file
  - Fixed MIME type detection on HTTP redirection
  - Fixed crash when mixer value is above 100%
  - Workaround for streams that have the actual title as tags/comments
  - Indentified cause of "undefined symbol" build errors (node/701)
  - Plugged all known memory and file descriptor leaks
* Miscellaneous:
  - Updated and reformatted mocp manpage and equalizer README file
  - Made many warning and error reports more informative and consistant
  - Better logging of more problem determination information
  - More informative version information display
  - Introduced MD5-based decoder verification tools
  - Improved compatibility with 64-bit systems
  - Improved compatibility with big-endian systems
  - Moved tags cache to a Berkeley DB
  - Integration of down-stream distribution patches
  - Fixed many bugs which crashed MOC

(ryoon)

2013-02-09 22:11:53 UTC MAIN commitmail json YAML

2013-02-09 20:00:22 UTC MAIN commitmail json YAML

Updated audio/jack to 0.121.3

(ryoon)

2013-02-09 19:59:45 UTC MAIN commitmail json YAML

Update to 0.121.3.

Changelog:
    Make the printed output of jack_iodelay more useful to actual users
    Compilation fixes for OS X (particularly PPC architectures)
    Remove SSE-related messages during startup
    Fix a few argument type declarations for a few functions
    OSS backend: fix a call to yet undefined engine instance

(ryoon)

2013-02-09 13:54:55 UTC MAIN commitmail json YAML

2013-02-09 13:48:55 UTC MAIN commitmail json YAML

2013-02-09 13:39:19 UTC MAIN commitmail json YAML

Added devel/subversion16 version 1.6.20

(ryoon)

2013-02-09 13:35:56 UTC MAIN commitmail json YAML

There is subversion16-base only.

(ryoon)

2013-02-09 13:34:48 UTC MAIN commitmail json YAML

Add subversion16 and subversion16-base.

(ryoon)

2013-02-09 13:33:31 UTC MAIN commitmail json YAML

2013-02-09 13:28:34 UTC MAIN commitmail json YAML

Import subversion16-base-1.6.20 as devel/subversion16-base.

The goal of the Subversion project is to build a version control system that
is a compelling replacement for CVS in the open source community. The software
is released under an Apache/BSD-style open source license.

This package contains all the Subversion programs and libraries except
the Apache module mod_dav_svn (for which see the ap2-subversion
package) and the Python bindings and some programs which use them (for
which see the py-subversion package).  Installing this package
alone will satisfy most people's needs, providing all three repository
access layers (local, svn, and dav) and the server for the svn access
layer.

This package tracks 1.6.x release branch.

(ryoon)

2013-02-09 13:27:28 UTC MAIN commitmail json YAML

Import subversion16-1.6.20 as devel/subversion16.

The goal of the Subversion project is to build a version control
system that is a compelling replacement for CVS in the open source
community.  The software is released under an Apache/BSD-style open
source license.

This is a meta-package.  It installs no files, but it depends on all
the Subversion components, including the base package with the
subversion client and server, the apache module, and four language
bindings.  (If you just want the basic svn and svnadmin programs see
devel/subversion-base.)

This package tracks 1.6.x release branch.

(ryoon)

2013-02-09 13:24:33 UTC MAIN commitmail json YAML

Update subversion related packages to 1.7.8.

(ryoon)

2013-02-09 13:22:11 UTC MAIN commitmail json YAML

2013-02-09 11:10:36 UTC MAIN commitmail json YAML

Reset PKGREVISION.
I have forgotten this.

(ryoon)

2013-02-09 10:36:22 UTC MAIN commitmail json YAML

Updated lang/sun-jre7 to 7.0.13
Updated lang/sun-jdk7 to 7.0.13

(ryoon)

2013-02-09 10:35:20 UTC MAIN commitmail json YAML

2013-02-08 18:14:00 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.15.2

(ryoon)

2013-02-08 18:13:04 UTC MAIN commitmail json YAML

Update to 2.15.2

* Remove or modify some patches that is obsolete or fixed in another way
  like devel/xulrunner.

Changelog:
Fixes in 2.15.2
    Applications could not be removed from the "Application details" dialog under Preferences, Helper Applications (bug 826771).
    View / Message Body As could show menu items out of context (bug 831348).

Fixes in 2.15.1
    Problems involving HTTP proxy transactions have been fixed (bug list).
    The Unity player crashed on Mac OS X (bug 828954).

(ryoon)

2013-02-07 20:51:35 UTC MAIN commitmail json YAML

Updated mail/msmtp to 1.4.30

(ryoon)

2013-02-07 20:50:56 UTC MAIN commitmail json YAML

Update to 1.4.30.

Changelog:
Version 1.4.30:
- Fix a bug in msmtp_read_addresses() that was introduced in version 1.4.29 by
  fixing a problem in the wrong way.

(ryoon)

2013-02-07 20:34:30 UTC MAIN commitmail json YAML

Add xulrunner/firefox 18.0.2

(ryoon)

2013-02-07 20:32:42 UTC MAIN commitmail json YAML

Update to 18.0.2.

* Include patch for FreeBSD from Jan Beich (patch-bf).

Changelog:
FIXED
18.0.2: Fix JavaScript related stability issues

(ryoon)

2013-02-06 17:02:27 UTC MAIN commitmail json YAML

Remove unneccessary firefox line.

(ryoon)

2013-02-05 11:09:02 UTC MAIN commitmail json YAML

Add revbump of xulrunner/firefox.

(ryoon)

2013-02-03 13:00:40 UTC MAIN commitmail json YAML

Use COMPILER_RPATH_FLAG instead of -Wl,-rpath.

(ryoon)

2013-02-03 12:59:29 UTC MAIN commitmail json YAML

2013-02-03 07:45:19 UTC MAIN commitmail json YAML

Fix typo in PKG_OPTIONS name.

(ryoon)

2013-02-03 05:13:26 UTC MAIN commitmail json YAML

2013-02-02 14:01:32 UTC MAIN commitmail json YAML

Updated misc/ja-less to 382.262.03

(ryoon)

2013-02-02 13:59:58 UTC MAIN commitmail json YAML

Update to 382.262.03 using less-382-iso262.ext03.patch.gz
from http://bogytech.blogspot.jp/2011/07/kterm-jless-screen.html .

This update is based on isaki@'s work.

* Set PATCH_SITES as my non-NetBSD web space.

Changelog:
* Add UTF-8 support (Japanese part only)
* Change japanese83 behavior
* Change G1 default
* Add ISO-8859-10,11,13,14,15 support
* Ignore case in JLESSCHARSET and LANG variables
* Fix bugs in search
* Add .xz support (not enabled on pkgsrc)
* Some packport from less-443

(ryoon)

2013-01-31 18:30:50 UTC MAIN commitmail json YAML

* py-numpy should be buildlinke-ed on g95 support platforms only like Makefile.

(ryoon)

2013-01-31 11:12:52 UTC MAIN commitmail json YAML

2013-01-30 11:37:41 UTC MAIN commitmail json YAML

Set MAINTAINER as me.

(ryoon)

2013-01-30 11:34:58 UTC MAIN commitmail json YAML

Fix PR pkg/47363.

Import 3.2 version of cvsps as devel/cvsps3.

>From README,
The 3.x versions have changed significantly.  In 2012, CVS use is declining
swiftly (GNU CVS hasn't been updated since 2004) and the original use case
for this tool - browsing change sets in a live CVS repository - is obsolete.
The 3.x versions are more focused on the --fast-export mode.

(ryoon)

2013-01-26 22:28:38 UTC MAIN commitmail json YAML

Updated converters/dos2unix to 6.0.3

(ryoon)

2013-01-26 22:28:06 UTC MAIN commitmail json YAML

Update to 6.0.3

Changelog:
2013-01-25: Version 6.0.3

  * Source code compiles with Microsoft Visual C.
  * Print system error when writing output fails.

(ryoon)

2013-01-26 20:35:29 UTC MAIN commitmail json YAML

Note PKGREVISION bump of mozc packages.

(ryoon)

2013-01-26 20:33:59 UTC MAIN commitmail json YAML

2013-01-26 13:40:19 UTC MAIN commitmail json YAML

Updated editors/zim to 0.59

(ryoon)

2013-01-26 13:39:37 UTC MAIN commitmail json YAML

Update to 0.59

Changelog:
=== 0.59 - Wed 23 Jan 2012 ===
* Critical bug fix in pageview serialization
* Fix for inheritance of tags in tasklist - Epinull
* Fix for customtools dialog - Epinull
* Fix for week number in Journal plugin page template

=== 0.58 - Sat 15 Dec 2012 ===
* Added new plugin for distraction free fullscreen mode
* Added options to limit tasklist plugin to certain namespaces -
Pierre-Antoine Champin
* Added option to tasklist plugin to flag non-actionable tasks by a special tag
* Added prompt for filename for Insert New File action
* Added template option to list attachments in export
* Added class attributes to links in HTML output
* Added two more commandline options to quicknote plugin
* Made sidepanes more compact by embedding close buttons in widgets
* Critical fix for restarting zim after a crash (cleaning up socket)
* Bug fix for search queries with quoted arguments
* Bug fix for use of tags in the tasklist plugin
* Bug fix for wiki format to be more robust for bad links
* Bug fix for latex format to not use file URIs in \includegraphics{}
* Bug fix for including latex equations in latex export
* Bug fix list behavior checkboxes and numbered lists
* Fix first day of week locale for calendar plugin - based on patch by
Leopold Schabel
* Fix for handling "file:/" and "file://" URIs in links - see manual for details
* Fix for windows to not open consoles for each external application - klo uo
* Fix for windows to put config files under %APPDATA% - klo uo
* Fix to have "update heading" toggle in rename dialog more
intelligent - Virgil Dupras
* Fix to make template errors report relevant error dialogs
* Fix for search and replace whitespace in pageview
* Various small fixes

(ryoon)

2013-01-26 11:16:45 UTC MAIN commitmail json YAML

Added fonts/consolamono-ttf version 20121116

(ryoon)

2013-01-26 11:16:16 UTC MAIN commitmail json YAML

Add consolamono-ttf.

(ryoon)

2013-01-26 11:15:30 UTC MAIN commitmail json YAML

Import consolamono-ttf-20121116 as fonts/consolamono-ttf.

'Consola Mono' is the monospace font especially created for
programming, text editors and for terminal-use.

'Consola Mono' is a Unicode typeface font that supports all languages
that use the Latin, Greek, Cyrillic script and its variants, and
could be expanded to support other scripts.

(ryoon)

2013-01-26 10:35:20 UTC MAIN commitmail json YAML

Fix build on NetBSD 6.0.1.
Use correct macro name, ALL_ENV.

(ryoon)

2013-01-26 09:47:46 UTC MAIN commitmail json YAML

Replace hardcoded netbsd with LOWER_OPSYS.
This change should fix build on Linux.

(ryoon)

2013-01-26 05:56:14 UTC MAIN commitmail json YAML

Updated mail/mew to 6.5nb1

(ryoon)

2013-01-26 05:55:37 UTC MAIN commitmail json YAML

2013-01-25 22:03:56 UTC MAIN commitmail json YAML

Updated devel/lua-lrexlib* to 2.7.2.

(ryoon)

2013-01-25 22:02:18 UTC MAIN commitmail json YAML

Update to 2.7.2 from 2.4.0

* Use custom BSDmakefile instead of luarocks.
  It seems that luarocks lacks destdir support.

Changelog:
2013-01-08  Release 2.7.2

  * Fixed the use of alternative allocators, and a memory leak.
  * Simplify the build system further.
  * Change rockspec to build from git now that github no longer
    supports downloads.

2012-10-18  Release 2.7.1

  * Fixed Lua 5.1 compatibility, broken in 2.7.0.
  * Added ability to specify no replacement to gsub with a nil or
    false replacement argument.

2012-10-04  Release 2.7.0

  * Added support for searching raw memory buffers (e.g. made with
    alien).
  * Fixed possible invalid code generation in C (thanks, Michael
    Tautschnig).
  * Generate LuaRock rockspecs for all modules.
  * Greatly simplify UNIX build system, relying on LuaRocks.
  * Allow POSIX REG_STARTEND to be used on any system supporting it.
  * Add a test set for POSIX regex engine (thanks, Enrico Tassi).
  * Simplify some code.
  * Always use Lua state memory allocator.

2012-04-13  Release 2.6.0

  * Added support for Lua 5.2.

2010-12-15  Release 2.5.3

  * Bug fix to rex.split.
  * Support for new flags in PCRE 8.11.

2010-11-10  Release 2.5.2

  * Important bug fix (thanks to Enrico Tassi for the report)
    affecting platforms with certain alignment requirements.
  * Improved build system for Windows.
  * Minor improvements to the manual.

2010-10-04  Release 2.5.1

  * Minor improvements and fixes, no changes to library code.

2010-10-03  Release 2.5.0

  * Added bindings of the TRE and GNU regex APIs.

  * Improved and simplified the build system.

(ryoon)

2013-01-25 21:10:58 UTC MAIN commitmail json YAML

Updated www/apache-tomcat7 to 7.0.35

(ryoon)

2013-01-25 21:10:31 UTC MAIN commitmail json YAML

Updated devel/gitolite to 3.04

(ryoon)

2013-01-25 21:09:26 UTC MAIN commitmail json YAML

Update to 7.0.35

Changelog:
Tomcat 7.0.35 (markt)

    Catalina
        fix 54247: Prevent ClassNotFoundExceptions on stop when running as a service. (markt)
        fix 54249: Ensure resource properties are available when the context path contains encoded characters such as a space. This triggered compilation issues in Jasper. Patch provided by Polina Genova. (markt)
        fix 54256: Improve error reporting when a JAR file fails extension validation by including the name of the JAR file in the exception. (markt)
        fix Allow web applications to be stopped cleanly even if filters throw exceptions when their destroy() method is called. (markt/kkolinko)
        fix Fix memory leak of servlet instances when running with a SecurityManager and either init() or destroy() methods fail or the servlet is a SingleThreadModel one. (kkolinko)
        code Cleanup method cache lookup code in SecurityUtil class. (kkolinko)
        add Make the Tomcat 7 non-JSR356 WebSocket implementation non-blocking (where supported by the connector) between the HTTP upgrade and the first WebSocket message from the client to the server. (markt)
        fix 54262: Ensure that an empty <absolute-ordering /> element in the main web.xml file disables scanning for web fragments. Based on a patch by Violeta Georgieva. (markt)
        fix 54284: As per clarification from the Servlet EG, anonymous Filters and Servlets are not permitted. Patch by Violeta Georgieva. (markt)
        fix 54371: Prevent exceptions when processing web fragments for unexpanded WAR files when the context path contains characters that need to be encoded in URLs such as spaces. Based on a patch by Polina Genova. (markt)
        add 54372: Make HTTP Digest authentication header parsing tolerant of invalid headers sent by known buggy clients. (markt)
        fix 54377: Correctly set request attributes for AccessLog in RemoteIpFilter. Patch by Violeta Georgieva. (markt)
        fix 54379: Implement support for post-construct and pre-destroy elements in web.xml. Patch by Violeta Georgieva. (markt)
        fix 54380: Do not try to register servlets or contexts into the mapper too early (which just caused a warning to be logged). (kkolinko)
        fix Fix NPE in WebappLoader.stopInternal when stop is called after a failed start. (kkolinko)
        add 54381: Add support for receiving WebSocket pong messages. (markt)
        fix 54382: Fix NPE when SSI processing is enabled and an empty SSI directive is present. (markt)
        fix Fix ArrayIndexOutOfBoundsException in HttpParser when parsing incorrect HTTP headers. (kkolinko)
        fix 54387: Deployment must fail when multiple servlets are mapped to the same url-pattern. (markt)
        fix 54391: Provide a value for the javax.servlet.context.orderedLibs attribute. (markt)

    Coyote
        fix 54248: Ensure that byte order marks are swallowed when using a Reader to read a request body with a BOM for those encodings that require byte order marks. (markt)
        fix Fix release of processors in AjpNioProtocol. Wrong object was used as a key in the connections map. (kkolinko)

    Jasper
        add 54240: Add support for auto-detection and configuration of JARs on the classpath that provide tag plug-in implementations. Based on a patch by Sheldon Shao. (markt)
        fix 54241: Revert the fix for 35410 as it was not compliant with the JSP specification, specifically that <%= obj %> must be translated to out.print(obj) which in turn becomes out.write(String.valueOf(obj)). This will trigger a NullPointerException if obj.toString() returns null. The fix for 35410 incorrectly suppressed the NullPointerException in this case. (markt)
        fix 54242: Correct handle null iterations with in the JSTL ForEach tag plug-in implementation. Patch provided by Sheldon Shao. (markt)
        fix 54260: Avoid NullPointerException when using JSP unloading and tag files. (markt)
        fix 54370: Improve handling of nulls when trying to match sets of parameters to a method in EL. (markt)
        fix 54338: Correctly coerce the value to the expected type when using the tag plug-in for the JSTL set tag. Patch provided by Sheldon Shao. (markt)

    Web applications
        fix 54244: Clarify the documentation for the BIO and NIO SSL configuration attributes sslEnabledProtocols and sslProtocol within the documentation web application. (markt)
        add Integrate documentation of Tomcat 7 with Apache Comments System. People can leave their comments when reading documentation online at the tomcat.apache.org site. (rjung)

    Other
        fix 54390: Use 'java_home' on Mac OS X to auto-detect JAVA_HOME. (schultz)

(ryoon)

2013-01-25 21:04:03 UTC MAIN commitmail json YAML

Update to 3.04

* Update MESSAGE.

Changelog:
* Re-written from scratch, this is gilolite g3.

(ryoon)

2013-01-25 20:03:42 UTC MAIN commitmail json YAML

Updated www/php-owncloud to 4.5.6

(ryoon)

2013-01-25 20:02:25 UTC MAIN commitmail json YAML

Update to 4.5.6

* Add PostgreSQL support, not tested.

Changelog:
Version 4.5.6 Jan 22th 2013

    Improved language detection
    Improved translations
    Fix link to bugtracker
    Several IE 6/7/8 fixes
    SabreDAV updated to 1.6.6
    Improved error reporting
    Support special characters in mountpoint
    Interpret http 403 and 401 as not authorized in user_webdavauth
    Several fixes for special characters in files and folders
    Improved PostgreSQL support
    Check database names for valid characters
    Fix default email address calculation
    Remove debug output on send password page
    Add SMTP port configuration option
    Only show the max possible upload of 2GB on a 32 bit system
    Show progress during file downloads
    Security: Fix multiple XSS problems: CVE-2013-0201, CVE-2013-0202, CVE-2013-0203
    Security: Fix Code execution in external storage: CVE-2013-0204
    Security: Removed remoteStorage app because of unfixed security problems.

(ryoon)

2013-01-24 17:53:21 UTC MAIN commitmail json YAML

Updated emulators/qemu to 1.3.0

(ryoon)

2013-01-24 17:52:01 UTC MAIN commitmail json YAML

Update to 1.3.0

Changelog:
QMP
    The sendkey monitor command is now available via QMP.

All targets
    QEMU can now use the Linux VFIO driver to assign PCI devices to a virtual machine.
    The bus master configuration bit for PCI devices is now emulated. PCI devices cannot anymore perform DMA without setting the bit before. This may break firmware that wasn't tested on real hardware.

MIPS
    Loongson Multimedia Instructions are now implemented.
    MIPS32/64 ASE DSP Instructions are now implemented.

x86
    The TSC frequency can be larger than 2.147 GHz.
    Configuration files do not support anymore the cpudef section.
    TCG (emulation) supports the SMEP (Supervisor Mode Execution Prevention) and SMAP (Supervisor Mode Access Prevention) features of newer x86 processors.
    CPUID/models?
    The "cpudef" config file section is now deprecated and will be removed in v1.4.
    New CPU models: "Haswell" (new features: fma, pcid, movbe, fsgsbase, bmi1, hle, avx2, smep, bmi2, erms, invpcid, rtm) and "Opteron_G5" (new features: tbm, f16c, fma)
    Added Intel Q35 chipset as a new machine type, '--machine q35'. Adds PCIe support. Requires an updated SeaBIOS (bios.bin), and '-acpitable file=/seabios-path/q35-acpi-dsdt.aml' to run.

Xtensa
    Single precision floating point instructions are now implemented.

Device emulation
    Emulation of the MC146818 real-time clock (used on PC and several other boards) does not wake up QEMU anymore every second to update the clock.
    USB3 has been vastly improved, including support for USB mass storage devices and MSI/MSI-X support for the XHCI controller.
    USB redirection now supports live migration.
    Several bugs in the AHCI controller were fixed to support recent Windows versions.
    ivshmem now has a "use64" property which will make the ivshmem driver register a 64-bit memory BAR.
    New paravirtualized hardware random number generator device, VirtIORNG.

Network devices
    Some problems were fixed leading to bad receive performance of E1000 and Xen network cards.

Block devices
    qemu-img now can output information in JSON format using "qemu-img info --output=json".
    Glusterfs volumes can be accessed with "gluster://" URIs for "-drive" and similar options. Optionally the transport can also be specified, as in "gluster+tcp://" (other supported transports are "unix" and "rdma").
    Options on the QMP streaming command direct the job to pause on encountering errors, or to ignore them altogether.
    A new block job is supported: live block commit (also known as "snapshot deletion") moves data from an image to another in the backing file chain. With the current implementation of QEMU 1.3, the "source" image may not be the active one.
    A new block job is supported: live disk mirroring (also known as "storage migration") moves data from an image to another. A new command "block-job-complete" is used to switch the VM to use the destination image exclusively.
    Block jobs can now be paused and resumed from the monitor.
    NBD block devices can now be specified using URI syntax. "nbd://" defaults to TCP transport, while "nbd+tcp://" and "nbd+unix://" can be used (similar to Gluster) to specify it. URI syntax simplifies access to named exports; the export name is simply the "path" component of the URI.
    NBD connections to Unix sockets support relative paths.
    QEMU embeds an NBD server, accessible via the monitor. The NBD server allows live access to the image seen by the VM. Note that the embedded server uses "named exports", which QEMU can access using the "nbd://host:port/name" syntax.
    Windows hosts support asynchronous disk I/O.

Live Migration, Save/Restore
    The "stop" and "cont" commands have new semantics on the destination machine during migration. Previously, the outcome depended on whether the commands were issued before or after the source connected to the destination QEMU: in particular, "cont" would fail if issued before connection, and "undo" the effect of the -S command-line option if issued after. Starting from this version, the effect of "stop" and "cont" will always take place at the end of migration (overriding the presence or absence of the -S option) and "cont" will never fail. This change should be transparent, since the old behavior was usually subject to a race condition.
    The monitor now remains responsive during incoming migration. The new NBD server is also available during incoming migration.

Spice
    QEMU will only send changed screen content to the Spice client when running in legacy VGA mode.
    Seamless migration support.
    Composite QXL commands (for linux guests).
    Multiple monitors on a single pci device.
    Arbitrary resolution support.
    Device based monitor configuration notification (for future drivers).
    various bug fixes and assertion removals in favor of a guest_bug mode.
    require spice-server >= 0.12.0

KVM
    QEMU now supports "old-style" PCI device assignment, which was the last missing feature from the qemu-kvm fork. Despite some remaining minor differences between qemu-kvm and QEMU, it is possible to switch from qemu-kvm to QEMU as soon as your guests can be rebooted. Live migration from qemu-kvm 1.2 to QEMU 1.3 is not supported, but can be enabled easily by downstream distributions who want to switch their packages from qemu-kvm to QEMU.

Xen
    QEMU can now be used to live-migrate Xen domains.

SLIRP
    SLIRP's TFTP server has improved performance, can transmit files bigger than 32 MB, and supports the block size option.

Guest agent
    The guest agent will now store the state file in /var/run by default.

Host support
    SPARCv7 and v8 support was removed.

Build dependencies
    QEMU can now be built with Clang.
    QEMU now uses pixman. QEMU configure will detect and use a system pixman if the development headers are ailable (they should be available for most recent Linux distros). As a fallback, we provide an internal copy of the pixman sources which will be used if there is no set of system pixman libraries. Compiling these will require autoconf.
    Compiling QEMU ver 0.12 or better.

(ryoon)

2013-01-23 21:10:47 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 18.0.1

(ryoon)

2013-01-23 19:32:51 UTC MAIN commitmail json YAML

2013-01-22 12:04:10 UTC MAIN commitmail json YAML

2013-01-22 11:28:11 UTC MAIN commitmail json YAML

Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.
Fix build when MAKE_JOBS is not defined.

(ryoon)

2013-01-22 11:27:23 UTC MAIN commitmail json YAML

Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.
Fix build when MAKE_JOBS is not defined.

(ryoon)

2013-01-22 11:26:02 UTC MAIN commitmail json YAML

Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.
Fix build when MAKE_JOBS is not defined.

(ryoon)

2013-01-22 11:15:28 UTC MAIN commitmail json YAML

2013-01-22 10:38:47 UTC MAIN commitmail json YAML

Add BUILDLINK_API_DEPENDS.nss for required nss version.
Thank you, Peter Bex.

(ryoon)

2013-01-20 20:11:16 UTC MAIN commitmail json YAML

Updated audio/opus-tools to 0.1.6

(ryoon)

2013-01-20 20:10:51 UTC MAIN commitmail json YAML

2013-01-20 20:05:18 UTC MAIN commitmail json YAML

Works fine on emacs24 and emacs24nox.

(ryoon)

2013-01-20 13:59:16 UTC MAIN commitmail json YAML

Note *-subversion packages.

(ryoon)

2013-01-20 13:58:27 UTC MAIN commitmail json YAML

2013-01-20 12:34:42 UTC MAIN commitmail json YAML

2013-01-20 12:31:37 UTC MAIN commitmail json YAML

Updated devel/subversion to 1.6.20
Updated devel/subversion-base to 1.6.20

(ryoon)

2013-01-20 12:30:54 UTC MAIN commitmail json YAML

2013-01-20 12:29:52 UTC MAIN commitmail json YAML

Update to 1.9.20

Changelog:
Version 1.6.20
(04 Jan 2013, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.20

User-visible changes
  - Client- and server-side bugfixes:
    * Fix typos in pt_BR, es and zh_TW translations (r1402417)

  - Server-side bugfixes:
    * add Vary: header to GET responses to improve cacheability (r1390653)
    * fix fs_fs to cleanup after failed rep transmission (r1403964, et al)
    * fix an assert with SVNAutoVersioning in mod_dav_svn (issue #4231)

Version 1.6.19
(10 Sep 2012, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.19

  - Client-side bugfixes:
    * handle missing svn:date reported by svnserve gracefully (r1306111)

  - Server-side bugfixes:
    * fix possible server hang if a hook script fails to start (r1330410)
    * fix write-through proxy commit regression introduced in 1.6.17 (r1088602)
    * partial sync drops properties when converting to adds (issue #4184)

  - Developer-visible changes:
    * fix the testsuite to avoid FAILs on APR hash order (r1230714, et al)

Version 1.6.18
(29 Mar 2012, from /branches/1.6.x)
http://svn.apache.org/repos/asf/subversion/tags/1.6.18

  User-visible changes:
    * reject invalid svn:mergeinfo at commit time over DAV (issue #3953)
    * fix reintegrate merge regression introduced in 1.6.13 (issue #3957)
    * make the stderr output of the post-commit hook XML-safe (r893478)
    * fix a rare source of FSFS corruption (r1240752)
    * plug a memory leak in the bdb backend (r1205726)
    * server-side performance fix for "log -g" (r1152282)
    * fix description of svndumpfilter's --targets option (r1151911)
    * fix datastream corruption during resumed transfer in ra_serf (r1154733)
    * fix a crash in ra_svn SASL authentication (r1166555, -678)
    * fix potential corruption on 32-bit FSFS with large files (r1230212)
    * make website links point to subversion.apache.org (r896893, -901, r915036)
    * fix non-fatal FSFS corruption bug with concurrent commits (issue #4129)

  Developer-visible changes:
    * fix sqlite distfile retrieval in get-deps.sh (r1134734)
    * fix swig-py memory leak (r1235264, -296, -302, -736)
    * allow passing --with-jdk to gen-make.py on Windows (r966167)

(ryoon)

2013-01-20 11:25:24 UTC MAIN commitmail json YAML

Ride previous update.
For PR pkg/47470.
xulrunner requires sqlite3-3.7.14.1 or greater in configure stage.

(ryoon)

2013-01-20 11:19:15 UTC MAIN commitmail json YAML

Updated devel/xulrunner to 18.0.1
Updated www/firefox to 18.0.1

(ryoon)

2013-01-20 11:17:58 UTC MAIN commitmail json YAML

Sync with xulrunner 18.0.1.

(ryoon)

2013-01-20 11:17:23 UTC MAIN commitmail json YAML

Update to 18.0.1

Changelog:
FIXED
18.0.1: Problems involving HTTP Proxy Transactions (Associated bugs)
FIXED
18.0.1: Unity player crashes on Mac OS X (bug 828954)
FIXED
18.0.1: Disabled HIDPI support on external monitors to avoid rendering glitches (bug 814434)

(ryoon)

2013-01-20 09:49:51 UTC MAIN commitmail json YAML

Updated fonts/vlgothic-ttf to 20121230

(ryoon)

2013-01-20 09:49:24 UTC MAIN commitmail json YAML

Update to 20121230

Changlog:
* Sync with M+1C,1M TESTFLIGHT054
* Add or mnodified 74 Kanji glyphs

(ryoon)

2013-01-20 09:45:56 UTC MAIN commitmail json YAML

Updated fonts/sourcecodepro-fonts to 1.017

(ryoon)

2013-01-20 09:45:25 UTC MAIN commitmail json YAML

2013-01-20 09:37:20 UTC MAIN commitmail json YAML

Add download-origin.cdn.mozilla.net to MASTER_SITE_MOZILLA*.

(ryoon)

2013-01-20 08:34:04 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.15

(ryoon)

2013-01-20 08:33:14 UTC MAIN commitmail json YAML

Update to 2.15

* Use Lightning in seamonkey tar ball, 2.0pre.

Changelog:
SeaMonkey-specific changes

    SeaMonkey can be set as default client/browser on Mac and Linux now.
    See the changes page for minor changes.

Mozilla platform changes

    The new IonMonkey compiler improves JavaScript performance.
    Preliminary support for WebRTC has been added.
    Image quality has been improved through a new HTML scaling algorithm.
    CSS3 Flexbox has been implemented.
    Support for new DOM property window.devicePixelRatio has been added.
    Support for @supports has been added (disabled for now).
    Startup time has been improved through smart handling of signed extension certificates.
    HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events
    Insecure content loading has been disabled on HTTPS pages (see bug 62178).
    Responsiveness for users on proxies has been improved.
    Fixed several stability issues.

Fixed in SeaMonkey 2.15
MFSA 2013-20 Mis-issued TURKTRUST certificates
MFSA 2013-19 Use-after-free in Javascript Proxy objects
MFSA 2013-18 Use-after-free in Vibrate
MFSA 2013-17 Use-after-free in ListenerManager
MFSA 2013-16 Use-after-free in serializeToStream
MFSA 2013-15 Privilege escalation through plugin objects
MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype
MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG
MFSA 2013-12 Buffer overflow in Javascript string concatenation
MFSA 2013-11 Address space layout leaked in XBL objects
MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy
MFSA 2013-09 Compartment mismatch with quickstubs returned values
MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection
MFSA 2013-07 Crash due to handling of SSL on threads
MFSA 2013-06 Touch events are shared across iframes
MFSA 2013-05 Use-after-free when displaying table with many columns and column groups
MFSA 2013-04 URL spoofing in addressbar during page loads
MFSA 2013-03 Buffer Overflow in Canvas
MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer
MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)

(ryoon)

2013-01-20 08:28:36 UTC MAIN commitmail json YAML

Disable flock(1)
Fix build on NetBSD 6.0.x.
It seems that flock(1) is not needed by ibus-mozc, mozc-server,
and mozc-tool.

(ryoon)

2013-01-19 09:25:25 UTC MAIN commitmail json YAML

Fix build of firefox.
Move yasm dependency to mozilla-common.mk from Makefile.

(ryoon)

2013-01-19 03:43:52 UTC MAIN commitmail json YAML

2013-01-19 03:29:22 UTC MAIN commitmail json YAML

2013-01-18 18:29:54 UTC MAIN commitmail json YAML

Add dependency to yasm on i386 and amd64 platform.
Fix build on i386 and amd64.
Thank you, wiz@.

(ryoon)

2013-01-18 11:39:47 UTC MAIN commitmail json YAML

Added inputmethod/ibus-mozc version 1.6.1187.102
Added inputmethod/mozc-tool version 1.6.1187.102
Added inputmethod/mozc-server version 1.6.1187.102

(ryoon)

2013-01-18 11:39:11 UTC MAIN commitmail json YAML

Add mozc packages.

(ryoon)

2013-01-18 11:38:40 UTC MAIN commitmail json YAML

Import mozc-server-1.6.1187.102 as inputmethod/mozc-server.

Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package is dictionary server for mozc client, such as ibuz-mozc.

(ryoon)

2013-01-18 11:38:02 UTC MAIN commitmail json YAML

Import mozc-tool-1.6.1187.102 as inputmethod/mozc-tool.

Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package is configuration tool for mozc.

(ryoon)

2013-01-18 11:36:40 UTC MAIN commitmail json YAML

Import ibus-mozc-1.6.1187.102 as inputmethod/ibus-mozc.

Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

(ryoon)

2013-01-18 11:35:17 UTC MAIN commitmail json YAML

Added devel/gyp version 0.1pre1559

(ryoon)

2013-01-18 11:33:57 UTC MAIN commitmail json YAML

2013-01-18 11:32:45 UTC MAIN commitmail json YAML

2013-01-13 12:58:16 UTC MAIN commitmail json YAML

Add uim-1.8.4.

(ryoon)

2013-01-13 04:31:17 UTC MAIN commitmail json YAML

Added net/bwping version 1.7

(ryoon)

2013-01-13 04:30:55 UTC MAIN commitmail json YAML

2013-01-13 04:29:51 UTC MAIN commitmail json YAML

Import bwping-1.7 as net/bwping.

BWPing is a tool to measure bandwidth and response times between
two hosts using Internet Control Message Protocol (ICMP) echo
request/echo reply mechanism. It does not require any special
software on the remote host. The only requirement is the ability
to respond on ICMP echo request messages.

(ryoon)

2013-01-13 04:23:46 UTC MAIN commitmail json YAML

Added textproc/uncrustify version 0.59

(ryoon)

2013-01-13 04:23:22 UTC MAIN commitmail json YAML

2013-01-13 04:22:34 UTC MAIN commitmail json YAML

Import uncrustify-0.59 as textproc/uncrustify.

Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn
and VALA.  The goals of this project are simple: Create a highly
configurable, easily modifiable source code beautifier.

(ryoon)

2013-01-13 04:17:35 UTC MAIN commitmail json YAML

Updated graphics/fotoxx to 13.01.2

(ryoon)

2013-01-13 04:17:08 UTC MAIN commitmail json YAML

Update to 13.01.2

Changelog:
2013.01.11  v.13.01.2
+ The Dutch translation was updated.
+ Bugfix: If file sync is cancelled it may be impossible to quit.

2013.01.03  v.13.01.1
+ Bugfix: The Grid Lines menu and keyboard toggle was not working.

(ryoon)

2013-01-12 20:01:16 UTC MAIN commitmail json YAML

Fix PR pkg/47425.
Oops. PKGNAME_NOREV is not suitable, use DISTNAME instead.

(ryoon)

2013-01-12 19:59:19 UTC MAIN commitmail json YAML

Fix PR pkg/47425.
ftp.NetBSD.org and its mirrors has wrong tar ball.

(ryoon)

2013-01-12 12:38:24 UTC MAIN commitmail json YAML

Updated www/py-django-mezzanine-grappelli to 0.2.11nb1

(ryoon)

2013-01-12 12:37:24 UTC MAIN commitmail json YAML

Bump PKGREVISION.
* Add missing dependencies. Thank you, joerg@.

(ryoon)

2013-01-12 12:33:11 UTC MAIN commitmail json YAML

Bump PKGREVISION.
* Add missing dependencies. Thank you, joerg@.

(ryoon)

2013-01-12 12:25:36 UTC MAIN commitmail json YAML

Updated www/py-django-appconf to 0.5nb1

(ryoon)

2013-01-12 12:25:05 UTC MAIN commitmail json YAML

Bump PKGREVISION.

* Add FETCH_USING=curl for https MASTER_SITES. Thank you, joerg@.
* Add missing dependency.

(ryoon)

2013-01-12 12:12:13 UTC MAIN commitmail json YAML

Updated www/py-bleach to 1.1.5nb1

(ryoon)

2013-01-12 12:11:40 UTC MAIN commitmail json YAML

Bump PKGREVISION.
* Add missing dependencies.
Thank you, joerg@.

(ryoon)

2013-01-12 11:58:33 UTC MAIN commitmail json YAML

Fix PLIST error.
* Convert to use egg.mk.

Thank you, joerg@.

(ryoon)

2013-01-12 11:17:14 UTC MAIN commitmail json YAML

Updated devel/jenkins to 1.480.2

(ryoon)

2013-01-12 11:16:26 UTC MAIN commitmail json YAML

Update to 1.480.2

Fix http://secunia.com/advisories/51712 .

Changelog:
What's new in 1.480.2 (2013/01/06)
    The master key that was protecting all the sensitive data in $JENKINS_HOME was vulnerable. (SECURITY-49)

(ryoon)

2013-01-12 10:49:58 UTC MAIN commitmail json YAML

Introduce DIST_SUBDIR, because we have old tar ball in ftp area already.
Thank you, wiz@.

(ryoon)

2013-01-12 10:18:12 UTC MAIN commitmail json YAML

Put CHECK_SHLIBS_SUPPORTED=no into OpenBSD condition.
Thank you, tron@.

(ryoon)

2013-01-12 09:56:08 UTC MAIN commitmail json YAML

Fix distinfo.
Upstream have replaced tar ball probably.

Thank you, is@.

(ryoon)

2013-01-11 10:38:48 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 0.72

(ryoon)

2013-01-11 10:37:58 UTC MAIN commitmail json YAML

2013-01-10 21:33:51 UTC MAIN commitmail json YAML

Added www/firefox17-l10n version 17.0.2

(ryoon)

2013-01-10 21:32:52 UTC MAIN commitmail json YAML

Add firefox17-l10n

(ryoon)

2013-01-10 21:31:43 UTC MAIN commitmail json YAML

Import firefox17-l10n-17.0.2 as www/firefox17-l10n.

This package contains language packs for www/firefox17.

(ryoon)

2013-01-10 16:21:41 UTC MAIN commitmail json YAML

Added www/firefox17 version 17.0.2

(ryoon)

2013-01-10 16:21:16 UTC MAIN commitmail json YAML

Add firefox17

(ryoon)

2013-01-10 16:20:21 UTC MAIN commitmail json YAML

Added devel/xulrunner17 version 17.0.2

(ryoon)

2013-01-10 16:20:09 UTC MAIN commitmail json YAML

Import firefox17-17.0.2 as www/firefox17.

Mozilla Firefox is a free, open-source and cross-platform web browser
for Windows, Linux, MacOS X and many other operating systems.

It is fast and easy to use, and offers many advantages over other web
browsers, such as tabbed browsing and the ability to block pop-up
windows.

Firefox also offers excellent bookmark and history management, and it
can be extended by developers using industry standards such as XML,
CSS, JavaScript, C++, etc. Many extensions are available.

This package tracks 17.0.x extended support release.

(ryoon)

2013-01-10 16:17:56 UTC MAIN commitmail json YAML

Add xulrunner17

(ryoon)

2013-01-10 16:17:11 UTC MAIN commitmail json YAML

2013-01-10 16:10:56 UTC MAIN commitmail json YAML

Updated mail/thunderbird10 to 10.0.12

(ryoon)

2013-01-10 16:09:59 UTC MAIN commitmail json YAML

Update to 10.0.12

Changelog: from http://www.mozilla.org/en-US/thunderbird/10.0.12/releasenotes/
    FIXED
    Security fixes can be found here

MFSA 2013-20 Mis-issued TURKTRUST certificates
MFSA 2013-17 Use-after-free in ListenerManager
MFSA 2013-16 Use-after-free in serializeToStream
MFSA 2013-15 Privilege escalation through plugin objects
MFSA 2013-12 Buffer overflow in Javascript string concatenation
MFSA 2013-11 Address space layout leaked in XBL objects
MFSA 2013-09 Compartment mismatch with quickstubs returned values
MFSA 2013-05 Use-after-free when displaying table with many columns and column groups
MFSA 2013-04 URL spoofing in addressbar during page loads
MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer
MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)

(ryoon)

2013-01-10 16:03:41 UTC MAIN commitmail json YAML

2013-01-10 16:03:07 UTC MAIN commitmail json YAML

Update to 10.0.12
* Sync with www/firefox10 10.0.12.

(ryoon)

2013-01-10 15:05:18 UTC MAIN commitmail json YAML

Updated www/firefox10 to 10.0.12 [is 2013-01-10]

(ryoon)

2013-01-10 15:04:01 UTC MAIN commitmail json YAML

Updated www/firefox to 18.0

(ryoon)

2013-01-10 15:03:26 UTC MAIN commitmail json YAML

Update to 18.0

Sync with devel/xulrunner 18.0.

(ryoon)

2013-01-10 15:02:35 UTC MAIN commitmail json YAML

Updated devel/xulrunner to 18.0

(ryoon)

2013-01-10 15:01:32 UTC MAIN commitmail json YAML

Update to 18.0

* Many patches are included into upstream distribution.

I have tested on NetBSD/amd64 6.99.16, I will test on other platforms later.

Changelog: from http://www.mozilla.org/en-US/firefox/18.0/releasenotes/
    NEW
    Faster JavaScript performance via IonMonkey compiler
    NEW
    Support for Retina Display on OS X 10.7 and up
    NEW
    Preliminary support for WebRTC
    CHANGED
    Experience better image quality with our new HTML scaling algorithm
    CHANGED
    Performance improvements around tab switching
    DEVELOPER
    Support for new DOM property window.devicePixelRatio
    DEVELOPER
    Improvement in startup time through smart handling of signed extension certificates
    HTML5
    Support for W3C touch events implemented, taking the place of MozTouch events
    FIXED
    Disable insecure content loading on HTTPS pages (62178)
    FIXED
    Improved responsiveness for users on proxies (769764)

(ryoon)

2013-01-10 12:32:00 UTC MAIN commitmail json YAML

2013-01-07 21:55:31 UTC MAIN commitmail json YAML

2013-01-07 21:12:15 UTC MAIN commitmail json YAML

2013-01-07 12:30:36 UTC MAIN commitmail json YAML

Add reposurgeon

(ryoon)

2013-01-07 12:13:13 UTC MAIN commitmail json YAML

Added devel/reposurgeon version 2.12

(ryoon)

2013-01-07 12:12:20 UTC MAIN commitmail json YAML

Import reposurgeon-2.12 as devel/reposurgeon.

A tool for editing version-control repository history reposurgeon
enables risky operations that version-control systems don't want
to let you do, such as editing past comments and metadata and
removing commits. It works with any version control system that
can export and import git fast-import streams, including git and
hg and bzr. It can also read Subversion dump files directly and
can thus be used to script production of very high-quality conversions
from Subversion to any supported DVCS.

(ryoon)

2013-01-07 11:54:08 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.447

(ryoon)

2013-01-07 11:53:11 UTC MAIN commitmail json YAML

Uodate to 0.447

Status:
Gothic unadjusted: Unicode 7234-9400,
Mincho unadjusted: Unicode 7234-9400

(ryoon)

2013-01-06 15:17:12 UTC MAIN commitmail json YAML

Updated games/supertuxkart to 0.8

(ryoon)

2013-01-06 15:16:21 UTC MAIN commitmail json YAML

Update to 0.8
Fix PR pkg/47393.

* Tested on OpenBSD/amd64 5.2 and NetBSD/amd64 6.99.16
  On NetBSD, you may use "--renderer 5" option.

Changelog:
SuperTuxkart 0.8
~~~~~~~~~~~~~~~~
* Story mode and new challenge set
* Improved AI
* Skidding and better collision physics
* Reverse mode
* New green valley track
* New Blackhill Mansion track
* Updated XR591 track
* Updated Fort Magma track
* Updated jungle track
* Updated menus
* New music

SuperTuxKart 0.7.3
~~~~~~~~~~~~~~~~~~
* New Zen Garden and Subsea tracks
* New Island battle arena
* New Suzanne kart
* New graphical effects
* New weapons 'Swatter' and 'Rubber Ball'
* Added Thunderbird as race referee
* 3 Strikes Battles now displays lives as spare tires
* Improved bubble gum
* See progression during Grand Prix
* Improve physics for tall karts (e.g. Adiumy)
* Lots of bug fixes
* Improved kart control at high speeds
* Better placement of rescued karts
* Transition track-making to blender 2.5/2.6

SuperTuxKart 0.7.2
~~~~~~~~~~~~~~~~~~
* Added in-game addon manager
* Fixed major memory leaks
* New Snow Peak track by Samuncle
* Improved star track UFO by Rudy
* New Beastie kart.
* Show when you get a highscore
* Improve gamepad configuration under Windows (add ability to tell gamepads apart)
* Various other tweaks done and glitches fixed

SuperTuxkart 0.7.1b
~~~~~~~~~~~~~~~~~~~
* Fix circular dependency in challenges
* Updated translations

SuperTuxKart 0.7.1
~~~~~~~~~~~~~~~~~~
* Particle  (smoke, splash, fire) and weather effects
* New Fort Magma by Samuncle, new Shiny Suburbs track by Horace
* New Beagle kart by wolterh
* Added internet news
* Support for live language switch
* Added optional minimal race UI
* Temporary invincibility after being hit
* Added support for full-screen anti-aliasing
* Clearer multiplayer setup
* Renamed many tracks to nicer names
* Basic level-of-detail (LOD) support
* Debug features for track makers
* Update to bullet 2.77
* Replace more sounds to be DFSG-compliant
* Fixed character names that contain non-ASCII characters
* Full RTL (right to left) support
* Various other tweaks done and glitches fixed

SuperTuxKart 0.7 (December 2010)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Too many to list them all. Main points:
* Irrlicht:
  - Ported from plib to irrlicht
  - Added animations to karts and some tracks
* GUI
  - Completely new designed GUI
* Other improvements
  - Allowed alternative ways/shortcuts in tracks
  - New item 'switch'
* New art:
  - New tracks farm, hacienda, scotland, secret garden

(ryoon)

2013-01-06 07:14:08 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.9nb1

(ryoon)

2013-01-06 07:13:15 UTC MAIN commitmail json YAML

Bump PKGREVISION.

Fix build on OpenBSD/amd64 5.2.

* buildlink to devel/zlib
* On OpenBSD, add -lz to LDFLAGS

(ryoon)

2013-01-06 03:55:51 UTC MAIN commitmail json YAML

Fix build on OpenBSD/amd64 5.2.
* librt should not be linked.

(ryoon)

2013-01-06 03:32:34 UTC MAIN commitmail json YAML

Fix build on OpenBSD/amd64 5.2.

(ryoon)

2013-01-06 03:21:47 UTC MAIN commitmail json YAML

2013-01-06 00:59:47 UTC MAIN commitmail json YAML

Fix build on OpenBSD/amd64 5.2.
The patches are taken from OpenBSD ports repository.

* Disable joystick on OpenBSD/!i386
* Use sndio on OpenBSD

(ryoon)

2013-01-05 20:16:49 UTC MAIN commitmail json YAML

2013-01-05 19:04:00 UTC MAIN commitmail json YAML

Updated devel/nss to 3.14.1

(ryoon)

2013-01-05 19:02:46 UTC MAIN commitmail json YAML

2013-01-05 10:37:57 UTC MAIN commitmail json YAML

2013-01-04 17:18:12 UTC MAIN commitmail json YAML

Bump PKGREVISION for previous commit.

(ryoon)

2013-01-04 17:16:54 UTC MAIN commitmail json YAML

2013-01-03 15:51:11 UTC MAIN commitmail json YAML

Added net/py-smb version 1.1.2

(ryoon)

2013-01-03 15:50:48 UTC MAIN commitmail json YAML

2013-01-03 15:49:41 UTC MAIN commitmail json YAML

Import py27-smb-1.1.2 as net/py-smb.

pysmb is an experimental SMB/CIFS library written in Python. It
implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which
allows your Python application to access and transfer files to/from
SMB/CIFS shared folders like your Windows file sharing and Samba
folders.

(ryoon)

2013-01-03 15:45:19 UTC MAIN commitmail json YAML

2013-01-03 15:44:19 UTC MAIN commitmail json YAML

2013-01-03 15:38:19 UTC MAIN commitmail json YAML

Updated shells/zsh to 5.0.2

(ryoon)

2013-01-03 15:37:24 UTC MAIN commitmail json YAML

Update to 5.0.2

Changelog:
Changes since 5.0.0
-------------------

Numeric constants encountered in mathematical expressions (but not other
contexts) can contain underscores as separators that will be ignored on
evaluation, as allowed in other scripting languages.  For example,
0xFFFF_FFFF, or 3.141_592_654.

"functions -T" turns on tracing for the specified function(s) only,
similar to "functions -t" except that tracing is turned off for any
functions called from the specified one(s) that don't also have the -t
or -T flag.

In file completion, the recursive-files style can be set to an array of
patterns to match against "$PWD/".  In any matched location, it is
possibly to complete files in arbitrarily deep subdirectories without
needing to type the directory prefix.  See example in the zshcompsys
manual.

The _user_expand completer now allows expansion functions in the
user-expand files to return a string in REPLY that will be used to name
the set of expansions returned.

(ryoon)

2013-01-03 15:33:57 UTC MAIN commitmail json YAML

Added www/py-django-appconf version 0.5

(ryoon)

2013-01-03 15:32:50 UTC MAIN commitmail json YAML

Add py-django-appconf

(ryoon)

2013-01-03 15:31:50 UTC MAIN commitmail json YAML

Import py27-django-appconf-0.5 as www/py-django-appconf.

A helper class for handling configuration defaults of packaged
Django apps gracefully.

(ryoon)

2013-01-03 15:31:08 UTC MAIN commitmail json YAML

2013-01-03 14:30:46 UTC MAIN commitmail json YAML

Added www/py-mezzanine version 1.2.4

(ryoon)

2013-01-03 14:30:12 UTC MAIN commitmail json YAML

Add py-mezzanine

(ryoon)

2013-01-03 14:29:29 UTC MAIN commitmail json YAML

Import py27-mezzanine-1.2.4 as www/py-mezzanine.

Mezzanine is a powerful, consistent, and flexible content management
platform. Built using the Django framework.

(ryoon)

2013-01-03 14:24:24 UTC MAIN commitmail json YAML

Added devel/py-pep8 version 1.3.4

(ryoon)

2013-01-03 14:23:47 UTC MAIN commitmail json YAML

2013-01-03 14:19:01 UTC MAIN commitmail json YAML

Import py27-pep8-1.3.4 as devel/py-pep8 from wip/py-pep8

pep8 is a tool to check your Python code against some of
the style conventions in PEP 8

(ryoon)

2013-01-03 14:16:40 UTC MAIN commitmail json YAML

Added devel/py-flakes version 0.5.0nb1

(ryoon)

2013-01-03 14:16:04 UTC MAIN commitmail json YAML

2013-01-03 14:15:32 UTC MAIN commitmail json YAML

Import py27-flakes-0.5.0nb1 as devel/py-flakes from wip/py-flakes

Pyflakes is similar to PyChecker in scope, but differs in that it does
not execute the modules to check them. This is both safer and faster,
although it does not perform as many checks. Unlike PyLint, Pyflakes
checks only for logical errors in programs; it does not perform any
checks on style

(ryoon)

2013-01-03 14:12:01 UTC MAIN commitmail json YAML

Added www/py-django-mezzanine-filebrowser version 0.2.13

(ryoon)

2013-01-03 14:11:35 UTC MAIN commitmail json YAML

Add py-django-mezzanine-filebrowser

(ryoon)

2013-01-03 14:10:45 UTC MAIN commitmail json YAML

Import py27-django-mezzanine-filebrowser-0.2.13 as www/py-django-mezzanine-filebrowser.

grappelli_safe was created to provide a snapshot of the Grappelli
admin skin for Django, to be referenced as a dependency for the
Mezzanine CMS for Django.

(ryoon)

2013-01-03 14:09:44 UTC MAIN commitmail json YAML

Added www/py-django-mezzanine-grappelli version 0.2.11

(ryoon)

2013-01-03 14:09:14 UTC MAIN commitmail json YAML

py-django-mezzanine-grappelli

(ryoon)

2013-01-03 14:08:18 UTC MAIN commitmail json YAML

Import py27-django-mezzanine-grappelli-0.2.11 as www/py-django-mezzanine-grappelli.

Snapshot of the Grappelli admin skin for Django.

(ryoon)

2013-01-03 14:06:24 UTC MAIN commitmail json YAML

Added www/py-bleach version 1.1.5

(ryoon)

2013-01-03 14:05:40 UTC MAIN commitmail json YAML

Add py-bleach

(ryoon)

2013-01-03 14:04:46 UTC MAIN commitmail json YAML

Import py27-bleach-1.1.5 as www/py-bleach.

Bleach is an HTML sanitizing library that escapes or strips markup
and attributes based on a white list. Bleach can also linkify text
safely, applying filters that Django's ``urlize`` filter cannot,
and optionally setting ``rel`` attributes, even on links already
in the text.

(ryoon)

2013-01-03 14:01:51 UTC MAIN commitmail json YAML

Added www/php-tt-rss version 1.6.2

(ryoon)

2013-01-03 14:00:27 UTC MAIN commitmail json YAML

Add php-tt-rss

(ryoon)

2013-01-03 13:59:44 UTC MAIN commitmail json YAML

Import php54-tt-rss-1.6.2 as www/php-tt-rss.

Tiny Tiny RSS is an open source web-based news feed (RSS/Atom)
reader and aggregator, designed to allow you to read news from any
location, while feeling as close to a real desktop application as
possible.

(ryoon)

2013-01-03 13:56:39 UTC MAIN commitmail json YAML

Updated www/jetty7 to 7.6.8.20121106

(ryoon)

2013-01-03 13:56:14 UTC MAIN commitmail json YAML