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 (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 23:57:52 UTC Now

2013-06-15 19:54:37 UTC MAIN commitmail json YAML

+ ruby-gnome-webkit-gtk
+ ruby-gnome-webkit-gtk2

(joerg)

2013-06-15 19:53:14 UTC MAIN commitmail json YAML

2013-06-15 19:19:25 UTC MAIN commitmail json YAML

Missed some PLIST changes in the previous commit

(pettai)

2013-06-15 19:18:26 UTC MAIN commitmail json YAML

2013-06-15 19:18:00 UTC MAIN commitmail json YAML

- Updated package to latest version, 2.0.4. Changes include:

2012-12-02: Added new functions

              * sleep
              * clear_bindings

            Really old operating system distributions may have had problems
            linking these functions, but it seems that reasonably recent
            ones support them.

2012-11-19: Added missing .mldylib file for shared library support.

(jaapb)

2013-06-15 19:06:31 UTC MAIN commitmail json YAML

Do not switch Fortran compiler depending on the language requirement of
the package. For f2c, all Fortran 95+ programs are broken and it is
generally not possible to mix output from different Fortran compilers.
Default to g95 for now as fallback compiler.

(joerg)

2013-06-15 19:04:00 UTC MAIN commitmail json YAML

Updated mail/opendkim to 2.8.3

(pettai)

2013-06-15 19:03:31 UTC MAIN commitmail json YAML

2.8.3          2013/05/04
        Log something when refusing to sign because the private key was too
                small.  This also adds a new "On-SignatureError" handler
                setting, and a new status code DKIM_STAT_SIGGEN.
        Fix application of "On-InternalError" setting.
        Feature request #SF3609496: Don't apply reputation checks to internal
                clients.

2.8.2          2013/03/27
        Authentication-Results tokens should be checked without case
                sensitivity.
        Fix snprintf() arguments in dkimf_checkfsnode().
        CONTRIB: Patch #SF3608716: Fixes to spec/opendkim.spec.in

2.8.1          2013/03/19
        Fix bug #SF3607071: Report the reason why a key file is determined
                to be unsafe.
        Fix bug #SF3607072: When checking for key file safety, take any
                "-u" value provided on the command line into account.
        Fix bug #SF3608401: Solaris 10 doesn't have strsep().
        BUILD: Fix build for versions of libdb between 3.1 and 4.6.

2.8.0          2013/02/25
        Feature request #SF2964383: Add DKIM_LIBFLAGS_STRICTRESIGN, which
                inhibits signing of a handle tagged for resigning when the
                attached verifying handle had no valid signatures in it.
        Feature request #SF3155117: Do a more thorough check for writeable
                key files, checking more of the filesystem permission tree.
        Feature request #SF3530734: Add "LDAPDisableCache", which suppresses
                the creation of a local cache in front of LDAP queries.
        Feature request #SF3547359: If compiled with libcurl, add "SMTPURI"
                configuration option that allows direct SMTP transmission
                failure reports.
        Feature request #SF3578197: Allow per-message override of the list of
                header fields to be signed.
        Feature request #SF3590860: Combine collected reputation values into
                an overall allowed rate under _FFR_REPRRD, as is done for the
                other reputation code.
        Feature request #SF3598991: Add odkim.signfor() function to the Lua
                setup script.
        Feature request #SF3599409: Modify dkimf_checkip() to try surrounding
                the IP address part of every query with square brackets, which
                is a common way to do IP address literals in email contexts.
        Fix bug #SF3531477: Add (hopefully temporary) configuration option
                "DisableCryptoInit" so that opendkim's initialization of the
                crypto library doesn't conflict with the same work done by
                other libraries.
        Fix bug #SF3599901: Rename "InsecureKey" to "UnprotectedKey" and
                "InsecurePolicy" to "UnprotectedPolicy", as the term "insecure"
                in reference to a key is sometimes interpreted to mean "not
                enough random bits" rather than as a keyword describing the
                presence or absence of DNSSEC protection.  What's logged in
                Authentication-Results header fields has been similarly
                modified.
        Fix bug #SF3604525: Don't divide by zero when the query cache hasn't
                been used.
        Protect against handling of signatures with empty domains, which could
                cause a NULL dereference and a crash.
        Do ATPS checks when enabled even if ADSP is disabled.
        Don't fail to start on empty or null configuration files.
        Patch #SF3593422: Update for MDB 0.9.5 support.
        LIBOPENDKIM: Fix header canonicalization when DKIM_LIBFLAG_FIXCRLF is
                used in combination with dkim_chunk().
        LIBOPENDKIM: Enable dkim_getcachestats() and the underlying function
                to extract the current number of keys in the cache, and also
                provide a counter reset mechanism.
        BUILD: Feature request #SF3547151: Check for Lua package name variants
                in use on Debian.
        BUILD: Feature request #SF3599902: Change OpenSSL existence test
                to help with Debian packaging.
        BUILD: Add "--with-test-socket" to force all of the filter unit tests
                to use a specific socket.
        BUILD: Add checks for strlcat()/strlcpy() in libbsd.
        CONTRIB: Fix bug #SF3575666: Pass pid file path to killproc.
        CONTRIB: Add systemd directory.
        CONTRIB: Split out initial key generation function from
                contrib/init/redhat/opendkim.
        MILTERTEST: Don't crash in mt_connect() if the socketspec doesn't
                contain a colon.
        MILTERTEST: When connect() fails for an AF_INET socket, it apparently
                leaves the socket unusable.  Discard the socket when that
                happens and get a new one.
        MILTERTEST: Add a way to extend the mt.connect() retry interval via
                environment variables so a large test suite can be easily
                extended on slow systems.
        TOOLS: Register DNS functions before calling dkim_dns_init() in
                opendkim-testkey.
        TOOLS: Add "-K" (keep temporary files) flag for opendkim-testmsg

(pettai)

2013-06-15 17:17:58 UTC MAIN commitmail json YAML

Updated mail/mimedefang to 2.74

(pettai)

2013-06-15 17:17:31 UTC MAIN commitmail json YAML

Here are the most important changes in MIMEDefang 2.74:

* A new action_add_entity function has been added.
* Deprecated defined(@array) construct has been removed.
* New load1 md-mx-ctrl command summarizes load in a more useful format than load
* watch-multiple-mimedefangs.tcl has been overhauled.
* Various other bugfixes and documentation cleanups.

(pettai)

2013-06-15 16:53:04 UTC MAIN commitmail json YAML

Updated security/validns to 0.7

(pettai)

2013-06-15 16:51:29 UTC MAIN commitmail json YAML

validns 0.7
        Support for KX, DLV, DHCID, NAPTR records.
        Support for X25, ISDN, RT, PX records.
        Support for MB, MG, MR, MINFO, AFSDB records.
        NSEC chain validation fix.
        Do not allow LP point to itself.
        Miscellaneous performance improvements.
        Miscellaneous portability fixes.
        Miscellaneous bug fixes.

(pettai)

2013-06-15 16:43:32 UTC MAIN commitmail json YAML

Updated security/opendnssec to 1.3.14

(pettai)

2013-06-15 16:42:48 UTC MAIN commitmail json YAML

OpenDNSSEC 1.3.14 - 2013-05-16

* OPENDNSSEC-367: ods-ksmutil: Require user confirmation if the algorithm for
  a key is changed in a policy (as this rollover is not handled cleanly)
* OPENDNSSEC-91: Make the keytype flag required when rolling keys
* OPENDNSSEC-403: Signer Engine: new command 'ods-signer locks' that shows
  locking information (for debugging purposes).

Bugfixes:
* OPENDNSSEC-247: Signer Engine: TTL on NSEC3 was not updated on SOA
  Minimum change.
* OPENDNSSEC-396: Use TTLs from kasp when generating DNSKEY and DS records for
  output.
* OPENDNSSEC-398: The ods-ksmutil key rollover command does not work correctly
  when rolling all keys using the --policy option
* SUPPORT-40: Signer Engine: Keep occluded data in signed zone files/transfers.

(pettai)

2013-06-15 16:09:28 UTC MAIN commitmail json YAML

- roundcube-0.9.1.

(taca)

2013-06-15 16:09:08 UTC MAIN commitmail json YAML

Note update of mail/roundcube package to 0.9.1.

(taca)

2013-06-15 16:08:09 UTC MAIN commitmail json YAML

Update roundcube to 0.9.1.
Changes are too any to write here and please refer CHANGELOG.

pkgsrc changes:
* Add note to enable access_compat_module Apache 2.3 or later.
* Make php-mcrypt mandatory.
* Clean up PKG_OPTIONS.
* Add several patches from official repository.

(taca)

2013-06-15 16:03:20 UTC pkgsrc-2013Q1 commitmail json YAML

Pullup tickets #4160 and #4161.

(tron)

2013-06-15 16:02:58 UTC pkgsrc-2013Q1 commitmail json YAML

Pullup ticket #4161 - requested by obache
multimedia/adobe-flash-plugin10.1: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin10.1/Makefile                    1.29
- multimedia/adobe-flash-plugin10.1/distinfo                    1.20

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Fri Jun 14 08:22:13 UTC 2013

  Modified Files:
  pkgsrc/multimedia/adobe-flash-plugin10.1: Makefile distinfo

  Log Message:
  Update adobe-flash-plugin10.1 to 10.3.183.90 for APSB13-16

(tron)

2013-06-15 16:00:31 UTC pkgsrc-2013Q1 commitmail json YAML

Pullup ticket #4160 - requested by take
multimedia/adobe-flash-plugin11: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin11/Makefile                      1.17
- multimedia/adobe-flash-plugin11/distinfo                      1.16

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Fri Jun 14 08:20:57 UTC 2013

  Modified Files:
  pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo

  Log Message:
  Update adobe-flash-plugin11 to 11.2.202.291 for APSB13-16

(tron)

2013-06-15 15:20:35 UTC MAIN commitmail json YAML

Update following two:
o xf86-video-voodoo-1.2.5 [wip]
o xf86-video-modesetting-0.7.0 [wip]

(mef)

2013-06-15 15:05:03 UTC MAIN commitmail json YAML

Updated sysutils/salt to 0.15.3

(imil)

2013-06-15 15:04:39 UTC MAIN commitmail json YAML

2013-06-15 13:53:49 UTC MAIN commitmail json YAML

Use MASTER_SITE_GNU instead of ftp.gnu.org.

(ryoon)

2013-06-15 12:57:13 UTC MAIN commitmail json YAML

Updated comms/deforaos-phone to 0.3.12

(khorben)

2013-06-15 12:56:27 UTC MAIN commitmail json YAML

Packaged DeforaOS Phone 0.3.12, with:
- improvements to the user interface
- better phone log support
- support for changing the SIM PIN code (via the new "password" plug-in)
- optional "pulseaudio" plug-in (instead of builtin to the "profiles" plug-in)
- fixes to the "video" plug-in
- new manual pages
- more portable Makefiles

(khorben)

2013-06-15 12:48:26 UTC MAIN commitmail json YAML

Updated x11/deforaos-panel to 0.2.18

(khorben)

2013-06-15 12:47:46 UTC MAIN commitmail json YAML

Packaged DeforaOS Panel 0.2.18, with:
- new "player" applet
- more portable Makefiles
- improved XDG support
- fixes to the notification helper

(khorben)

2013-06-15 12:43:05 UTC MAIN commitmail json YAML

Updated multimedia/deforaos-player to 0.1.6

(khorben)

2013-06-15 12:42:12 UTC MAIN commitmail json YAML

2013-06-15 12:34:27 UTC MAIN commitmail json YAML

Updated sysutils/deforaos-browser to 0.4.12

(khorben)

2013-06-15 12:33:38 UTC MAIN commitmail json YAML

Packaged DeforaOS Browser 0.4.12, with:
- improved "cvs", "subversion" and "git" plug-ins
- new "make" plug-in
- more portable Makefiles
- improvements to the user interface

(khorben)

2013-06-15 12:27:47 UTC MAIN commitmail json YAML

2013-06-15 12:25:23 UTC MAIN commitmail json YAML

2013-06-15 12:23:41 UTC MAIN commitmail json YAML

2013-06-15 12:22:22 UTC MAIN commitmail json YAML

Updated x11/deforaos-libdesktop to 0.0.10

(khorben)

2013-06-15 12:21:04 UTC MAIN commitmail json YAML

Packaged DeforaOS libDesktop 0.0.10, with:
- API update for the inter-process notification framework (fixes bugs)
- more portable Makefiles

(khorben)

2013-06-15 09:46:01 UTC MAIN commitmail json YAML

Add openjdk7 support for SunOS-5.11-*, make it the default for i386.

(jperkin)

2013-06-15 09:42:38 UTC MAIN commitmail json YAML

Updated ruby-gnome2 packages to 2.0.2

(obache)

2013-06-15 09:39:34 UTC MAIN commitmail json YAML

Update ruby-gnome2 to 2.0.2.
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages)

== Ruby-GNOME2 2.0.2: 2013-05-26

Windows XP re-supportted release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * Added rbgutil_key_equal() convenient function.
      It is used for comparing key that may be String or Symbol.

