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 (0m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 09:16:19 UTC Now

2014-10-26 14:14:33 UTC MAIN commitmail json YAML

Added misc/ocaml-cudf version 0.7

(jaapb)

2014-10-26 14:14:09 UTC MAIN commitmail json YAML

Added misc/ocaml-cudf, a library that deals with the CUDF format (a format
to describe upgradeability problems). It's a dependency of OPAM.

(jaapb)

2014-10-26 13:44:34 UTC MAIN commitmail json YAML

Added ocamlgraph to SUBDIRS

(jaapb)

2014-10-26 13:43:48 UTC MAIN commitmail json YAML

2014-10-26 11:57:42 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Lite to 2.05

(wiz)

2014-10-26 11:57:34 UTC MAIN commitmail json YAML

Update to 2.05. Set LICENSE.

* v2.05 - 23rd October 2014

Documentation improvements, Makefile.PL tweaks.

(wiz)

2014-10-26 11:56:14 UTC MAIN commitmail json YAML

Updated www/p5-CGI to 4.09

(wiz)

2014-10-26 11:56:05 UTC MAIN commitmail json YAML

Update to 4.09:

4.09 2014-10-21

    [ RELEASE NOTES ]
    - with this release the large backlog of issues against CGI.pm has been
      cleared. All fixes have been made in the versions 4.00 and above so if
      you are upgrading from 3.* you should thoroughly test your code against
      recent versions of CGI.pm
    - an effort has been made to retain back compatibility against previous
      versions of CGI.pm for any fixes made, however some changes related to
      the handling of temporary files may have consequences for your code
    - please refer to the RELEASE NOTES for version 4.00 and above for all
      recent changes and file an issue on github if there has been a regression.
    - please do *NOT* file issues regarding HTML generating functions, these
      are no longer being maintained (see perldoc for rational)

    [ SPEC / BUG FIXES ]
    - tweak url to DTRT when the web server is IIS (RT #89827 / GH #152)
    - fix temporary file handling when dealing with multiple files in MIME uploads
      (GH #154, thanks to GeJ for the test case)

4.08 2014-10-18

    [ DOCUMENTATION ]
    - note that calling headers without a -charset may lead to a nonsensical
      charset being added to certain content types due to the default and the
      workaround
    - remove documentation stating that calls to escapeHTML with a changed
      charset force numeric encoding of all characters, because that does not
      happen
    - documentation tweaks for calling param() in list context and the addition
      of multi_param()

    [ SPEC / BUG FIXES ]
    - don't sub out PATH_INFO in url if PATH_INFO is the same as SCRIPT_NAME
      (RT #89827)
    - add multi_param() method to allow calling of param() in list context
      without having to disable the $LIST_CONTEXT_WARN flag (see RELEASE NOTES
      for version 4.05 on why calling param() in list context could be a bad
      thing)

4.07 2014-10-12

    [ RELEASE NOTES ]
    - please see changes for v4.05

    [ TESTING ]
    - typo and POD fixes, add test to check POD and compiles

(wiz)

2014-10-26 11:55:06 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-SQLite to 1.44

(wiz)

2014-10-26 11:54:58 UTC MAIN commitmail json YAML

Update to 1.44:

1.44 2014-10-22
    - Switched to a production version. (ISHIGAKI)

1.43_09 2014-10-20
    - Resolved #99583: Legacy DOS 8.3 filename support incompatible
      with SQLITE WAL journal mode (spotted by Pat Horton) (ISHIGAKI)
    - 1.43_07/08 were not VC6 compatible (ISHIGAKI)

1.43_08 2014-08-21
    - Updated to SQLite 3.8.6, which should fix a unique index
      issue: see http://www.sqlite.org/src/info/9a6daf340df99ba93c
      for details (ISHIGAKI)

1.43_07 2014-07-30
    - Resolved #97598: Crash on disconnect with virtual tables (FTS4)
      (patch and test code by Rob++) (ISHIGAKI)

1.43_06 2014-07-22
    - Fixed compile error/warning for older perls (reported by ribasushi)
      (ISHIGAKI)

1.43_05 2014-07-21
    - No significant code changes; removed unnecessary dependencies.

1.43_04 2014-07-21
    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    - Resolved #96877: sql statements should be converted to utf8 (DAMI)
      If you set sqlite_unicode to true, SQL statements will be upgraded
      to avoid inconsistency between embedded params and bind params.

    - Resolved #96494: [PATCH] add SYSTEM TABLE to table_info() type
      list (MJP)
    - Supported virtual tables in Perl, and added two sample tables
      (DAMI++)

1.43_03 2014-06-12
    - Updated to SQLite 3.8.5, which should fix query planner's
      issues in SQLite (ISHIGAKI)
    - Fixed busy_timeout to accept 0 to disable (reported by zdm)
      (ISHIGAKI)
    - Resolved #95511: primary_key_info fails to return names for
      named primary keys (Kenneth Kroenlein)
    - Resolved #96050: Segfault in disconnected sqlite_db_filename
      (reported by Alex Vandiver) (ISHIGAKI)

1.43_02 2014-03-26
    - Limited -std=gnu99 to solaris gcc only, though it may be
      harmless in many cases (mattp++) (ISHIGAKI)

1.43_01 2014-03-26
    - Added -std=gnu99 for solaris gcc users (reported by mattp++)
      (ISHIGAKI)

(wiz)

2014-10-26 11:54:00 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.006001

(wiz)

2014-10-26 11:53:52 UTC MAIN commitmail json YAML

Update to 1.006001:

1.006001 - 2014-10-22
  - Name the ->DOES method installed by Role::Tiny
  - don't apply threading workarounds on non-threaded perls, even if module for
    it is loaded by something
  - avoid loading base.pm and just set @ISA manually
  - fix some Pod links to Class::Method::Modifiers
  - fix applying roles with multiple attributes with defaults to objects
    (RT#99217)
  - fix Moose inheriting from a Moo class that inherits from a non-M* class
    when the Moose class is not made immutable
  - fix ->does method on Moose child classes of Moo classes

(wiz)

2014-10-26 11:52:50 UTC MAIN commitmail json YAML

Updated devel/p5-Type-Tiny to 1.000005

(wiz)

2014-10-26 11:52:42 UTC MAIN commitmail json YAML

Update to 1.000005:

1.000005 2014-10-25

[ Bug Fixes ]
- Fix short-circuiting optimizations for parameterized HashRef, ArrayRef,
  ScalarRef, and Map type constraints.
  Fixes RT#99312.
  Marcel Timmerman++
  <https://rt.cpan.org/Ticket/Display.html?id=99312>

[ Test Suite ]
- Fix annoying warning message in test suite with recent versions of
  Exporter::Tiny.

(wiz)

2014-10-26 11:51:24 UTC MAIN commitmail json YAML

Updated devel/p5-Role-Tiny to 1.003004

(wiz)

2014-10-26 11:51:15 UTC MAIN commitmail json YAML

Update to 1.003004:

1.003004 - 2014-10-22
  - allow does_role to be overridden by Moo::Role

(wiz)

2014-10-26 11:49:53 UTC MAIN commitmail json YAML

Fix MASTER_SITES (add missing slash)

(wiz)

2014-10-26 11:43:55 UTC MAIN commitmail json YAML

Added ocaml-re to Makefile SUBDIRS

(jaapb)

2014-10-26 11:43:29 UTC MAIN commitmail json YAML

Added devel/ocaml-re version 1.2.2

(jaapb)

2014-10-26 11:42:52 UTC MAIN commitmail json YAML

2014-10-26 11:19:57 UTC MAIN commitmail json YAML

Added ocaml-extlib to Makefile

(jaapb)

2014-10-26 10:55:17 UTC MAIN commitmail json YAML

Added devel/ocaml-extlib version 1.6.1

(jaapb)

2014-10-26 10:54:36 UTC MAIN commitmail json YAML

Added devel/ocaml-extlib, an alternative standard library for OCaml. Will
come in handy as a dependency for a few things.

(jaapb)

2014-10-26 10:51:02 UTC MAIN commitmail json YAML

+ dos2unix-7.1, glu-10.3.2, irssi-0.8.17, kchmviewer-7.1, mpg123-1.21.0,
  pngcrush-1.7.78, py-matplotlib-1.4.2, tea-38.0.0, wesnoth-1.11.17.

(wiz)

2014-10-26 10:20:56 UTC MAIN commitmail json YAML

Updated x11/xf86-video-ati6 to 6.14.6nb3

(wiz)

2014-10-26 10:20:42 UTC MAIN commitmail json YAML

2014-10-26 10:20:25 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.58nb1

(wiz)

2014-10-26 10:20:11 UTC MAIN commitmail json YAML

2014-10-26 09:57:47 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.465

(ryoon)

2014-10-26 09:54:31 UTC MAIN commitmail json YAML

Update to 0.465

Status:
Unadjusted glyphs: Unicode 7bb0-9398.

(ryoon)

2014-10-26 09:36:29 UTC MAIN commitmail json YAML

Updated emulators/mess to 0.155

(wiz)

2014-10-26 09:36:09 UTC MAIN commitmail json YAML

Update mame/mess to 0.155:

0.155
-------

MAMETesters Bugs Fixed
----------------------
- 01007: [Sound] (simpsons.c) simpsons: Some in-game samples such as
  "maggie" and "that's my sister mister" sound bad. (Alex Jackson)
- 05705: [DIP/Input] (segas18.c) ddcrew: Player 3 buttons not working (Osso)
- 05700: [Graphics] (terracre.c) amazon, amatelas: lag/desync between
  sprites and background (Alex Jackson)
- 03395: [Sound] (nmk16.c) macross2: Music emulation is not 100% perfect
  (a balance issue) (trap15)
- 02422: [Sound] (nmk16.c) mustang: Sound communication might be incorrectly
  implemented. (trap15)
- 02417: [Sound] (nmk16.c) NMK004 sound CPU is just (imperfectly) simulated
  for now. (trap15)
- 01117: [Graphics] (nmk16.c) macross2: After some versions, I noticed a different
  gfx overlap priority between hugest ships and weapon pickups in Macross2. (trap15)
- 05493: [Crash/Freeze] (itgambl2.c) All sets in itgambl2.c: Crash before OK
  (Olivier Galibert)
- 05697: [DIP/Input] (flyball.c) All sets in flyball.c: Controls for Batter and
  Pitcher are intertwined (hap)
- 05693: [Graphics] (ddragon3.c) wwfwfest: Wrestler Entrance does not show graphics
  (hap)
- 05689: [Misc.] (williams.c) All sets in williams.c: Utility panel buttons not
  working correctly compared to real game
- 05683: [Interface] SDL-based: -watchdog command not operable in SDLMAME (R. Belmont)
- 05681: [Crash/Freeze] SDL-based: Most Laserdisc CHD games either do not boot or
  have other issues (R. Belmont)
- 05688: [Crash/Freeze] (psikyo4.c) hgkairak, hotgm4ev, hotgmck, hotgmck3, hotgmcki:
  MAME crashes when enabling flip screen in psikyo4 games (Osso)
- 02124: [Graphics] (namconb1.c) nebulray, nebulrayj: Nebulas Ray is missing a rotation
  effect in the first level (Phil Bennett)
- 05686: [Documentation] (model2.c) vcopa: missing relationship (Tafoid)
- 05685: [Documentation] (alg.c) maddog22: maddog22 is missing relationship with other
  maddog2 sets (JWallace)
- 05676: [Sound] (eolith.c) candy: Loss of in-game sound (Wilbert Pol)
- 05675: [Color/Palette] (highvdeo.c) newmcard, record: Palette problems (David Haywood)
- 05666: [Crash/Freeze] (cswat.c) cswat: AddressSanitizer: heap-buffer-overflow with
  -aviwrite (hap)
- 05350: [Core] Systems using M6809 with M6809_HOLD_LINE: CWAI doesn't acknowledge
  interrupts while polling for them (hap)
- 05629: [Color/Palette] hangplt, hangpltu, thrilld: Voodoo 3D graphics have no palette
  (Phil Bennett)
- 05637: [Crash/Freeze] (vegas.c) gauntdl, gauntdl24: Emulation hangs after initialization
  (Phil Bennett)
- 05638: [Crash/Freeze] (seattle.c) vaportrx, vaportrxp: Emulation hangs during INIT
  (Phil Bennett)
- 05636: [Sound] (vegas.c) gauntleg, gauntdl, carnevil and clones: Missing streaming
  BGM/Sounds during gameplay (Phil Bennett)
- 05634: [Crash/Freeze] (tasman.c) All sets in tasman.c: [debug] Assertion in Debug
  (Alex Jackson)
- 05644: [Graphics] (homerun.c) ganjaja: Line glitches at top of screen (hap)
- 05631: [Crash/Freeze] mquake.c, upscope.c: Crash shortly after start (Osso)
- 05633: [Crash/Freeze] (pcxt.c) tetriskr: [debug] Crash in Debug at start (crazyc)
- 00386: [Graphics] (battlera.c) battlera, bldwolf, bldwolfj: Sprites in the same player
  where the black box with text that appears sometimes are printed in front of them.
(David Haywood)
- 00385: [Graphics] (battlera.c) battlera: When you are fighting against the first final
  boss, you can see it even if it is under the water. (David Haywood)

Source Changes
--------------

-tourvis.c: Added version 5.3 BIOS to the Tourvision driver. [system11]

-m68kmake.c: change overlapping memcpy() to memmove() [Casper Ti. Vector]

-Changed set mpoker and driver to mgames. Also description from
Multi-Poker to Match Games accordingly with the official flyer.
http://flyers.arcade-museum.com/?page=thumbs&db=videodb&id=6500 In
fact, these are skill instead of poker games. Also added way more
documentation and some cosmetic fixes. [Roberto Fresca]

-Unknown Pac-Man gambling game: Rename and redefine the inputs to match
the behavior of both games. Added complete instructions to play the
stealth gambling game. [Roberto Fresca]

-Unknown Pac-Man gambling game: Added proper sound support. Rearranged
some inputs and hooked extra port. Found some DIP switches. Added
technical notes and instructions. Cleaned up the whole driver.
[Roberto Fresca]

-k053246_k053247_k055673.c: Make 8-bit-per-pixel ROM readback work;
hook up ROM readback properly in rungun.c; hook up registers properly
in tasman.c (sprite ROM tests pass now, still doesn't draw anything)
[Alex Jackson]

-fm2612: fixed missing dac channel on savestate load
[dink (FB Alpha project)]

-Added decryption support for Music Ball [Andreas Naive]

-speedbal.c: Give Music Ball it's own correct Bonus dipswitch settings.
Add dipswitch locations to Speed Ball & Music Ball. [Brian Troha]

-improve Funny Strip / Puck People protection simulation [iq_132]

-tatsumi.c: Fixed Cycle Warriors (set 1) hangs at boot. [MASH]

-k005289: fix off-by-one frequency; adds missing detune effect to
nemesis BGM [Alex Jackson]

-floppy: Handle half and quarter tracks [O. Galibert]

-williams.c - Added missing video board PROM to Joust 2 [Joe Magiera]

-flopimg: don't trash a bunch of memory when loading legacy floppies.
[R. Belmont]

-gcpinbal.c: Added PCB layout for Grand Cross Pinball
[Brian Troha, system11]

-ssv.c: Add PCB for the Storm Blade game rom board.
[Brian Troha, ShouTime]

-Laserdisc titles added and reorganised to include dumps from other
sources. ALG titles in particular have been heavily reorganised
[Dragon's Lair Project, J. Wallace]

-taito_b.c: Verified clock speeds for the East Technology's ET910000A
PCB used by Sel Feena and Ryu Jin. [system11]

-namconb1.c - Improved interrupt handling, fixing raster-effects (used
by nebulray and machbrkr) and nebulray test mode. [Phil Bennett]

-Implemented the Namco Custom 116 palette and raster IRQ controller as
a device, and hooked it up to the namcos1, namconb1 and namcofl
drivers [Alex Jackson]

-digfx.c: Make some members protected instead of private to be less
fascistic and more consistent with other device_interfaces. [Alex Jackson]

-SDL: update manpages [Cesare Falco]

-Allow use of external SQLite3 [Cesare Falco]

-coinmvga.c driver: Minor cleanup, new set added, and changed game
descriptions. [Roberto Fresca]

-msm5832: day of week is 0-6, not 1-7 [R. Belmont]

-galaxian.c: redumped atlantis2. [system11]

-Preliminary IGS029 protection simulation for mgcs: [Luca Elia]
fixes sound, dips and crash at game start.

-bwidow.c - Various changes: [Phil Bennett]
* Added address decoder PROMs to Gravitar and clones.
* Renamed ROMs to include correct part numbers and locations.
* Renamed set gravp to gravitar1.

-centiped.c - Various changes: [Phil Bennett]
* Made centtime the parent (this is actually revision 4)
* Renamed ROMs to include correct part numbers and locations.
* Added sync PROM to Warlords

-fuukifg2.c: Correct clock speeds for the Susume! Mile Smile / Go Go!
Mile Smile and Gyakuten!! Puzzle Bancho sets. [system11]

-added decryption for Gundam Wing: Endless Duel (SNES bootleg) [iq_132]

-floppy: Don't infloop in set_write_splice when there's no floppy
(fixes MT5672) [O. Galibert]

-mips3drc: Throw badcop exceptions on COP1 accesses while the COP1
status bit is not enabled [MarathonMan]

-segaybd.c: Give the new Power Drift (Japan, Link Version) it's own
correct dipswitch settings. [Brian Troha]

-ymf278b: Use the memory system to access wavetable data. This should
make it possible to hook up RAM as well as ROM to the device, e.g. for
computer sound cards in MESS. [Alex Jackson]

-psikyo4: Improve and clean up wavetable ROM banking. The mask ROM
tests in hotgm4ev and hotgmcki pass now. loderndf still fails for
unknown reasons. Miscellaneous cleanups as well. [Alex Jackson]

-mfi_dsk: Fix leaks [O. Galibert]

-SDL: fall through to the baseline Win32 implementations for file,
socket, and pty/named pipe I/O. [R. Belmont]

-SDL: init timebase the first time it's needed on Windows, Mac, and
OS/2 targets. [R. Belmont]

-Fixed sprite DMA for Raiden 2, bullets are now visible
[Angelo Salese, Olivier Galibert]

-SDL: remove dead code from SDL2 renderer, fix laserdisc crash with
SDL2 -video accel rendering. [R. Belmont]

-replace rom in ryukendna set [system11]

-SDL: link properly on OS X for SDL2. [R. Belmont]

-SDL: Use the same screen selection method for SDL2 as Windows.
[R. Belmont]

-Various pinballs working (see list below) [Robbbert]

-Sound for Atari pinball machines [Robbbert]

-gtia.c: converted to be a device. [Fabio Priuli]

-hikaru: add mask dumps for podrace [Cah4e3]

-voodoo.c, vooddefs.h: Added support for writes to trexInit1 register,
to return TMU configuration data.  [Peter Ferrie]

-antic.c: converted to be a device. [Fabio Priuli]

-SDL: Allow -sound dsound on SDL Windows builds. [R. Belmont]

-Removed legacy_cpu_device.  [Wilbert Pol]

-Added proper NMK004 internal rom [trap15]

-Hooked up support for NMK004 internal rom in MAME, replacing Nicola's
old simulation code [trap15, David Haywood]

-Fixed TLCS90 16-bit timers & support NMI in the core [trap15]

-Various tweaks and improvements in nmk16.c (timings, sound balance,
etc.): [trap15, David Haywood]
* US AAF Mustang now has sound / music for the first time
* Much better sound / music in the following games Bio-ship Paladin,
  Vandyke, Black Heart, Acrobat Mission, Koutetsu Yousai Strahl, Thunder
  Dragon, Hacha Mecha Fighter, Super Spacefortress Macross, GunNail

-SDL: use Windows OSD's font-selection semantics for SDL Windows
builds. [R. Belmont]

-softlist: fixed inconsistent -listsoftware output. [phulshof]

-ui: fixed crash when loading floppies with no parent software from
softlist (only via internal File Manager, though) [Fabio Priuli]

-added generic cartslot / ROM socket slot device, which offers basic
allocation and access handlers, and converted a few drivers to use
this instead of code from cartslot.c [Fabio Priuli]

-softlist: restored the support for loading games from compatible
softlists (like gbcolor games in gameboy, and viceversa, msx1 carts in
msx2, etc.) by using the syntax mess system -media list:gamename You
can now for instance use again "mess gbcolor -cart gameboy:sml" to
play "Super Mario Land" with the custom palettes of the Game Boy
Color. [Fabio Priuli]

-NS8250 Fixes [smf]
  * Loopback: tx goes high and data is clocked at the
correct rate instead of appearing instantly Modem status register:
don't lose track of external signals when starting, resetting,
switching loopback off, writing to register Handshaking: active low
for consistency (RS232 port now defaults handshaking lines high and
serial mouse dtr/rts handling has been adjusted).

-Memory system and Namco improvements: [Alex Jackson]

  * Explicit regions in address maps (AM_REGION) are now looked up
relative to the device rather than as siblings when in an internal
address map (similar to devices and shared pointers)  Besides being
more orthogonal than before, this allows internal ROMs of MCUs and
similar devices to be hooked up in a nicer and more foolproof way.
Updated the m37710 and m5074x (m6502 derivative) to take advantage of
this.

  * Divided the M37702/M37710 into specific models, with each model having
its own internal address map containing the correct amounts of
internal RAM and ROM.

  * M37702 MCUs found on various Namco PCBs are now all unique devices and
have their respective internal ROMs loaded as device ROMs.

-namcops2: Documentation fixes [Guru]

-addrmap.c: Only install the default device address map if the owner
didn't provide one [Alex Jackson]

-8250: call interrupt callback after clearing internal interrupt state
when resetting [smf]

-added workaround to build with XCode 6.0.1 out-of-the-box
[Oliver St�neberg]

-wd_fdc: Hopefully fix reading sectors with DDAM [lowen, O. Galibert]

-Moved protection vectors from hachamfb to hachamf, making the latter
to work properly too [Angelo Salese]

-web: allow pasting in text. [Firehawke]

-Gundam Wing: Endless Duel updates: [Peter Ferrie]
* added additional shared memory block
* added protection handlers
* corrected reset vector
* worked around bad startup
Game now boots but doesn't coin up.

-fix compile on MSVC 2012 & 2013 [Peter Ferrie]

-snesb.c: Add coin/DSW inputs to Gundam Wing, game is now playable.
[stephh]

-s4.c : fixed sound, 4 games marked as working (Flash,Stellar
Wars,TriZone,TimeWarp)

-snesb: Set up dip switches for Gundam Wing. [stephh]

-peplus.c: Various fixes, all sets should be working now. [BrianT]

-WebUI: clean up and fixed HTML compliance. [Firehawke]

-added makefile variable OPENMP to enable usage of OpenMP (includes
vconv support of -fopenmp) [Oliver St�neberg]

-blktiger priority fixes [Mamesick]

-dragrace.c: Added tachometer outputs. [Comboman]

-Handcrafted PAL for actual Varth US PCB.  [Palindrome]

-awboard: add "offset protection" used by some carts.  samsptk and
kofxi boot now.  [R. Belmont, MetalliC]

-model3: Rewrote 2D tilemap rendering. [Ville Linde]

-Rewrite k053260 sound device [Alex Jackson]

-Make cheat initialization debugger message more verbose.  [Pugsy]

-make the orlegend111t set work [iq_132]

-chqflag.c: improve k007232 volume/pan controls, still largely
guesswork [Alex Jackson]

-wecleman.c: add missing k007232 volume callback [Alex Jackson]

-naomi.c:
* M2-type cartridges 4/8MB mode mapping documentation/code
    [MetalliC, rtw]
* F355 protection key, small docs update/corrections [MetalliC]
* Atomiswave controller type register [MetalliC]
* Added InitialD Ver3 Cycraft PIC key [anonymous, MetalliC]

-eepromuser.c: Added Support for MSM16911 Serial eeprom [Felipe Sanches]

-mb88xx.c: Added support for Fujitsu M88201-202 MCU [Felipe Sanches]

-model3: New 3D renderer + various fixes (still heavily WIP) [Ville Linde]

-Beatmania IIDX Twinkle hardware: The IDE DMA is now hooked up, but the
sound board isn't running well enough yet for it to make a difference.
Hooked up the FDC37665GT and HLE the XVD701 and the 68k sound board
responses to get most of the games booting. There is no sound and the
games all fail with a hdd error when you start a stage. Beatmania IIDX
with DDR 2nd Club Version wants the GQ863 hard disk. [smf]

-Beatmania IIDX Twinkle hardware: beatmania IIDX Substream with DDR 2nd
Club Version 2 wants the harddisk from beatmania IIDX Substream. Added
missing 3rd & 6th style CD images & replaced 5th style images. [smf]

-upd7220: add Bresenham arc and complete char drawing [Carl]

-m68000: add missing item to save state [Alex Jackson]

- Converted battlera.c driver to use real PCE video code, fixing several
  longstanding bugs (present since driver was added in 0.37b2 era)
  [David Haywood]

- Reorganized ST0016 code, detangling several drivers, and fixing a some
  missing video features used by gostop [David Haywood]

- Refactored legionna.c COP code to use new Raiden II implementation
  fixing several bugs along the way [David Haywood]

- Tweaked Raiden II collision detection based on user feedback citing
  specific bullet patterns and expected hitbox sizes [David Haywood]

- Added note about tharrier Dipswitches being likely read via the
  protection device (not yet hooked up) [David Haywood]

- Fix girls 4,5,6 in the 'popbingo' bonus rounds [David Haywood]

- Fix what appears to be bad sound ROM banking in sandscrp
  [Dink, David Haywood]

(wiz)

2014-10-26 08:46:47 UTC MAIN commitmail json YAML

Updated devel/meld to 3.12.1

(wiz)

2014-10-26 08:46:38 UTC MAIN commitmail json YAML

Update to 3.12.1:

2014-10-26 meld 3.12.1
======================

  Fixes:

  * Work around change colours not displaying on GTK+ 3.14 (Kai Willadsen)
  * Fix missing cache opcodes in some circumstances (Kai Willadsen)
  * Fix text view expansion when resizing patch dialog (Kai Willadsen)
  * Build fix to always include C locale when LINGUAS is set (Kai Willadsen)

  Translations:

  * Rafael Ferreira (pt_BR)
  * Мирослав Николић (sr, sr@latin)

(wiz)

2014-10-26 08:43:43 UTC MAIN commitmail json YAML

Updated games/lgogdownloader to 2.19

(wiz)

2014-10-26 08:43:33 UTC MAIN commitmail json YAML

Update to 2.19:
- Better handling of empty %platform% in Util::filepathReplaceReservedStrings
- Fixed setting filepath for language packs
* I forgot to set the filepath for language packs which caused some problems
- Added support for caching game details
* --update-cache creates and updates the cache.
* --use-cache enables loading game details from cache.
* --cache-valid specifies how long cached game details are considered valid
- Fixed login issue
* Regex in Downloader::HTTP_Login matched wrong auth url after GOG
made some changes to website

(wiz)

2014-10-26 07:55:49 UTC MAIN commitmail json YAML

Fix for Darwin with Quartz

(adam)

2014-10-26 07:32:21 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 4.2.10.1.

(tron)

2014-10-26 07:31:38 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 4.2.10.1.

The following bugs have been fixed since version 4.2.10:
- bug #4562 [security] XSS in debug SQL output
- bug #4563 [security] XSS in monitor query analyzer

(tron)

2014-10-26 07:11:51 UTC MAIN commitmail json YAML

2014-10-26 06:05:21 UTC MAIN commitmail json YAML

Updated sysutils/file to 5.20

(ryoon)

2014-10-26 06:04:34 UTC MAIN commitmail json YAML

Update to 5.20

* Fix CVE-2014-3710

Changelog:
2014-10-10  15:01  Christos Zoulas <christos@zoulas.com>

        * release 5.20

2014-08-17  10:01  Christos Zoulas <christos@zoulas.com>

        * recognize encrypted CDF documents

2014-08-04  9:18  Christos Zoulas <christos@zoulas.com>

        * add magic_load_buffers from Brooks Davis

2014-07-24  16:40  Christos Zoulas <christos@zoulas.com>

        * add thumbs.db support

(ryoon)

2014-10-26 05:33:26 UTC MAIN commitmail json YAML

Updated emulators/suse131_base to 13.1nb6

(ryoon)

2014-10-26 05:32:14 UTC MAIN commitmail json YAML

2014-10-26 03:18:43 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.411

(ryoon)

2014-10-26 03:17:28 UTC MAIN commitmail json YAML

Update to 11.2.202.411

Changelog:
For APSB14-22 (CVE-2014-0558, CVE-2014-0564, CVE-2014-0569)

(ryoon)

2014-10-25 22:33:33 UTC MAIN commitmail json YAML

2014-10-25 22:31:27 UTC MAIN commitmail json YAML

Added time/py-jdcal version 1.0

(cheusov)

2014-10-25 22:30:40 UTC MAIN commitmail json YAML

Updated time/py-jdcal to 1.0

(cheusov)

2014-10-25 22:20:38 UTC MAIN commitmail json YAML

2014-10-25 22:19:57 UTC MAIN commitmail json YAML

Added textproc/py-openpyxl version 2.1.2

(cheusov)

2014-10-25 22:10:50 UTC MAIN commitmail json YAML

Updated time/py-dateutil2 to 2.2

(cheusov)

2014-10-25 22:10:35 UTC MAIN commitmail json YAML

Remove PYTHON_VERSIONS_INCOMPATIBLE. This module works fine with py-{26,27}

Update to version 2.2
  Version 2.2
  -----------
    - Updated zoneinfo to 2013h
    - fuzzy_with_tokens parse addon from Christopher Corley
    - Bug with LANG=C fixed by Mike Gilbert
  Version 2.1
  -----------
    - New maintainer
    - Dateutil now works on Python 2.6, 2.7 and 3.2 from same codebase (with
      - six)
    - #704047: Ismael Carnales' patch for a new time format
    - Small bug fixes, thanks for reporters!

(cheusov)

2014-10-25 22:04:52 UTC MAIN commitmail json YAML

+ autoconf-archive-20141015, calibre-2.7.0, emacs-24.4, exiftool-9.74,
  mame-0.155, meld-3.12.1, mess-0.155, php-tt-rss-1.14, veusz-1.22,
  wine-1.7.29.

(wiz)

2014-10-25 21:42:20 UTC MAIN commitmail json YAML

2014-10-25 21:05:55 UTC MAIN commitmail json YAML

Update mozc packages to 1.15.1895.102.

(ryoon)

2014-10-25 21:03:30 UTC MAIN commitmail json YAML

Update to 1.15.1895.102 from 1.15.1834.102

Changelog:
r350 2014-10-12 1.15.1895.102 - r323 2014-08-24 1.15.1869.102

You can check out Mozc r350 as follows.

gclient sync --revision=350

Summary of changes between 1.15.1869.102 (r323) and 1.15.1895.102 (r350).

    Build related changes:
        Android build is now tested with NDK r10b only
        Ubuntu 14.04 is now experimentally supported as a build environment. See mozc/docker/ubuntu14.04/Dockerfile.
    Fixed issues:
        FIX: Partial suggestion for numbers are not annotated by <部分確定> ( Issue 250 )
        FIX: Meaningless candidates are displayed on the Start Screen in Windows 8 and later ( Issue 249 )
    Commit summary:
        r350: Use StringPiece to avoid unnecessary instantiation of std::string
        r349: Introduce Util::ConcatStrings to reduce string copy
        r348: Do not make the destructor virtual unless it is necessary part 2
        r347: Do nothing if the key string passed to the converter is empty
        r346: Fix Year 2038 Problem in UserHistoryStorage
        r345: Do not make the destructor virtual unless it is necessary
        r344: Add supportedOS GUID for Windows 10
        r343: Use apt command instead of apt-get command in Ubuntu 14.04
        r342: Tidy up UserHistoryPredictor::InsertHistory
        r341: Reorder logical AND conditions just for readability
        r340: Remove a redundant length check
        r339: Roll jsoncpp 4b687640cbc197e8:11086dd6a7eba042
        r338: Roll gyp r1972:r1987
        r337: Roll breakpad r1354:r1374
        r336: Use Util::EndsWith when appropriate
        r335: Stop unnecessarily using uint64 variable for uint32 data part 2
        r334: Stop unnecessarily using uint64 variable for uint32 data
        r333: Fix a typo in a test name
        r332: Fix style violations in header include guards
        r331: Propagate information of partial suggestion in the number rewriter
        r330: Add an all-in-one Dockerfile to build Mozc for Android and Linux desktop (Ubuntu 14.04 edition)
        r329: Disable ITfFnSearchCandidateProvider until ITfIntegratableCandidateListUIElement is implemented
        r328: Use Android NDK r10b in the reference build environment part 2
        r327: Use Android NDK r10b in the reference build environment
        r326: Make sure to use correct 'NM' and 'READELF' in cross build
        r325: Roll gyp r1958:r1971
        r324: Update copyright year notice in the about dialog
        r323: Update line number attributes in Qt message files

r318 2014-08-17 1.15.1868.102 - r307 2014-08-03 1.15.1857.102

You can check out Mozc r318 as follows.

gclient sync --revision=318

Summary of changes between 1.15.1868.102 (r318) and 1.15.1857.102 (r307).

    Build related changes:
        Visual C++ 2013 is now supported to build Mozc binaries. ( Issue 244 )
    Fixed issues:
        FIX: Support Visual C++ 2013 ( Issue 244 )
        FIX: 'Set input mode to X' commands do not work while input mode is set to "Direct Input" ( Issue 246 )
        FIX: Remove shortcut keys for Japanese IME for intra IME mode switching (Issue chromium:310698)
    Commit summary:
        r318: Fix a typo in a build rule for OS X
        r317: Introduce a new keymap for Chromium OS device
        r316: Move GetDefaultKeyMap from keymap::KeyMapManager to config::ConfigHandler
        r315: Support 'Set input mode to X' in DirectInput mode on Linux, NaCl and Android
        r314: Enable Ninja's console pool feature for 'ant' tasks in Android build
        r313: Suppress build time message for the clean build log, especially when being built with Ninja
        r312: Update symbol dictionary
        r311: Roll protobuf r489:r512
        r310: Include Visual C++ 2013 merge modules when necessary
        r309: Use the workaroud for KB 813540 only for Visual C++ 2010
        r308: Remove an unnesesary blank line
        r307: Roll WTL r460:r587 part 2

r303 2014-08-03 1.15.1856.102 - r282 2014-07-20 1.15.1835.102

You can check out Mozc r303 as follows.

gclient sync --revision=303

Summary of changes between 1.15.1856.102 (r303) and 1.15.1835.102 (r282).

    Build related changes:
        Android build is now tested with NDK r10 only
        OS X 10.5/10.6 are no longer supported as the target platform. ( Issue 242 )
        OS X build now uses libc++ instead of libstdc++.
    Fixed issues:
        FIX: mozc.el should conform Emacs Lisp library header conventions ( Issue 213 )
        FIX: GetMachPortName fails on OS X 10.10 Yosemite ( Issue 241 )
        FIX: Discontinue the support of OS X 10.5/10.6 ( Issue 242 )
    Commit summary:
        r303: Remove an unnecessary directry search rule
        r302: Switch to libc++ for better C++11 support
        r301: Change the minimum supported OS X version to 10.7
        r300: Rely on predictable Mach port name for OS X
        r299: Change the group ID of the installed files from admin(80) to wheel(0) for Mac OS X
        r298: Fix missing copyright notice and license notice at the top of the file
        r297: Simplify build rules for Mac
        r296: Use Android NDK r10
        r295: Remove unused function in auto-generated code
        r294: Fix code signing error on Mac OS X Marveriks
        r293: Remove a workaround against copy-on-write implementation of std::string
        r292: Use C++11 auto keyword
        r291: Roll WTL r460:r587
        r290: Roll protobuf r463:r488
        r289: Roll jsoncpp ea0797351fbabd3e:3a0c4fcc82d25d18
        r288: Roll gyp r1949:r1957
        r287: Roll gtest r682:r692 and gmock r472:r485
        r286: Roll breakpad r1239:r1353
        r285: Better conforms to the emacs library standard
        r284: Adds autoload magic comments
        r283: Use more appropriate and descriptive constant for OK/Cancel dialog
        r282: Include twelvekeys_toggle_flick_alphabet_scenario.txt in the test scenario list

(ryoon)

2014-10-25 19:02:42 UTC MAIN commitmail json YAML

Renamed devel/libgee to devel/libgee0.6

(prlw1)

2014-10-25 19:00:15 UTC MAIN commitmail json YAML

2014-10-25 16:16:28 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup tickets #4524, #4524, #4525, #4526, #4527, #4528 and #4529.

(tron)

2014-10-25 16:15:12 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4529 - requested by take
www/typo3_61: security update

Revisions pulled up:
- www/typo3_61/Makefile                                        1.7
- www/typo3_61/PLIST                                            1.4
- www/typo3_61/distinfo                                        1.6

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Oct 22 15:13:04 UTC 2014

  Modified Files:
  pkgsrc/www/typo3_61: Makefile PLIST distinfo

  Log Message:
  Update typo3_61 to 6.1.12 (TYPO3 6.1.12).

  2014-10-22  e116bb1                  [RELEASE] Release of TYPO3 6.1.12 (TYPO3 Release Team)
  2014-10-22  e92c1d6  #62357          [SECURITY] Fix DoS in openid (Markus Klein)
  2014-10-22  6af3757  #59573          [SECURITY] Fix RCE in swiftmailer (Helmut Hummel)
  2014-10-15  fb5445e  #61749          [BUGFIX] Allow lower case for drive letters on Windows in CLI scripts (Alexander Bohndorf)
  2014-10-07  8ef0e3d  #47188          [BUGFIX] Fluid tries to render folders as templates partials and layouts (Krzysztof Adamczyk)
  2014-10-01  6ad3e2b  #26172          [BUGFIX] Search word markup for UTF8 characters in summary (Ralf Hettinger)
  2014-09-30  5cb8ac8  #61982          [BUGFIX] Fix search mode switcher of indexed_search (Markus Klein)

  2014-09-23  63ef9fc                  [RELEASE] Release of TYPO3 6.1.11 (TYPO3 Release Team)
  2014-09-20  c72e901  #36822          [BUGFIX] Invalid shortcut target on translated pages (Oliver Hader)
  2014-09-18  ca5de2e  #45834          [BUGFIX] Transfer curlProxyServer to new HTTP settings (Ernesto Baschny)
  2014-09-11  65b0018  #50396          [BUGFIX] RootlineUtility wrongly handles group-type fields (Francois Suter)
  2014-09-05  4bd9c6d  #61135          [BUGFIX] indexed_search: in some cases indexing does not work (Samir Rachidi)
  2014-08-25  571b782  #55707          [TASK] Missing stdWrap for select.recursive TypoScript property (Matthias Kappenberg)
  2014-08-23  30630b1  #60199          [BUGFIX] Collect correct information on elements in page (Jigal van Hemert)
  2014-08-13  6234622  #51572          [BUGFIX] Prevent uninstall of an extension during update (Nicole Cordes)
  2014-08-06  acb06c1  #60613          [BUGFIX] Fix Extbase language fallback in query parser (Helmut Hummel)
  2014-07-29  c517f74  #44795          [BUGFIX] Avoid superfluous IRRE child record duplication (Alexander Stehlik)
  2014-07-26  4f7a0f3  #60595          [BUGFIX] Add use-statement for GeneralUtility (Stefan Neufeind)
  2014-07-25  250b03b  #50566          [BUGFIX] Menu-links generate two empty spaces at closing anchor (Stefan Neufeind)
  2014-07-08  66d2354  #59587          [BUGFIX] Followup to CacheBackend patch (Markus Klein)
  2014-07-08  072f355  #59587          [BUGFIX] Too many tags by identifier in CacheBackends (Alexander Opitz)

(tron)

2014-10-25 16:11:58 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4528 - requested by taca
www/typo3_47: security update

Revisions pulled up:
- www/typo3_47/Makefile                                        1.22
- www/typo3_47/PLIST                                            1.12
- www/typo3_47/distinfo                                        1.17

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Oct 22 15:07:52 UTC 2014

  Modified Files:
  pkgsrc/www/typo3_47: Makefile PLIST distinfo

  Log Message:
  Update typo3_47 package to 4.7.20 (TYPO3 4.7.20).

  2014-10-22  6b61880                  [RELEASE] Release of TYPO3 4.7.20 (TYPO3 Release Team)
  2014-10-22  727258f  #62357          [SECURITY] Fix DoS in openid (Markus Klein)
  2014-10-22  313c4bb  #59573          [SECURITY] Fix RCE in swiftmailer (Helmut Hummel)
  2014-08-23  aec409c  #60199          [BUGFIX] Collect correct information on elements in page (Jigal van Hemert)
  2014-07-08  c409513  #48939,#49055  [BUGFIX] Movements pollute colPos value of content elements (Nicole Cordes)
  2014-06-29  b0033d1                  [TASK] Improve travis notifications to channels (Helmut Hummel)
  2014-06-05  f731fc3  #59059          [BUGFIX] New content elements are always stored on pid 0 (Markus Klein)
  2014-06-03  d9d2dd1  #59034          [BUGFIX] Fix double ? in eID url for encryption key (Markus Klein)

(tron)

2014-10-25 16:08:16 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4527 - requested by taca
www/typo3_45: security update

Revisions pulled up:
- www/typo3_45/Makefile                                        1.32
- www/typo3_45/PLIST                                            1.15
- www/typo3_45/distinfo                                        1.27

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Oct 22 15:03:10 UTC 2014

  Modified Files:
  pkgsrc/www/typo3_45: Makefile PLIST distinfo

  Log Message:
  Update typo3_45 pacakge to 4.5.37 (TYPO3 4.5.37).

  2014-10-22  01fee1f                  [RELEASE] Release of TYPO3 4.5.37 (TYPO3 Release Team)
  2014-10-22  da32b50  #62357          [SECURITY] Fix DoS in openid (Markus Klein)
  2014-10-22  dbdd9f2  #59573          [SECURITY] Fix RCE in swiftmailer (Helmut Hummel)
  2014-10-14  5c8081a  #53682          [TASK] Optimize speed for instantiating class with arguments (Helmut Hummel)

  2014-09-23  95c2cc4                  [RELEASE] Release of TYPO3 4.5.36 (TYPO3 Release Team)
  2014-09-20  ad8c5c4  #37946          [BUGFIX] Check if TER dump exists before modify time check (Jigal van Hemert)
  2014-09-20  b2597fd  #55457          [BUGFIX] RTE on first new IRRE record keeps loading in IE (Stanislas Rolland)
  2014-08-23  3f3c45e  #60199          [BUGFIX] Collect correct information on elements in page (Jigal van Hemert)

(tron)

2014-10-25 15:55:51 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4526 - requested by taca
graphics/php-exif: security patch
lang/php53: security patch
net/php-xmlrpc: security patch

Revisions pulled up:
- graphics/php-exif/Makefile                                    1.13
- lang/php53/Makefile                                          1.50
- lang/php53/distinfo                                          1.77
- lang/php53/patches/patch-ext_exif_exif.c                      1.3
- lang/php53/patches/patch-ext_standard_var__unserializer.c    1.1
- lang/php53/patches/patch-ext_standard_var__unserializer.re    1.1
- lang/php53/patches/patch-ext_xmlrpc_libxmlrpc_xmlrpc.c        1.1
- net/php-xmlrpc/Makefile                                      1.17

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Oct 23 16:18:48 UTC 2014

  Modified Files:
  pkgsrc/lang/php53: Makefile distinfo
  Added Files:
  pkgsrc/lang/php53/patches: patch-ext_exif_exif.c
      patch-ext_standard_var__unserializer.c
      patch-ext_standard_var__unserializer.re
      patch-ext_xmlrpc_libxmlrpc_xmlrpc.c

  Log Message:
  Add patch for CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670.

  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Oct 23 16:20:04 UTC 2014

  Modified Files:
  pkgsrc/graphics/php-exif: Makefile

  Log Message:
  Bump PKGREVISION for php53-exif update.  It also bump php54-exif and
  php55-exit as a side effect.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Oct 23 16:20:38 UTC 2014

  Modified Files:
  pkgsrc/net/php-xmlrpc: Makefile

  Log Message:
  Bump PKGREVISION for php53-xmlrpc update.  It also bump php54-xmlrpc and
  php55-xmlrpc as a side effect.

(tron)

2014-10-25 15:34:59 UTC MAIN commitmail json YAML

Updated devel/mr to 1.20141024

(schmonz)

2014-10-25 15:34:54 UTC MAIN commitmail json YAML

Update to 1.20141024. From the changelog:

* Fix name for vcsh_clean. Closes: #766655
* Add darcs grep command using ack-grep. Thanks, Paul Wise.
* Add a clean command. Thanks, Paul Wise. Closes: #702685
* Fix breakage introduced by --minimal patch.
* Deal with abs_path change in new version of perl, now it returns undefined
  when the directory does not exist.
* Added --minimal mode. Closes: #694031 Thanks, Paul Wise.
* Use libio-pty-easy-perl when available when captuting command output
  (for --minimal or -jN), so that programs that output color to terminals
  will be colorized. This is only a recommends as it will fall back to
  the old method. Thanks, Paul Wise.

(schmonz)

2014-10-25 15:23:06 UTC MAIN commitmail json YAML

Note update of net/pear-Net_Sieve package to 1.3.3.

(taca)

2014-10-25 15:22:17 UTC MAIN commitmail json YAML

Update to pear-Net_Sieve to 1.3.3.

Release date: 2014-09-26 09:35 UTC
Release state: stable

Changelog:

* Fix notices from non-static calling of PEAR methods.
* Fix reading OK responses with string literal messages.

(taca)

2014-10-25 15:20:35 UTC MAIN commitmail json YAML

Updated www/apache-tomcat7 to 7.0.56

(ryoon)

2014-10-25 15:19:45 UTC MAIN commitmail json YAML

Update to 7.0.56

Changelog:
Tomcat 7.0.56 Released, 2014-10-06

The Apache Tomcat Project is proud to announce the release of version 7.0.56 of Apache Tomcat. This release contains a number of bug fixes and improvements compared to version 7.0.55. The notable changes since 7.0.55 include:

    Update the Java WebSocket support to version 1.1 of the Java WebSocket specification.
    Add support for the WebSocket permessage-deflate extension.

(ryoon)

2014-10-25 15:05:19 UTC MAIN commitmail json YAML

Updated devel/jenkins to 1.565.3

(ryoon)

2014-10-25 15:04:06 UTC MAIN commitmail json YAML

Update to 1.565.3 from 1.532.1

Changelog:
What's new in 1.565.3 (2014/10/01)

    Plugin code can be downloaded by anyone with Overall/Read (SECURITY-155)
    Stored passwords can be read out from build with parameters page (SECURITY-138)
    Multiple cross-site scripting (XSS) vulnerabilities in ZeroClipboard.swf in ZeroClipboard before 1.3.2 as included with Jenkins (SECURITY-149)
    Unauthenticated users can make Jenkins behind Apache unresponsive (SECURITY-87)
    Users with limited Job/Configure can replace other jobs they have no access to (if they know the name) (SECURITY-128)
    CLI calls are causing file descriptor leaks. (issue 23248)
    Users with limited Job/Configure can change the kind of job via CLI, getting access to denied job types (SECURITY-127)
    Test result trend breaks lazy-loading (issue 23945)
    Unable to kill a job which is running (issue 17667)
    XSS weakness in load-statistics (SECURITY-143)
    Job is removed from ListView after rename (issue 23893)
    set-build-result and set-build-parameter do insufficient checks (issue 24080)
    Missing no-sniff header (SECURITY-122)
    Directory traversal (SECURITY-131)
    "incompatible InnerClasses attribute" error in IBM J9 VM (issue 22525)
    Arbitrary file system write via DiskFileItem deserialization (SECURITY-159)
    Missing SecureFlag cookie (SECURITY-120)
    Prevent (private security realm) usernames from being guessed (SECURITY-79 redux!) (SECURITY-110)
    Deadlock in OldDataMonitor (issue 24358)
    RemoteInvocationHandler.RPCRequest allows invoking any method on an exported object event those not exposed by the exported interface (SECURITY-150)

What's new in 1.565.2 (2014/09/03)

    Jenkins needs to check whether the war's directory is writeable before offering to upgrade (issue 23683)
    AbstractLazyLoadRunMap.iterator() calls .all() (issue 18065)
    Jenkins no longer kills running processes after job fails (issue 22641)
    HTTP error 405 when trying to restart ssh host (issue 23094)
    Run.delete (from LogRotator) failing with "...looks to have already been deleted" (issue 22395)
    file name encoding broken in zip archives (issue 20663)
    Kill win32 processes from win64 JVMs (issue 23410)

What's new in 1.565.1 (2014/07/30)

    Queue.maintain does disk I/O via PeepholePermalink.resolve (issue 22822)
    “Form too large” errors submitting view configurations with many jobs (issue 20327)
    NPE on plugin install (issue 20031)
    Link to the console output missing in popup when log >200Kb (issue 14264)
    Parameters: NPE in canTake() procedures may kill all executors (issue 15094)
    NPE from AbstractBuild$AbstractBuildExecution.run (issue 23277)
    broken ProjectNamingStrategy Extension (issue 23127)
    Move DecoratedLauncher from the custom-tools plugin to the Jenkins Core (issue 19454)
    hudson.Launcher:ProcStarter::envs() may throw NPE (issue 20559)
    Resource leak in hudson.model.FileParameterValue (issue 22693)
    ReverseBuildTrigger.threshold not consistently saved (issue 23191)
    AccessRestriction on SecurityListener methods (issue 23417)
    After deleting folder, get 404 (issue 23375)
    email-ext plugin doesn't handle tokens when slave has gone offline: IAE from AbstractProject.getEnvironment (issue 23517)
    Jenkins cannot restart Windows service (issue 22685)
    Rules for showing/hiding SCMTrigger.pollingThreadCount option are broken (issue 22934)

What's new in 1.554.3 (2014/06/30)

    Queue.maintain does disk I/O via PeepholePermalink.resolve (issue 22822)
    Non-recursive ListViews unnecessarily call owner.getAllItems in getItems (issue 22720)
    SSH slave connections die after the slave outputs 4MB of stderr, usually during findbugs analysis (issue 22938)
    Jenkins cannot restart Windows service (issue 22685)

What's new in 1.554.2 (2014/05/30)

    Don't ask for confirmation when it doesn't make any sense (issue 21720)
    On a configure screen that has multiple groups of radio buttons, clicking the apply button clears all but the last radio group selection (issue 22570)
    Optimize creation of relative links to jobs (issue 18364)
    Jenkins asks for confirmation before leaving edited 'View Configuration' page (issue 20597)
    OutOfOrderBuildMonitor fails to correct builds with duplicate number (issue 22631)
    Computer does not exist returns NPE (issue 21999)
    Last build of project reloaded when project asked for later build (issue 22681)
    After clicking 'Apply' at least once, 'Save' opens a new window (issue 20245)
    hetero-radio should work with multiple instances of the same ui (issue 22583)
    Cannot submit configuration after removing groovy step (issue 22582)
    No autocompletion and NullPointerException when using 'Copy Existing Job' (issue 22142)

What's new in 1.554.1 (2014/04/30)

    NPE if trying to install a plugin from the update center and either the update source or the plugin contains a '.' in its name (issue 22080)
    Download update center from master by default (issue 19081)
    OutOfMemory due to unbounded storage in OldDataMonitor (issue 19544)
    Very slow resource loading from UberClassLoader (issue 21579)
    Jetty exploding war to /tmp is a bad idea (issue 22442)
    Performance issue with search box (issue 21969)
    ArrayIndexOutOfBoundsException during Jenkins.doConfigSubmit; need XStream 1.4.6 (issue 18537)
    NullPointerException when trying to mark slave temporarily offline (issue 21875)
    Build queue is not filtered after progress updated (issue 20500)
    copy-job permission checks wrong (issue 22262)

What's new in 1.532.3 (2014/04/11)

    Replace description in error dialog instead of appending (issue 21457)
    NPE from xstream.core.JVM.isOpenJDK (issue 21183)
    WorkspaceCleanupThread does not handle folders (issue 21023)
    Copy Artifact's fingerprinting creates second hudson.tasks.Fingerprinter_-FingerprintAction section with just the artifacts copied (issue 17606)
    /login offers link to /opensearch.xml which anonymous users cannot retrieve (issue 21254)
    Miscellaneous exceptions in config.xml can prevent entire job from loading (issue 21024)
    Jobs named "." can be created, but not built, configured, accessed, ... (issue 21639)
    DirectoryBrowserSupport.buildChildPaths does quadratic number of calls to check whether entries are directories (issue 21780)
    ZIP file download generates corrupt zip file (issue 20345)
    Update credentials plugin to 1.9.4 (issue 21820)
    Apply button does not work in IE Compat View (issue 19826)
    Deadlock while parallel deletion/rename of jobs (issue 19446)

What's new in 1.532.2 (2014/02/14)

    CannotResolveClassException breaks loading of entire containing folder, not just one job (issue 20951)
    Default markup formatter permits offsite-bound forms (SECURITY-88)
    Using jenkins-cli connecting to HTTPS port fails due to hostname mismatch in certificate (issue 12629)
    ApiTokenFilter does not check that the user actually exists (SECURITY-89)
    HTTP two-way remoting does not work (jenkins-cli.jar without JNLP) (issue 20128)
    Slave launcher fails after NoClassDefFoundError: Could not initialize class jenkins.model.Jenkins$MasterComputer (issue 19453)
    StreamCorruptedException (issue 8856)
    UI Redressing/ClickJacking (SECURITY-80)
    Fail to run 'groovysh' in CLI due to insufficient permission (issue 17929)
    Loading projects too slow because of File.isDirectory calls (issue 21078)
    HTML metacharacters not escaped in log messages (issue 20800)
    Channel's executorService's pool should have a name (issue 19004)
    ListView.expand throws ClassCastException: … cannot be cast to hudson.model.TopLevelItem (issue 20415)
    Stored XSS (SECURITY-74)
    Session Fixation (SECURITY-75)
    /heapDump offered to anyone with ADMINISTER (SECURITY-73)
    Username Guessing/Enumeration (SECURITY-79)
    RingBufferLogHandler throws ArrayIndexOutOfBoundsException after int-overflow (issue 9120)
    Iframe Injection (SECURITY-76)
    Reflected XSS in Cookie (SECURITY-77)
    l:breakable mishandles HTML metacharacters (issue 20928)
    Start JNLP slave ignores jar-cache flag (issue 20093)
    Stored passwords can be read out from UIs with password fields (SECURITY-93)
    Too many open files upon HTTP listener init or shutdown (issue 14336)
    Extension point for secure users of Api (issue 16936)
    'Apply' error screens don't work (issue 20772)
    Workspaces seem to be removed prematurely on concurrent jobs (issue 10615)
    Job creators are able to edit or destroy the system configuration via the CLI (SECURITY-108)
    Disable\Delete "Remember me on this computer" check box in login screen (issue 15757)
    SECURITY-55 fails if downstream project not visible (SECURITY-109)
    Builds disappear some time after renaming job (issue 18678)
    Use RunAction2 from TestResultAction (issue 18410)
    java.lang.NoClassDefFoundError: sun/net/www/protocol/jar/JarURLConnection (issue 20163)
    Remote code execution via xstream deserialization in XML API (SECURITY-105)
    Jenkins on winstone vulnerable to session hijacking (SECURITY-106)
    Jenkins allows anonymous access if the Authorization Strategy can't be loaded (SECURITY-107)
    you cannot use the cli without giving Overall read to Anonymous (issue 8815)

(ryoon)

2014-10-25 14:11:12 UTC MAIN commitmail json YAML

Updated shells/bash2 to 2.05.2.13

(ryoon)

2014-10-25 14:09:19 UTC MAIN commitmail json YAML

Update to 2.05.2.13

CHangelog:
Fix CVE-2014-6277 and CVE-2014-6278

(ryoon)

2014-10-25 14:08:57 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4525 - requested by taca
lang/php54: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.75
- lang/php54/distinfo                                          1.48

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Oct 18 14:29:04 UTC 2014

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php54: distinfo

  Log Message:
  Update to php54 5.4.34.

  16 Oct 2014, PHP 5.4.34

  - Fileinfo:
    . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)

  - Core:
    . Fixed bug #67985 (Incorrect last used array index copied to new array after
      unset). (Tjerk)
    . Fixed bug #68044 (Integer overflow in unserialize() (32-bits only)).
      (CVE-2014-3669) (Stas)

  - cURL:
    . Fixed bug #68089 (NULL byte injection - cURL lib). (Stas)

  - EXIF:
    . Fixed bug #68113 (Heap corruption in exif_thumbnail()). (CVE-2014-3670)
      (Stas)

  - OpenSSL:
    . Reverted fixes for bug #41631, due to regressions. (Stas)

  - XMLRPC:
    . Fixed bug #68027 (Global buffer overflow in mkgmtime() function).
      (CVE-2014-3668) (Stas)

(tron)

2014-10-25 11:58:24 UTC MAIN commitmail json YAML

Updated graphics/eog3 to 3.14.1

(prlw1)

2014-10-25 11:58:01 UTC MAIN commitmail json YAML

Update eog3 to 3.14.1

Highlights from release notes:

* Touchscreen gestures support (Carlos Garnacho)
* Improved color management compatibility (pdknsk)
* Improved Exif GPS tag handling (Felix Riemann)
* Image background layer uses GdkRGBA to avoid color conversion from
  GdkColor and principally allow transparent backgrounds (Felix Riemann)
* Make several actions available over D-Bus (Ryan Lortie, Felix Riemann)
* Replace several deprecated APIs (Felix Riemann)
* Many new and updated translations
* Many bug fixes

For full details see:
https://git.gnome.org/browse/eog/tree/NEWS?id=3.14.1

(prlw1)

2014-10-25 11:30:39 UTC MAIN commitmail json YAML

Updated devel/py-at-spi2 to 2.14.0

(prlw1)

2014-10-25 11:30:16 UTC MAIN commitmail json YAML

2014-10-25 11:27:32 UTC MAIN commitmail json YAML

Updated devel/py-gobject3 to 3.14.0

(prlw1)

2014-10-25 11:27:10 UTC MAIN commitmail json YAML

Update py-gobject3 to 3.14.0

3.14.0  22-Sep-2014
        - configure.ac: pre release version bump to 3.14.0 (Simon Feltman)

3.13.92 15-Sep-2014
        - tests: Add test for Gio.Application.add_main_option() (Simon Feltman)
        - tests: Split up various test cases (Simon Feltman) (#735193)
        - Fix invalid read error in argument cleanup code (Simon Feltman)
        - Fix memory management problems with struct arguments to signals
          (Simon Feltman) (#736175)

3.13.91 01-Sep-2014
        - docs: Fix return types in auto-generated doc strings (Simon Feltman)
        - Special case signal output arguments which are structs as
          pass-by-reference (Simon Feltman) (#735486)
        - Ignore closure callbacks when Python is not initialized
          (Simon Feltman) (#722562)
        - Change boxed init with args to warn instead of raise
          (Christoph Reiter) (#727810)
        - Fix crash in GList/GSList marshaling error handling path.
          (Christoph Reiter) (#735201)
        - Fix reference counting problems with GLib.Variant.new_tuple()
          (Simon Feltman) (#735166)
        - Skip marshalling NULL output arguments in Python closures
          (Simon Feltman) (#735090)

3.13.90 18-Aug-2014
        - Support array lengths on struct fields (Simon Feltman) (#688792)
        - Fast path Python property get access (Simon Feltman) (#723872)
        - Unify accessing properties through props and get_property()
          (Simon Feltman) (#726999)
        - Refactor boxed wrapper memory management strategy
          (Simon Feltman) (#726999)
        - Replace GObject.signal_query with introspected version
          (Simon Feltman) (#688792)
        - Fix memory leak with unboxed caller allocated structs (Simon Feltman)
        - tests: Add failing tests for GObject sub-class doc-strings
          (Piotr Iwaniuk) (#731452)
        - Don't mask GObject sub-class doc strings in meta-class
          (Tobias Mueller) (#731452)

3.13.4  14-Aug-2014
        - Marshaling cache refactor and cache usage in vfuncs
          (Garrett Regier) (#727004)
        - Fix array argument out and inout marshaling from vfuncs
          (Garrett Regier) (#702508)
        - Cleanup input args when marshaling in closures
          (Garrett Regier) (#727004)
        - Add deprecation warning for connect_object() with non-GObject argument
          (Simon Feltman) (#688064)
        - Add Python implementation of Object.connect_data()
          (Simon Feltman) (#701843)
        - Add GClosure marshaling cleanup (Simon Feltman) (#695128)
        - Fix GCallback Python wrapper leak (Simon Feltman) (#695130)
        - tests: Add failing test for marshaling an array of GValues through
          signals (Martin Pitt) (#669496)
        - Add protection against attempts at importing static bindings
          (Simon Feltman) (#709183)
        - Update and deprecate gi.overrides.keysyms (Simon Feltman) (#721295)
        - Generate .dll libraries on windows (Ignacio Casal Quinteiro) (#734288)
        - Windows build fixes (Alexey Pavlov)
          (#734284, #734289, #734286, #734287)

3.13.3  23-Jun-2014
        - demos: Cleanup CSS accordion demo to use a loop for adding buttons
          (Simon Feltman)
        - refactor: Move builder connection utilities outside of Builder class
          (Simon Feltman) (#701843)
        - tests: Move TestSignals from test_everything into test_signal
          (Simon Feltman) (#701843)

3.13.2  26-May-2014
        - Python 3.4 make check fixes (Simon Feltman) (#730411)
        - overrides: Add Gtk.Container.child_get/set overrides (Simon Feltman)
          (#685076)
        - overrides: Make value argument to Widget.style_get_property optional
          (Simon Feltman) (#685076)
        - overrides: Make value argument to Container.child_get_property optional
          (Simon Feltman) (#685076)
        - Add GTypeClass methods as Python GObject class methods
          (Johan Dahlin) (#685218)
        - Add marshalling coercion for Python classes and instances to GTypeClass
          (Simon Feltman) (#685218)
        - Replace direct parent class call by super() (Andrew Grigorev) (#729970)
        - Add cairo marshaling support for non-introspected signals
          (Simon Feltman) (#694604)
        - [New API] Add gi.require_foreign (Simon Feltman) (#707735)
        - Initialize the foreign API at PyGI load time (Simon Feltman) (#694604)
        - Move pygi foreign API into pygi-foreign-api.h (Simon Feltman) (#694604)
        - Unify GLib.GError and GLib.Error (Simon Feltman) (#712519)
        - PEP8 fixes (Simon Feltman)

3.13.1  28-Apr-2014
        - Raise TypeError if arguments are passed to Boxed.__init__
          (Christoph Reiter) (#727810)
        - Gdk.Event: Override __setattr__ to set fields based on the event type
          (Christoph Reiter) (#727810)
        - Gdk.Event: Include GdkEventType in __repr__ (Christoph Reiter) (#727810)
        - Do not leak info of destroy notify (Paolo Borelli)
        - Ignore GValueArray deprecations (Simon Feltman)
        - Raise ImportError when importing modules not found in repository
          (Simon Feltman) (#726877)
        - tests: Rename test_overrides to test_import_machinery
          (Simon Feltman) (#726877)

(prlw1)

2014-10-25 11:20:01 UTC MAIN commitmail json YAML

Updated devel/at-spi2-atk to 2.14.1

(prlw1)

2014-10-25 11:10:10 UTC MAIN commitmail json YAML

Update at-spi2-atk to 2.14.1

What's new in at-spi2-atk 2.14.1:

* Aggressively filter out children-changed signals for objects with
  MANAGES_DESCENDANTS (bgo#728319).

What's new in at-spi2-atk 2.13.4:

* Fix typo in .pc file (bgo#721719).

* Fix retrieving text attributes (bgo#731980).

* Correctly remove the socket on exit (bgo#684076).

What's new in at-spi2-atk 2.13.1:

* Add an atexit handler to remove the D-Bus socket (bgo#684076).

* Only send cache-related events for transients when explicitly requested.
  Hopefully this will improve performance when we are flooded with them.
  (bgo#728319).

(prlw1)

2014-10-25 11:09:19 UTC MAIN commitmail json YAML

2014-10-25 10:39:16 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4524 - requested by taca
lang/php55: security update

Revisions pulled up:
- lang/php/phpversion.mk                                        1.74
- lang/php55/distinfo                                          1.30

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Oct 18 14:27:30 UTC 2014

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php55: distinfo

  Log Message:
  Update php55 to 5.5.18.

  16 Oct 2014, PHP 5.5.18

  - Core:
    . Fixed bug #67985 (Incorrect last used array index copied to new array after
      unset). (Tjerk)
    . Fixed bug #67739 (Windows 8.1/Server 2012 R2 OS build number reported
      as 6.2 (instead of 6.3)). (Christian Wenz)
    . Fixed bug #67633 (A foreach on an array returned from a function not doing
      copy-on-write). (Nikita)
    . Fixed bug #51800 (proc_open on Windows hangs forever). (Anatol)
    . Fixed bug #68044 (Integer overflow in unserialize() (32-bits only)).
      (CVE-2014-3669) (Stas)

  - cURL:
    . Fixed bug #68089 (NULL byte injection - cURL lib). (Stas)

  - EXIF:
    . Fixed bug #68113 (Heap corruption in exif_thumbnail()). (CVE-2014-3670)
      (Stas)

  - FPM:
    . Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
      when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)

  - OpenSSL:
    . Revert regression introduced by fix of bug #41631

  - Reflection:
    . Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)

  - Session:
    . Fixed bug #67972 (SessionHandler Invalid memory read create_sid()). (Adam)

  - XMLRPC:
    . Fixed bug #68027 (Global buffer overflow in mkgmtime() function).
      (CVE-2014-3668) (Stas)

(tron)

2014-10-25 10:36:24 UTC MAIN commitmail json YAML

2014-10-25 10:33:35 UTC MAIN commitmail json YAML

Dropped the dependency on x11/deforaos-keyboard

(khorben)

2014-10-25 08:56:29 UTC MAIN commitmail json YAML

Updated graphics/libwebp to 0.4.2

(adam)

2014-10-25 08:55:31 UTC MAIN commitmail json YAML

Changes 0.4.2:
This is a binary compatible release.
* Android / gcc build fixes
* (Windows) fix reading from stdin and writing to stdout
* gif2webp: miscellaneous fixes
* fix 'alpha-leak' with lossy compression (issue 220)
* the lossless bitstream spec has been amended to reflect the current code

(adam)

2014-10-25 03:36:55 UTC MAIN commitmail json YAML

Note update of time/ruby-tzinfo package to 0.3.42.

(taca)

2014-10-25 03:34:49 UTC MAIN commitmail json YAML

Update ruby-tzinfo to 0.3.42.

== Version 0.3.42 (tzdata v2014i) - 23-Oct-2014

* Updated to tzdata version 2014i
  (http://mm.icann.org/pipermail/tz-announce/2014-October/000026.html).

(taca)

2014-10-25 00:07:20 UTC MAIN commitmail json YAML

Moved the manual page into PKGMANDIR

(khorben)

2014-10-25 00:02:57 UTC MAIN commitmail json YAML

Set LICENSE (GNU GPL version 2, according to the COPYING file)

(khorben)

2014-10-24 23:43:17 UTC MAIN commitmail json YAML

2014-10-24 21:10:21 UTC MAIN commitmail json YAML

Half of the patch is obviously outdated as the function returns void
now. The other half is also in a place that is bogus, so drop the patch
completely.

(joerg)

2014-10-24 18:29:50 UTC MAIN commitmail json YAML

Updated x11/deforaos-panel to 0.3.1

(khorben)

2014-10-24 18:21:06 UTC MAIN commitmail json YAML

Packaged DeforaOS Panel 0.3.1, with:
* dropped dependency on x11/deforaos-keyboard moved to DeforaOS Integration)
* new and updated applets for network interfaces, username, wpa_supplicant...
* additional wireless browser
* improved compatibility with Gtk+ 3
* support for lateral panels...

(khorben)

2014-10-24 12:59:24 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.153000

(wen)

2014-10-24 12:58:19 UTC MAIN commitmail json YAML

Update to 0.153000

Upstream changes:
0.153000  2014-10-23 23:45:36+02:00 Europe/Amsterdam

    [ ENHANCEMENT ]
    * Internal: Move the implementation of send_file from DSL to App.
      (Russell Jenkins)

    [ BUG FIXES ]
    * GH #634, #687: Fix file logger defaults.
      (Russell Jenkins, D.vid Kov.cs, Sawyer X)
    * GH #730: Make App use app-level config for behind_proxy. (Sawyer X)
    * GH #727: Disable regex metachars when calculating app location in tests
      (Gregor Herrmann)
    * GH #681, #682, #712: Clear session engine within destroy_session.
      (DavX, Russell Jenkins)
    * Ignore :tests in importing, don't suggest :script. (Sawyer X)

    [ DOCUMENTATION ]
    * GH #728: Typos in Policy document. (Olaf Alders, Sawyer X)

(wen)

2014-10-24 12:06:22 UTC MAIN commitmail json YAML

Updated www/p5-Plack to 1.0033

(wen)

2014-10-24 12:05:33 UTC MAIN commitmail json YAML

Update to 1.0033

Upstream changes:
1.0033  2014-10-23 12:33:18 PDT
    [BUG FIXES]
        - Lint: Fix error messages (fgabolde) #473
        - ErrorDocument: Reverse the $done filtering (nwellnhof) #474

    [IMPROVEMENTS]
        - StackTrace: Improve the accuracy of thrown exceptions in case where an excpetion
          is thrown in destructors (nwellnhof) #476

(wen)

2014-10-24 10:35:19 UTC MAIN commitmail json YAML

Updated multimedia/x264-devel to 20141023

(adam)

2014-10-24 10:20:44 UTC MAIN commitmail json YAML

Changes 20141023:
* Update to the current lavf API and fix memory leak when using --seek
* x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags
* x86: Minor pixel_ssim_end4 improvements
* x86: Faster quant_4x4x4
* configure: improve cc_check for clang and ICL to not ignore unknown options
* checkasm: Only call x264_cpu_detect() once

(adam)

2014-10-24 07:57:50 UTC MAIN commitmail json YAML

>From bulk build report, it says
----------
# error "Compiler threading support is not turned on. Please set the
    correct command line options for threading: -pthread (Linux),
    -pthreads (Solaris) or -mthreads (Mingw32)"
----------
and not sure it is right suggestion, but adding the line
+CXXFLAGS.SunOS+=      -pthreads

(mef)

2014-10-24 03:09:35 UTC MAIN commitmail json YAML

2014-10-23 23:41:32 UTC MAIN commitmail json YAML

2014-10-23 23:39:28 UTC MAIN commitmail json YAML

2014-10-23 23:38:44 UTC MAIN commitmail json YAML

2014-10-23 22:05:04 UTC MAIN commitmail json YAML

Updated lang/nodejs to 0.10.33

(fhajny)

2014-10-23 22:04:51 UTC MAIN commitmail json YAML

Update nodejs to 0.10.33.

2014.10.20, Version 0.10.33 (Stable)
- openssl: Update to 1.0.1j (Addressing multiple CVEs)
- uv: Update to v0.10.29
- child_process: properly support optional args (cjihrig)
- crypto: Disable autonegotiation for SSLv2/3 by default
  (Fedor Indutny, Timothy J Fontaine, Alexis Campailla)

(fhajny)

2014-10-23 18:34:25 UTC MAIN commitmail json YAML

Updated comms/deforaos-phone to 0.4.1

(khorben)

2014-10-23 18:33:39 UTC MAIN commitmail json YAML

Packaged DeforaOS Phone 0.4.1

Bugfix release for 0.4.0, notably for:
* issue with the "oss" plug-in
* less warnings when building with Gtk+ 3

DeforaOS Phone 0.4.0 did bring:
* support for Gtk+ 3 (except for the new "video" plug-in)
* new and updated plug-ins and tools
* additional features and interface updates
* as well as improved documentation (manual pages...)
* and additional improvements under the hood (portability, XDG compliance...)

Also drops the dependency on audio/pulseaudio.

(khorben)

2014-10-23 17:15:17 UTC MAIN commitmail json YAML

Use ln with '-f' in patch file to help with repeated installs.

(fhajny)

2014-10-23 17:02:08 UTC MAIN commitmail json YAML

Updated www/py-flask-wtf to 0.10.2.

(kleink)

2014-10-23 17:01:18 UTC MAIN commitmail json YAML

Update py-flask-wtf to 0.10.2.

Version 0.10.2
--------------

Released 2014/09/03

- Update translation for reCaptcha via `#146`_.

.. _`#146`: https://github.com/lepture/flask-wtf/pull/146

Version 0.10.1
--------------

Released 2014/08/26

- Update RECAPTCHA API SERVER URL via `#145`_.
- Update requirement Werkzeug>=0.9.5
- Fix CsrfProtect exempt for blueprints via `#143`_.

.. _`#145`: https://github.com/lepture/flask-wtf/pull/145
.. _`#143`: https://github.com/lepture/flask-wtf/pull/143

(kleink)

2014-10-23 16:22:47 UTC MAIN commitmail json YAML

Note update of lang/php53 package to 5.3.29nb1 and bump revision of
graphics/php-exif and net/php-xmlrpc packages.

(taca)

2014-10-23 16:20:38 UTC MAIN commitmail json YAML

Bump PKGREVISION for php53-xmlrpc update.  It also bump php54-xmlrpc and
php55-xmlrpc as a side effect.

(taca)

2014-10-23 16:20:04 UTC MAIN commitmail json YAML

Bump PKGREVISION for php53-exif update.  It also bump php54-exif and
php55-exit as a side effect.

(taca)

2014-10-23 16:18:48 UTC MAIN commitmail json YAML

2014-10-23 14:42:40 UTC MAIN commitmail json YAML

Updated www/py-flask-sqlalchemy to 2.0.

(kleink)

2014-10-23 14:42:06 UTC MAIN commitmail json YAML

Update py-flask-sqlalchemy to 2.0.

Version 2.0
-----------

Released on August 29th 2014, codename Bohrium

- Changed how the builtin signals are subscribed to skip non
  Flask-SQLAlchemy sessions.  This will also fix the attribute error about
  model changes not existing.
- Added a way to control how signals for model modifications are tracked.
- Made the ``SignallingSession`` a public interface and added a hook
  for customizing session creation.
- If the ``bind`` parameter is given to the signalling session it will no
  longer cause an error that a parameter is given twice.
- Added working table reflection support.
- Enabled autoflush by default.
- Consider ``SQLALCHEMY_COMMIT_ON_TEARDOWN`` harmful and remove from docs.

(kleink)

2014-10-23 14:35:19 UTC MAIN commitmail json YAML

Updated www/py-flask-security to 1.7.4.

(kleink)

2014-10-23 14:34:42 UTC MAIN commitmail json YAML

Update py-flask-security to 1.7.4.

Version 1.7.4
-------------

Released October 13th 2014

- Fixed a bug related to changing existing passwords from plaintext to
  hashed
- Fixed a bug in form validation that did not enforce case insensivitiy
- Fixed a bug with validating redirects

(kleink)

2014-10-23 14:32:00 UTC MAIN commitmail json YAML

Updated www/py-flask-mail to 0.9.1.

(kleink)

2014-10-23 14:31:07 UTC MAIN commitmail json YAML

Update py-flask-mail to 0.9.1.

Version 0.9.1
-------------

Released September 28 2014

- Add an option for force ASCII file attachments
- Fix `force_text` function
- Fix some Python 3 support regarding email policy
- Added support ESMTP options
- Fixed various unicode issues related to message attachments,
  subjects, and email addresses

(kleink)

2014-10-23 14:22:36 UTC MAIN commitmail json YAML

Updated geography/py-geojson to 1.0.9.

(kleink)

2014-10-23 14:21:29 UTC MAIN commitmail json YAML

Update py-geojson to 1.0.9.

1.0.9 (2014-10-05)
------------------

- Fix bug where unicode/non-string properties with a 'type' key
  cause a crash

1.0.8 (2014-09-30)
------------------

- Fix bug where unicode keys don't get decoded properly
- Add coords and map_coords utilities

(kleink)

2014-10-23 13:54:04 UTC MAIN commitmail json YAML

Updated devel/py-gobject to 2.28.6nb12

(wiz)

2014-10-23 13:53:56 UTC MAIN commitmail json YAML

2014-10-23 13:34:09 UTC MAIN commitmail json YAML

Revert previous, committed by accident.

(wiz)

2014-10-23 13:33:00 UTC MAIN commitmail json YAML

2014-10-23 12:24:42 UTC MAIN commitmail json YAML

2014-10-23 11:42:24 UTC MAIN commitmail json YAML

Updated games/puzzles to 20141021.r10286

(wiz)

2014-10-23 11:42:14 UTC MAIN commitmail json YAML

Update to 20141021.r10286:
Stop using NSApp in the OS X front end.

(wiz)

2014-10-23 11:24:41 UTC MAIN commitmail json YAML

Updated devel/memcached to 1.4.21

(wiz)

2014-10-23 11:24:31 UTC MAIN commitmail json YAML

Update to 1.4.21:

Fixes

    makefile cleanups
    Avoid OOM errors when locked items stuck in tail

If clients occasionally fetch many items, more than can fit the
TCP buffers, then hang for a very long period of time, that slab
class could OOM. In older versions this could cause a crash. Since
1.4.20 this will cause OOM errors.

Now, if a locked item lands in the LRU tail, it will be bumped back
to the head and an lrutail_reflocked counter incremented. If you're
concerned about having stuck clients, watch that counter.

Big thanks to Jay Grizzard et all at Box for helping track this
down!

(wiz)

2014-10-23 11:23:31 UTC MAIN commitmail json YAML

Actually, revert previous (since only cairo itself needs the newer pixman)
and just remove the line, since pixman's buildlink3.mk already asks
for a newer version.

(wiz)

2014-10-23 11:05:29 UTC MAIN commitmail json YAML

Use CONFIG_SHELL instead of PKGSRC_MAKE_ENV, thanks wiz@

(mef)

2014-10-23 10:30:10 UTC MAIN commitmail json YAML

Use CONFIG_SHELL instead of PKGSRC_MAKE_ENV, thanks wiz@

(mef)

2014-10-23 10:25:11 UTC MAIN commitmail json YAML

Use CONFIG_SHELL instead of PKGSRC_MAKE_ENV, thanks wiz@

(mef)

2014-10-23 10:09:58 UTC MAIN commitmail json YAML

Updated devel/py-cython to 0.21.1

(wiz)

2014-10-23 10:09:49 UTC MAIN commitmail json YAML

Update to 0.21.1:

0.21.1 (2014-10-18)
===================

Features added
--------------

* New ``cythonize`` option ``-a`` to generate the annotated HTML source view.

* Missing C-API declarations in ``cpython.unicode`` were added.

* Passing ``language='c++'`` into cythonize() globally enables C++ mode for
  all modules that were not passed as Extension objects (i.e. only source
  files and file patterns).

* ``Py_hash_t`` is a known type (used in CPython for hash values).

* ``PySlice_*()`` C-API functions are available from the ``cpython.slice``
  module.

* Allow arrays of C++ classes.

Bugs fixed
----------

* Reference leak for non-simple Python expressions in boolean and/or expressions.

* To fix a name collision and to reflect availability on host platforms,
  standard C declarations [ clock(), time(), struct tm and tm* functions ]
  were moved from posix/time.pxd to a new libc/time.pxd.  Patch by Charles
  Blake.

* Rerunning unmodified modules in IPython's cython support failed.
  Patch by Matthias Bussonier.

* Casting C++ ``std::string`` to Python byte strings failed when
  auto-decoding was enabled.

* Fatal exceptions in global module init code could lead to crashes
  if the already created module was used later on (e.g. through a
  stale reference in sys.modules or elsewhere).

* ``cythonize.py`` script was not installed on MS-Windows.

Other changes
-------------

* Compilation no longer fails hard when unknown compilation options are
  passed.  Instead, it raises a warning and ignores them (as it did silently
  before 0.21).  This will be changed back to an error in a future release.

(wiz)

2014-10-23 10:04:56 UTC MAIN commitmail json YAML

Bump pixman dependency here to. From obache.

(wiz)

2014-10-23 07:24:14 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 2.002

(wiz)

2014-10-23 07:24:06 UTC MAIN commitmail json YAML

Update to 2.002:

2.002 2014/10/21
- fix check for (invalid) IPv4 when validating hostname against certificate. Do
  not use inet_aton any longer because it can cause DNS lookups for malformed
  IP. RT#99448, thanks to justincase[AT]yopmail[DOT]com.
- Update PublicSuffix with latest version from publicsuffix.org - lots of new
  top level domains.
- Add exception to PublicSuffix for s3.amazonaws.com - RT#99702, thanks to
  cpan[AT]cpanel[DOT]net.
2.001 2014/10/21
- Add SSL_OP_SINGLE_(DH|ECDH)_USE to default options to increase PFS security.
  Thanks to Heikki Vatiainen for suggesting.
- Update external tests with currently expected fingerprints of hosts.
- Some fixes to make it still work on 5.8.1.

(wiz)

2014-10-23 07:20:19 UTC MAIN commitmail json YAML

Updated devel/p5-Variable-Magic to 0.55

(wiz)

2014-10-23 07:20:11 UTC MAIN commitmail json YAML

Update to 0.55:

0.55    2014-10-20 23:45 UTC
        + Fix : [RT #99319] : t/18-opinfo.t: test failure due to change in
                perl 5 blead
                The new METHOP op class added in perl 5.21.5 is now supported.
                Thanks James E Keenan for reporting.

(wiz)

2014-10-23 07:18:35 UTC MAIN commitmail json YAML

Updated graphics/png to 1.6.14

(wiz)

2014-10-23 07:18:23 UTC MAIN commitmail json YAML

Update to 1.6.14:

Version 1.6.14beta01 [September 14, 2014]
  Guard usage of png_ptr->options with #ifdef PNG_SET_OPTION_SUPPORTED.
  Do not build contrib/tools/pngfix.c when PNG_SETJMP_NOT_SUPPORTED,
    to allow "make" to complete without setjmp support (bug report by
    Claudio Fontana)
  Add "#include <setjmp.h>" to contrib/tools/pngfix.c (John Bowler)

Version 1.6.14beta02 [September 18, 2014]
  Use nanosleep() instead of usleep() in contrib/gregbook/rpng2-x.c
    because usleep() is deprecated.
  Define usleep() in contrib/gregbook/rpng2-x.c if not already defined
    in unistd.h and nanosleep() is not available; fixes error introduced
    in libpng-1.6.13.
  Disable floating point exception handling in pngvalid.c when
    PNG_FLOATING_ARITHMETIC is not supported (bug report by "zootus
    at users.sourceforge.net").

Version 1.6.14beta03 [September 19, 2014]
  Define FE_DIVBYZERO, FE_INVALID, and FE_OVERFLOW in pngvalid.c if not
    already defined.  Revert floating point exception handling in pngvalid.c
    to version 1.6.14beta01 behavior.

Version 1.6.14beta04 [September 27, 2014]
  Fixed incorrect handling of the iTXt compression flag in pngrutil.c
    (bug report by Shunsaku Hirata).  Bug was introduced in libpng-1.6.0.

Version 1.6.14beta05 [October 1, 2014]
  Added "option READ_iCCP enables READ_COMPRESSED_TEXT" to pnglibconf.dfa

Version 1.6.14beta06 [October 5, 2014]
  Removed unused "text_len" parameter from private function png_write_zTXt().
  Conditionally compile some code in png_deflate_claim(), when
    PNG_WARNINGS_SUPPORTED and PNG_ERROR_TEXT_SUPPORTED are disabled.
  Replaced repeated code in pngpread.c with PNG_PUSH_SAVE_BUFFER_IF_FULL.
  Added "chunk iTXt enables TEXT" and "chunk zTXt enables TEXT"
    to pnglibconf.dfa.
  Removed "option READ_COMPRESSED_TEXT enables READ_TEXT" from pnglibconf.dfa,
    to make it possible to configure a libpng that supports iCCP but not TEXT.

Version 1.6.14beta07 [October 7, 2014]
  Removed "option WRITE_COMPRESSED_TEXT enables WRITE_TEXT" from pnglibconf.dfa
  Only mark text chunks as written after successfully writing them.

Version 1.6.14rc01 [October 15, 2014]
  Fixed some typos in comments.

Version 1.6.14rc02 [October 17, 2014]
  Changed png_convert_to_rfc_1123() to png_convert_to_rfc_1123_buffer()
    in the manual, to reflect the change made in libpng-1.6.0.
  Updated README file to explain that direct access to the png_struct
    and info_struct members has not been permitted since libpng-1.5.0.

Version 1.6.14 [October 23, 2014]
  No changes.

(wiz)

2014-10-22 21:37:12 UTC MAIN commitmail json YAML

2014-10-22 21:32:21 UTC MAIN commitmail json YAML

+ hs-MonadRandom

(szptvlfn)

2014-10-22 21:31:02 UTC MAIN commitmail json YAML

Added devel/hs-MonadRandom version 0.3

(szptvlfn)

2014-10-22 21:30:34 UTC MAIN commitmail json YAML

2014-10-22 20:33:46 UTC MAIN commitmail json YAML

Updated audio/mpdas to 0.3.2

(gls)

2014-10-22 20:33:06 UTC MAIN commitmail json YAML

Update audio/mpdas to 0.3.2

Upstream changes:
-----------------

Fix some memory leaks.

(gls)

2014-10-22 20:10:48 UTC MAIN commitmail json YAML

Remove unnecessary directory entry.

(wiz)

2014-10-22 19:43:30 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.6.1

(gls)

2014-10-22 19:42:48 UTC MAIN commitmail json YAML

Update mpv to 0.6.1
===================

pkgsrc changes:
---------------

- Add quvi option to support youtube-like sites directly from mpv.
Disabled by default.

upstream changes:
-----------------

Release 0.6.1

Changes

    Don't show message on "osd" command by default (this essentially
reverts a change introduced in the last release).
    Add an alternative input configuration that reverts the key binding
changes introduced by previous releases
(see etc/restore-old-bindings.conf in the sources).
    Automatically install example input configuration files.

Bug fixes

    Fix stream languages with Bluray
    Don't try to create surfaces of size 0 in the VDPAU vo.
    Don't print audio/video init failure message twice.
    Fix playback on the root window on X11 (i.e. when using --wid=0).
    Fix the autodetection of the input format in the vf_stereo3d filter when
mpv is built against libav (this makes --video-stereo-mode work with
libav as well).
    Fix compilation with PulseAudio 1.0.
    Fix compilation with clang.
    Try harder to decode cover art picture only once.
    Fix cursor autohide (--cursor-autohide) with audio-only files on file
change (e.g. when skipping to the next playlist file).

(gls)

2014-10-22 15:13:43 UTC MAIN commitmail json YAML

Note update of www/typo3_61 package to 6.1.12.

(taca)

2014-10-22 15:13:04 UTC MAIN commitmail json YAML

Update typo3_61 to 6.1.12 (TYPO3 6.1.12).

2014-10-22  e116bb1                  [RELEASE] Release of TYPO3 6.1.12 (TYPO3 Release Team)
2014-10-22  e92c1d6  #62357          [SECURITY] Fix DoS in openid (Markus Klein)
2014-10-22  6af3757  #59573          [SECURITY] Fix RCE in swiftmailer (Helmut Hummel)
2014-10-15  fb5445e  #61749          [BUGFIX] Allow lower case for drive letters on Windows in CLI scripts (Alexander Bohndorf)
2014-10-07  8ef0e3d  #47188          [BUGFIX] Fluid tries to render folders as templates partials and layouts (Krzysztof Adamczyk)
2014-10-01  6ad3e2b  #26172          [BUGFIX] Search word markup for UTF8 characters in summary (Ralf Hettinger)
2014-09-30  5cb8ac8  #61982          [BUGFIX] Fix search mode switcher of indexed_search (Markus Klein)

2014-09-23  63ef9fc                  [RELEASE] Release of TYPO3 6.1.11 (TYPO3 Release Team)
2014-09-20  c72e901  #36822          [BUGFIX] Invalid shortcut target on translated pages (Oliver Hader)
2014-09-18  ca5de2e  #45834          [BUGFIX] Transfer curlProxyServer to new HTTP settings (Ernesto Baschny)
2014-09-11  65b0018  #50396          [BUGFIX] RootlineUtility wrongly handles group-type fields (Francois Suter)
2014-09-05  4bd9c6d  #61135          [BUGFIX] indexed_search: in some cases indexing does not work (Samir Rachidi)
2014-08-25  571b782  #55707          [TASK] Missing stdWrap for select.recursive TypoScript property (Matthias Kappenberg)
2014-08-23  30630b1  #60199          [BUGFIX] Collect correct information on elements in page (Jigal van Hemert)
2014-08-13  6234622  #51572          [BUGFIX] Prevent uninstall of an extension during update (Nicole Cordes)
2014-08-06  acb06c1  #60613          [BUGFIX] Fix Extbase language fallback in query parser (Helmut Hummel)
2014-07-29  c517f74  #44795          [BUGFIX] Avoid superfluous IRRE child record duplication (Alexander Stehlik)
2014-07-26  4f7a0f3  #60595          [BUGFIX] Add use-statement for GeneralUtility (Stefan Neufeind)
2014-07-25  250b03b  #50566          [BUGFIX] Menu-links generate two empty spaces at closing anchor (Stefan Neufeind)
2014-07-08  66d2354  #59587          [BUGFIX] Followup to CacheBackend patch (Markus Klein)
2014-07-08  072f355  #59587          [BUGFIX] Too many tags by identifier in CacheBackends (Alexander Opitz)

(taca)

2014-10-22 15:08:25 UTC MAIN commitmail json YAML

Note update of www/typo3_47 package to 4.7.20.

(taca)

2014-10-22 15:07:52 UTC MAIN commitmail json YAML

Update typo3_47 package to 4.7.20 (TYPO3 4.7.20).

2014-10-22  6b61880                  [RELEASE] Release of TYPO3 4.7.20 (TYPO3 Release Team)
2014-10-22  727258f  #62357          [SECURITY] Fix DoS in openid (Markus Klein)
2014-10-22  313c4bb  #59573          [SECURITY] Fix RCE in swiftmailer (Helmut Hummel)
2014-08-23  aec409c  #60199          [BUGFIX] Collect correct information on elements in page (Jigal van Hemert)
2014-07-08  c409513  #48939,#49055  [BUGFIX] Movements pollute colPos value of content elements (Nicole Cordes)
2014-06-29  b0033d1                  [TASK] Improve travis notifications to channels (Helmut Hummel)
2014-06-05  f731fc3  #59059          [BUGFIX] New content elements are always stored on pid 0 (Markus Klein)
2014-06-03  d9d2dd1  #59034          [BUGFIX] Fix double ? in eID url for encryption key (Markus Klein)

(taca)

2014-10-22 15:03:44 UTC MAIN commitmail json YAML

Note update of www/typo3_45 package to 4.5.37.

(taca)

2014-10-22 15:03:10 UTC MAIN commitmail json YAML

Update typo3_45 pacakge to 4.5.37 (TYPO3 4.5.37).

2014-10-22  01fee1f                  [RELEASE] Release of TYPO3 4.5.37 (TYPO3 Release Team)
2014-10-22  da32b50  #62357          [SECURITY] Fix DoS in openid (Markus Klein)
2014-10-22  dbdd9f2  #59573          [SECURITY] Fix RCE in swiftmailer (Helmut Hummel)
2014-10-14  5c8081a  #53682          [TASK] Optimize speed for instantiating class with arguments (Helmut Hummel)

2014-09-23  95c2cc4                  [RELEASE] Release of TYPO3 4.5.36 (TYPO3 Release Team)
2014-09-20  ad8c5c4  #37946          [BUGFIX] Check if TER dump exists before modify time check (Jigal van Hemert)
2014-09-20  b2597fd  #55457          [BUGFIX] RTE on first new IRRE record keeps loading in IE (Stanislas Rolland)
2014-08-23  3f3c45e  #60199          [BUGFIX] Collect correct information on elements in page (Jigal van Hemert)

(taca)

2014-10-22 09:56:02 UTC MAIN commitmail json YAML

Updated graphics/cairo to 1.14.0

(wiz)

2014-10-22 09:55:36 UTC MAIN commitmail json YAML

Update cairo to 1.14.0:

Release 1.14.0 (2014-10-13 Bryce Harrington <bryce@osg.samsung.com>)
====================================================================
Hard to believe it's been over a year since our last release, but it's
not for lack of activity.  This release includes contributions of a wide
assortment of bug fixes, build system improvements, warnings cleanups,
codebase refactoring, test suite repairs, and static analysis work.

This release is lighter on features (compared with 1.12.10) but includes
a highly demanded rehaul of our image downscaling functionality, which
solves a serious problem experienced by Inkscape users when shrinking
embedded bitmaps in SVG files.  The new scaling algorithms are used by
the image backend and by other backends as needed for fallbacks.

Features
--------

  Filtering improvements for the image backend, in particular
  down-scaling of images produces filtered images that depend on all the
  pixels of the source. When using the image backend you get the
  following settings:

  CAIRO_FILTER_GOOD: uses a box filter for scales less than .75 in
    either direction. For scales larger than this, the same filter as
    CAIRO_FILTER_BILINEAR is used.

  CAIRO_FILTER_BEST: uses a Catmull-Rom filter always. When upscaling
    more than 2x this will produce anti-aliased square pixels, similar
    to OS/X.

  CAIRO_FILTER_GAUSSIAN: uses PIXMAN_FILTER_BEST, which in current
    pixman is the same as BILINEAR. (This is subject to change in the
    future).

  xlib and xcb also use the image fallback for GOOD/BEST filters, but
  note that other backends do not implement these filtering fixes yet,
  however other actions may cause them to use an image fallback which
  will cause these filters to be used.

  Improve handling of device transformation and scaling, allowing Cairo
  to now support scaling at a device level, permitting easier, more
  transparent HiDPI support.

  Support JBIG2 mime data in PDF.  This allows embedding of more
  compressed JPEG formats within PDF, rather than including the full
  uncompressed image.  Also, reduce the number of transparency groups
  used by PDF to keep the file size small and viewing/printing of the
  PDF fast.

  Expand the embedding section to include stencil mask support.

  Reorder font declarations to be in natural order.

  Update the Skia backend to build against current Skia (as of June
  2014).

  Drop Link-Time Optimization (LTO) support from build system.  This
  seems to have caused much trouble for unclear benefit, and most
  distros are reverting or disabling it anyway.

  Optimize VBO size on GL to 1M and to 16k for EGL.  This improves
  (theoretical) performance for desktop GLX use cases while avoiding
  hitting VBO memory size limitations on embedded devices.

API Changes
-----------

  cairo_surface_set_device_scale, cairo_surface_get_device_scale:

    Sets a scale that is multiplied to the device coordinates
    determined by the CTM when drawing to @surface. One common use for
    this is to render to very high resolution display devices at a scale
    factor, so that code that assumes 1 pixel will be a certain size
    will still work.

  cairo_egl_device_get_display, cairo_egl_device_get_context:

    Support get/set of EGLContext and EGLDisplay for egl-based cairo
    devices, similar to GLX.

Dependency Changes
------------------

  Cairo now requires glib 2.14 for its gobject helper functions,
  and pixman 0.30 for downscaling.

Bug fixes
---------

  Don't embed CMYK Jpeg images in svg.

  Fix tests to place output in proper location.

  Fix determination of alpha for all surfaces when recording.

  Extend oversize check to cairo_gl_surface_create_for_texture, so an
  error surface is returned if the texture is too large to render to.

  Fix embedding of mime data in PDF and PS files.

  Remove useless error handling in *_reply() functions in XCB.

  Fix a double-free exposed by multithreaded apps creating and
  destroying the same font concurrently.
  https://bugs.freedesktop.org/show_bug.cgi?id=69470

  Fix corrupt stacks produced by bugs in operand emission for trace.

  Fix out of bounds array access in format cache for xlib

  Don't rename glyphs used by seac operator.  This can cause certain
  combined characters to use their decorations (e.g. umlauts on 旦) to be
  lost during printing of PDFs using evince.
  https://bugs.freedesktop.org/show_bug.cgi?id=70364

  Fix crash on calling cairo_create with a finished surface

  Fix SSIZE_T definition problem when making with MSYS on Windows7

  Fix one off issue in gl context cleanup

  Fix usage of CAIRO_STACK_ARRAY_LENGTH

  Fix rectangle stroke with non rectilinear pen

  Fix imagemask with pattern source failure on some printers.  This bug
  could cause files converted using pdftops to fail for example on Ricoh
  printers, or opening in Adobe Distiller on Windows.
  https://bugs.freedesktop.org/show_bug.cgi?id=69485

  Fix whitespace in font names

  Fix page size in generated PDFs.  When printing using pdftocairo on
  larger page sizes, such as 11x17, the image would be cropped to letter
  size.
  https://bugs.freedesktop.org/show_bug.cgi?id=73452

  Fix path-currentpoint test by preserving current-point in
  copy_path()/append_path() sequence

  Fix generation of HTML in code docs for
  cairo-format-stride-for-width.  Raw HTML code was being passed
  to the browser, instead of displaying normally.
  https://bugs.freedesktop.org/show_bug.cgi?id=63257

  Fix spelling of "tessellator" throughout code.  We're using the
  American rather than British spelling of this word.
  https://bugs.freedesktop.org/show_bug.cgi?id=50411

  Fix crash in pixman_image_composite32

  Fix crash when trying to modify a (const) all-clipped cairo_clip_t
  https://bugs.freedesktop.org/show_bug.cgi?id=75819

  Add check_composite method to all compositors, to fix crashes in the
  test suite.

  Fix crash in Firefox when scrolling on certain pages.

  Fix memory leaks found by static analysis.

  Fix build of any2ppm if fork is not available.

  Fix broken build for Qt backend, due to missing libstdc++.

  Fix typo in two cairo_uint128 functions.  Fixes potential build issues
  on systems without a uint128 type.

  Fix build when --enable-pdf=no

  Fix cache_frozen assertions for Win32 print.

  Correctly check for xcb image surface for inplace upload

  Fix webkit-based web browser crashes due to empty boxes by skipping
  over them when tesselating.

  Make pixman, libpng, and zlib paths commandline configurable for win32
  builds.

  Fix image scale on Win32 when GDI scale is not identity.

  Fix float endian configure test when using clang -O4

  Fix compilation with Android bionic libc

  Don't try to build util/sphinx on Windows

  Fix loss of precision when emitting joins.  This was caused by
  discrepancies in line gradients when passing trapezoids around.

  Fix loss of precision and associated rendering issues in
  cairo-tor-scan-converter from projection onto sample grid.

  Fix pixman oversampling of neighbouring edges within a cell by
  eliminating self-intersections for the pixman traps compositor.

  Fix multi-line string splitting in PDFs

  Various cleanups and fixes to warnings, documentation, tests, and
  build system.  Improve error handling and return value checks.
  Cleanup XFAIL tests and reference images.  Cover recently added
  functionality.

(wiz)

2014-10-22 09:43:10 UTC MAIN commitmail json YAML

Updated net/unison to 2.40.102nb22

(wiz)

2014-10-22 09:43:01 UTC MAIN commitmail json YAML

2014-10-22 09:30:46 UTC MAIN commitmail json YAML

Updated devel/py-urwid to 1.3.0

(wiz)

2014-10-22 09:30:37 UTC MAIN commitmail json YAML

Update to 1.3.0:

2014-10-17

New AsyncioEventLoop for Python 3.4, Python 3.x with asyncio
package or Python 2 with trollius package (by Alex Munroe,
Jonas Wielicki, with earlier work by Kelketek Rritaa)
Screen classes now call back to MainLoop using event loop
alarms instead of passing timeout values to MainLoop (by
Alex Munroe)
Add support for bright backgrounds on linux console (by
Russell Warren)
Allow custom sorting of MonitoredList (by Tony Cebzanov)
Fix support for negative indexes with MonitoredFocusList
(by Heiko Noordhof)
Documentation fixes (by Ismail, Matthew Mosesohn)

(wiz)

2014-10-22 09:27:59 UTC MAIN commitmail json YAML

Updated devel/py-tortoisehg to 3.1.2

(wiz)

2014-10-22 09:27:50 UTC MAIN commitmail json YAML

Update to 3.1.2:

TortoiseHg 3.1.2 is a regularly scheduled bug-fix release.

Since 3.1, Mercurial commands are run in separate command server
process. It generally contributes to reliability, but if you have
a faulty extension or an in-process Python hook, it can corrupt
the communication channel between TortoiseHg and the command server.

If you see an error message like "cmdserver: timeout while reading...",
please report it with the list of enabled third-party extensions
and their versions. Currently, reviewboard (#3841) and onsub (#3924)
extensions are known to have this issue.

Bug Fixes

    commit: correct boundary value to disable pygments parsing
    (refs #3910)
    commit: do not show username prompt if ui.user is set (fixes
    #3901)
    obsolete: look for markers even if intermediate revisions are
    hidden
    repomodel, sync: fix performance regression on repo having many
    named branches (fixes #3912)
    tag: propagate --force option properly on remove

(wiz)

2014-10-22 09:26:43 UTC pkgsrc-2014Q3 commitmail json YAML

2014-10-22 09:26:33 UTC pkgsrc-2014Q3 commitmail json YAML

Pullup ticket #4523 - requested by agc
sysutils/libvirt: security update

Revisions pulled up:
- sysutils/libvirt/Makefile                                    1.26
- sysutils/libvirt/PLIST                                        1.10
- sysutils/libvirt/distinfo                                    1.7

---
  Module Name: pkgsrc
  Committed By: agc
  Date: Sun Oct 19 08:48:07 UTC 2014

  Modified Files:
  pkgsrc/sysutils/libvirt: Makefile PLIST distinfo

  Log Message:
  Update to libvirt-1.2.9 from 1.2.6

  A vast number of features, portability changes, and bug fixes
  were introduced, including fixes for two vulnerabilities:

  CVE-2014-3633: qemu: blkiotune: Use correct definition when looking up disk (Peter Krempa),
  CVE-2014-3657: domain_conf: fix domain deadlock (Pavel Hrdina)

  as well as

  spec: Update polkit dependencies for CVE-2013-4311 (Jiri Denemark)

(tron)

2014-10-22 09:24:09 UTC MAIN commitmail json YAML

- py-libxml2-2.9.2.

(wiz)

2014-10-22 09:20:07 UTC MAIN commitmail json YAML

Updated devel/gettext-lib to 0.19.3

(wiz)

2014-10-22 09:19:55 UTC MAIN commitmail json YAML

Update gettext* to 0.19.3:

Version 0.19.3 - October 2014

* Bug fixes:
  - Fix xgettext mishandling of octal character escapes in C.
  - Fix autopoint infinite recursion with certain configure.ac.

* The po/Makevars file has a new field MSGINIT_OPTIONS, that can be
  used to adjust msginit's operation.  This is particularly useful for
  controlling line wrapping behavior together with MSGMERGE_OPTIONS
  and XGETTEXT_OPTIONS.

* Portability:
  - Building on Solaris 10 and 11 with Solaris Studio compiler is now
    fixed.

(wiz)

2014-10-22 08:01:49 UTC MAIN commitmail json YAML

2014-10-21 22:39:13 UTC MAIN commitmail json YAML

Updated cad/gdsreader to 0.3.2

(mef)

2014-10-21 22:38:44 UTC MAIN commitmail json YAML

(pkgsrc)
  - Convert MASTER_SITES to distcache of FreeBSD
  - Delete patch-aa, taking care by Makefile of pkgsrc side
(upstream)
  - Update GDSreader 0.3 to 0.3.2
-------------------------------
New feature for gdsreader-0.3.2

  Generation of POVRAY scene files.

Quick Overview:

GDS2, (or "Calma"), files contain 2D shape data, and each shape has
a specific layer number, (gdsno), and a datatype number.  To  make
any sort of 3D model, these two integer numbers must be  "mapped"
to a corresponding thickness and depth parameter, and  also to a
color specification.  This  is handled by the user-created
"layers.config" file.  A  layers.config file needs to be made for
each technology you wish to convert.  A process which differs only
in the number of metal layers used is considered a different
technology.  The layers.config file is also used in the generation
of postscript and HPGL output, so several of the parameters in
a layers.config file do not necessarily apply to POVRAY output.

.. (more to read) share/examples/gdsreader/README.povray

(mef)

2014-10-21 21:28:58 UTC MAIN commitmail json YAML

2014-10-21 21:28:19 UTC MAIN commitmail json YAML

Updated devel/hs-random to 1.1

(szptvlfn)

2014-10-21 21:27:51 UTC MAIN commitmail json YAML

Update to 1.1

from CHANGELOG & https://github.com/haskell/random
# 1.1
  * support for base < 4.6 (which doesnt provide strict atomicModifyIORef')
    and integrating Travis CI support.
    https://github.com/haskell/random/pull/12
  * fix C type in test suite https://github.com/haskell/random/pull/9
  - Fix compilation with GHC HEAD.

(szptvlfn)

2014-10-21 17:07:19 UTC MAIN commitmail json YAML

Updated security/spiped to 1.4.2

(wiedi)

2014-10-21 17:05:55 UTC MAIN commitmail json YAML

Update spiped to 1.4.2

Changelog:
spiped-1.4.2
* Fix crash on platforms which support AESNI (i386, amd64) but do not
  automatically provide 16-byte alignment to large memory allocations
  (glibc, possibly others).

(wiedi)

2014-10-21 13:22:21 UTC MAIN commitmail json YAML

+ puzzles-20141020.10286.

While here, test log_accum change by citing PR 1234.

(wiz)

2014-10-21 13:06:54 UTC MAIN commitmail json YAML

Note update of mail/postfix package to 2.11.3.

(taca)

2014-10-21 13:06:12 UTC MAIN commitmail json YAML

Update postfix to 2.11.3.

Bugfix for Postfix 2.11, 2.10, 2.9 and 2.8:

  * Fix for configurations that prepend message headers with Postfix
    access maps, policy servers or Milter applications. Postfix now
    hides its own Received: header from Milters and exposes prepended
    headers to Milters, regardless of the mechanism used to prepend
    a header. This fix reverts a partial solution that was released
    on October 13, 2014, and replaces it with a complete solution.

Portability fix for Postfix 2.11:

  * Portability fix for MacOS X 10.7.x (Darwin 11.x) build procedure.

(taca)

2014-10-21 12:47:52 UTC MAIN commitmail json YAML

Updated sysutils/znapzend to 0.13.0

(wiedi)

2014-10-21 12:46:25 UTC MAIN commitmail json YAML

Update znapzend to 0.13.0

Changelog:
oetiker released this on Sep 18:
- if you want znapzend to reload your config, kill -HUP will do the trick
- improved handling of TERM for a graceful shutdown
- new option for znapzend: --connectTimeout=x

(wiedi)

2014-10-21 12:33:44 UTC MAIN commitmail json YAML

Updated devel/p5-Mojo-IOLoop-ForkCall to 0.15

(wiedi)

2014-10-21 12:32:30 UTC MAIN commitmail json YAML

Update p5-Mojo-IOLoop-ForkCall to 0.15

Changelog:

0.15 2014-09-17
  - Replaced use of emit_safe which has been deprecated in Mojo::EventEmitter

(wiedi)

2014-10-21 12:19:11 UTC MAIN commitmail json YAML

Fix ctl_command path.

>From Christopher Pinon on pkgsrc-users.

(gdt)

2014-10-21 12:05:43 UTC MAIN commitmail json YAML

Updated net/sniproxy to 0.3.6

(wiedi)

2014-10-21 12:04:44 UTC MAIN commitmail json YAML

Update sniproxy to 0.3.6

Changelog:
2014-09-26  Dustin Lundquist <dustin@null-ptr.net>
0.3.6 release

* Improve logging:
  Fix negative connection duration in access log
  Include log rotate script
  Reopen log files on SIGHUP
  Share file handle to same log file between listeners
  Avoid unnecessary reconnection to syslog socket
  Cache timestamp string for current second
* Man page
* Packaging improvements:
  passes lintian and rpm-lint

2014-08-13 Dustin Lundquist <dustin@null-ptr.net>
0.3.5 release

* Configuration reloading on SIGHUP
* SSL 2.0 connection handling: do not treat as an error, use fallback
address if configured.
* Fix buffer_coalesce error
* Spawn privileged child to bind sockets to privileged ports on reload
* Add -V flag to return sniproxy version
* Use libev for timestamps to improve portability
* Include several for BSD compatibility
* Large file support (for log files)

(wiedi)

2014-10-21 12:04:21 UTC MAIN commitmail json YAML

Updated chat/pidgin-otr to 4.0.1

(gdt)

2014-10-21 12:04:12 UTC MAIN commitmail json YAML

Update to 4.0.1.

21 Oct 2014:

- Hardened Windows build
- Fix max message size for Novell Groupwise
- New Czech, Finnish, Brazilian Portuguese, Norwegian Bokm奪l
  translations.  Updated French, Chinese translations.
- Release 4.0.1

(gdt)

2014-10-21 11:46:48 UTC MAIN commitmail json YAML

Updated chat/libotr to 4.1.0

(gdt)

2014-10-21 11:46:31 UTC MAIN commitmail json YAML

Update to 4.1.0.

21 Oct 2014:
- Release 4.1.0
- Modernized autoconf build system
- Use constant-time comparisons where needed
- Use gcrypt secure memory allocation
- Correctly reject attempts to fragment a message into too many pieces
- Fix a missing opdata when sending message fragments
- Don't lose the first user message when REQUIRE_ENCRYPTION is set
- Fix some memory leaks
- Correctly check for children contexts' state when forgetting a context
- API Changes:
  - Added API functions otrl_context_find_recent_instance and
    otrl_context_find_recent_secure_instance.

(gdt)

2014-10-21 10:17:33 UTC MAIN commitmail json YAML

Updated www/goaccess to 0.8.5

(wiedi)