==== Ruby/Pango

  * Improvements
    * [windows] Forced to disable uniscribe backend of HarfBuzz.
      [ruby-list:49412] [Reported by Masafumi Yokoyama]
    * Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap
      because they may cause crash on OS X.
      [shocker-ja:1119] [Reported by znz]
    * Updated samples.
      [GitHub#164] [Patch by Kentaro Fukuchi]
  * Fixes
    * Fixed wrong index access in Pango::GlyphString#glyphs.
      [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi]

=== Thanks

  * Kentaro Fukuchi
  * Masafumi Yokoyama
  * znz

== Ruby-GNOME2 2.0.1: 2013-05-25

Ruby 1.8 support is dropped release!

=== Changes

==== All

  * Improvements
    * Dropped Ruby 1.8 support.
    * Updated bundled binaries versions for Windows.

==== Ruby/Pango

  * Improvements
    * Added Pango::CairoFontMap.set_default.
    * Enabled fontconfig font on Windows.
    * Defined Pango::CairoFcFontMap on init if it is available.
    * Defined Pango::CairoWin32FontMap on init if it is available.

==== Ruby/GTK3

  * Improvements
    * Added Gtk::Image#set_from_icon_set.
      [GitHub#150] [Patch by Detlef Reichl]
    * Added Gtk::Image#set_from_stock.
      [GitHub#150] [Patch by Detlef Reichl]
    * Added Gtk::Image#set_from_gicon.
      [GitHub#150] [Patch by Detlef Reichl]
    * Updated samples.
      [GitHUb#151] [Patch by Detlef Reichl]
  * Fixes
    * Fixed a GC related crash bug.
      [ruby-gnome2-devel-en] [Reported by Detlef Reichl]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported ownership transfer for some input argument types.
      (Struct and Object)
    * Supported "(out caller-allocates)" for boxed object.
      [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi]
    * Supported gpointer in/out.
      [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
  * Fixes
    * Fixed missing argument.
      [GitHub#154] [Reported by Masafumi Yokoyama]

==== RubyGStreamer

  * Improvements
    * Supported methods that call callback
      [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
    * Updated samples.
      [GitHub#156][GitHub#159][GitHub#160][GitHub#161]
      [Patch by NAKAJIMA Takashi]
    * Supported Gst::Bus#set_handler.
      [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
    * Supported Gst::Controller
      [ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi]
    * Stopped to require Gst.init.
  * Fixes
    * Fixed out of index access bug.

==== Ruby/GooCanvas

  * Improvements
    * Migrated to Ruby/GObjectIntrospection based bindings.
    * Stopped to require Goo.init.
  * Fixes
    * Updated samples.
      [GitHub#152][GitHub#153][GitHub#155][GitHub#157]
      [Patch by Masafumi Yokoyama]

==== Ruby/Clutter

  * Improvements
    * Stopped to require Clutter.init.
  * Fixes
    * Fixed broken samples.
      [ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi]

==== Ruby/ClutterGtk

  * Improvements
    * Stopped to require ClutterGtk.init.

==== Ruby/ClutterGStreamer

  * Added.

==== Ruby/WebKitGtk

  * Improvements
    * Stopped to require WebKitGtk.init.

==== Ruby/WebKitGtk2

  * Improvements
    * Stopped to require WebKitGtk2.init.

=== Thanks

  * Detlef Reichl
  * NAKAJIMA Takashi
  * Masafumi Yokoyama
  * Kentaro Fukuchi

(obache)

2013-06-15 09:31:06 UTC MAIN commitmail json YAML

2013-06-15 09:11:27 UTC MAIN commitmail json YAML

Add RUBY_SETUP_SUBDIRS support.

(obache)

2013-06-15 06:58:53 UTC MAIN commitmail json YAML

Updated x11/wxGTK28 to 2.8.12nb1

(ryoon)

2013-06-15 06:57:55 UTC MAIN commitmail json YAML

Bump PKGREVISION.

* Remove absolete patches for security bug.
  Noticed by wiz@. Thank you.

(ryoon)

2013-06-15 06:09:48 UTC MAIN commitmail json YAML

Updated mail/mailagent to 3.0.73nb4

(obache)

2013-06-15 06:09:37 UTC MAIN commitmail json YAML

2013-06-15 05:47:12 UTC MAIN commitmail json YAML

2013-06-15 05:14:45 UTC MAIN commitmail json YAML

Updated graphics/ruby-rcairo to 1.12.6

(obache)

2013-06-15 05:14:33 UTC MAIN commitmail json YAML

Update ruby-rcairo to 1.12.6.

Release 1.12.6 (2013-05-24) Kouhei Sutou <kou@cozmixng.org>
===========================================================

Improvements
------------

  * Supported Windows XP again.
    [ruby-list:49392][Reported by 5.5]
    [ruby-list:49401][Researched by myokoym]

Thanks
------

  * 5.5
  * myokoym

Release 1.12.5 (2013-05-18) Kouhei Sutou <kou@cozmixng.org>
===========================================================

Improvements
------------

  * Updated bundled cairo binary for Windows to 1.12.14.

(obache)

2013-06-15 04:59:27 UTC MAIN commitmail json YAML

Updated security/ruby-twitter_oauth to 0.4.93

(obache)

2013-06-15 04:59:16 UTC MAIN commitmail json YAML

Update ruby-twitter_oauth to 0.4.93

notable changes:
* updated readme
* get `info' method back in place

(obache)

2013-06-15 02:34:43 UTC MAIN commitmail json YAML

Updated net/amule to 2.3.1

(ryoon)

2013-06-15 02:34:19 UTC MAIN commitmail json YAML

Update to 2.3.1

Changelog:

Version 2.3.1 - The "unobvious evil date" version.
----------
2011-11-11

btkaos:
* Show if a client shares its file list in client view

freddy77:
* Various optimizations of memory usage
* Access files for reading/writing via mapped memory
  (with custom exception handling)
* Fix download of files > 1GB on ucLibc
* Fix autogen.sh under Ubuntu
* Fixed TCP obfuscation negotiation

Gnucco:
* Add option to ed2k link parser to display links in
  emulecollection
* Added test case for the CTag class

GonoszTopi:
* Various fixes to new colour code
* Allow user to select display of transfer rates
* Extendable list-control settings save/load code
* Drop assumption that last search keyword is a filename
  extension if length == 3
* Instead of counting unicode characters in a Kad search now we
  use the UTF-8 byte count to determine whether the keyword is
  allowed or not
* Use actual page size in mmap calls instead of a randomly
  selected number
* Fix custom Crypto++ path not shown by configure
* Make <IMG> tags in aMuleWeb HTML 4.01 conforming
* Fix HTTP proxy authentication
* Use -static for the tests too, when a static binary is
  requested to prevent configure succeed where compilation
  would fail
* Configure now checks only for the tools and libraries needed
  for the selected components
* Fix aMuleGUI looking for undefined switches
* Fix the "blinking" in aMuleGUI's status line
* Better reporting of Kad tag reading/parsing errors
* Fix the unittests
* Some code reorganization
* Features/fixes ported from eMule:
- Implement an alternate method to estimate the real
  user count in the Kad network, which is not based on
  our local routing table (0.49b)
- Add double quote to word-boundary characters (0.50a)
- Drop support for Kad 1.0 (0.50a)
- Try to find the closest node alive (0.50a)
- Fix a bug in Kad which would not enforce the search
  tolerance in certain cases (0.50a)
- Change Kad to work better in small LANs (0.50a)
* Remove the unimplemented "Create backup for preview" option
* Add variables to preview command like in user event commands
* Disable 'Show all comments' in the file's context menu if
  there are no comments/ratings available
* Enable renaming (completed) shared files
* Proper handling of %-escaped UTF-8 sequences in ed2k:// URIs
* Drop support for nodes.dat version 0
* Fix issue #1621: 'ed2k links containing unicode characters will
  cause the filename to be truncated'
* Fix issue #1634: Change charset to UTF-8 in amuleweb template
* Fix installation with denoiser enabled
* Add support for automake's --enable-silent-rules feature
  (original idea by Gerd78)
* Improved CFormat and enabled reordering of arguments for
  translators
* Several fixes and improvements for the sanity checker script
* Fix bfd detection
* Add year bumper script
* Move statistics from config to statistics.dat
* New preference setting to show application version on the title
* Fix man page installation for several languages

Greek:
* Part number is now an extra column in the download list
* Improvements to preferences dialogs
* Redesign skin selection

Grunt:
* Sort downloads by time remaining now has shortest time on top and unknown on bottom

jolz:
* Fixed file locking between ed2k and aMule on Windows

Kry:
* Reworked user interface, separating download and upload views
* Fix list double-buffering causing artifacts on refresh and when
  showing a context menu.
* Fix indexes after removing GUI items
* Fixes to Windows build
* Allow compilation with wxCocoa
* Replace Color.h by new class implementation MuleColour
* Lower class overhead and use two-level cache for pens/brushes
* Added aMuleCMD project for MSVC.
* Fixed UnitTests and aMuleCMD in MSVC to use _CONSOLE subsystem.
* Preferences changes
* Fixed problem with uploading to lowid clients (szsuj)
* Sorting lists (automatically or by user interaction) doesn't clear selection anymore
* Fix client version display for MLdonkeys
* Added Xcode project for MacOSX build
* Fixed the centering of icons and text
* Enable vertical toolbar orientation on WIN32 too
* Option to resume next file alphabetically, keeping in mind categories and priority
* Fixed crash when column gets removed
* Show remote filename in source list
* Fixed crash in upload thread on shutdown
* Dynamic adjustment of threshold for rarity of download files
* Option to prevent the computer from sleeping while downloading in MSW and MacOSX >= 10.5
* Mac fixes
* Fixed "out of memory" crashes caused by wxWidgets - so wxWidgets 2.8.12 is required now!
* Show warning dialog if "Change language" is selected and no languages are installed
* Added backtrace support for MacOSX
* Add locale support in the mac bundle with updated scripts
  (translations are now supported on MacOSX builds)

lfroen:
* php prefix for lex/yacc

LittleAbacus:
* Search results can now be sorted by "knownness" state.

marcell:
* Fixed issue #892: Show data sizes >= 1.0 GB with three digits.
* Fixed search 'Stop' button not stopping Kad searches.
* Check Kademlia search results against original criteria.
* Allow Kademlia searches with repetitive keywords.
* Allow adding current chat partner to friend list from tab's context menu.
* Allow not downloading files via HTTP if the requested file is not newer.
* Removed white boxes around file rating icons
* Implemented public shared directory names only containing actually shared subfolders.

morph:
* Patch to uniform and fix minor errors on man pages

myth:
* Feedback from shared files - add number of clients on queue.
* New stats server

Phoenix:
* Fixed assertion when trying to preview files smaller than
256 K.

Skolnick:
* Fixed autogen.sh for Bourne Shell

Stu Redman:
* Sort source list on opening and add file name to A4AF files
* MSVC: optional GeoIP support
* Faster progress bars with less overhead (without pens/brushes)
* Show log messages in remote gui
* More info in the Kad tab
* Improved gaplist performance
* Ported chat captchas (receive and send)
  and "Advanced Chat Spam Filter" from eMule
* Allow download of multiple search results if search list
  is sorted by status (thanks to DarkNRG)
* Fixed CFile::SetLength for large files
* Reduce file handle usage by closing part files after idle time
* Speed up selection of shared directories with many subdirectories,
  fixed red marking of folders with shared subdirectories
* Ban clients that uploaded bad data (based on CorruptionBlackBox from eMule)
* Support wxWidgets 2.9
* amuled for Windows (with wx 2.9)
* Friends get recognized in the friend list control even if their IP has changed
* Don't kick friend upload, don't kick release prio uploads (unless they take more
  than half of the slots), and don't kick anybody else unless necessary (with GonoszTopi)
* Fixed crash in remote gui when aMule exits
* Added more media file types from eMule
* Allow the user to cancel the app if Temp/Incoming is not found
* Show downloads as shares in remote gui
* MANY fixes/implementations for amulegui
* amuleweb for Windows (with wx 2.9)
* Show connected friends in blue in the friend list
* Show total upload/download ratio in statistic tree
* Fixed category administration in remote gui
* Implement directory preferences in remote gui
* MSVC build for alcc, wxCas
* Fixed errors and crashes on parsing ED2K links with '/' in them
* Configure option --enable-fileview
* Bypass amulegui connection dialog with switch -s / --skip
* Fixed Core Timer
* Allow passing of ED2K links by command line to aMule, aMuled and aMulegui, making ed2k program obsolete
* Don't ignore current category in amulegui when pasting a link
* EC tools (amulegui, amulecmd, amuleweb) can use a local config dir now
* Fixed crash in file system detection in Solaris
* Fix: window size/position didn't get saved on some systems
* More command line options for aMulegui
* Allow webserver autostart on Windows
* Fixed crash in "Out of space" user event handler
* ALCC prints links to stdout now instead of stderr
* Fixed memory exhaustion on high speed uploads
  Thanks to RRM for endless patience!
* Fix: Language English was not recognized and so reverted to "System default" at any change
* Fixed printf output (unicode2char()) on consoles incapable of UTF8
* Keep a list of all canceled files (canceled.met) and show them in magenta in the search list
* Update status/color of search results on events from outside the search window
  (like download started from EC) and in amulegui
* Enable update of IP filter list through aMulegui and aMulecmd
* Enable setting of "Check for new version on startup" through aMulegui
* Fixed crash in CClientList::ProcessDirectCallbackList that had been around for ages (hopefully)
* Fixed size of large files in aMuleweb's search results
* Show completed downloads in aMulegui
* Fixed international file names on Windows
* Fixed hangup of EC connection in aMulegui
* Fixed category deletion in aMuled
* Fixed several crash bugs in Webserver
* Improved memory usage, load time and speed of IP filter
* Load IP filter in the background on startup
* Show when a Kad search is finished in aMulegui (remove '!')
* Fixed "pause/cancel/resume all" in aMulecmd
* EC ZLIB compression can now be turned off in remote.conf with EC/ZLIB=0
* Terminate HTTP downloads on exit
* Projects for Visual Studio 2010
* Fixed crash in http download
* Speed boost for reload of shared files with large list of known files
* Resolve MSVC compilation problem with separate strings in GUI
* Fixed splitter bars in download and share view
* Allowed creation of ED2K source links in KAD-only mode
* Make friendlist in chat window resizable
* Removed lag (caused by language pref) when opening preferences dialog
* "Swap all A4AF to this (auto)" doesn't block sources with no needed parts any more
* Don't lock up in an infinite loop if all servers are not resolvable or blocked by IP filter
* Clients now always get uploaded a full chunk (removed setting)
* Tell the user that changes of EC settings require a restart
* Deleted and readded download now get shared
* Speed improvement for upload queue, and clients never have same rank anymore
* Fixed ed2k links where '|' has been replaced with '%7C'
* Fixed multi line stdin redirected as batch into amulecmd
* Allow enable/disable of IP2Country through GUI
* "Clear completed" button now only clears downloads in current category
* Completed downloads can be seen and cleared in amulegui
* Bold lines in log window now for Windows too
* Allow setting of friend slot from client list control
* Fixed saving of splitter bar positions
* Get rid of "clearlooks_style_draw_box_gap" messages in console
* Fixed several crash bugs caused by deleted client objects
* Fix a small memory leak in Kademlia code
* Fix occasionally sending junk at end of packets
* Fix child items in search result getting inserted in wrong positions
* Shared files don't lose all information when they get renamed
* Fixed crash bug with sources which are incompatible with our encryption setting
* Allow passing of links > 256 chars to amulecmd
* Prevent flicker when sorting already sorted lists
* Prevent creation of more than 99 categories, since that's the limit
* Fixed saving of sort orders
* Allow switching through files in file detail dialog
* Improve performance when many small files are hashed
* Fix: if a file had more than two copies shared it was hashed on every startup
* Show directory in search list for "view shared files" searches
* Safe writing of known.met and nodes.dat (don't overwrite existing until write is finished)
* Show directory in search list for "view shared files" searches

Vollstrecker:
* Unify copyright lines
* Fixed clean and distclean targets for make
* Various Updates in debian/ see debian/changelog
* Added crash handling in command-line tools
* Fix for autoconf-2.64.
* Make amulecmd help command work without connection
* New translation concept for manpages
* KDE Plasma applet to show stats
* Fix warnings with latest autoconf (2.67)

woutermense:
* Fix 'break/continue [n]' PHP implementation
* Allow multiple download links in webserver

Wuischke:
* Simplify browser selection
* Use DoIconize() for dclick on tray icon, too
* Fix minimizing from tray icon
* Add option to show chat messages in log
* Add option to specify amuleweb binary location
* Make EC authentication procedure more secure
* Add support for categories to ed2k
* Backup config file on shutdown

Special Thanks To:
* Greek for his contributions to aMule's user interface.
* btkaos for his important work finding the source of bugs.
* myth for seeing when everyone else was blind and uncovering
  the grandfather of all fuck-ups
* mirko.g for being so committed to compile aMule on Snow Leopard.

--------------------------------------------------------------------------------

(ryoon)

2013-06-15 02:32:34 UTC MAIN commitmail json YAML

Updated x11/wxGTK28 and -contrib to 2.8.12

(ryoon)

2013-06-15 02:30:58 UTC MAIN commitmail json YAML

Update to 2.8.12

Changelog:
2.8.12:
-------

All:

- Fixed a bug in UNC path testing.
- Improved command line parser usage help.
- Fixed race condition bugs in wxCondition.
- Added wxT_2() for forward compatibility with wxWidgets 3. Use it in
  initialization of wxCmdLineEntryDesc struct elements and (very few) other
  places where wxT() is required currently but won't be allowed in v3.
- Fixed crash on exit caused by deleting old logger in wxLogChain dtor.

All (GUI):

- wxRTC: fixed style selection resetting after editing a style.
- wxRTC: can now edit line spacing in .1 increments from 1 to 2.
- wxRTC: fixed wrong line spacing and space after paragraph calculations.
- wxRTC: GetStyleMergedWithBase now detects loops.
- wxRTC: wxRichTextCtrl::ApplyStyle now applies a paragraph style at the
  cursor without needing a selection, and setting the default style now
  avoids duplicating character attributes in subsequently typed text when
  they exist in the paragraph style.
- wxRTC: fixed IsPositionVisible to scroll a position into view correctly.
- wxRTC: fixed a problem with paste resetting the content paragraph style.
- wxRTC: style list box now copes with names duplicated across style types.
  Also fixed wxRichTextStyleDefinition::GetStyleMergeWithBase similarly.
- wxRTC: fixed very poor performance for XML loading on wxGTK.
- Fixed error in generic tree control CalculatePositions.
- Added wxFD_FILE_MUST_EXIST to wxFileSelector function.
- Added wxDataViewCtrl Get/SetValueByRow functions for forward compatibility
  with 2.9.
- Right-clicking is now supported in any kind of wxAuiToolBar button.
- Fixed a bug in wxAcceleratorEntry::IsOk.
- wxGraphicsContext::DrawBitmap: x and y coordinates no longer affected by
  stretch factor.
- Fixed an assert in wxGrid on wxEVT_MOUSE_CAPTURE_LOST.
- Fixed bug in generic wxTreeCtrl where SelectItem toggles the selection if
  the item is already in the desired state.
- Fixed bug in wxSizer::Replace(size_t, wxSizerItem *) whereby SetContainingSizer
  is not called.
- Fixed compilation with libpng 1.5 and above.
- Removed ugly black (simple) border around wxHTML help window.

wxMSW:

- wxOwnerDrawnComboBox and wxComboCtrl with wxCB_READONLY window style now
  have more native-like focus indicator rendering.
- Fixed wxOwnerDrawnComboBox keyboard handling: drop-down is no longer
  displayed when arrow key is pressed (without Alt).
- In some rare cases wxOwnerDrawnComboBox drop-down animation could display
  as garbage. This has now been greatly reduced (mcben).
- Fixed OLE date conversion bug.
- Added check for double window handle creation.
- Fixed WIN64 crash in wxStyledTextCtrl.
- Fixed Watcom compilation when omitting threads.
- Fixed wxFileName::IsFileReadable on Windows 98.
- Fixed bug whereby clicking anywhere inside wxListBox generates
  wxEVT_COMMAND_LISTBOX_SELECTED event. You need to set wxUSE_LISTBOX_SELECTION_FIX
  to 1 in include/wx/msw/listbox.h to enable this binary-incompatible fix.

wxGTK:

- Fix for --disable-radiobtn compilation.
- Fixed a bug on GTK+ only whereby wxGrid scrolls back to the previous edit position
  when another cell is edited.
- Fix for missing menubar problem under some window managers where menu bar height is
  reported as 0 when the menu hasn't fully realized yet. Now updates the height during
  idle time if it is 0, otherwise no menu is shown.
- Improved list control and tree control selection text theme compatibility by adding
  wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT colour index.
- wxComboCtrl and wxOwnerDrawnComboBox had wrong background colours under some
  themes (Marcin Wojdyr).
- Added thread-safe fixes to socket code.

wxUniv:

- Fixed assertion in tree control sample due to colour index not being supported.

(ryoon)

2013-06-15 02:13:23 UTC MAIN commitmail json YAML

Note update of misc/rubygems package to 2.0.3nb1.

(taca)

2013-06-15 02:12:48 UTC MAIN commitmail json YAML

2013-06-15 00:32:03 UTC MAIN commitmail json YAML

Note update of lutok to 0.3 and kyua-cli to 0.6nb2.

(jmmv)

2013-06-15 00:31:34 UTC MAIN commitmail json YAML

2013-06-15 00:30:31 UTC MAIN commitmail json YAML

Update to 0.3:

Released on 2013/06/14.

* Issue 1: Added support for Lua 5.2 while maintaining support for Lua
  5.1.  Applications using Lutok can be modified to use the new
  interface in this new version and thus support both Lua releases.
  However, because of incompatible changes to the Lua API, this release
  of Lutok is incompatible with previous releases as well.

* Issue 3: Tweaked configure to look for Lua using the pkg-config names
  lua-5.2 and lua-5.1.  These are the names used by FreeBSD.

Interface changes:

* New global constants: registry_index.

* New methods added to the state class: get_global_table.

* Removed global constants: globals_index.

(jmmv)

2013-06-14 23:53:29 UTC MAIN commitmail json YAML

Updated comms/asterisk10 to 10.12.2nb6

(jnemeth)

2013-06-14 23:53:03 UTC MAIN commitmail json YAML

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

Restore TEX_DEFAULT; even though it has only one value, it's used by
tex-related logic and breaks the build of e.g. graphics/asymptote.

(dholland)

2013-06-14 22:13:03 UTC MAIN commitmail json YAML

2013-06-14 21:43:49 UTC MAIN commitmail json YAML

Return values from non-void C functions. Should fix clang build.

(dholland)

2013-06-14 21:28:52 UTC MAIN commitmail json YAML

Updated graphics/opencv to 2.4.5

(wiz)

2013-06-14 21:28:42 UTC MAIN commitmail json YAML

Update to 2.4.5:

2.4.5

April, 2013

    Experimental WinRT support (build for WindowsRT guide)

    the new video super-resolution module has been added that
    implements the following papers:

    - S. Farsiu, D. Robinson, M. Elad, P. Milanfar. Fast and robust
    Super-Resolution. Proc 2003 IEEE Int Conf on Image Process,
    pp. 291�294, 2003.
    - D. Mitzel, T. Pock, T. Schoenemann, D. Cremers. Video super
    resolution using duality based TV-L1 optical flow. DAGM, 2009.

    CLAHE (adaptive histogram equalization) algorithm has been
    implemented, both CPU and GPU-accelerated versions (in imgproc
    and gpu modules, respectively)

    there are further improvements and extensions in ocl module:
    - 2 stereo correspondence algorithms: stereobm (block matching)
    and stereobp (belief propagation) have been added
    - many bugs fixed, including some crashes on Intel HD4000

    The tutorial on displaying cv::Mat inside Visual Studio 2012
    debugger has been contributed by Wolf Kienzle from Microsoft
    Research. See
    http://opencv.org/image-debugger-plug-in-for-visual-studio.html

    78 pull requests have been merged. Big thanks to everybody who
    contributed!

    At least 25 bugs have been fixed since 2.4.4 (see
    http://code.opencv.org/projects/opencv/issues select closed
    issues with target version set to "2.4.5").

2.4.4

March, 2013

    This is the biggest news in 2.4.4 - we've got full-featured
    OpenCV Java bindings on a desktop, not only Android! In fact
    you can use any JVM language, including functional Java or
    handy Groovy. Big thanks to Eric Christiansen for the contribution!
    Check the tutorial for details and code samples.

    Android application framework, samples, tutorials, OpenCV
    Manager are updated, see Android Release Notes for details.

    Numerous improvements in gpu module and the following new
    functionality & optimizations:
Optimizations for the NVIDIA Kepler architecture
NVIDIA CARMA platform support
HoughLinesP for line segments detection
Lab/Luv <-> RGB conversions

    Let us be more verbose here. The openCL-based hardware acceleration
    (ocl) module is now mature, and, with numerous bug fixes, it
    is largely bug-free. Correct operation has been verified on
    all tested platforms, including discrete GPUs (tested on NVIDIA
    and AMD boards), as well as integrated GPUs (AMD APUs as well
    as Intel Ivy Bridge iGPUs). On the host side, there has been
    exhaustive testing on 32/64 bit, Windows/Linux systems, making
    the ocl module a very serious and robust cross-platform GPU
    hardware acceleration solution. While we currently do not test
    on other devices that implement OpenCL (e.g. FPGA, ARM or other
    processors), it is expected that the ocl module will work well
    on such devices as well (provided the minimum requirements
    explained in the user guide are met).
    Here are specific highlights of the 2.4.4 release:
The ocl::Mat can now use 龝pecial� memory (e.g. pinned
memory, host-local or device-local).
The ocl module can detect if the underlying hardware supports
稱ntegrated memory,� and if so use 稘evice-local� memory
by default for all operations.
New arithmetic operations for ocl::Mat, providing significant
ease of use for simple numerical manipulations.
Interop with OpenCL enables very easy integration of OpenCV
in existing OpenCL applications, and vice versa.
New algorithms include Hough circles, more color conversions
(including YUV, YCrCb), and Hu Moments.
Numerous bug fixes, and optimizations, including in:
blendLinear, square samples, erode/dilate, Canny, convolution
fixes with AMD FFT library, mean shift filtering, Stereo
BM.
Platform specific bug fixes: PyrLK, bruteForceMatcher,
faceDetect now works also on Intel Ivy Bridge chips (as
well as on AMD APUs/GPUs and NVIDIA GPUs); erode/dilate
also works on NVIDIA GPUs (as well as AMD APUs/GPUs and
Intel iGPUs).

    Many people contributed their code in the form of pull requests.
    Here are some of the most interesting contributions, that were
    included into 2.4 branch:
>100 reported problems have been resolved since 2.4.3
Oscar Deniz submitted smile detector and sample.
Alexander Smorkalov created a tutorial on cross-compilation
of OpenCV for Linux on ARM platforms.

(wiz)

2013-06-14 21:18:31 UTC MAIN commitmail json YAML

Updated databases/tdb to 1.2.12

(wiz)

2013-06-14 21:18:22 UTC MAIN commitmail json YAML

Update to 1.2.12. No changelog found.

(wiz)

2013-06-14 21:15:34 UTC MAIN commitmail json YAML

Updated security/kpcli to 2.1

(wiz)

2013-06-14 21:15:24 UTC MAIN commitmail json YAML

Update to 2.1:

2013-Jun-09 - v2.0 - Removed the unused Clone module after a report
that Clone is no longer in core Perl as of v5.18.0. Added the stats
and pwck commands. Added clipboard commands (xw/xu/xp/xx). Fixed
some long-standing tab completion bugs. Warn if multiple groups or
entries are titled the same within a group, except for /Backup
entries.

2013-Jun-10 - v2.1 - Fixed several more tab completion bugs, and
they were serious enough to warrant a quick release.

(wiz)

2013-06-14 21:13:34 UTC MAIN commitmail json YAML

Updated misc/py-anki2 to 2.0.11

(wiz)

2013-06-14 21:13:24 UTC MAIN commitmail json YAML

Update to 2.0.11:

    Changes in 2.0.11

If you窶决e upgrading from 2.0.8, please also see the 2.0.9 & 2.0.10
changes below.
  * 2.0.9 introduced a change that produced cleaner HTML output when
    editing fields, but unfortunately this revealed a bug in the GUI
    toolkit which could cause Anki to crash when editing those fields.
    So the 2.0.9 change has been reverted, and Anki will output divs
    instead of br tags again. This update will not change the format of
    cards that were created in 2.0.9 or 2.0.10 and thus they may still
    cause crashes when editing, but any cards added after upgrading
    should not trigger the toolkit bug.
  * Fix problems syncing when Anki窶冱 running on a mapped network drive
  * Fix problems reporting correct error message when sync fails

    Changes in 2.0.10
  * Fix pasting of images
  * Fix error when syncing media on an unmapped network drive
  * Fix issues with non-latin text in images in card layout and preview
    windows
  * Fix unicode error on export
  * Default to allowing HTML on import
  * Fix error when opening card layout
  * Force y axis minimum of 0 in reps graph
  * Fix duplicate searching in Add window
  * Improve type answer comparison of accented characters
  * Make sure we show field when nothing typed in
  * Allow apostrophe when renaming deck
  * Mnemosyne importer tweaks
  * Other minor fixes

    Changes in 2.0.9
  * Improvements to the type answer feature: no more "the correct answer
    was" text, clearer indications of typed vs correct answer,
    customizable colours (.typeBad/.typeGood/.typeMissed), monospace by
    default so input+correct lines up (code#typeans), an example
    comparison in the Cards dialog, and automatic moving of the answer
    comparison underneath the Q/A line. Example attached.
  * The browser now has a preview button that makes it easier to quickly
    browse previews of cards.
  * The /limit to tags/ and /study a random selection of cards/ options
    in the custom study dialog have been merged together into a single
    new option that allows you to study new cards, due cards or all
    cards (cram), optionally limiting to particular tags as well.
  * If Anki detects that the media is out of sync, it will now
    automatically recover on the next sync. Furthermore, it no longer
    needs to send files that already exist on each side, so when this
    change is incorporated into the mobile clients you窶冤l be able to
    copy media over to them to avoid a long initial media sync.
  * When media is deleted via a sync or unused media, it窶冱 now placed in
    the OS窶冱 trash folder instead of deleted completely. Likewise for
    rotated backups and profile deletions.
  * When notes are deleted, their content is logged in a file called
    deleted.txt in your profile folder.
  * The filter area when selecting decks or note types now matches on
    consecutive characters, and uses spaces to separate search terms. So
    if you had a deck called "German::Verbs", you can search for it with
    "man verb", but not "grman"
  * You can now choose a font size > 20px for the card list. It窶冱 not
    possible to resize the line height for each individual card, so
    choosing a large font size in one note type will make the line
    height large for all cards.
  * Anki should output BRs instead of DIV tags when you hit enter in the
    editor now, which should make editing the resulting text on mobile
    clients easier. Note this will only apply to content you add after
    upgrading.
  * Card types are removed with an X on the tab instead of an item in More.
  * Check Database, Unused Media and Empty Cards are now in the Tools
    menu, instead of a submenu.
  * Full Sync is now in the preferences, not in the menu.
  * Syncing now checks to see if the database is consistent prior to
    syncing, and if it finds any errors, it recommends a database check
    rather than a full sync.
  * If a database check finds any errors, it automatically forces a full
    sync.
  * When closing the collection, check for corruption. This makes
    closing Anki and switching profiles a bit slower, but ensures that
    corruption is detected early so that backups are useful.
  * If user has Add window open and syncs, ask if they want to keep the
    content and cancel sync if so.
  * After uploading a collection, notify user they need to download on
    other devices.
  * More verbose sync conflict message.
  * Shift clicking on a sidebar item in the browser will now OR it with
    the current search.
  * Prioritize HTML over images, so pasting from Microsoft apps pastes
    text again.
  * Timeboxing now pops up dialog instead of a tooltip, with options to
    continue or finish.
  * Don窶冲 import notes multiple times when the note type has been modified
  * Add mature correct/today stat to graphs.
  * You can now hold down the shift key while starting Anki to disable
    add-on loading and automatic syncing (except if you窶决e on an old
    Linux distro).
  * Make sure to update card order when changing, adding or deleting
    option groups.
  * Make sure to shuffle after importing txt or apkg files if your deck
    options say to shuffle.
  * When exporting to an .apkg with scheduling off (or when sharing a
    deck on AnkiWeb), new cards now have their current order preserved.
  * Anki will now warn when you try to add a cloze deletion note without
    any deletions.
  * Anki will allow you to cloze delete when a normal note type is
    selected, with a popup warning instead of an error.
  * Anki should now run on an unmapped network drive on Windows and
    display images correctly.
  * Ctrl+Shift+T (Command+Shift+T on a Mac) now jumps to the Tags entry
    field.
  * When pasting from field to field, strip <span> tags that were being
    inserted by WebKit.
  * When importing from a text file, include a list of all updated or
    duplicated notes in the import log.
  * Fix unused media spuriously reporting unused media with leading
    underscores.
  * Fix cloze+latex issue where multiple answer images were generated.
  * Fix cloze+latex issue where unused media deleted used images and
    created others.
  * Fix error when trying to reschedule with min>max
  * Add scrollbar to About dialog.
  * Don窶冲 allow images to be dragged (and deleted) from the review window.
  * Better warning when importing invalid .apkg file
  * When saving a note, strip quotes from the tags and sort tags in
    alphabetical order.
  * Fix an issue with images failing to show up when they had an
    apostrophe in them.
  * Fix issues with pasting links to sounds/images where the filenames
    had non-latin characters or punctuation characters.
  * Fix issues with pasting invalid links.
  * Deck descriptions are now always displayed verbatim, and not truncated.
  * Fix issues with syncing media on a vfat drive.
  * When inserting a media file that already exists in the media folder,
    checksum all alternative filenames (thanks to Julien Baley)
  * Fix a bug where the number of buttons would decrease from 3 to 2 on
    the second answer of new cards in a filtered deck.
  * Make it clearer when changing deck options will affect multiple decks.
  * Fix an issue where invalid filenames were generated when pasting a
    link to a remote filename with non-latin characters.
  * Fix an issue where rescheduling of relearning cards into new cards
    would cause a later "download the fix assertion addon" message.
  * Allow pasting of a few more audio formats.
  * Fix main window appearing on top after pasting on Windows.
  * The /show duplicates/ feature when adding now correctly shows all
    duplicates in the browser, regardless of their embedded formatting.
  * Allow canceling of note type selection.
  * When clicking Add, make sure to reshow Add window if it窶囘 been
    minimized.
  * Make desktop folder if it was missing when saving stats to image.
  * More checks for the Check Database routine.
  * Fixed a bug where some Windows users were unable to start Anki.
  * Allow overwriting existing files in export (thanks to Chris Burel)
  * Fix an error when user comments out type answer field (thanks to
    Ospalh)
  * Fixed an issue where a field: search that didn窶冲 match would prevent
    the search from matching anything.
  * Handle cloned note types in mnemosyne importer.
  * Don窶冲 save note if no changes have been made.
  * Fix an issue with unused media and different file name
    representations (thanks to Ospalh)
  * When changing deck in Add window, switch review deck too.
  * Don窶冲 play audio twice when changing templates
  * When hitting /s/ on a deck with no due cards, display a tooltip.
  * Handle non-breaking spaces in furigana markup.
  * Fix bug where some text was being swallowed in error messages.
  * Fix a bug where leading whitespace was being cut off in text imports.
  * Fix inverted sub/superscript shortcuts
  * Make sure sort field is updated when field is deleted
  * Allow HTML in Mnemosyne import
  * Fix downloading of add-ons when running from USB disk
  * Fix field outline (thanks to Frostschutz)
  * Workaround a Qt bug that was preventing clicks on the sidebar in the
    browser (thanks to Frostshutz)
  * Pauker importer (thanks to Frostshutz)
  * Added --version option (thanks to Hut)
  * Fixed an error upgrading very old Anki 1 decks.
  * Use "question" and "answer" for browser labels, instead of "front"
    and "back".
  * When using /change deck/, select the current deck by default.
  * When searching in the browser, use double quotes rather than single
    quotes.
  * Don窶冲 allow invalid characters in filenames when exporting.
  * Allow enter to close the change note type dialog.
  * Fixed a bug where rescheduling learning cards as reviews could cause
    the cards to be in an invalid state.
  * If Anki config can窶冲 be loaded, start with new prefs.db
  * Fixed a bug where Anki would close without saving when it was closed
    while another window was focused.
  * Catch another firewall error.
  * Various other minor fixes.
  * Add shortcut key for history button
  * Work around an issue when backspacing over all text that was formatted.
  * Fix a bug that was causing formatting to be lost when copying
    between fields.
  * Fix line disappearing in card layout.
  * Resize deck options dialog when it窶冱 opened.
  * Ensure cards have correct due number to make sibling spacing work
    when importing.
  * Show profile name in title bar
  * Make sure we focus first field when adding next note when JP support
    add-on installed.
  * Fix a bug where hitting enter in the tags completion list could
    select the wrong tag.
  * When studying a filtered card, clicking Add will default to that deck.
  * Add a hideable warning to the bottom of the deck list when there are
    over 25 decks.
  * Fix issues where images with extra properties weren窶冲 being found in
    unused media.
  * Don窶冲 copy the implicit max-width property on images when pasting
    between fields.
  * Fix a non-rounded number issue in stats
  * Use correct extension when exporting notes/cards as text.
  * Fix alignment issues in top and bottom toolbars
  * Work around a startup problem on misconfigured Windows systems
  * Ignore sticky fields when checking if blank when add window closed
  * Allow multiple spaces in type answer
  * Work around broken images when pasting/attaching on Linux
  * Fix error when sending non-Latin text to trash on Linux
  * Fix a timer bug (thanks to Frostschutz)
  * Fix unicode error on export
  * Fix enter key in add/remove tags dialog
  * Only show browser close menu item on mac
  * Change the way we deal with non-latin chars in filenames on Windows
  * Include full info on sync error
  * Fix modification check in note merge
  * The /full sync/ option should force a sync even if no other changes
    were made
  * Various fixes to the Mnemosyne importer
  * Fix find duplicates feature when fieldname case differs

(wiz)

2013-06-14 21:07:58 UTC MAIN commitmail json YAML

Updated converters/help2man to 1.43.2

(wiz)

2013-06-14 21:07:49 UTC MAIN commitmail json YAML

Update to 1.43.2:

Version 1.43 Jun 4, 2013

  * Add explicit include syntax for prepending, replacing or appending to
    generated output for a section.

(wiz)

2013-06-14 21:06:31 UTC MAIN commitmail json YAML

Updated devel/libidn to 1.27

(wiz)

2013-06-14 21:06:22 UTC MAIN commitmail json YAML

Update to 1.27:

* Version 1.27 (released 2013-06-05) [stable]

** Java library can be built using Maven.  Speed improvements.
Thanks to several patches from Stefan Larsson.  Testing indicate 70-90
times faster node/name/resource-prep.

** Update gnulib files and translations.

** API and ABI is backwards compatible with the previous version.

(wiz)

2013-06-14 21:04:13 UTC MAIN commitmail json YAML

Updated devel/glib2 to 2.36.3

(wiz)

2013-06-14 21:04:03 UTC MAIN commitmail json YAML

Update to 2.36.3:

Overview of changes fron GLib 2.36.2 to 2.36.3
==============================================

* Bug fixes:
692848 Fix property example in gobject tutorial
696857 GThreadedResolver: set an error if no records could be found
697849 spelling fixes of 'runtine' and 'adresses' in cross.xml a...
699779 G_GNUC_FORMAT: documentation error
699959 g_file_copy(): Ensure we create private files by default
701560 various improvements for g_file_set_contents()
701680 GFileEnumerator: Add some documentation about ordering

* Translation updates:
Kannada

(wiz)

2013-06-14 21:03:14 UTC MAIN commitmail json YAML

Don't give absolute paths for cpp and strip; pick up the pkgsrc wrappers
instead. May help the clang build.

(dholland)

2013-06-14 20:55:33 UTC MAIN commitmail json YAML

+ amarok-2.7.1, calibre-0.9.34, eric5-5.3.4, glib2-2.36.3,
  gnome-control-center-3.8.3, gnome-settings-daemon-3.8.3,
  gstreamer-1.1.1, help2man-1.43.2, highlight-3.14, horde-5.1.0,
  imapfilter-2.5.5, imp-6.1.1, ingo-3.1.1, kde4-4.10.4, kpcli-2.0,
  kronolith-4.1.0, libidn-1.27, opencv-2.4.5, php-tt-rss-1.8,
  phpmyadmin-4.0.3, py-anki2-2.0.9, qbrew-0.3.9, raine-0.61.1,
  strace-4.8, tdb-1.2.12, tea-36.0, teseq-1.1, turba-4.1.0,
  webkit-gtk-2.0.3, wireshark-1.10.0, x264-devel-20130608,
  xf86-video-intel-2.21.9.

(wiz)

2013-06-14 20:53:16 UTC MAIN commitmail json YAML

Updated emulators/fuse to 1.1.1

(wiz)

2013-06-14 20:53:05 UTC MAIN commitmail json YAML

Update to 1.1.1:

2013-05-24  Philip Kendall  <philip-fuse@shadowmagic.org.uk>

        * Fuse 1.1.1 released.

        * Distribute PORTING,hacking/valgrind.supp,sound/wiisound.c,
          tests/success.{mgt.bz2,opd} and ui/wii/wiimouse.h (Stuart Brady).
        * Add ChangeLog entries for 1.0.0.1 and 1.0.0.1a (Fredrick Meunier).
        * Release correct version of source files.

2013-05-19  Philip Kendall  <philip-fuse@shadowmagic.org.uk>

        * Fuse 1.1.0 released.

        * Remove ROMs that there is no formal permission to distribute.

        * New features:
          * Add Spectranet ethernet interface emulation (Philip Kendall).
          * Add SpeccyBoot ethernet interface emulation (Patrik Persson).
          * Add SpecDrum sound interface emulation (Jon Mitchell).
          * Add DISCiPLE disk interface emulation (Stuart Brady).
            Sinclair Network emulation is not provided, and the interface is
            not available under 128K emulation in this release.
          * Support reading PZX files (Fredrick Meunier).
          * Add support for POK files (Sergio Baldov鱈).
          * Add recording of movies to FMF files (Gergely Szasz).
          * Add GTK+ 3 compatibility (Sergio Baldov鱈).

        * Emulation core improvements:
          * Add support for ABC AY stereo (Stuart Brady).
          * Correct feedback in AY noise generator (Patrik Rak).
          * MIC bit only isn't enough to drive the speaker (Fredrick Meunier).
          * Mirror Interface 1 ROM to the second 8Kb of ROM as in the real
            interface (Fredrick Meunier, with thanks to mcleod_ideafix and
            zx81).
          * Support the Beta interface setting to not auto-boot the interface
            on 48K machines (ketmar).

        * Machine specific improvements:
          * Read and write all potential 1024k worth of memory pages from a
            snap (ketmar and Fredrick Meunier).
          * Initialise the Pentagon 1024k memory ports from a snapshot (ketmar
            and Fredrick Meunier).
          * Restore the paged state of the Beta ROM when loading Pentagon
            128k/512k/1024k snapshots (ketmar and Fredrick Meunier).

        * Debugger improvements:
          * Disassemble ED 4D as RETI (Simon Owen).
          * Add IM, IFF1 and IFF2 setting and getting to the debugger (Alex
            Badea).

        * Miscellaneous improvements:
          * Many improvements to Win32 UI and installer (Sergio Baldov鱈).
          * Allow the use of the SDL joystick code in the GTK+ and Xlib UIs
            (Sergio Baldov鱈).
          * Add current machine name to GTK+ and Win32 statusbars (Sergio
            Baldov鱈).
          * Allow the drag and drop of files from KDE (Dolphin/Konqueror)
            (Sergio Baldov鱈, with thanks to Diondeville).
          * Add a statusbar for the xlib UI (Gergely Szasz).
          * Extend supported symbol characters on SDL and xlib UIs (Sergio
            Baldov鱈).
          * Support for the TZX set signal level block (Fredrick Meunier).
          * Drop support for GLib and GTK+ version 1.x (Alberto Garcia and
            Sergio Baldov鱈).
          * Support setting late timings from snapshots (Fredrick Meunier).

        * Various other minor bugfixes.

(wiz)

2013-06-14 20:51:55 UTC MAIN commitmail json YAML

Updated emulators/libspectrum to 1.1.1

(wiz)

2013-06-14 20:51:45 UTC MAIN commitmail json YAML

Update to 1.1.1:

2013-05-24  Philip Kendall  <philip-fuse@shadowmagic.org.uk>

        * libspectrum 1.1.1 released.

        * Decreased libtool version to allow binaries built against
          libspectrum 1.0.0 to run with libspectrum 1.1.1.

2013-05-18  Philip Kendall  <philip-fuse@shadowmagic.org.uk>

        * libspectrum 1.1.0 released.

        * Support for Spectranet in snapshots (Philip Kendall).

        * Support for Cheetah SpecDrum in snapshots (Fredrick Meunier).

        * Support reading PZX files (Fredrick Meunier).

        * Support for the TZX set signal level block (Fredrick Meunier).

        * Various minor bug fixes/improvements:
          * Add support for detecting POK files (Sergio Baldov鱈).
          * Advertise support for bzip2 compressed and wav files (Sergio
            Baldov鱈).
          * Drop support for GLib version 1.x (Alberto Garcia).
          * Add support for audiofile 0.3.x (Alberto Garcia).
          * Load all snapshot RAM pages for machines with more than 128k
            (Fredrick Meunier; thanks, ketmar).
          * Support more SZX 1.5 features (Fredrick Meunier).
          * Modernise autoconf support (Sergio Baldov鱈).

(wiz)

2013-06-14 20:49:41 UTC MAIN commitmail json YAML

Provide ROOTINO.

I don't think we can assume that ufs headers will be included in all cases
when this file is included, so do it unconditionally. This will fail on
6.99 from before ROOTINO turned into UFS_ROOTINO; if anyone wants to
figure out how to make a more precise check, be my guest.

(dholland)

2013-06-14 20:29:38 UTC MAIN commitmail json YAML

2013-06-14 20:17:25 UTC MAIN commitmail json YAML

amend mu-conference update not to have nb4.

(gdt)

2013-06-14 20:16:02 UTC MAIN commitmail json YAML

Drop PKGREVISION (using the 180 second rule :-).

(gdt)

2013-06-14 20:14:51 UTC MAIN commitmail json YAML

Updated chat/mu-conference to 0.8.81nb4

(gdt)

2013-06-14 20:13:17 UTC MAIN commitmail json YAML

Update to 0.80.81.

Upstream did not provide NEWS.  But, this is ~4 years of assorted
bugfixes and minor improvements.  Most notably there is a fix that is
critical for stream startup in a timing-dependent case which seems to
hit reliably on netbsd-5/i386-xen, jabberd2.

Take MAINTAINERSHIP, as I appear to also be the upstream maintainer
now.

(gdt)

2013-06-14 19:47:04 UTC MAIN commitmail json YAML

Fix patch that's been rejecting since the package was updated. I don't
know if the patch is still needed, but I'm assuming it is.

(dholland)

2013-06-14 18:44:35 UTC MAIN commitmail json YAML

Some cleanup from ISIHARA Takanori in PR 47928.

(wiz)

2013-06-14 18:41:43 UTC MAIN commitmail json YAML

Updated devel/swig2 to 2.0.10

(wiz)

2013-06-14 18:41:30 UTC MAIN commitmail json YAML

Update to 2.0.10, based on the 2.0.9 package in wip provided by
Jason Bacon.  Should make gnuradio find swig2.

Version 2.0.10 (27 May 2013)
============================

2013-05-25: wsfulton
            [Python] Fix Python 3 inconsistency when negative numbers are passed
            where a parameter expects an unsigned C type. An OverFlow error is
            now consistently thrown instead of a TypeError.

2013-05-25: Artem Serebriyskiy
            SVN Patch ticket #338 - fixes to %attribute macros for template usage
            with %arg.

2013-05-19: wsfulton
            Fix ccache-swig internal error bug due to premature file cleanup.

            Fixes SF bug 1319 which shows up as a failure in the ccache tests on
            Debian 64 bit Wheezy, possibly because ENABLE_ZLIB is defined.

            This is a corner case which will be hit when the maximum number of files
            in the cache is set to be quite low (-F option), resulting in a cache miss.

2013-05-09: kwwette
            [Octave] Fix bugs in Octave module loading:
            - fix a memory leak in setting of global variables
            - install functions only once, to speed up module loads

2013-04-28: gjanssens
            [Guile] Updates in guile module:
            - Add support for guile 2.0
            - Drop support for guile 1.6
            - Drop support for generating wrappers using guile's gh interface.
              All generated wrappers will use the scm interface from now on.
            - Deprecate -gh and -scm options. They are no longer needed.
              A warning will be issued when these options are still used.
            - Fix all tests and examples to have a successful travis test

2013-04-18: wsfulton
            Apply Patch #36 from Jesus Lopez to add support for $descriptor() special variable macro expansion
            in fragments. For example:

              %fragment("nameDescriptor", "header")
              %{
                static const char *nameDescriptor = "$descriptor(Name)";
              %}

            which will generate into the wrapper if the fragment is used:

              static const char *nameDescriptor = "SWIGTYPE_Name";

2013-04-18: wsfulton
            Fix SF Bug #428 - Syntax error when preprocessor macros are defined inside of enum lists, such as:

              typedef enum {
                eZero = 0
              #define ONE 1
              } EFoo;

            The macros are silently ignored.

2013-04-17: wsfulton
            [C#] Pull patch #34 from BrantKyser to fix smart pointers in conjuction with directors.

2013-04-15: kwwette
            [Octave] Fix bugs in output of cleanup code.
            - Cleanup code is now written also after the "fail:" label, so it will be called if
              a SWIG_exception is raised by the wrapping function, consistent with other modules.
            - Octave module now also recognises the "$cleanup" special variable, if needed.

2013-04-08: kwwette
            Add -MP option to SWIG for generating phony targets for all dependencies.
            - Prevents make from complaining if header files have been deleted before
              the dependency file has been updated.
            - Modelled on similar option in GCC.

2013-04-09: olly
    [PHP] Add missing directorin typemap for char* and char[] which
    fixes director_string testcase failure.

2013-04-05: wsfulton
            [Ruby] SF Bug #1292 - Runtime fixes for Proc changes in ruby-1.9 when using STL
            wrappers that override the default predicate, such as:

              %template(Map) std::map<swig::LANGUAGE_OBJ, swig::LANGUAGE_OBJ, swig::BinaryPredicate<> >;

2013-04-05: wsfulton
            [Ruby] SF Bug #1159 - Correctly check rb_respond_to call return values to fix some
            further 1.9 problems with functors and use of Complex wrappers.

2013-04-02: wsfulton
            [Ruby] Runtime fixes for std::complex wrappers for ruby-1.9 - new native Ruby complex numbers are used.

2013-03-30: wsfulton
            [Ruby] Fix seg fault when using STL containers of generic Ruby types, GC_VALUE or LANGUAGE_OBJECT,
            on exit of the Ruby interpreter. More frequently observed in ruby-1.9.

2013-03-29: wsfulton
            [Ruby] Fix delete_if (reject!) for the STL container wrappers which previously would
            sometimes seg fault or not work.

2013-03-25: wsfulton
            [Python] Fix some undefined behaviour deleting slices in the STL containers.

2013-03-19: wsfulton
            [C#, Java, D] Fix seg fault in SWIG using directors when class and virtual method names are
            the same except being in different namespaces when the %nspace feature is not being used.

2013-02-19: kwwette
            Fix bug in SWIG's handling of qualified (e.g. const) variables of array type. Given the typedef
              a(7).q(volatile).double myarray    // typedef volatile double[7] myarray;
            the type
              q(const).myarray                    // const myarray
            becomes
              a(7).q(const volatile).double      // const volatile double[7]
            Previously, SwigType_typedef_resolve() produces the type
              q(const).a(7).q(volatile).double    // non-sensical type
            which would never match %typemap declarations, whose types were parsed correctly.
            Add typemap_array_qualifiers.i to the test suite which checks for the correct behaviour.

2013-02-18: wsfulton
            Deprecate typedef names used as constructor and destructor names in %extend. The real
            class/struct name should be used.

              typedef struct tagEStruct {
                int ivar;
              } EStruct;

              %extend tagEStruct {
                EStruct() // illegal name, should be tagEStruct()
                {
                  EStruct *s = new EStruct();
                  s->ivar = ivar0;
                  return s;
                }
                ~EStruct() // illegal name, should be ~tagEStruct()
                {
                  delete $self;
                }
              }

            For now these trigger a warning:

              extend_constructor_destructor.i:107: Warning 522: Use of an illegal constructor name 'EStruct' in
              %extend is deprecated, the constructor name should be 'tagEStruct'.
              extend_constructor_destructor.i:111: Warning 523: Use of an illegal destructor name 'EStruct' in
              %extend is deprecated, the destructor name should be 'tagEStruct'.

            These %extend destructor and constructor names were valid up to swig-2.0.4, however swig-2.0.5 ignored
            them altogether for C code as reported in SF bug #1306. The old behaviour of using them has been
            restored for now, but is officially deprecated. This does not apply to anonymously defined typedef
            classes/structs such as:

              typedef struct {...} X;

2013-02-17: kwwette
            When generating functions provided by %extend, use "(void)" for no-argument functions
            instead of "()". This prevents warnings when compiling with "gcc -Wstrict-prototypes".

2013-02-17: kwwette
            [Octave] Minor fix to autodoc generation: get the right type for functions returning structs.

2013-02-15: wsfulton
            Deprecate typedef names used in %extend that are not the real class/struct name. For example:

              typedef struct StructBName {
                int myint;
              } StructB;

              %extend StructB {
                void method() {}
              }

            will now trigger a warning:

              swig_extend.i:19: Warning 326: Deprecated %extend name used - the struct name StructBName
              should be used instead of the typedef name StructB.

            This is only partially working anyway (the %extend only worked if placed after the class
            definition).

2013-02-09: wsfulton
            [CFFI] Apply patch #22 - Fix missing package before &body

2013-01-29: wsfulton
            [Java] Ensure 'javapackage' typemap is used as it stopped working from version 2.0.5.

2013-01-28: wsfulton
            [Python] Apply patch SF #334 - Fix default value conversions "TRUE"->True, "FALSE"->False.

2013-01-28: wsfulton
            [Java] Apply patch SF #335 - Truly ignore constructors in directors with %ignore.

2013-01-18: Brant Kyser
            [Java] Patch #15 - Allow the use of the nspace feature without the -package commandline option.
            This works as long and the new jniclasspackage pragma is used to place the JNI intermediate class
            into a package and the nspace feature is used to place all exposed types into a package.

2013-01-15: wsfulton
            Fix Visual Studio examples to work when SWIG is unzipped into a directory containing spaces.

2013-01-15: wsfulton
            [C#] Fix cstype typemap lookup for member variables so that a fully qualified variable name
            matches. For example:
              %typemap(cstype) bool MVar::mvar "MyBool"
              struct MVar {
                bool mvar;
              };

2013-01-11: Brant Kyser
    [Java, C#, D] SF Bug #1299 - Fix generated names for when %nspace is used on
            classes with the same name in two different namespaces.

2013-01-11: Vladimir Kalinin
    [C#] Add support for csdirectorin 'pre', 'post' and 'terminator' attributes.

2013-01-08: olly
    [PHP] Fix to work with a ZTS build of PHP (broken in 2.0.7).

2013-01-07: olly
    Fix bashism in configure, introduced in 2.0.9.

2013-01-06: wsfulton
            Pull patch #4 from ptomulik to fix SF Bug #1296 - Fix incorrect warning for virtual destructors
            in templates, such as:
            Warning 521: Illegal destructor name B< A >::~B(). Ignored.

2013-01-05: wsfulton
            [Python] Pull patch #3 from ptomulik to fix SF Bug #1295 - standard exceptions as
            classes using the SWIG_STD_EXCEPTIONS_AS_CLASSES macro.

2013-01-04: wsfulton
            [Java] Pull patch #2 from BrantKyser to fix SF Bug #1283 - fix smart pointers in conjuction
            with directors.

2013-01-03: wsfulton
            [Java] Pull patch #1 from BrantKyser to fix SF Bug #1278 - fix directors and nspace feature when
            multilevel namespaces are used.

Version 2.0.9 (16 December 2012)
================================

2012-12-16: wsfulton
            Fix garbage line number / empty file name reporting for some missing
            '}' or ')' error messages.

2012-12-15: kkaempf
            [Ruby] Apply patch 3530444, Class#methods and Class#constants returns array of
            symbols in Ruby 1.9+

2012-12-14: kkaempf
            [Ruby] Apply patch 3530439 and finally replace all occurrences of the STR2CSTR() macro
            with StringValuePtr(). STR2CSTR was deprecated since years and got removed in Ruby 1.9

2012-12-14: kkaempf
            [Ruby] Applied patches #3530442 and 3530443 to adapt compile and runtime include
            paths to match Ruby 1.9+

2012-12-14: wsfulton
            [CFFI] Fix #3161614 - Some string constants are incorrect

2012-12-13: wsfulton
            [CFFI] Fix #3529690 - Fix incorrect constant names.

2012-12-12: drjoe
    [R] add fix to finalizer that was missed earlier

2012-12-11: wsfulton
            [Python] Apply patch #3590522 - fully qualified package paths for Python 3 even if a module is in the
            same package.

2012-12-08: wsfulton
            [Python] Bug #3563647 - PyInt_FromSize_t unavailable prior to Python 2.5 for unsigned int types.

2012-12-08: wsfulton
            [Perl] Fix bug #3571361 - C++ comment in C wrappers.

2012-12-07: wsfulton
            [C#] Apply patch #3571029 which adds missing director support for const unsigned long long &.

2012-11-28: kwwette
            [Octave] Simplified module loading: now just the syntax
            $ example;
            is accepted, which loads functions globally but constants and variables relative to the current scope.
            This make module loading behaviour reliably consistent, and reduces problems when loading modules which
            depend on other modules which may not have been previously loaded.

2012-11-27: wsfulton
            [cffi] Fix junk output when wrapping single character literal constants.

2012-11-17: wsfulton
            [Tcl, Modula3] Add missing support for -outdir.

2012-11-17: wsfulton
            Fix segfaults when using filename paths greater than 1024 characters in length.

2012-11-14: wsfulton
            [ccache-swig] Apply patch #3586392 from Frederik Deweerdt to fix some error cases - incorrectly using
            memory after it has been deleted.

2012-11-09: vzeitlin
            [Python] Fix overflow when passing values greater than LONG_MAX from Python 3 for parameters with unsigned long C type.

2012-11-09: wsfulton
            Fix some feature matching issues for implicit destructors and implicit constructors and implicit
            copy constructors added with %copyctor. Previously a feature for these had to be fully qualified
            in order to match. Now the following will also match:

              %feature("xyz") ~XXX();
              struct XXX {};

2012-11-09: wsfulton
            Further consistency in named output typemap lookups for implicit constructors and destructors and
            implicit copy constructors added with %copyctor. Previously only the fully qualified name was being
            used, now the unqualified name will also be used. For example, previously:

              example.i:38: Searching for a suitable 'out' typemap for: void Space::More::~More
                Looking for: void Space::More::~More
                Looking for: void

            Now the unqualified name is also used:

              example.i:38: Searching for a suitable 'out' typemap for: void Space::More::~More
                Looking for: void Space::More::~More
                Looking for: void ~More
                Looking for: void

2012-11-02: wsfulton
            Fix some subtle named output typemap lookup misses, the fully qualified name was not always being
            used for variables, for example:

              struct Glob {
                int MyVar;
              };

            Previously the search rules (as shown by -debug-tmsearch) for the getter wrapper were:

              example.i:44: Searching for a suitable 'out' typemap for: int MyVar
                Looking for: int MyVar
                Looking for: int

            Now the scope is named correctly:

              example.i:44: Searching for a suitable 'out' typemap for: int Glob::MyVar
                Looking for: int Glob::MyVar
                Looking for: int MyVar
                Looking for: int

2012-10-26: wsfulton
            Fix director typemap searching so that a typemap specified with a name will be correctly matched. Previously
            the name was ignored during the typemap search. Applies to the following list of typemaps:
            directorout, csdirectorout, cstype, imtype, ctype, ddirectorout, dtype, gotype, jtype, jni, javadirectorout.

2012-10-11: wsfulton
            Most of the special variables available for use in %exception are now also available for expansion in
            %extend blocks. These are: $name $symname $overname $decl $fulldecl $parentname $parentsymname, see docs
            on "Class extension" in SWIGPlus.html. Patch based on submission from Kris Thielemans.

2012-10-10: wsfulton
            Additional new special variables in %exception are expanded as follows:
              $parentname - The parent class name (if any) for a method.
              $parentsymname - The target language parent class name (if any) for a method.

2012-10-08: iant
    [Go] Generating Go code now requires using the -intgosize option to
    indicate the size of the 'int' type in Go.  This is because the
    size of the type is changing from Go 1.0 to Go 1.1 for x86_64.

2012-09-14: wsfulton
    Add new warning if the empty template instantiation is used as a base class, for example:

              template <typename T> class Base {};
              %template() Base<int>;
              class Derived : public Base<int> {};

            gives the following warning instead of silently ignoring the base:

            cpp_inherit.i:52: Warning 401: Base class 'Base< int >' has no name as it is an empty template instantiated with '%template()'. Ignored.
            cpp_inherit.i:51: Warning 401: The %template directive must be written before 'Base< int >' is used as a base class and be declared with a name.

2012-09-11: wsfulton
    [Java] Fix #3535304 - Direct use of a weak global reference in directors
            sometimes causing seg faults especially on Android.

2012-09-06: wsfulton
    [Java] Fix (char *STRING, size_t LENGTH) typemaps to accept NULL string.

2012-08-26: drjoe
    [R] make ExternalReference slot ref to contain reference

2012-08-26: drjoe
    [R] fix Examples/Makefile to use C in $(CC) rather than $(CXX)

(wiz)

2013-06-14 18:30:43 UTC MAIN commitmail json YAML

2013-06-14 18:19:18 UTC MAIN commitmail json YAML

if linux, use , else use gsed

(mspo)

2013-06-14 18:17:21 UTC MAIN commitmail json YAML

fix build by using PREFIX/bin/gsed

(mspo)

2013-06-14 16:52:18 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 3.48.0.

(taca)

2013-06-14 16:51:39 UTC MAIN commitmail json YAML

Update ruby-sequel to 3.48.0.

Changes are too many to write here, please refer CHANGELOG or release notes.

(taca)

2013-06-14 16:49:32 UTC MAIN commitmail json YAML

Note update of net/ruby-domain_name package to 0.5.12.

(taca)

2013-06-14 16:48:28 UTC MAIN commitmail json YAML

Update ruby-domain_name to 0.5.12.

* Update the eTLD database to 2013-06-06T23:00:56Z.
* Mention IDNA.
* Allow etld_data.rb to be nonexistent for regeneration.
* Add *_idn methods that do ToUnicode conversion.
* Minor code cleanup.
* Add DomainName#superdomain.
* Update the database to 2013-04-05T23:00:49Z. (just a reorder)
* Add a task import as alias for etld_data.
* Improve documentation.
* Make sure to install a required version of bundler.

(taca)

2013-06-14 16:47:54 UTC MAIN commitmail json YAML

Note update of converters/ruby-unf package to 0.1.1.

(taca)

2013-06-14 16:46:12 UTC MAIN commitmail json YAML

Update ruby-unf to 0.1.1.

* Add rdoc.
* Add ruby-head and jruby-head.
* Make "rake test" and "rake rdoc" work.
* It is perfectly fine with newer bundler.

(taca)

2013-06-14 15:44:41 UTC MAIN commitmail json YAML

Updated games/onscripter to 20130411

(tsutsui)

2013-06-14 15:43:49 UTC MAIN commitmail json YAML

Update onscripter to 20130411.

Upstream changes summary (only Japanese log available)

20130411:
- fix a bug of bexec insn that doesn't return "SKIP" status
  even during skip mode

(tsutsui)

2013-06-14 15:09:47 UTC MAIN commitmail json YAML

Remove work-arounds for Mac OS X Mountain Lion's broken "awk" as we are
no longer using it.

(tron)

2013-06-14 15:07:37 UTC MAIN commitmail json YAML

Don't use the bundled "awk" and "sed" under Mac OX Mountain Lion and newer.
They break badly on files with binary characters. This fixes e.g. the
build of the "youtube-dl" package.

(tron)

2013-06-14 14:46:37 UTC MAIN commitmail json YAML

Fix build under Mac OS X (Mountain Lion).

(tron)

2013-06-14 14:46:13 UTC MAIN commitmail json YAML

New tw gems explicitly requires ruby-args_parser>=0.1.4.
(it is already in pkgsrc)

(tsutsui)

2013-06-14 14:42:54 UTC MAIN commitmail json YAML

Updated net/ruby-tw to 0.4.2

(tsutsui)

2013-06-14 14:40:24 UTC MAIN commitmail json YAML

Update ruby-tw to 0.4.2.

Changes from History.txt:

=== 0.4.2 2013-05-18

* enable -id=(id) option in pipe-tweet

=== 0.4.1 2013-05-18

* replty to status % tw "@shokai hello!" --id=1123454321

=== 0.4.0 2013-05-16

* status_id % tw --id
* RT tweet % tw --rt=12345136
* Fav tweet % tw --fav=12345136

(tsutsui)

2013-06-14 14:03:50 UTC MAIN commitmail json YAML

Sorry, removing garbage.

(mef)

2013-06-14 13:44:23 UTC MAIN commitmail json YAML

Add twittering-mode 3.0.0.

(mef)

2013-06-14 13:43:05 UTC MAIN commitmail json YAML

Add twittering-mode 3.0.0.

(mef)

2013-06-14 13:41:46 UTC MAIN commitmail json YAML

2013-06-14 11:16:11 UTC MAIN commitmail json YAML

Updated misc/dpkg to 1.16.10

(obache)

2013-06-14 11:15:33 UTC MAIN commitmail json YAML

Updated misc/dpkg to 1.16.10

(obache)

2013-06-14 11:15:17 UTC MAIN commitmail json YAML

Update dpkg to 1.16.10.
with some fixes mentioned in PR pkg/47234.

dpkg (1.16.10) unstable; urgency=low

  [ Guillem Jover ]
  * Fix typos in 1.16.9 changelog entry. Closes: #691954
    Thanks to Nicolás Alvarez <nicolas.alvarez@gmail.com>.
  * Add missing @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in.
  * Do not use an undefined va_list variable in dpkg_put_errno().
  * Abort installation if we cannot set the security context for a file.
  * Fix OpenPGP armored signature parsing, to be resilient against doctored
    input, including source package control files. Closes: #695919
  * Make sure the OpenGPG armor contains a signature block, even on EOF.
  * Do not accept Armor Header Lines inside a paragraph.
  * Do not abort dselect when multiarch is detected, as that only makes
    users downgrade and hold on an older version w/ worse multiarch support.
  * Fix warning in Dpkg::Source::Archive with «perl -w» due to redefinition
    of getcwd() by removing unused POSIX modules usage. Closes: #700978

  [ Updated programs translations ]
  * Esperanto (Felipe Castro).
  * Spanish (Javier Fernández-Sanguino).
  * Vietnamesea (Trần Ngọc Quân). Closes: #692100

  [ Updated scripts translations ]
  * Fix mistranslation in French translation of scripts.
    Thanks to Filipus Klutiero. Closes: #698530
  * Fix typos in French translation of scripts.
    Thanks to Sylvestre Ledru. Closes: #702627
  * Fix Russian translation (wrong order of parameters in a string).
    Thanks to Andrey Rahmatullin for noticing and Yuri Kozlov for fixing
    the translation. Closes: #698869

-- Guillem Jover <guillem@debian.org>  Fri, 08 Mar 2013 04:41:26 +0100

dpkg (1.16.9) unstable; urgency=low

  [ Raphaël Hertzog ]
  * Fix dpkg-source regression in "3.0 (quilt)" source packages while
    unapplying patches that remove all files in a directory. Closes: #683547
  * Fix segfault in field format parsing on empty strings, affecting
    «dpkg-query -W -f ''» and «dpkg-deb -W --showformat=''». LP: #1035512
  * Fix dpkg's French usage string which was missing the final “s“ in
    --print-foreign-architectures. Closes: #685863

  [ Guillem Jover ]
  * Use “statoverrides” instead of “statusoverrides” in dpkg-statoverride.
    Closes: #686995
  * Comment out dpkg(1) documentation about disabled --command-fd option.
    Closes: #685677
  * Cleanup dpkg-divert unit-test environment to avoid build failures.
    Closes: #687656
  * Fix update-alternatives test suite to behave correctly on non-Debian
    binary paths. Known to be affecting at least Gentoo and Mac OS X.
  * Do not leak subcall command arguments in update-alternatives.
  * Fix segfault on update-alternatives when passing --slave without any
    action at all. LP: #1037431
  * Fix memory leak in dpkg filesavespackage().
  * Do not print garbage (or worse) on dpkg shared conffile debug output.
  * Use a hash instead of a ref to a hash for keys() in Dpkg::BuildFlags
    get_feature_areas(). This causes compilation failures with older perl
    versions, which can be an issue with partial upgrades.
  * Fix filter subpattern debug output format string to print an actual
    value instead of just blanks.
  * Ignore trailing filter subpattern slashes on reinclusion comparison.
    This makes sure to reinclude directories previously excluded so that
    contained files marked for inclusion do not fail to unpack due to a
    missing directory. Closes: #688416
  * Do not consider obsolete conffiles as actively owned by the package.
    This ensures conffile entries are not mishandled nor mixed up when
    configuring packages owning the non-obsolete conffiles. Closes: #689836
    Based on a patch by Andreas Beckmann <debian@abeckmann.de>.
  * Properly mark in the database obsolete conffiles on package replaces.
  * Sync the Conffiles field values for all package instances. Because
    only the first package instance being configured will have a *.dpkg-new
    conffile available to be processed, the subsequent ones need to use the
    hash from the previously processed entries.
  * Fix logic for previously configured conffiles, so that the shared
    conffile checks actually work on reinstallation. Closes: #684776
  * Avoid info database corruption and bogus accesses on unknown format
    values, by always reading the format file and validating it.
  * Clarify that the most probable reason for multiarch database
    inconsistencies is due to upgrades from unofficial dpkg versions.
  * Only satisfy a dependency on a “Multi-Arch: foreign” if arch-unqualified.
  * Take architecture into account in virtual packages on remove and
    configure dpkg actions. Closes: #683411
  * Update update-alternatives --query format and examples in man page to
    match the implementation.
  * Add two missing 3rd person ‘s’ in dpkg-gensymbols(1). Closes: #689863
    Thanks to Paul Menzel <pm.debian@googlemail.com>.
  * Fix regression on old-style binNMUs for packages that specify an
    explicit binary version to dpkg-gencontrol, by always fixing up the
    source version. Closes: #690823

  [ Updated programs translations ]
  * Catalan (Guillem Jover).
  * Czech (Miroslav Kure).
  * Danish (Joe Dalton). Closes: #690808
  * French (Christian Perrier).
  * German (Sven Joachim).
  * Italian (Milo Casagrande).
  * Japanese (Kenshi Muto).
  * Polish (Michał Kułach). Closes: #690449
  * Portuguese (Miguel Figueiredo). Closes: #682582, #690431
  * Russian (Yuri Kozlov). Closes: #688050, #690415
  * Slovak (Ivan Masár). Closes: #690426
  * Swedish (Peter Krefting).
  * Thai (Theppitak Karoonboonyanan). Closes: #690678
  * Traditional Chinese (imacat). Closes: #687002

  [ Updated scripts translations ]
  * Polish (Michał Kułach). Closes: #683104
  * Spanish (Omar Campagne). Closes: #685297

  [ Updated dselect translations ]
  * Basque (Iñaki Larrañaga Murgoitio). Closes: #686421
  * Czech (Miroslav Kure).
  * Danish (Joe Dalton). Closes: #689820
  * Polish (Michał Kułach).

  [ Updated man page translations ]
  * French (Thomas Vincent, Sylvestre Ledru, Christian Perrier).
    Closes: #682978, #683221
  * German (Helge Kreutzmann).
  * Japanese (Hideki Yamane). Closes: #685103
  * Polish (Michał Kułach).
  * Spanish (Omar Campagne, Guillem Jover). Closes: #683514
  * Swedish (Peter Krefting).

-- Guillem Jover <guillem@debian.org>  Sat, 20 Oct 2012 05:59:50 +0200

dpkg (1.16.8) unstable; urgency=low

  [ Updated programs translations ]
  * Esperanto (Felipe Castro).
  * French (Christian Perrier).
  * Polish (Michał Kułach). Closes: #680561
  * Russian (Yuri Kozlov). Closes: #677850, #680411
  * Slovak (Ivan Masár).
  * Spanish (Javier Fernández-Sanguino)

  [ Updated man page translations ]
  * French (Christian Perrier).

  [ Updated scripts translations ]
  * French (Christian Perrier).
  * Russian (Yuri Kozlov).

  [ Updated dselect translations ]
  * Danish (Joe Dalton). Closes: #680108
  * Russian (Yuri Kozlov).
  * Traditional Chinese (Asho Yeh - 阿信).

-- Guillem Jover <guillem@debian.org>  Sat, 21 Jul 2012 02:11:04 +0200

dpkg (1.16.7) unstable; urgency=low

  [ Guillem Jover ]
  * Fix bogus dpkg-query --control-show badusage() strings.

  [ Raphaël Hertzog ]
  * Fix dpkg-gencontrol to correctly compute the source version
    in the case of "old-style" bin-nmus. Closes: #679959

  [ Updated dselect translations ]
  * Catalan (Guillem Jover).
  * French (Christian Perrier).
  * German (Sven Joachim).
  * Swedish (Peter Krefting).

  [ Updated programs translations ]
  * French (Christian Perrier).
  * German (Sven Joachim).
  * Italian (Milo Casagrande).
  * Swedish (Peter Krefting).

  [ Updated man page translations ]
  * Swedish (Peter Krefting).
  * French (Christian Perrier).

  [ Updated scripts translations ]
  * Swedish (Peter Krefting).
  * French (Christian Perrier).

-- Raphaël Hertzog <hertzog@debian.org>  Mon, 02 Jul 2012 21:16:12 +0200

dpkg (1.16.6) unstable; urgency=low

  [ Guillem Jover ]
  * Do not translate SE Linux context to human readable form while unpacking,
    as that might cause the operation to fail if the mcstransd daemon
    stopped running during the transaction. Closes: #679641
    Thanks to Russell Coker <russell@coker.com.au>.
  * Add --control-list and --control-show to dpkg-query --help output.

  [ Raphaël Hertzog ]
  * Fix import of error functions in dpkg-buildflags. Regression introduced
    in 1.16.5.

  [ Updated scripts translations ]
  * German (Helge Kreutzmann).

  [ Updated man page translations ]
  * German (Helge Kreutzmann).

-- Guillem Jover <guillem@debian.org>  Sat, 30 Jun 2012 21:45:10 +0200

dpkg (1.16.5) unstable; urgency=low

  [ Raphaël Hertzog ]
  * dpkg-source will now clean up after a failed application of a quilt
    patch. Closes: #652970
    And it will display a message explaining the most likely cause of
    failure (patch applying with fuzz).
  * When dpkg-source regenerates the automatic patch (with formats "2.0"
    or "3.0 (quilt)") it will keep the current patch header to avoid
    losing changes made by the maintainer.
  * Modify dpkg-source --commit to auto-whitelist modified binary files.
    That way the same command can be used whatever kind of upstream files
    has been modified.
  * dpkg-source now supports a new option --no-unapply-patches to force
    patches to be kept applied after build (used by formats "2.0" and "3.0
    (quilt)"). Closes: #643043

  [ Guillem Jover ]
  * Add a dpkg-buildflags --status action to describe the flag settings.
    Thanks to Bernhard R. Link <brlink@debian.org>. Closes: #664058
  * Add support for “binary-only” key-value option in changelogs, to allow
    marking changelog entries as part of a binary only upload, having a
    different version from the source package. Closes: #440094, #672723
  * Minimize source architecture list on «dpkg-source -b» by removing
    architectures already covered by architecture wildcards. Closes: #675333
  * Do not assume $ENV{'HOME'} is defined in Dpkg::Source::Package.
    Thanks to Niels Thykier <niels@thykier.net>. Closes: #677631
  * Document in more detail in deb(5) the supported ar archive format.
  * Document in deb-src-control(5) the “Private-” field prefix.
  * Add new start-stop-daemon --no-close option to disable closing file
    descriptors on --background. Closes: #627333, #646425
  * Switch source compression to xz.
  * Detect ar header fields truncation due to too long member names or too
    large member sizes. Closes: #678933
  * Add new dpkg-query --control-list and --control-show commands, which
    replace the now deprecated --control-path.
  * Print master and slave alternarive link names in update-alternatives
    --query and always print alternative link in --config. Closes: #679010
  * Cleanup and clarify buffer I/O error reporting. Closes: #621763
  * Avoid full stop and double newline at the end of errors and warnings.
    Thanks to Jonathan Nieder <jnieder@gmail.com>. Closes: #624000
  * Change all programs to accept -? instead of -h for help output.
  * Add support for specific arch-qualified dependencies. Closes: #676232
    Thanks to Thibaut Girka <thib@sitedethib.com>.
  * Accept “:native” arch-qualified Build-Dependencies. Closes: #558095
    Thanks to Thibaut Girka <thib@sitedethib.com>.
  * Do not use undefined values returned form deps_parse() in dpkg-shlibdeps.
    Closes: #640676
  * Add an Architecture column to «dpkg-query -l» before the Description
    column. Suggested by Jonathan Nieder <jnieder@gmail.com>. Closes: #673190

  [ Updated dpkg translations ]
  * Swedish (Peter Krefting).

  [ Updated dselect translations ]
  * Swedish (Peter Krefting).

  [ Updated scripts translations ]
  * German (Helge Kreutzmann).

  [ Updated man page translations ]
  * German (Helge Kreutzmann).
  * Swedish (Peter Krefting).

-- Guillem Jover <guillem@debian.org>  Sat, 30 Jun 2012 04:28:51 +0200

dpkg (1.16.4.3) unstable; urgency=low

  * On «update-alternatives --install» only warn for now on out of range
    priorities and clamp the values, as there seems to be packages using
    priorities > INT_MAX, which although bogus as they were previously
    overflowing the int used to store them, that would cause installation
    failures when upgrading from squeeze. This will be reverted to an
    error after wheezy. Closes: #676874

-- Guillem Jover <guillem@debian.org>  Sun, 17 Jun 2012 10:56:15 +0200

dpkg (1.16.4.2) unstable; urgency=low

  * Check correctly for out of range negative field width values in dpkg-query
    --show format strings. Regression introduced in 1.16.4. Closes: #676796

-- Guillem Jover <guillem@debian.org>  Sat, 09 Jun 2012 16:16:17 +0200

dpkg (1.16.4.1) unstable; urgency=low

  * Fix explicit file trigger activation. Regression introduced in 1.16.4.
    Closes: #676684

-- Guillem Jover <guillem@debian.org>  Fri, 08 Jun 2012 23:17:11 +0200

dpkg (1.16.4) unstable; urgency=low

  [ Guillem Jover ]
  * Deprecate compressing .deb files with lzma, by making dpkg-deb issue a
    warning, as the format has several deficiencies that have been addressed
    by upstream in xz. Although unpacking will be kept being supported to
    handle existing lzma compressed .deb files.
  * Add alternative changelog formats documentation from the policy manual
    to dpkg-parsechangelog(1). Closes: #584141
  * Add MiNT support to ostable and triplettable.
    Requested by Thorsten Glaser <tg@mirbsd.de>.
  * Add new frontend.txt file to dpkg-dev documenting some public interfaces
    for dpkg frontends. Closes: #670897
  * Clarify in dpkg(1) when --force-conf* options cause action.
    Suggested by Sven Joachim <svenjoac@gmx.de>. Closes: #391818
  * Add “gcc | c-compiler” to libdpkg-perl Suggests, due to Dpkg::Arch usage.
    Closes: #671198
  * Do not mask PIE from dpkg-buildflags on m68k, it appears to work now.
    Requested by Thorsten Glaser <tg@mirbsd.de>.
  * Remove deprecated support for PGP style signing command interface from
    dpkg-buildpackage.
  * Remove obsolete --udeb dpkg-scanpackages option.
  * Add arm64 support to cputable. Closes: #672408
    Thanks Wookey <wookey@wookware.org>.
  * Check parsed integers for invalid or no digit errors in start-stop-daemon
    and update-alternatives.
  * Check all parsed integers for out of range errors; i.e. that no negative
    values are allowed if not appropriate, and that no overflows occur.
    Closes: #580038
  * Switch start-stop-daemon(8) man page examples from /var/run to /run.
  * Do not obscure Dpkg::Source::Package ‘require’ errors with custom
    error message. Thanks to Thomas Adam <thomas.adam@smoothwall.net> and
    Jonathan Nieder <jrnieder@gmail.com>.
  * Add new Dpkg::Substvars::set_as_used() member function.
  * Rename Dpkg::Substvars no_warn() member function to mark_as_used(), keep
    the old name aliased to the new one producing a deprecation warning.
  * Add support for Build-Depends-Arch and Build-Conflicts-Arch fields, and
    a new -A option to dpkg-checkbuilddeps. Closes: #629480
    Thanks to Roger Leigh <rleigh@debian.org>.
  * Add support for “none” as a valid dpkg-deb compression strategy value.
    Closes: #674711
  * Clarify in dpkg(1) that the «dpkg -l» example only lists installed
    packages, and that to list available packages «dpkg-query --load-avail»
    has to be used instead. Closes: #673305
  * Clarify also in the dpkg(1) man page (already present in the dpkg.cfg(5)
    man page) the valid filenames for /etc/dpkg/dpkg.cfg.d/ fragment files.
    Closes: #674674
  * Fix start-stop-daemon to not follow symlinks when creating pidfiles.
    Thanks to Carsten Hey <carsten@debian.org>. Closes: #675918
  * Refactor the file locking logic into a new Dpkg::File module, and move
    the libfile-fcntllock-perl dependency from dpkg-dev to libdpkg-perl.
  * Demote the libfile-fcntllock-perl Depends to a Recommends by falling back
    to use flock based locking, because it being an XS module makes building
    a new perl package bumping the perl ABI impossible, as both packages
    become uninstallable. Thanks to Dominic Hargreaves <dom@earth.li>.
    Closes: #675947
  * Put an & before field_capitalize() calls in Dpkg::Control::Fields to
    fix a usage before declaration warning with perl 5.16. Closes: #676262
  * Do not warn in dpkg-divert on missing files list file for packages never
    installed before. Closes: #673518
  * Add support for liblzma to handle .xz and .lzma compressed files, and
    switch to it instead of using xz-utils. This removes the xz-utils
    Pre-Depends from dpkg. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
  * Always activate all path components for file triggers, this fixes file
    trigger handling for conffiles and dpkg-trigger invocations.
    Closes: #675613, #676061, #676062, #676107, #676118, #676122
  * Do not reset Multi-Arch field in the update log when removing the package.
    Closes: #676496
  * Fix dpkg-split to honour the DPKG_ADMINDIR environment variable.

  [ Updated man page translations ]
  * German (Helge Kreutzmann).
  * French (Christian Perrier). Fixes a mistranslation and some
    inconsistencies reported by Vincent Danjean( thanks). Closes: #673158

-- Guillem Jover <guillem@debian.org>  Thu, 07 Jun 2012 23:43:19 +0200

(obache)

2013-06-14 11:09:09 UTC MAIN commitmail json YAML

BUILDLINK_TRANSFORM+=  rm:-Wl,--version-script=Version_script to fix
build on SunOS.

(rodent)

2013-06-14 09:42:35 UTC MAIN commitmail json YAML

Added security/py-itsdangerous version 0.21.

(kleink)

2013-06-14 09:41:26 UTC MAIN commitmail json YAML

+ py-itsdangerous

(kleink)

2013-06-14 09:41:01 UTC MAIN commitmail json YAML

Import itsdangerous-0.21 as security/py-itsdangerous.

It's Dangerous
  ... so better sign this

Various helpers to pass data to untrusted environments and to get it back
safe and sound.

This repository provides a module that is a port of the django signing
module.  It's not directly copied but some changes were applied to
make it work better on its own.

(kleink)

2013-06-14 09:05:15 UTC MAIN commitmail json YAML

Note lang/gcc47-libs and lang/gcc48-libs updates.

(jperkin)

2013-06-14 09:02:22 UTC MAIN commitmail json YAML

Note update of ming packages to 0.4.5.

(obache)

2013-06-14 09:01:41 UTC MAIN commitmail json YAML

Update variable names to match those in the buildlink3.mk files, and to avoid
any possible clashes with the main gcc packages.

If you were previously using GCC_TARGET_MACHINE to configure the location to
the runtime libraries, you should update it to LIBGCC_TARGET_MACHINE.

Bump PKGREVISIONs.

(jperkin)

2013-06-14 09:00:19 UTC MAIN commitmail json YAML

Update ming to 0.4.5.

0.4.5 - 2013-06-08

* Fix a build problem with perl module and Perl 5.13.10 (Debian package patch 07)
* Fix an issue with a shared lib version of the perl module (Debian package patch 05)
* Fix a runtime warnign in the PHP module (Issue #6)
* Fix build probem with PHP 5.4 (Issue #9, Debian Bug #662620)
* Took in some build warning fixes found by openSUSE
* Add support for giflib 4.2.0+ (bugzilla #119)
* Fix build with SunStudio compiler (bugzilla #103, #118)
* Include test file missing in 0.4.4 (Oops)
* Ensure perl tests use uninstalled package
* Allow running testsuite with interpreters in custom paths
* Improve detection of TCL files
* Fix testsuite runs on systems w/out GNU vasprintf
* Fix run of ActionScriptTests with BSD make
* Fix short allocation parsing empty glyph record

(obache)

2013-06-14 08:54:06 UTC MAIN commitmail json YAML

Updated textproc/urlview to 0.9nb4

(wiz)

2013-06-14 08:53:57 UTC MAIN commitmail json YAML

Install url_handler.sh, from Dario Niedermann on pkgsrc-users.

Fix bash call in script and add run-time-dependency on bash for the script.

Bump PKGREVISION.

(wiz)

2013-06-14 08:53:26 UTC MAIN commitmail json YAML

When using USE_PKGSRC_GCC_RUNTIME, do not add an rpath for the main GCC libs.

(jperkin)

2013-06-14 08:22:26 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin10.1 to 10.3.183.90

(obache)

2013-06-14 08:22:13 UTC MAIN commitmail json YAML

2013-06-14 08:21:17 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.291

(obache)

2013-06-14 08:20:57 UTC MAIN commitmail json YAML

2013-06-14 07:41:52 UTC MAIN commitmail json YAML

Updated x11/libXvMC to 1.0.8

(wiz)

2013-06-14 07:41:43 UTC MAIN commitmail json YAML

Update to 1.0.8:

This bug fix release provides the fixes for the recently announced security
issues CVE-2013-1990 & CVE-2013-1999, and the fixes for the bugs introduced
in the initial set of patches for those security issues.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (6):
      Use _XEatDataWords to avoid overflow of rep.length shifting
      integer overflow in XvMCListSurfaceTypes() [CVE-2013-1990 1/2]
      integer overflow in XvMCListSubpictureTypes() [CVE-2013-1990 2/2]
      integer overflow in _xvmc_create_*()
      Multiple unvalidated assumptions in XvMCGetDRInfo() [CVE-2013-1999]
      libXvMC 1.0.8

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Dave Airlie (1):
      Multiple unvalidated patches in CVE-2013-1999

Julien Cristau (1):
      avoid overflowing by making nameLen and busIDLen addition overflow

(wiz)

2013-06-14 07:40:51 UTC MAIN commitmail json YAML

Updated x11/libXrender to 0.9.8

(wiz)

2013-06-14 07:40:41 UTC MAIN commitmail json YAML

Update to 0.9.8:

This bugfix release delivers the fixes for the recently announced security
issue CVE-2013-1987.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (5):
      Use _XEatDataWords to avoid overflow of rep.length bit shifting
      integer overflow in XRenderQueryFilters() [CVE-2013-1987 1/3]
      integer overflow in XRenderQueryFormats() [CVE-2013-1987 2/3]
      integer overflow in XRenderQueryPictIndexValues() [CVE-2013-1987 3/3]
      libXrender 0.9.8

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

(wiz)

2013-06-14 07:40:15 UTC MAIN commitmail json YAML

ftp://sunsite.uio.no/pub/X11/individual/ was last updated in 2010,
remove it from xorg mirror list.

(wiz)

2013-06-14 06:36:31 UTC MAIN commitmail json YAML

2013-06-14 04:59:03 UTC MAIN commitmail json YAML

Add --disable-man to the configure arguments to get it to stop looking
for xsltproc. The man pages are built in the base package (devel/dconf)
and this package doesn't touch that directory when building or installing.

(dholland)

2013-06-14 04:56:47 UTC MAIN commitmail json YAML

Clean up pkglint flagged issue:
(1) mail/wl/Makefile
  - Add LICENSE= gnu-gpl-v2.
  - Use # none instead onf # defined (EMACS_BUILDLINK=).
  - Use set instead of @set.
(2) mail/wl/patches/patch-aa
  - Add comment from old cvs log.
(3) mail/wl/patches/patch-utils_ptexinfmt.el
  Avoid diff -c confusion by pkglint:
  -*** [info] Error code 255
  + *** [info] Error code 255
(4) mk/defaults/options.description 14 Jun 2013 04:48:54 -0000
  Add following option:
  +emacs-w3m    W3m browser extention.

(mef)

2013-06-14 04:27:23 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.4.0nb5

(jnemeth)

2013-06-14 04:26:55 UTC MAIN commitmail json YAML

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

Add patch-utils_ptexinfmt.el to build with emacs24.
  Problem reported (for exmaple) at following mail:
  broken packages for 2013q2
  http://mail-index.netbsd.org/tech-pkg/2013/06/12/msg011548.html

(mef)

2013-06-14 03:44:40 UTC MAIN commitmail json YAML

Add patch-utils_ptexinfmt.el to build with emacs24.
  Problem reported (for exmaple) at following mail:
  broken packages for 2013q2
  http://mail-index.netbsd.org/tech-pkg/2013/06/12/msg011548.html

(mef)

2013-06-14 02:06:52 UTC MAIN commitmail json YAML

remove TODO, I fixed the redis startup file and the CVE were fixed a few versions ago

(mspo)

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

patch-ab modified to fix clang build problem:
  (1) clang flags:
  dd_rescue.c:1494:22: warning: implicit declaration of function 'basename' is invalid in C99 [-Wimplicit-function-declaration]
        const char* ibase = basename(inm);
  (3) clang flags:
  dd_recue.c:(.text+0x12b4): undefined reference to `mypread'
  dd_rescue.c:(.text+0x1374): undefined reference to `mypwrite'
Reported by joerg@ bulkbuild, and discussed on tech-pkg@, thanks.

(mef)

2013-06-13 22:30:41 UTC MAIN commitmail json YAML

2013-06-13 22:13:58 UTC MAIN commitmail json YAML

Update lua-lpeg to version 0.12.

What is LPeg? LPeg is a new (well, not that new now) pattern-matching
library for Lua, based on Parsing Expression Grammars (PEGs).

What is new in version 0.12?
  + no "unsigned short" limit for pattern sizes
  + mathtime captures considered nullable  (*)
  + some bugs and compiler warnings fixed

Where to get it?

  http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-0.12-rc1.tar.gz

(*) Although this change can be considered logically a bug fix, it can
lead to some old patterns being refused with a "loop body may accept
empty string" error. It should be easy to fix these patterns.

(alnsn)

2013-06-13 21:50:00 UTC MAIN commitmail json YAML

2013-06-13 21:48:09 UTC MAIN commitmail json YAML

2013-06-13 21:46:34 UTC MAIN commitmail json YAML

Pull in OpenSSL buildlink3 rather than disabling completely.

Requested by joerg.

(jperkin)

2013-06-13 21:44:06 UTC MAIN commitmail json YAML

2013-06-13 21:43:26 UTC MAIN commitmail json YAML

2013-06-13 21:42:22 UTC MAIN commitmail json YAML

2013-06-13 21:41:48 UTC MAIN commitmail json YAML

2013-06-13 21:41:02 UTC MAIN commitmail json YAML

2013-06-13 21:40:43 UTC MAIN commitmail json YAML

2013-06-13 21:36:46 UTC MAIN commitmail json YAML

Only disable OpenSSL if not using a builtin implementation.

(jperkin)

2013-06-13 21:35:25 UTC MAIN commitmail json YAML

Add missing patch checksum.

(wiz)

2013-06-13 20:11:27 UTC MAIN commitmail json YAML

Updated lang/nodejs to 0.10.11

(fhajny)

2013-06-13 20:11:05 UTC MAIN commitmail json YAML

Update nodejs to 0.10.11.

2013.06.13, Version 0.10.11 (Stable)
* uv: upgrade to 0.10.11
* npm: Upgrade to 1.2.30
* openssl: add missing configuration pieces for MIPS (Andrei Sedoi)
* Revert "http: remove bodyHead from 'upgrade' events" (isaacs)
* v8: fix pointer arithmetic undefined behavior (Trevor Norris)
* crypto: fix utf8/utf-8 encoding check (Ben Noordhuis)
* net: Fix busy loop on POLLERR|POLLHUP on older linux kernels
  (Ben Noordhuis, isaacs)

(fhajny)

2013-06-13 18:26:02 UTC MAIN commitmail json YAML

unless a config file is given in rc.conf, default to bind localhost and run daemonized

(mspo)

2013-06-13 17:43:03 UTC MAIN commitmail json YAML

add redis to databases/ Makefile

(mspo)

2013-06-13 17:42:30 UTC MAIN commitmail json YAML

Updated databases/redis to 2.6.13

(mspo)

2013-06-13 17:41:34 UTC MAIN commitmail json YAML

2013-06-13 16:31:56 UTC MAIN commitmail json YAML

Add another site.

(asau)

2013-06-13 16:25:30 UTC MAIN commitmail json YAML

Updated archivers/bsdtar to 2.8.4nb1

(jperkin)

2013-06-13 16:25:19 UTC MAIN commitmail json YAML

Explicitly disable OpenSSL support, to prevent it from erroneously picking
up a system one regardless of PREFER_PKGSRC.

Bump PKGREVISION.

(jperkin)

2013-06-13 16:24:28 UTC MAIN commitmail json YAML

Updated archivers/libarchive to 2.8.4nb2

(jperkin)

2013-06-13 16:24:14 UTC MAIN commitmail json YAML

Explicitly disable OpenSSL support, to prevent it from erroneously picking
up a system one regardless of PREFER_PKGSRC.

Bump PKGREVISION.

(jperkin)

2013-06-13 14:35:34 UTC MAIN commitmail json YAML

Include inttypes.h for PRIu64.
No idea why this suddenly started to be necessary though (on
NetBSD-6.99.20/amd64).

(wiz)

2013-06-13 14:30:17 UTC MAIN commitmail json YAML

2013-06-13 14:29:37 UTC MAIN commitmail json YAML

2013-06-13 14:28:38 UTC MAIN commitmail json YAML

2013-06-13 14:28:22 UTC MAIN commitmail json YAML

Updated emulators/mess to 0.149

(wiz)

2013-06-13 14:28:12 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.149

(wiz)

2013-06-13 14:27:59 UTC MAIN commitmail json YAML

2013-06-13 14:27:50 UTC MAIN commitmail json YAML

2013-06-13 14:27:21 UTC MAIN commitmail json YAML

2013-06-13 14:26:35 UTC MAIN commitmail json YAML

Replace tcl with tk as dependency. The former is not enough.

(joerg)

2013-06-13 14:26:14 UTC MAIN commitmail json YAML

2013-06-13 14:25:30 UTC MAIN commitmail json YAML

2013-06-13 14:16:30 UTC MAIN commitmail json YAML

Updated graphics/MesaLib to 7.11.2nb2

(wiz)

2013-06-13 14:16:21 UTC MAIN commitmail json YAML

Check for symbol existence with #ifdef, not #if.
Needed since some other files only #define the symbol without a value.

Bump PKGREVISION since this changes an installed header file.

(wiz)

2013-06-13 14:03:05 UTC MAIN commitmail json YAML

Note removal of clutter-0.8 packages.

(obache)

2013-06-13 14:01:35 UTC MAIN commitmail json YAML

2013-06-13 13:53:35 UTC MAIN commitmail json YAML

Note remoeval of ruby-clutter packages.

(obache)

2013-06-13 13:51:22 UTC MAIN commitmail json YAML

2013-06-13 13:47:26 UTC MAIN commitmail json YAML

2013-06-13 13:33:08 UTC MAIN commitmail json YAML

Updated sysutils/ruby-notify to 0.5.2

(obache)

2013-06-13 13:32:53 UTC MAIN commitmail json YAML

Update ruby-notify to 0.5.2.

notable changes:
* don't pass icon options to notify-send when there are none

(obache)

2013-06-13 13:22:59 UTC MAIN commitmail json YAML

Updated security/ruby-twitter_oauth to 0.4.92

(obache)

2013-06-13 13:22:42 UTC MAIN commitmail json YAML

2013-06-13 13:18:22 UTC MAIN commitmail json YAML

Updated textproc/ruby-json-pure to 1.8.0

(obache)

2013-06-13 13:18:08 UTC MAIN commitmail json YAML

Update ruby-json-pure to 1.8.0

2013-05-13 (1.8.0)
  * Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
    Lafortune <github_rocks@marc-andre.ca>. Thanks!
  * Applied patches by Yui NARUSE <naruse@airemix.jp> to suppress warning with
    -Wchar-subscripts and better validate UTF-8 strings.
  * Applied patch by ginriki@github to remove unnecessary if.
  * Add load/dump interface to JSON::GenericObject to make
        serialize :some_attribute, JSON::GenericObject
    work in Rails active models for convenient SomeModel#some_attribute.foo.bar
    access to serialised JSON data.

(obache)

2013-06-13 13:16:04 UTC MAIN commitmail json YAML

Updated textproc/ruby-json to 1.8.0

(obache)

2013-06-13 13:15:49 UTC MAIN commitmail json YAML

Update ruby-json to 1.8.0.

2013-05-13 (1.8.0)
  * Fix https://github.com/flori/json/issues/162 reported by Marc-Andre
    Lafortune <github_rocks@marc-andre.ca>. Thanks!
  * Applied patches by Yui NARUSE <naruse@airemix.jp> to suppress warning with
    -Wchar-subscripts and better validate UTF-8 strings.
  * Applied patch by ginriki@github to remove unnecessary if.
  * Add load/dump interface to JSON::GenericObject to make
        serialize :some_attribute, JSON::GenericObject
    work in Rails active models for convenient SomeModel#some_attribute.foo.bar
    access to serialised JSON data.

(obache)

2013-06-13 13:02:55 UTC MAIN commitmail json YAML

Updated databases/ruby-ldap to 0.9.13

(obache)