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 (1m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 14:38:36 UTC Now

2018-09-06 13:42:18 UTC MAIN commitmail json YAML

Added security/py-trustme; Updated www/py-cheroot

(adam)

2018-09-06 13:41:33 UTC MAIN commitmail json YAML

py-cheroot: updated to 6.5.2

v6.5.2
- Fix import of :py:mod:cheroot.ssl.pyopenssl by refactoring and separating
  :py:mod:cheroot.makefile's stream wrappers.

- Add initial tests for SSL layer with use of :py:mod:trustme

(adam)

2018-09-06 13:36:16 UTC MAIN commitmail json YAML

py-trustme: added version 0.4.0

trustme is a tiny Python package that does one thing: it gives you a fake
certificate authority (CA) that you can use to generate fake TLS certs to use
in your tests. Well, technically they're real certs, they're just signed by
your CA, which nobody trusts. But you can trust it. Trust me.

(adam)

2018-09-06 13:28:00 UTC MAIN commitmail json YAML

py-paramiko: BUILD_DEPENDS -> TEST_DEPENDS

(adam)

2018-09-06 13:10:10 UTC MAIN commitmail json YAML

doc: Updated devel/libusb-compat to 0.1.7

(jperkin)

2018-09-06 13:10:01 UTC MAIN commitmail json YAML

libusb-compat: Update to 0.1.7.

There are no meaningful changes in this release compared to 0.1.6rc2, it
is primarily a tag update.  However, adding gsed to USE_TOOLS fixes an
issue where the output of ldd was not parsed correctly by either illumos
sed or nbsed, resulting in dlopen failures for libusb-0.1.so.

Fixes joyent/pkgsrc#117.

(jperkin)

2018-09-06 12:27:09 UTC MAIN commitmail json YAML

doc: Updated security/py-certbot to 0.27.0

(fhajny)

2018-09-06 12:26:43 UTC MAIN commitmail json YAML

2018-09-06 12:25:26 UTC MAIN commitmail json YAML

py-{acme,certbot}: Update to 0.27.0.

## 0.27.0 - 2018-09-05

### Added

- The Apache plugin now accepts the parameter --apache-ctl which can
  be used to configure the path to the Apache control script.

### Changed

- When using `acme.client.ClientV2` (or
`acme.client.BackwardsCompatibleClientV2` with an ACME server that
supports a newer version of the ACME protocol), an
`acme.errors.ConflictError` will be raised if you try to create
an ACME account with a key that has already been used. Previously,
a JSON parsing error was raised in this scenario when using the
library with Let's Encrypt's ACMEv2 endpoint.

### Fixed

- When Apache is not installed, Certbot's Apache plugin no longer
  prints messages about being unable to find apachectl to the
  terminal when the plugin is not selected.
- If you're using the Apache plugin with the --apache-vhost-root flag
  set to a directory containing a disabled virtual host for the
  domain you're requesting a certificate for, the virtual host will
  now be temporarily enabled if necessary to pass the HTTP challenge.
- The documentation for the Certbot package can now be built using
  Sphinx 1.6+.
- You can now call `query_registration` without having to first call
  `new_account` on `acme.client.ClientV2` objects.
- The requirement of `setuptools>=1.0` has been removed from
  `certbot-dns-ovh`.
- Names in certbot-dns-sakuracloud's tests have been updated to refer
  to Sakura Cloud rather than NS1 whose plugin certbot-dns-sakuracloud
  was based on.

## 0.26.1 - 2018-07-17

### Fixed

- Fix a bug that was triggered when users who had previously manually
  set `--server` to get ACMEv2 certs tried to renew ACMEv1 certs.

(fhajny)

2018-09-06 10:55:43 UTC MAIN commitmail json YAML

taskserver: set absolute path in taskdctl

No reason why PREFIX should be in PATH of taskd user.

(triaxx)

2018-09-06 09:47:47 UTC MAIN commitmail json YAML

Updated textproc/oniguruma, sysutils/py-crontab

(adam)

2018-09-06 09:47:12 UTC MAIN commitmail json YAML

doc: Updated sysutils/ipmitool to 1.8.18nb1

(jperkin)

2018-09-06 09:47:07 UTC MAIN commitmail json YAML

2018-09-06 09:47:02 UTC MAIN commitmail json YAML

ipmitool: Avoid defines that result in getpass() failures on Darwin.

Inspired by a Homebrew patch, fixes joyent/pkgsrc#79.  Bump PKGREVISION.

(jperkin)

2018-09-06 09:44:23 UTC MAIN commitmail json YAML

oniguruma: updated to 6.9.0

6.9.0:
Update Unicode version 11.0.0
NEW: add Emoji properties

(adam)

2018-09-06 09:36:45 UTC MAIN commitmail json YAML

doc/CHANGES-2018: Removed retroarch-assets

(nia)

2018-09-06 09:34:14 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-database to 20180904

(nia)

2018-09-06 09:33:56 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-glsl-shaders to 20180828

(nia)

2018-09-06 09:33:38 UTC MAIN commitmail json YAML

2018-09-06 09:30:07 UTC MAIN commitmail json YAML

doc: Updated devel/rcs to 5.9.4nb1

(jperkin)

2018-09-06 09:29:57 UTC MAIN commitmail json YAML

rcs: Don't use %n format strings on Darwin.

Patch from Homebrew, fixes joyent/pkgsrc#137.  Bump PKGREVISION.

(jperkin)

2018-09-06 09:28:43 UTC MAIN commitmail json YAML

Updated textproc/py-sphinx, textproc/py-xlsxwriter

(adam)

2018-09-06 09:28:24 UTC MAIN commitmail json YAML

py-xlsxwriter: updated to 1.1.0

Release 1.1.0:
* Added functionality to align chart category axis labels. See the
  label_align property of the :func:set_x_axis() method.
* Added worksheet :func:hide_row_col_headers() method to turn off worksheet
  row and column headings.
* Added the :func:set_tab_ratio() method to set the ratio between the
  worksheet tabs and the horizontal slider.
* Fixed issue with icon conditional formats when the values were zero.

(adam)

2018-09-06 09:26:43 UTC MAIN commitmail json YAML

py-sphinx: updated to 1.7.9

Release 1.7.9:

Features added
* Make generated texinfo files reproducible by sorting the anchors

Bugs fixed
* crashed on incremental build if document uses include directive

(adam)

2018-09-06 08:23:08 UTC MAIN commitmail json YAML

retroarch/Makefile: Disable discord RPC, and bump PKGREVISION.

(nia)

2018-09-06 08:14:06 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-fbalpha to 0.2.97.43.20180721

(nia)

2018-09-06 08:13:54 UTC MAIN commitmail json YAML

emulators/libretro-fbalpha: Update to libretro-fbalpha-0.2.97.43.20180721

Fixes and new features

    Use real MCU for Tokio [Barry]
    Fix state issues with Slap Fight/Tiger Heli [dink]
    Fix incremental search and sort alphabetically w/"Use Zipnames". [dink]
    Improve incremental search in the game list. This search is when you type at the game list (not the search box) for example: to get to "Super Cobra" really fast, type "superco" - or - "doublew" for "Double Wings". Whatever you are searching for - just leave out the space. If "Use Zipnames" is selected, type in the romset name or a subset of it. [dink]
    Fix a few video bugs and state issues in "The Lost Castle in Dark Mist" [dink]
    Fix dac sounds in Ultimate Mortal Kombat 3 Trilogy hack [dink]
    Fix B-Wings (Alt) set boot issue [dink]
    Fix color issues in Gold Medalist [iq_132]
    Z80 Core, small improvement to vector handling [dink]
    Parents Only option for driver icons (for systems that have problems with driver icons) [dink]
    Create new interface and port eke-eke's high quality ym2612 core from Genplus-gx [dink]
        Fixes SFX sounds in Streets of Rage 2
        Fixes lead and percussive guitar sounds in Mega Turrican's intro
    Fix crash with NBA Jam Tournament Edition on Megadrive [dink]
    Improve 68k timing for Megadrive, fixes... [dink]
        Graphics issues/corruption in Galahad
        Flickery separator line in VS mode on Sonic 2 and 3
        Fix freeze with Desert Strike on Megadrive
        Overall, probably improves everything
    Fix music hangs in Sonic 3 when Sonic is underwater (Z80 timing) [dink]
    Fix PGM Arm7 crash on 64bit systems w/theglad, kov* [dink]
    Sync. romsets with MAME 0.188 [Barry]
    Sync. some romsets with MAME 0.189 [JacKc]
    Fix Robocop2 ending credits scrolltext (8x8 offset masking) [iq_132]
    Fix for replays desynching with games that use SRAM/NVRAM [dink]
    Strikers 1945 Plus music fix [dink]
    Fix Palette Viewer for games with BDF_16BIT_ONLY flag [dink]
    Port Z180 Core from MAME and create FBAlpha-style cpu interface [Barry, iq_132]
    Hook-up Z180 sound-cpu in GHOX [Barry]
    Games using flag BDF_16BIT_ONLY are no longer 1-frame behind emulation, other projects using FBAlpha please take note (see intf/video/vid_interface.cpp) [dink]
    Fix DAC(psg) sounds in Afterburner II Megadrive [dink]
    Added define to log ram usage in src/burn/burn_memory.cpp [iq_132]
    Fixed Archery level in Konami's '88 Games [dink, Gab75]
    Fixed inputs for Nayade Resistance and Crazy Buggy on MSX [dink]
    Hooked up protected versions of Alligator hunt, Touch & Go, Maniac Square in Gaelco2 Hardware [iq_132]
    Fixed Music/SFX pitch in Arbalester, and occasional "Illegal Inst." error when playing w/Keyboard [dink]
    Hook up protection MCU for protected version of Glass [iq_132]
    Fixed palette recalc issue w/some Taito-Z games, fixes weird colors when switching BPP during game [dink]
    Fixed cut-short continue message in Data East's Breakthru [dink]
    Fixed small memory leaks in dynamic Huffman compression [dink]
    Hook up MCU to Tough Turf (U) and Wrestle War, fix Tough Turf (J) [Barry]
    Fixed 2-Player mode in Wonder Boy in Monster Land (System1) [dink]
    Fixed distorted sounds in Time Pilot, Time Pilot '84, Tutanham and Commando Sega [dink]
    Added Single-Screen modes (DIPS) to Gaelco's World Rally 2 and Data East's Backfire! [dink]
    Fixed screen corruption at end of race in Hang-On Jr. / v-scrolling issue in Sega System E [dink]
    Added notaz's BCD fixes to the Musashi 68k cpu core [dink]
    Added i8x41/UPI-41 cpu core [iq_132]
    Sync. romsets with MAME 0.191 [Barry]
    Fixed occasional distorted graphics in Konami's Jail Break when playing w/Keyboard [dink]
    Fixed deroon's inputs (irq timing) [dink]
    New feature for Lord of Gun: shoot any side to reload [dink]
    Added support for Multi/Connected sprites in Toaplan GP9001 emulation, fixes GHOX's Highscore background [dink]
    UI Change, the search box text will be preserved between game loads [dink]
    Fix for Use and Select buttons were erraneously swapped in Dungeons & Dragons - Shadow Over Mystara [dink]
    Fix spritelag issue in Ryu Jin [dink]
    Add missing third button to Life Force (Japan) [dink, gamezfan]
    Improve paddle emulation in Gee Bee, Bomb Bee and Cutie Q [dink]
    Fix sound issues with Phoenix and savestates [dink]
    Fix freeze in Kaitei Takara Sagashi while starting a new game [dink]
    Increase the sound level for all Taito F3 games [dink]
    Small improvement to the search box. Now, for example "namco system 1", "namco system 2" or "taito f3" can be searched for [dink]
    Fix color issues and impliment transmask groups for Mad Gear / Led Storm, fixing level 2+ [dink]
    Fix missing tiles and scrolling issues in Last Duel level 2 [dink]
    Fixed many graphical issues in Magical Crystals [dink]
    Fixed input and sound issues in Zoar [dink]
    Fixed timing issue in Burnin' Rubber / Bump 'n Jump [dink]
    Fixed p3 / p4 inputs in Bucky and Moo Mesa [dink]
    Fixed Kaiser Knuckle 2p Kick buttons [shine]
    Fixed transparency issue in Motos [iq_132]
    Fixed an input issue in CPS3 when opposite directions are pressed [dink]
    Converted 1942 and Gun.Smoke over to the new tilemap system [iq_132]
    Updated the ARM core to fix problems with Deco MLC and Deco 156 games [dink]
    Fix byte, word, and quad-long DMA Transfers in SH-2 [dink]
    Added stereo mode to DAC [dink]
    Added bsmt2k and decobsmt soundcores [iq_132, dink]
    Fixed sounds/sfx in Gouketsuji Gaiden Legends [dink]
    Fixed occasional clicks/pops at the beginning of emulation if the last game played was exited while the msm6295 was playing something [dink]
    Fixed the fog-fadeout in the end-boss scene and other alpha-transparency issues in Moo Mesa [dink]
    Fixed several minor graphic bugs in Hangzo [dink]
    Slight drawing optimization for Robocop 2 and Edrandy [dink]
    Fixed bad fades in Ninja Baseball Batman and occasional tilemap studder in R-Type LEO [dink]
    Enabled High Score saves for most Irem M72 games [dink]
    Fixed k054539 savestates and reverb function [dink]
    Fixed graphics issues in Irem's Major Title making the game fully playable [dink]
    Fixed music issues in Sol Divide [dink, barbudreadmon]
    Added speedhack dip options for Psikyo SH-2 games [barbudreadmon]
    Fixed k054539 pt.2: Use 3 different techniques (ramp to 0, check for bad last sample, slight modification to dpcm table) to get rid of clicky noises in 4bit dpcm sfx/voice samples (Moo Mesa, Bucky O'Hare, Mystic Warriors, Violent Storm, etc.) [dink]
    Fixed alpha effects in Bucky O'Hare title fadeout, and other transitional scene fades (tile layer 3 over/under sprites priority mode) [dink]
    Added Z180 support to BurnTimer [iq_132]
    Rewrite/Modernize drivers for 1943, Commando, Jack and the Giantkiller, Mole Attack, Mr. Flea, Route 16, and Bomb Jack [iq_132]
    Fixed Safari Hunting on SG-1000, thanks to Eke of Genesis Plus GX for info! [dink]
    Fixed palette/color issues in Spelunker 1 and 2 [dink]
    Added proper Draw handler to Irem M62 so paused games don't advance a frame during a window update/redraw [dink]
    Fixed Input Dialog: Populate the combo list with preset name when saving [Barry]
    Fixed broken lines in the boss tank for the M82 version of Air Duel [dink]
    Removed rom patch and added proper protection simulation to Route 16 [iq_132]
    Removed rom patch and added proper protection simulation to Meta Fox [iq_132]
    Fixed Tetrise and Hang-On Jr. dips [dink]
    Slight timing improvement for Kicker / Shaolin's Road [dink]
    Use event semaphores instead of polling for better DirectSound performance and timing [Jan Klaassen]
    Fix another cycle-related issue with ZetRunEnd, fixes sound issues with certain Neo-Geo games [dink]
    Enabled High Score saving for most CPS3 games [barbudreadmon]
    Fixed some palette issues in Super Burger Time [dink]
    Added M6502SetAddressMask() to the M6502 cpu core [iq_132]
    Added cubic resampling interpolater to the samples core [Jan Klaassen]
    Added speedhack dip options for Deco32 games [gamezfan, dink]
    Enabled High Score saving for Raiden [barbudreadmon]
    Updated K054539 pt.3, use cubic resampling for high quality sound [dink]
    Fixed timers in SN76477 sound core [dink]
    Fixed missing cut-scene graphics in Pretty Soldier Sailor Moon [Jan Klaassen]
    Update Namco System 2's soundcore w/cubic resampling for high quality sound [dink]
    Update Gaelco2 soundcore w/cubic resampling and fix crackle/pop!'s at beginning of samples [dink]
    Fixed layer priority masking in Black Tiger [vbt]
    Fixed the MSM6295 sampling rate in Batsugun and Truxton2 [yukaritamura (libretro-fba), dink]
    Add high-quality ICS2115 (pgm) soundcore from Jan, superior sound quality for all PGM games, fixes KOV2 music [Jan Klaassen]
    Update ES5505/6 soundcore w/cubic interp. resampling [dink]
    Increase volume in Gyruss and Monster Slider [dink]
    Fixed sound loss, palette fade bug and sprite clipping issues in Double Wings [dink]
    Added new interface for AY8910, updated all drivers to use it [iq_132]
    Emulated sound cpu and hooked up all sounds in Mario Bros. (mario) [dink]
    Added Sega TeamPlayer support to the Megadrive driver, enabling it for: Columns 3, Gauntlet 4, Mega Bomberman, Street Racer (...more to come..) [dink]
    Fixed player sprite color in Millipede [dink]
    Added speech to Gauntlet I and II - TMS5220 sound core ported to FBA [dink]
    Added save state support to the Irem M90 driver [dink]
    Cleaned up the sound in Donkey Kong to get rid of clicks in some sounds [dink]
    Fixed sound hz in Triple Punch and clones [dink]
    Standardize savestate calls amongst soundcores [iq_132]
    Fixed tilemap and sound synchronization issues in Rohga [dink]
    Hook up sound cpu and fix sprite offsets in Pipi & Bibis / Whoopee!! on Teki Paki hardware [dink]
    Fixed video and audio issues in Risky Challenge, game now playable [dink, iq_132]
    Updated all FM soundcores using the timer system to require a lot less support code per driver (internalized *GetTime and *Synch.Stream) [dink]
    Fix the SRam implimentation on Megadrive [dink]
    Added EA "Four Way Play" support to Megadrive, enabled for General Chaos and Mutant League Hockey [dink]
    Added resampling to the ymf278b sound core, sounds right regardless of user sound rate [dink]
    Added a English fan-translations of the following Megadrive games: Battle Mania Daiginjou, Gleylancer, Tougiou King Colossus, Langrisser II, Phantasy Star II Adventure series games, Pulse Man, Twinkle Tale and Undead Line [barbudreadmon]
    Fixed color issues on Jupiter and occasional missing pixels on Neptune in Gyruss [dink]
    Added CPU_IRQSTATUS_HOLD to hd6309 cpu core [dink]
    Fixed ending scene and movement of the rock-wall dragon boss in Labyrinth Runner/Trick Trap [dink]
    Use a common timer value when starting netgames on Neo-Geo for better netgame sync. [Ponder]
    Added menu option (Misc -> Options) to enable/disable the High Resolution Timer - defaults to ON [dink]
    Added Sync. to DWM option for Windows 7 - 10 windowed mode [dink]
    Street Fighter II' - Champion Edition now runs at the right speed [dink, Barry]
    Fixed crash w/DX9 Blitters when going to the task manager in Win7+ when Auto Pause is off [dink]
    Updates to the uPD7810 cpu core [dink, iq_132]
    uPD7810 core, update some opcodes and add analog port reading for c-chip [dink, iq_132]
    Emulate Taito C-Chip for Superman, Bonze Adventure, Mega Blast, Rainbow Islands / Rainbow Islands Extra and Volfied [dink]
    Use 4-Way inputs for Volfied, making the game playable [dink]
    Fixed a problem where Bonze Adventure wasn't reading the dips [dink]
    Re-work tile:sprite priority system in Taito F2 [dink]
        Pulirula: fixes tile:sprite priorities and blending effects in level 2
        Liquid Kids: fixes the cut-scene/story between levels
        Metal Black: fixes missing moving letters before the titlescreen appears
    Improved DonPachi and DoDonPachi timing to respond to inputs in 2 frames instead of 4 [dink]
    Changed aspect ratio on Tecmo Bowl to look less squished [dink]
    Sync. romsets with MAME 0.197 [Barry]
    Analog input improvement for Konami GT and RF2 [dink]
    Fixed click when paused/dc offset issue in Cheeky Mouse [dink]
    Removed busyloop hacks from M6809, HD6309 and M6805 CPU Cores [dink]
    Update libpng to 1.6.34 [Barry]
    Improved timing in Heavy Unit and Ghosts'n Goblins (revisited) [dink]
    Fixed several bugs in the M6805 cpu core [dink]
    Fixed "BAD HARDWARE" error message in most versions of Arkanoid [dink]

New drivers

    Added driver for Pit n Run and Jump Kun [iq_132]
    Added driver for Glass by OMK/Gaelco [iq_132]
    Added driver for Thunder Hoop 2: TH Strikes Back [iq_132]
    Added driver for Manhattan, Highway Chase, Terranean, Astro Fantasia, Super Astro Fighter, Flash Boy, Lock 'n Chase, on Deco Cassette System hardware [iq_132, dink]
    Added driver for Pata Pata Panic [iq_132]
    Added driver for Pacman - 25th Anniversary Edition and Ms.Pac-Man/Galaga - 20th Anniversary Class of 1981 Reunion [iq_132]
    Added driver for Data East's Dream Ball [iq_132]
    Added driver for Heavy Smash and World Cup Volly '95 on Deco 156 hardware [iq_132]
    Added driver for Avengers in Galactic Storm, Stadium Hero '96, Skull Fang, Hoops '96, Dunk Dream '95 and Hoops on Deco MLC hardware [iq_132]
    Added driver for Captain America and The Avengers, Fighter's History, Night Slashers, Tattoo Assassins, and Dragon Gun on Deco 32 hardware [iq_132, dink]
    Added driver for Popper [iq_132]
    Added driver for Mosaic and Golden Fire II [iq_132]
    Added driver for Pipe Dream and Hatris [iq_132]
    Added driver for The Pit, Round Up/Fitter, Dockman/Portman, Super Mouse/Funny Mouse, Desert Dan and Intrepid [iq_132]
    Added driver for 3x3Puzzle and Casanova [iq_132]
    Added driver for Toaplan-1 games: Vimana, Outzone, Same! Same! Same!/FireShark, Demon's World, Zero Wing, Hellfire, Truxton and Rally Bike, replacing the older individual drivers [iq_132]
    Added driver for Konami's Double Dribble [iq_132, dink]
    Added driver for Nibbler, Pioneer Balloon, Fantasy, Vanguard, Sasuke and Commader and Satan of Saturn on RockOla/SNK6502 hardware [iq_132, dink]
    Added driver for Car Jamboree [iq_132]
    Added driver for Metal Clash by Data East [iq_132]
    Added driver for Jibun wo Migaku Culture School Mahjong Hen [iq_132]
    Added driver for Metal Soldier Isaac II [iq_132]
    Added driver for Xyonix [iq_132]
    Added driver and sound core for Flower [iq_132, dink]
    Added driver for Mad Motor Prototype [iq_132]
    Added driver for Monkey Magic [iq_132]
    Added driver for Kangaroo, replacing the old one [iq_132]
    Added driver for Pirate Ship Higemaru, replacing the old one [iq_132]
    Added driver for Cop 01 and Mighty Guy, due to protection issues, Mighty Guy is without sound [iq_132]
    Added driver for Oli-Boo-Chu [iq_132]
    Added driver for Super Cross II [iq_132]
    Added driver for V-Ball [iq_132]
    Added driver for PK Scramble [iq_132]
    Added driver for games on Vic Dual hardware *no sound yet* [iq_132]
    Added driver for Super Speed Race Jr. [iq_132]
    Added driver for American Speedway [iq_132]
    Added driver for Space Stranger / 2 [iq_132]
    Added driver for Crazy Ballon [iq_132, dink]
    Added driver for Clash Road and Fire Battle [iq_132]
    Added driver for Flack Attack / MX5000 by Konami [iq_132, dink]
    Added driver for Master Boy (older/Z80 HW) [iq_132]
    Added driver for Beam Invader *WIP/not working* [iq_132]
    Added driver for Dribling [iq_132]
    Added driver for Dora-Chan [iq_132]
    Added driver for Combat School by Konami [iq_132]
    Added driver for Fast Lane by Konami [iq_132]
    Added driver for Konami's Super Basketball [iq_132]
    Added driver for WarpSpeed *WIP/not working* [iq_132]
    Added driver for Food Fight by GCC/Atari [iq_132]
    Added driver for Data East's 18 Holes Pro Golf [iq_132]

New additions / updates to existing drivers

    Add World Rally 2 [Morten Shearman Kirkegaard, Peter Wilhelmsen, David Haywood, iq_132]
    Add Mortal Kombat II (World) Unlimited Hack by Smoke on Megadrive [dink]
    Add Streets of Rage 2 (USA) Syndicate Wars 2016 Hack by Gsaurus on Megadrive [dink]
    Add Streets of Rage 3 - The Bare Knuckle 3 Project Hack on Megadrive [dink]
    Add Rock n` Roll Racing v15 Hack by Ti [Combone]
    Add several great Sonic 1,2&3 Hacks [Combone]
    Add Mortal Kombat Revelations, Mortal Kombat 3 and Ultimate Hacks [Combone]
    Add Monster World IV English Translation Hack on Megadrive [dink]
    Add Bubble Bobble (prototype on Tokio hardware) [Barry]
    Added DoDonPachi III (World, 2002.05.15 Master Ver) [neohyphengeo productions] to d_pgm.cpp [JacKc]
    Added B.Rap Boys Special (World) [Phill @NES4Life, JacKc]
    Added Super Street Fighter II sound and color improvement hack on Megadrive [Combone]
    Added Mega Cheril Perils homebrew game to Megadrive [dink]
    Added Alex Kidd in Miracle World 2 Hack to Mastersystem [dink]
    Added Dahna - Goddess` Birth (English Hack) to Megadrive [dink]
    Added Masiaka (Demo[scene]) by Resistance 2017 to Megadrive [dink]
    Added Turrican fix/hack by linkuei & helder to Megadrive [dink]
    Added Street Fighter 2 Special Champion Edition color and sound hack on Megadrive [Combone]
    Added FlameWing's BCD Test program to the Megadrive Driver [dink]
    Added Fantasy Zone 2 (Working) and Opa-Opa (not working) to System E driver [dink]
    Removed all garbage/hacks by GSC2007, as they should be avoided like the plague anyway. [n/a]
    Add Riddle of Pythoragas and Slap Shooter to Sega System E [vbt]
    Added Omega to the Freekick driver [dink]
    Add Contra, NES2PCE conversion to PCE [Combone]
    Added several Megadrive game hacks: Teenage Mutant Ninja Turtles - Tournament Fighters Hack, Streets of Rage 2 - Bare Knuckle 3 Boss Edition, Streets of Rage 2 - TMNT Hack, Streets of Rage 3 - Extreme Edition, Golden Axe III - New Character, International Superstar Soccer Deluxe - Real Names+Extras, and UEFA Euro 2004 Portugal (ISSDX Hack) [Combone]
    Added In Your Face [iq_132], created a handcrafted priority prom so the game works (for all emulators!) [dink]
    Added Weka Invaders 1.0 to the Sega Master System driver [dink]
    Added A-Blast to the Seta 2 driver [gamezfan]
    Added Silver Valley by Enrique Ruiz / MIKGAMES to the Sega Master System driver [dink]
    Added Last KM to the Gaelco driver [iq_132]
    Added Sonic 3D Blast: The Director's Cut to the Megadrive driver [dink]
    Added Bioplaything Cop to Gaelco [iq_132]
    Updated kof99ae to 20170909 Final version [JacKc]
    Added Mario Bros. revision G, making it the new parent [dink]
    Added Pier Solar to the Megadrive driver [iq_132]
    Added KOF2002 OMG and Omega hacks to the Neo-Geo driver [barbudreadmon]
    Added KOF98 mix hack to the Neo-Geo driver [iq_132]
    Added Metal Slug 5W hack to the Neo-Geo driver [iq_132]
    Added World Rally 2: Twin Racing (mask ROM version) to d_gaelco.2.cpp [Barry]

Clones and updated romsets in existing drivers

    Add clone of Act-Fancer Cybernetick Hyper Weapon [Barry]
    Add clone of Kageki [Barry]
    Add two clones of Return of the Invaders [Barry]
    Added clone of Street Fighter II: The World Warrior (Quicken, bootleg) [Moffitt] to d_cps1.cpp [JacKc]
    Added clone of Street Fighter (World) (protected) [Corrado Tomaselli] to d_cps1.cpp [JacKc]
    Added World clone of Ordyne [Barry]
    Added clone of Carrier Air Wing (USA 901130) [mastercello] to d_cps1.cpp [JacKc]
    Added missing Popeye clones [JacKc]
    Added clone of WWF Superstars (US revision 6) [JacKc]
    Added 1943: Midway Kaisen (Japan) to d_1943.cpp [JacKc]
    Added Chuka Taisen (Japan) (P0-025-A PCB) and correct color proms [pacman70] to d_tzns.cpp [JacKc]
    Added Alligator Hunt (World, protected) [Pablo] to d_gaelco2.cpp [JacKc]
    Added Alligator Hunt (unprotected, set 2) [David Haywood, Peter Wilhelmsen] to d_gaelco2.cpp [JacKc]
    Added Super Athena (bootleg) [Hammy] to d_snk.cpp [JacKc]
    Added Crazy Climber (US set 2) [John of http://www.johnsarcade.com] to d_cclimber.cpp [JacKc]
    Added clone of Beast Busters (Japan, Version 2, J3) [Layer @ jammaplus, JacKc]
    Added clone of Lady Master of Kung Fu (set 2, older) [Corrado Tomaselli, The Dumping Union, JacKc]
    Added clone of Athena (bootleg) [Porchy, The Dumping Union, JacKc]
    Added clone of Cabal (UK, Joystick) [hammy, The Dumping Union, JacKc]
    Added clone of Super Hang-On (Hang-On conversion, Beta bootleg) [Cmonkey, JacKc]
    Added clone of Rod-Land (World, set 2) [frsj8112, JacKc]
    Added clone of Bucky O'Hare (ver AA) [Bill D., The Dumping Union, JacKc]
    Added clone of '99: The Last War (bootleg) [ShouTime, JacKc]
    Added clone of Martial Masters (ver. 102, 101, 101TW) [skate323k137, The Dumping Union, JacKc]
    Added clone of Gunbird 2 (set 2) [Hyid Choi, JacKc]
    Added clone of Biomechanical Toy (Ver. 1.0.1878) [Jorge Silva, JacKc]
    Added clone of TH Strikes Back (Non North America, Version 1.0, Checksum 020EB356) [caius, The Dumping Union, JacKc]
    Added clones of Action Fighter (afightera, afighterb) to Sega System 16A driver [Barry]
    Added clone of Blood Bros. (US) [Bill D., The Dumping Union, JacKc]
    Added clone of West Story (bootleg of Blood Bros., set 2) [Osso, caius, The Dumping Union, JacKc]
    Added clone of Teki Paki (location test) [ShouTime, Mouloud Bessaad, Dulleron, Christian Ricolleau, Marisol Nunez Serrano, Renato Mucciarelli, Jeffrey Gray, John Wilke, Darksoft, Ryan Holtz, Smitdogg, The Dumping Union, JacKc]
    Added clone of Galaxian Growing Galaxip / Galaxian Nave Creciente (Recreativos Covadonga Spanish bootleg) [ARPA, Recreativas.org, The Dumping Union, JacKc]
    Added clone of Blue's Journey / Raguy (ALH-001) [Razoola, JacKc]
    Added clone of X-Men: Children of the Atom (Brazil 950331) [SHVB, Haze, smf, JacKc]
    Added clone of Four Trax (Asia) [Arzeno Fabrice, The Dumping Union, JacKc]
    Added clone of Pretty Soldier Sailor Moon (Ver. 95/03/21) and Pretty Soldier Sailor Moon (Ver. 95/03/22, Europe) [rtw, ShouTime, The Dumping Union, JacKc]
    Added clone of G.I. Joe (Asia, AA) [coolmod, The Dumping Union, JacKc]
    Added clone of Knights of Valour 2 / Sangoku Senki 2 (ver. 104, 102, 100HK) [twistedsymphony, JacKc]
    Added clone of Samurai Shodown V / Samurai Spirits Zero (NGM-2700, set 2) [Sugoi Helsinki, JacKc]
    Added clone of Gee Bee (UK) [Andrew Welburn, The Dumping Union, JacKc]
    Added clone of Pac-Man (bootleg, Video Game SA) [Arcade Vintage, Recreativas.org, The Dumping Union, JacKc]
    Added clone of Turbo Force (World, set 2) [Corrado Tomaselli, The Dumping Union, JacKc]
    Added clone of Cadash (Spain, version 1) [caius, The Dumping Union, JacKc]
    Added clone of Cookie & Bibi 2 (set 2) [Hammy, JacKc]
    Added clone of Pac-Land (Bally-Midway) [Andrea Palazzetti, JacKc]
    Added clone of Ares no Tsubasa (Japan, rev. A) [Corrado Tomaselli, The Dumping Union, JacKc]
    Added clone of Ghox (joystick, older) [caius, JacKc]
    Added clone of Opa Opa (Rev A, unprotected) [ShouTime, Charles MacDonald, Smitdogg, The Dumping Union, JacKc]
    Added clone of Street Fighter II' - Champion Edition (street fighter 2' 920313 Taiwan) [sampson, JacKc]
    Added clone of Moon Shuttle (US, version A) [ShouTime, The Dumping Union, JacKc]
    Added clone of Gigas Mark II (MC-8123, 317-5002) [jacKc]
    Added clone of Tecmo Bowl (World, set 2) [coolmod, JacKc]
    Added clone of Garou - Mark of the Wolves (NGH-2530) [Razoola, JacKc]
    Added clone of Pochi and Nyaa (Ver 2.02) [Razoola, JacKc]
    Added clone of Enduro Racer (YM2151) (mask ROM sprites, FD1089B 317-0013A) [coolmod, The Dumping Union, JacKc]
    Added clone of Street Fighter II': Champion Edition (Playmark bootleg) [f205v, maru79, JacKc]
    Added clone of Explosive Breaker (Korea) [Jorge Silva, JacKc]
    Added clone of WWF: Wrestlemania (proto 2.01 06/07/95) [Jorge Silva, JacKc]
    Added clone of Super Cobra (bootleg, set 2) [Belike, JacKc]
    Added clone of Street Fighter II: The World Warrior (Thunder Edition, bootleg, set 2) [coolmod, The Dumping Union, JacKc]

(nia)

2018-09-06 07:50:36 UTC MAIN commitmail json YAML

doc: Updated emulators/retroarch to 1.7.4

(nia)

2018-09-06 07:50:20 UTC MAIN commitmail json YAML

emulators/retroarch: Update to 1.7.4.

Changes:

    CHEEVOS: Fix crash when scrolling Achievement List while Unofficial Achievements enabled (#6732).
    CHEEVOS: Added hitcounts support for PauseIf/ResetIf (#6817).
    COMMON: Automatically hide "Configuration Override options" in Quick Menu.
    COMMON: Small Bugfix to not trigger savestate code when pressing Reset.
    COMMON: Added libsixel video driver.
    EMSCRIPTEN: Fix Game Focus Toggle.
    HID/OSX: Fix to set hid device registration deterministic (#6497), to address issue #6640 re-adding dynamic device registration.
    LOCALIZATION: Update Italian translation.
    LOCALIZATION: Update Japanese translation.
    LOCALIZATION: Update Polish translation.
    LOCALIZATION: Update Portuguese / Brazilian translation.
    LOCALIZATION: Update Russian translation.
    LOCALIZATION: Update Spanish translation.
    MIDI: Add MIDI support to the libretro API. Dosbox is the first proof of concept core implementing libretro MIDI.
    MIDI: Add a Windows driver for MIDI, based on winmm.
    MENU/QT/WIMP: Qt QSlider styling for Dark Theme.
    MENU/QT/WIMP: Remove button ghostly inside highlighting.
    MENU/QT/WIMP: Initial grid view.
    MENU/QT/WIMP: Drag&drop to add new playlist items, add option to add/edit/delete playlists.
    MENU/QT/WIMP: Add menu option to update RetroArch (Windows only for now).
    MENU/QT/WIMP: Add menu option to manage shaders.
    MENU/QT/WIMP: Add menu option to manage core options.
    MENU/XMB: Add new icons for the settings
    MENU/XMB: Add an option to show the desktop ui
    METAL: Initial work-in-progress video driver for Metal. macOS-only right now, and currently requires macOS 10.13.
    METAL: Supports XMB/MaterialUI, has a menu display driver. Has a font rendering driver.
    METAL/SLANG: Slang shaders should be compatible with Metal video driver.
    NETWORK: Enable SSL/TLS support by default for desktop platforms.
    QNX: Fix Game Focus Toggle.
    REMAPS: Fix the way offsets are calculated for keyboard remapping.
    RUNAHEAD: Fix full-screen mode change breaking Secondary Core's environment variables.
    VULKAN: Fix two validation errors.
    VULKAN: Try to avoid creating swapchains redundantly. Should fix black screen and having to alt tab out of window again to get display working on Nvidia GPUs (Windows).
    VULKAN/OSX: Initial MoltenVK support. Not enabled yet, several MoltenVK bugs should be fixed first before we can have it fully working.
    X11: Fix Game Focus Toggle.

(nia)

2018-09-06 06:14:32 UTC MAIN commitmail json YAML

mingw-w64-x86_64-gcc-bootstrap: remove incorrect distinfo file

This uses the distinfo file from mingw-w64-x86_64-gcc

(wiz)

2018-09-06 05:52:28 UTC MAIN commitmail json YAML

add and enable postforward

(jnemeth)

2018-09-06 03:30:51 UTC MAIN commitmail json YAML

Restore conditional PLIST

Noticed by Marc Baudoin.

(ryoon)

2018-09-05 19:34:19 UTC MAIN commitmail json YAML

doc: Updated security/sqlmap to 1.2.9

(leot)

2018-09-05 19:34:04 UTC MAIN commitmail json YAML

sqlmap: Update security/sqlmap to 1.2.9

Changes:
Unfortunately no changelog is provided upstream. According skimming of commit
messages mostly bug fixes since 1.2.

(leot)

2018-09-05 17:56:34 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 5.6.2

(rillig)

2018-09-05 17:56:22 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 5.6.2

Changes since 5.6.1:

* Improved checks that depend on whether bsd.prefs.mk is included or
  not.

* Improved checks for tools, whether they may be used at load time
  or at run time.

* Improved tokenizer for shell commands. $| is not a variable but a
  dollar followed by a pipe.

* Warnings about SUBST context are now shown by default.

* A warning is shown when a SUBST block is declared for *-configure
  but the package has defined USE_CONFIGURE=no.

* Don't warn about USE_TOOLS:= ${USE_TOOLS:Ntool}.

* Don't warn about using the ?= operator in buildlink3.mk files before
  including bsd.prefs.mk (for some more variables, but not all).

* Report an error for packages from main pkgsrc that have a TODO or
  README file. Packages should be simple enough that they don't need
  a README file and ready for production so that they don't need a TODO.

* Lots of small bug fixes and new tests.

(rillig)

2018-09-05 17:01:04 UTC MAIN commitmail json YAML

pkgtools/pkglint: remove TODO file

In the next version, pkglint will report an error if a package has a
README or a TODO file. The content of the current TODO file is still
available at https://github.com/rillig/pkglint/blob/master/TODO.md.

(rillig)

2018-09-05 15:41:12 UTC MAIN commitmail json YAML

Update to 2.2.10

Changelog:
Noteworthy changes in version 2.2.10 (2018-08-30)
-------------------------------------------------

  gpg: Refresh expired keys originating from the WKD.  [#2917]

  gpg: Use a 256 KiB limit for a WKD imported key.

  gpg: New option --known-notation.  [#4060]

  scd: Add support for the Trustica Cryptoucan reader.

  agent: Speed up starting during on-demand launching.  [#3490]

  dirmngr: Validate SRV records in WKD queries.

(ryoon)

2018-09-05 15:33:06 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 62.0

(ryoon)

2018-09-05 15:32:30 UTC MAIN commitmail json YAML

Update to 62.0

* Sync with www/firefox-62.0

Changelog:
* Add en-CA locale

(ryoon)

2018-09-05 15:30:36 UTC MAIN commitmail json YAML

Updated www/firefox to 62.0

(ryoon)

2018-09-05 15:29:59 UTC MAIN commitmail json YAML

Update to 62.0

Changelog:
New
    Firefox Home (the default New Tab) now allows users to display up to
      4 rows of top sites, Pocket stories, and highlights

    "Reopen in Container" tab menu option appears for users with Containers
      that lets them choose to reopen a tab in a different container

    In advance of removing all trust for Symantec-issued certificates in
      Firefox 63, a preference was added that allows users to distrust
      certificates issued by Symantec. To use this preference, go to
      about:config in the address bar and set the preference
      "security.pki.distrust_ca_policy" to 2.

    Added FreeBSD support for WebAuthn

    Improved graphics rendering for Windows users without accelerated hardware
      using Parallel-Off-Main-Thread Painting

    Support for CSS Shapes, allowing for richer web page layouts. This goes
      hand in hand with a brand new Shape Path Editor in the CSS inspector.

    CSS Variable Fonts (OpenType Font Variations) support, which makes it
      possible to create beautiful typography with a single font file

    Updates for enterprise environments:
        AutoConfig is sandboxed to the documented API by default. You
        can disable the sandbox by setting the preference
        general.config.sandbox_enabled to false. Our long term plan is to
        remove the ability to turn off the sandboxing. If you need to
        continue to use more complex AutoConfig scripts, you will need to use
        Firefox Extended Support Release (ESR).

    Added Canadian English (en-CA) locale

Changed
    Removed the description field for bookmarks. Users who have stored
      descriptions using the field may wish to export these descriptions
      as html or json files, as they will be removed in a future release.

    Dark theme is automatically enabled in macOS 10.14 dark mode

    Changed the default setting to Enforce (3) for the
      security.pki.name_matching_mode preference

    Adobe Flash applets now run in a more secure mode using process
      sandboxing on macOS. Learn how this may affect features here.

    Users disconnecting from Sync are now offered the option to wipe
      their Firefox profile data (including bookmarks, passwords, history,
      cookies, and site data) from their desktop computer

    Changed how WebRTC handles screen sharing: When screen-sharing a window,
      the window will be brought to front

Developer
    Three-pane Inspector in Developer Tools separates the rules into its own
      panel

(ryoon)

2018-09-05 15:19:32 UTC MAIN commitmail json YAML

Updated devel/nss to 3.39

(ryoon)

2018-09-05 15:19:03 UTC MAIN commitmail json YAML

Update to 3.39

Changelog:
Notable bug fixes:
* Bug 1483128 - NSS responded to an SSLv2-compatible ClientHello
  with a ServerHello that had an all-zero random (CVE-2018-12384)

New functionality:
* The tstclnt and selfserv utilities added support for configuring
  the enabled TLS signature schemes using the -J parameter.
* NSS will use RSA-PSS keys to authenticate in TLS. Support for
  these keys is disabled by default but can be enabled using
  SSL_SignatureSchemePrefSet().
* certutil added the ability to delete an orphan private key from
  an NSS key database.
* Added the nss-policy-check utility, which can be used to check
  an NSS policy configuration for problems.
* A PKCS#11 URI can be used as an identifier for a PKCS#11 token.

Notable changes:
* The TLS 1.3 implementation uses the final version number from
  RFC 8446.
* Previous versions of NSS accepted an RSA PKCS#1 v1.5 signature
  where the DigestInfo structure was missing the NULL parameter.
  Starting with version 3.39, NSS requires the encoding to contain
  the NULL parameter.
* The tstclnt and selfserv test utilities no longer accept the -z
  parameter, as support for TLS compression was removed in a
  previous NSS version.
* The CA certificates list was updated to version 2.26.
* The following CA certificates were Added:
  - OU = GlobalSign Root CA - R6
  - CN = OISTE WISeKey Global Root GC CA
  The following CA certificate was Removed:
  - CN = ComSign
  The following CA certificates had the Websites trust bit disabled:
  - CN = Certplus Root CA G1
  - CN = Certplus Root CA G2
  - CN = OpenTrust Root CA G1
  - CN = OpenTrust Root CA G2
  - CN = OpenTrust Root CA G3

(ryoon)

2018-09-05 14:39:13 UTC MAIN commitmail json YAML

2018-09-05 13:29:39 UTC MAIN commitmail json YAML

doc: Updated databases/elasticsearch to 6.4.0

(fhajny)

2018-09-05 13:29:30 UTC MAIN commitmail json YAML

databases/elasticsearch: Update to 6.4.0.

6.4.0 release highlights

Analysis
- Option to index phrases on text fields
- Korean analysis tools
- Add multiplexing token filter

Machine learning
- Improve your machine learning results with custom rules
- The {ml} analytics can now detect specific change points in a time
  series

Mappings
- alias field type
- _ignored meta field

Rank Eval API
- Expected Reciprocal Rank metric for Rank Eval API

Search
- Cross Cluster Search will no longer use dedicated master nodes as
  gateway nodes
- Format option for doc_value fields
- Support second level of field collapse

Security
- Kerberos authentication support is now available
- {es} now offers a FIPS 140-2 compliant mode

6.3.0 release highlights

- SQL: This experimental feature enables users who are familiar with
  SQL to use SQL statements to query {es} indices.
- Rollups: This experimental feature enables you to summarize and
  store historical data so that is still available for analysis, but
  consumes significantly less storage space.
- Java 10 Support

For full releases since 6.2.4 please see

https://www.elastic.co/guide/en/elasticsearch/reference/6.4/release-notes-6.3.1.html
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/release-notes-6.3.2.html
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/release-notes-6.3.0.html
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/release-notes-6.4.0.html

(fhajny)

2018-09-05 13:22:42 UTC MAIN commitmail json YAML

Updated print/ghostscript-agpl, devel/ccache

(adam)

2018-09-05 13:22:31 UTC MAIN commitmail json YAML

gtk-doc: No longer supports python27.

(jperkin)

2018-09-05 13:22:21 UTC MAIN commitmail json YAML

ccache: updated to 3.4.3

ccache 3.4.3

Bug fixes
Fixed a race condition when creating the initial config file in the cache directory.
Bail out on too hard clang option -MJ.
Bail out on too hard option -save-temps=obj.
Handle separate parameter to clang option -target correctly.
Upgraded bundled zlib to version 1.2.11.

(adam)

2018-09-05 13:19:40 UTC MAIN commitmail json YAML

ghostscript-agpl: updated to 9.24

Version 9.24:

Highlights in this release include:

Security issues have been the primary focus of this release, including solving several (well publicised) real and potential exploits.

PLEASE NOTE: We strongly urge users to upgrade to this latest release to avoid these issues.

As well as Ghostscript itself, jbig2dec has had a significant amount of work improving its robustness in the face of out specification files.

IMPORTANT: We are in the process of forking LittleCMS. LCMS2 is not thread safe, and cannot be made thread safe without breaking the ABI. Our fork will be thread safe, and include performance enhancements (these changes have all be been offered and rejected upstream). We will maintain compatibility between Ghostscript and LCMS2 for a time, but not in perpetuity. Our fork will be available as its own package separately from Ghostscript (and MuPDF).

The usual round of bug fixes, compatibility changes, and incremental improvements.

(adam)

2018-09-05 11:22:22 UTC MAIN commitmail json YAML

doc: Updated devel/acr to 1.6.2

(khorben)

2018-09-05 11:21:16 UTC MAIN commitmail json YAML

Update acr to version 1.6.2

The ChangeLog is not maintained, nor were there release notes
unfortunately.

(khorben)

2018-09-05 09:22:42 UTC MAIN commitmail json YAML

Removed py-oauth, py-oauth2

(adam)

2018-09-05 09:21:51 UTC MAIN commitmail json YAML

2018-09-05 08:56:36 UTC MAIN commitmail json YAML

Added www/py-cherrypy17; Updated www/py-flup; Removed www/py-flup3

(adam)

2018-09-05 08:34:32 UTC MAIN commitmail json YAML

doc: Updated security/p11-kit to 0.23.14

(prlw1)

2018-09-05 08:34:10 UTC MAIN commitmail json YAML

Update p11-kit to 0.23.14

0.23.14 (stable)
* proxy: Avoid invalid memory access when unloading proxy module [PR#180]
* Update pkcs11 header to allow SoftHSMv2 to compile [PR#181]
* build: Restore libpthread dependency [PR#183]
* Build fixes [PR#188]

(prlw1)

2018-09-05 08:22:46 UTC MAIN commitmail json YAML

2018-09-05 08:22:17 UTC MAIN commitmail json YAML

2018-09-05 08:21:22 UTC MAIN commitmail json YAML

Added py-cherrypy17; Removed py-flup3

(adam)

2018-09-05 08:18:24 UTC MAIN commitmail json YAML

2018-09-05 08:15:47 UTC MAIN commitmail json YAML

2018-09-05 08:01:13 UTC MAIN commitmail json YAML

2018-09-05 06:49:38 UTC MAIN commitmail json YAML

doc: Updated www/curl to 7.61.1

(wiz)

2018-09-05 06:49:26 UTC MAIN commitmail json YAML

curl: update to 7.61.1.

This release includes the following bugfixes:

o security advisory (CVE-2018-14618): NTLM password overflow via integer overflow [73]
o CURLINFO_SIZE_UPLOAD: fix missing counter update [46]
o CURLOPT_ACCEPT_ENCODING.3: list them comma-separated
o CURLOPT_SSL_CTX_FUNCTION.3: might cause accidental connection reuse [72]
o Curl_getoff_all_pipelines: improved for multiplexed [3]
o DEPRECATE: remove release date from 7.62.0
o HTTP: Don't attempt to needlessly decompress redirect body [30]
o INTERNALS: require GnuTLS >= 2.11.3 [62]
o README.md: add LGTM.com code quality grade for C/C++ [42]
o SSLCERTS: improve the openssl command line
o Silence GCC 8 cast-function-type warnings [47]
o ares: check for NULL in completed-callback [3]
o asyn-thread: Remove unused macro [40]
o auth: only pick CURLAUTH_BEARER if we *have* a Bearer token [15]
o auth: pick Bearer authentication whenever a token is available [15]
o cmake: CMake config files are defining CURL_STATICLIB for static builds [54]
o cmake: Respect BUILD_SHARED_LIBS [35]
o cmake: Update scripts to use consistent style [9]
o cmake: bumped minimum version to 3.4 [34]
o cmake: link curl to the OpenSSL targets instead of lib absolute paths [34]
o configure: conditionally enable pedantic-errors [64]
o configure: fix for -lpthread detection with OpenSSL and pkg-config [38]
o conn: remove the boolean 'inuse' field [3]
o content_encoding: accept up to 4 unknown trailer bytes after raw deflate data [5]
o cookie tests: treat files as text
o cookies: support creation-time attribute for cookies [75]
o curl: Fix segfault when -H @headerfile is empty [23]
o curl: add http code 408 to transient list for --retry [78]
o curl: fix time-of-check, time-of-use race in dir creation [71]
o curl: use Content-Disposition before the "URL end" for -OJ [29]
o curl: warn the user if a given file name looks like an option [56]
o curl_threads: silence bad-function-cast warning [69]
o darwinssl: add support for ALPN negotiation [7]
o docs/CURLOPT_URL: fix indentation [20]
o docs/CURLOPT_WRITEFUNCTION: size is always 1 [19]
o docs/SECURITY-PROCESS: mention bounty, drop pre-notify
o docs/examples: add hiperfifo example using linux epoll/timerfd [21]
o docs: add disallow-username-in-url.d and haproxy-protocol.d to dist [50]
o docs: clarify NO_PROXY env variable functionality [70]
o docs: improved the manual pages of some callbacks [48]
o docs: mention NULL is fine input to several functions [43]
o formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULT [40]
o gopher: Do not translate `?' to `%09' [67]
o header output: switch off all styles, not just unbold [8]
o hostip: fix unused variable warning
o http2: Use correct format identifier for stream_id [77]
o http2: abort the send_callback if not setup yet [63]
o http2: avoid set_stream_user_data() before stream is assigned [61]
o http2: check nghttp2_session_set_stream_user_data return code [55]
o http2: clear the drain counter in Curl_http2_done [27]
o http2: make sure to send after RST_STREAM [58]
o http2: separate easy handle from connections better [12]
o http: fix for tiny "HTTP/0.9" response [51]
o http_proxy: Remove unused macro SELECT_TIMEOUT [40]
o lib/Makefile: only do symbol hiding if told to [32]
o lib1502: fix memory leak in torture test [44]
o lib1522: fix curl_easy_setopt argument type
o libcurl-thread.3: expand somewhat on the NO_SIGNAL motivation [66]
o mime: check Curl_rand_hex's return code [22]
o multi: always do the COMPLETED procedure/state [3]
o openssl: assume engine support in 1.0.0 or later [2]
o openssl: fix debug messages [39]
o projects: Improve Windows perl detection in batch scripts [49]
o retry: return error if rewind was necessary but didn't happen [28]
o reuse_conn(): memory leak - free old_conn->options [17]
o schannel: client certificate store opening fix [68]
o schannel: enable CALG_TLS1PRF for w32api >= 5.1
o schannel: fix MinGW compile break [1]
o sftp: don't send post-qoute sequence when retrying a connection [79]
o smb: fix memory leak on early failure [26]
o smb: fix memory-leak in URL parse error path [4]
o smb_getsock: always wait for write socket too [11]
o ssh-libssh: fix infinite connect loop on invalid private key [53]
o ssh-libssh: reduce excessive verbose output about pubkey auth [53]
o ssh-libssh: use FALLTHROUGH to silence gcc8 [76]
o ssl: set engine implicitly when a PKCS#11 URI is provided [36]
o sws: handle EINTR when calling select() [24]
o system_win32: fix version checking [16]
o telnet: Remove unused macros TELOPTS and TELCMDS [40]
o test1143: disable MSYS2's POSIX path conversion [10]
o test1148: disable if decimal separator is not point [65]
o test1307: (fnmatch testing) disabled [31]
o test1422: add required file feature [6]
o test1531: Add timeout [41]
o test1540: Remove unused macro TEST_HANG_TIMEOUT [40]
o test214: disable MSYS2's POSIX path conversion for URL
o test320: treat curl320.out file as binary [14]
o tests/http_pipe.py: Use /usr/bin/env to find python
o tests: Don't use Windows path %PWD for SSH tests [74]
o tests: fixes for Windows line endlings [13]
o tool_operate: Fix setting proxy TLS 1.3 ciphers
o travis: build darwinssl on macos 10.12 to fix linker errors [33]
o travis: execute "set -eo pipefail" for coverage build [45]
o travis: run a 'make checksrc' too [25]
o travis: update to GCC-8 [52]
o travis: verify that man pages can be regenerated [50]
o upload: allocate upload buffer on-demand [60]
o upload: change default UPLOAD_BUFSIZE to 64KB [60]
o urldata: remove unused pipe_broke struct field [57]
o vtls: reinstantiate engine on duplicated handles [59]
o windows: implement send buffer tuning [37]
o wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_random [18]

(wiz)

2018-09-05 05:54:51 UTC MAIN commitmail json YAML

doc: Updated mail/p5-Mail-Message to 3.007

(wiz)

2018-09-05 05:54:42 UTC MAIN commitmail json YAML

p5-Mail-Message: update to 3.007.

version 3.007: Mon  3 Sep 07:58:36 CEST 2018

Changes:
- nicer algorithm to generate disposition filenames.

Fixes:
- fix metadata [Mohammad S Anwar]
- enforce stringification on ::Field::Attribute->new(value) [Andy Beverley]
- dispositionFilename() accepts (some) blanks, strips more chars
  rt.cpan.org#125350 [Gary Funck]
- understand quotes in a field body for get() [Andy Beverley]

Improvements:
- add pod tester

(wiz)

2018-09-05 05:52:19 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Pegex to 0.67

(wiz)

2018-09-05 05:52:10 UTC MAIN commitmail json YAML

2018-09-04 14:47:14 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.47.2

(prlw1)

2018-09-04 14:46:52 UTC MAIN commitmail json YAML

Update py-meson to 0.47.2

Highlights:

      find_library: Use _build_wrapper to get library dirs
      python.find_installation: only try to find python with the
        py launcher if it isn't in PATH
      Fix @CURRENT_SOURCE_DIR@ in generator()
      Fix directory verification. Closes #3857.
      Add 32 bit sparc processor support. Closes #3901.
      Add support for s390x CPUs. Closes #3897.
      mesonbuild: Recognise risc-v architecture
      configure_file: Don't optimize away substitutions
      environment: Map mipsel -> mips, mips64el -> mips64
      Add new method: mlog.deprecation()
      Raise a MesonException when substituting an invalid value
      Print a more usable message when a subproject fails to configure
      get_library_naming: Use templates instead of suffix/prefix pairs
      find_library: Fix manual searching on OpenBSD
      find_library: Fix priority of library search in OpenBSD
      find_library: Validate and sort globbed shared library files
      gnome.gdbus_codegen: Handle XML docbook in subdirs
      Print a useful error when a compiler is not found in the cross file
      Add a feature-new entry for UserFeatureOption
      PkgConfigDependency: Fix library path search order
      Don't check version for fallback not-found dependency
      PkgConfigDependency: Parse library paths in a separate step
      find_library: Allow undefined symbols while linking
      Test that system shlibs with undefined symbols can be found
      Make the dependency order deterministic.
      Make the rpath order deterministic.

(prlw1)

2018-09-04 14:43:18 UTC MAIN commitmail json YAML

doc: Updated security/duo-unix to 1.10.4

(fhajny)

2018-09-04 14:43:09 UTC MAIN commitmail json YAML

security/duo-unix: Update to 1.10.4.

duo_unix-1.10.4:

- Removed failmode decision from auth endpoint and moved it to only
  preauth according to standards in our other integrations
- Updated Duo Unix to speak up to TLS 1.2
- Support for LibreSSL 2.7.0 and up
- Minor memory leak fixes
- Output message when user is locked out

duo_unix-1.10.3:

- Added support for http_proxy with SELinux enabled

duo_unix-1.10.2:

- Added default failmode values in config files

(fhajny)

2018-09-04 13:57:37 UTC MAIN commitmail json YAML

doc: Updated devel/gradle to 4.10

(fhajny)

2018-09-04 13:57:30 UTC MAIN commitmail json YAML

devel/gradle: Update to 4.10.0.

- Improved incremental Java compiler.
- Periodically clean up unused /caches under GRADLE_USER_HOME and
  project root directories.
- Kotlin DSL version 1.0 RC3.
- Configuration avoidance, buildSrc refactoring propagation to the
  IDE, and lots of DSL polish.
- You can now use SNAPSHOT plugin versions with the plugins {} and
  pluginManagement {} blocks.
- Included builds can now be nested.

(fhajny)

2018-09-04 13:49:33 UTC MAIN commitmail json YAML

doc: Updated lang/elixir to 1.7.3

(fhajny)

2018-09-04 13:49:25 UTC MAIN commitmail json YAML

lang/elixir: Update to 1.7.3.

v1.7.3
======

1. Bug fixes

ExUnit
- [ExUnit.Assertions] Do not attempt to expand `try/1` as it is a
  special form

Mix
- [mix compile.app] Do not include applications with `runtime: false`
  as a runtime dependency for applications coming from Hex

v1.7.2
======

1. Bug fixes

Elixir
- [DateTime] Take negative years into account in
  `DateTime.from_iso8601/1`
- [Kernel] Do not emit warnings for repeated docs over different
  clauses due to false positives

Mix
- [mix compile] Properly mark top-level dependencies as optional and
  as runtime. This fixes a bug where Mix attempted to start optional
  dependencies of a package when those optional dependencies were not
  available
- [mix compile] Avoid deadlock when a config has a timestamp later
  than current time
- [mix help] Show task and alias help when both are available
- [mix test] Do not fail suite if there are no test files

v1.7.1
======

1. Bug fixes

Elixir
- [Calendar] Work-around a Dialyzer bug that causes it to loop for a
  long time, potentially indefinitely

v1.7.0
======

1. Enhancements

Elixir
- [Calendar.ISO] Support negative dates in `Calendar.ISO`
- [Calendar] Add `Calendar.months_in_year/1` callback
- [Code] Add `Code.compile_file/2` that compiles files without leaving
  footprints on the system
- [Code] Add `Code.purge_compiler_modules/0` that purges any compiler
  module left behind. This is useful for live systems dynamically
  compiling code
- [Code] Add `Code.fetch_docs/1` that returns docs in the [EEP
  48](http://erlang.org/eep/eeps/eep-0048.html) format
- [Date] Add `Date.months_in_year/1` function
- [DynamicSupervisor] Use the name of the `DynamicSupervisor` as the
  ID whenever possible
- [Exception] Provide "did you mean" suggestions on KeyError
- [Exception] Provide more information on ArithmeticError on
  Erlang/OTP 21+
- [Function] Add `Function` module with `capture/3`, `info/1` and
  `info/2` functions
- [GenServer] Support the new `handle_continue/2` callback on
  Erlang/OTP 21+
- [IO.ANSI] Add cursor movement to `IO.ANSI`
- [Kernel] Support adding arbitrary documentation metadata by passing
  a keyword list to `@doc`, `@moduledoc` and `@typedoc`
- [Kernel] Introduce `__STACKTRACE__` to retrieve the current
  stacktrace inside `catch`/`rescue` (this will be a requirement for
  Erlang/OTP 21+)
- [Kernel] Raise on unsafe variables in order to allow us to better
  track unused variables
- [Kernel] Warn when using `length` to check if a list is not empty on
  guards
- [Kernel] Add hints on mismatched `do`/`end` and others pairs
- [Kernel] Warn when comparing structs using the `>`, `<`, `>=` and
  `<=` operators
- [Kernel] Warn on unsupported nested comparisons such as `x < y < z`
- [Kernel] Warn if redefining documentation across clauses of the same
  definition
- [Kernel] Warn on unnecessary quotes around atoms, keywords and calls
- [Macro] Add `Macro.special_form?/2` and `Macro.operator?/2` that
  returns `true` if the given name/arity is a special form or operator
  respectively
- [Macro.Env] Add `Macro.Env.vars/1` and `Macro.Env.has_var?/2` that
  gives access to environment data without accessing private fields
- [Regex] Include endianness in the regex version. This allows regexes
  to be recompiled when an archive is installed in a system with a
  different endianness
- [Registry] Add `Registry.count/1` and `Registry.count_match/4`
- [String] Update to Unicode 11
- [StringIO] Add `StringIO.open/3`
- [System] Use ISO 8601 in `System.build_info/0`

ExUnit
- [ExUnit.Assertion] Print the arguments in error reports when
  asserting on a function call. For example, if `assert is_list(arg)`
  fails, the argument will be shown in the report
- [ExUnit.Diff] Improve diffing of lists when one list is a subset of
  the other
- [ExUnit.DocTest] Show colored diffs on failed doctests
- [ExUnit.Formatter] Excluded tests, via the `--exclude` and `--only`
  flags, are now shown as "Excluded" in reports. Tests skipped via
  `@tag :skip` are now exclusively shown as "Skipped" and in yellow

IEx
- [IEx.Helpers] Add `use_if_available/2`
- [IEx.Helpers] Allow `force: true` option in `recompile/1`
- [IEx.Helpers] Add `:allocators` pane to `runtime_info/1`
- [IEx.Helpers] Show documentation metadata in `h/1` helpers

Logger
- [Logger] Ensure nil metadata is always pruned
- [Logger] Only evaluate Logger macro arguments when the message will
  be logged
- [Logger] Add `:compile_time_purge_matching` to purge logger calls
  that match certain compile time metadata, such as module names and
  application names
- [Logger] Log to `:stderr` if a backend fails and there are no other
  backends
- [Logger] Allow translators to return custom metadata
- [Logger] Return `:crash_reason`, `:initial_call` and
  `:registered_name` as metadata in crash reports coming from
  Erlang/OTP

Mix
- [mix archive.install] Add support for the Hex organization via
  `--organization`
- [mix archive.uninstall] Support `--force` flag
- [mix compile] Improve support for external build tools such as
  `rebar`
- [mix deps] Include `override: true` in rebar dependencies to make
  the behaviour closer to how rebar3 works (although diverged deps are
  still marked as diverged)
- [mix escript.install] Add support for the Hex organization via
  `--organization`
- [mix escript.uninstall] Support `--force` flag
- [mix help] Also list aliases
- [mix local] Use ipv6 with auto fallback to ipv4 when downloading
  data
- [mix profile] Allow all profiling tasks to run programatically
- [mix test] Add `--failed` option that only runs previously failed
  tests
- [mix test] Print coverage summary by default when the `--cover` flag
  is given
- [Mix.Project] Add `Mix.Project.clear_deps_cache/0`
- [Mix.Project] Add `Mix.Project.config_mtime/0` that caches the
  config mtime values to avoid filesystem access

2. Bug fixes

Elixir
- [IO.ANSI.Docs] Fix table column alignment when converting docs to
  ANSI escapes
- [Code] Ensure `string_to_quoted` returns error tuples instead of
  raising in certain constructs
- [Code.Formatter] Consistently format keyword lists in function calls
  with and without parens
- [Code.Formatter] Do not break after `->` when there are only
  comments and one-line clauses
- [File] Allow the `:trim_bom` option to be used with `:encoding`
- [Kernel] Raise on unsafe variables as some of the code emitted with
  unsafe variables would not correctly propagate variables or would
  disable tail call optimization semantics
- [Kernel] Do not crash on dynamic sizes in binary generators with
  collectable into in comprehensions
- [Kernel] Do not crash on literals with non-unary size in binary
  generators with collectable into in comprehensions
- [Task] Improve error reports and exit reasons for failed tasks on
  Erlang/OTP 20+

ExUnit
- [ExUnit.Case] Raise proper error if `@tag` and `@moduletag` are used
  before `use ExUnit.Case`
- [ExUnit.Case] Raise proper error if `@describetag` is used outside
  of `describe/2` blocks
- [ExUnit.DocTest] Emit proper assertion error on doctests with
  invalid UTF-8

Mix
- [mix archive.install] Fetch optional dependencies when installing an
  archive from Git/Hex
- [mix compile] Properly track config files in umbrella projects and
  recompile when any relevant umbrella configuration changes
- [mix deps] Ensure the same dependency from different SCMs are tagged
  as diverged when those SCMs are remote and non-remote
- [mix deps] Ensure we re-run dependency resolution when overriding a
  skipped dep in umbrella
- [mix deps.compile] Perform clean builds for dependencies on outdated
  locks to avoid old modules from affecting future compilation
- [mix escript.install] Fetch optional dependencies when installing an
  escript from Git/Hex

3. Soft-deprecations (no warnings emitted)

Elixir
- [Code] Deprecate `Code.load_file/2` in favor of
  `Code.compile_file/2`
- [Code] Deprecate `Code.loaded_files/0` in favor of
  `Code.required_files/0`
- [Code] Deprecate `Code.unload_files/1` in favor of
  `Code.unrequire_files/1`

Logger
- [Logger] `compile_time_purge_level` is deprecated in favor of
  `compile_time_purge_matching`

4. Hard-deprecations

Elixir
- [Code] `Code.get_docs/2` is deprecated in favor of
  `Code.fetch_docs/1`
- [Enum] `Enum.chunk/2/3/4` is deprecated in favor of
  `Enum.chunk_every/2/3/4` - notice `chunk_every` does not discard
  incomplete chunks by default
- [GenServer] Warn if `super` is used in any of the GenServer
  callbacks
- [Kernel] `not left in right` is ambiguous and is deprecated in favor
  of `left not in right`
- [Kernel] Warn on confusing operator sequences, such as `1+++1`
  meaning `1 ++ +1` or `........` meaning `... .. ...`
- [OptionParser] Deprecate dynamic option parser mode that depended on
  atoms to be previously loaded and therefore behaved inconsistently
- [Stream] `Stream.chunk/2/3/4` is deprecated in favor of
  `Stream.chunk_every/2/3/4` - notice `chunk_every` does not discard
  incomplete chunks by default

(fhajny)

2018-09-04 13:15:13 UTC MAIN commitmail json YAML

doc: Updated databases/py-cassandra-driver to 3.15.0

(fhajny)

2018-09-04 13:15:04 UTC MAIN commitmail json YAML

databases/py-cassandra-driver: Update to 3.15.0

Features
--------
- Parse Virtual Keyspace Metadata

Bug Fixes
---------
- Tokenmap.get_replicas returns the wrong value if token coincides
  with the end of the range
- Python Driver fails with "more than 255 arguments" python exception
  when > 255 columns specified in query response
- Hang in
  integration.standard.test_cluster.ClusterTests.test_set_keyspace_twice
- Asyncore reactors should use a global variable instead of a class
  variable for the event loop

Other
-----
- Use global variable for libev loops so it can be subclassed
- Update SchemaParser for V4
- Bump Cython dependency version to 0.28

(fhajny)

2018-09-04 13:02:16 UTC MAIN commitmail json YAML

doc: Updated textproc/gtk-doc to 1.29

(wiz)

2018-09-04 13:02:07 UTC MAIN commitmail json YAML

gtk-doc: update to 1.29.

GTK-Doc 1.29  (Aug 28 2018)
===============

GTK-Doc now requires python-3.X. It does not requires python-six anymore.

Note that this is a nonmaintainer release and that tests are known to be broken.

Changes

o 674163 :  &ndash;  &nbsp; html-build.stamp rule broken for out-of-tree builds with absolute paths
o 795744 : Too much escaped string - &quot;  &amp; lt;child &gt;  &quot; in description of &quot; GtkOverlay as GtkBuildable &quot; section
o 796011 : Crash in ScanDirectory caused by overlooked use of renamed `dir` variable
o 796012 : Several places in rebase.py incorrectly use `match.groups(1)` instead of `match.group(1)`, one causes a crash

Contributors

Adam Williamson
Anders Jonsson
Daniel Mustieles
David D
LRN
Marek Cernocky
Martin Blanchard
Michael Biebl
Michael Catanzaro
Rafael Fontenelle
Sebastian Geiger
Stefan Sauer
Tim Sabsch

(wiz)

2018-09-04 12:45:08 UTC MAIN commitmail json YAML

doc: Added devel/py-anytree version 2.4.3

(wiz)

2018-09-04 12:44:59 UTC MAIN commitmail json YAML

devel/Makefile: + py-anytree

(wiz)

2018-09-04 12:44:41 UTC MAIN commitmail json YAML

devel/py-anytree: import py-anytree-2.4.3

Anytree is a python module providing a simple, lightweight, and
extensible tree data structure.

(wiz)

2018-09-04 11:31:40 UTC MAIN commitmail json YAML

doc/TODO: - sqlite3-3.25.0, not really out yet.

(wiz)

2018-09-04 11:25:04 UTC MAIN commitmail json YAML

doc: Updated net/nsd to 4.1.24

(prlw1)

2018-09-04 11:24:34 UTC MAIN commitmail json YAML

Update nsd to 4.1.24

4.1.24
================
FEATURES:
        - #4102: control interface via local socket.
          configure it with control-interface: "/path/nsd.ctl"  The path
          has to start with a / to separate it from an IP address.
          The local socket does not use SSL, but unencrypted traffic, use
          file and containing directory permissions to restrict access.
        - configure --enable-systemd (needs pkg-config and libsystemd) can
          be used to then use-systemd: yes in nsd.conf and have readiness
          signalling with systemd.
        - RFC8162 support, for record type SMIMEA.
BUG FIXES:
        - Patch to fix openwrt for mac os build darwin detection in configure.
        - Fix that first control-interface determines if TLS is used.  Warn
          when IP address interfaces are used without TLS.
        - #4106: Fix that stats printed from nsd-control are recast from
          unsigned long to unsigned (remote.c).
        - Fix that type CAA (and URI) in the zone file can contain
          dots when not in quotes.
        - #4133: Fix that when IXFR contains a zone with broken NSEC3PARAM
          chain, NSD leniently attempts to find a working NSEC3PARAM.

4.1.23
================
BUG FIXES:
        - Fix NSD time sensitive TSIG compare vulnerability.

4.1.22
================
FEATURES:
        - refuse-any sends truncation (+TC) in reply to ANY queries over UDP,
          and allows TCP queries like normal.
        - Use accept4 to speed up answer of TCP queries, on Linux, FreeBSD
          and OpenBSD.
BUG FIXES:
        - Fix nsec3 hash of parent and child co-hosted nsec3 enabled zones.
        - Fix to use same condition for nsec3 hash allocation and free.

(prlw1)

2018-09-04 11:00:58 UTC MAIN commitmail json YAML

doc: Updated news/leafnode to 1.11.11

(wiz)

2018-09-04 11:00:48 UTC MAIN commitmail json YAML

leafnode: update to 1.11.11.

Updated provided by Michael B辰uerle via pkgsrc-wip.

* 1.11.11, 2015-08-25

### BUGFIXES
- The configfile parser now strips whitespace between a configuration
  parameter's value and a trailing comment. Found by Cecil Westerhof.
- The roff manual page sources now render proper hyphens (-), minus characters
  (\-) and en-dashes (\[en]) depending on their context. This is so that
  copying-and-pasting from the manual page works properly.
- The code that checks if the peer is local now properly deals with IPv4
  mapped IPv6 addresses.

(wiz)

2018-09-04 10:22:46 UTC MAIN commitmail json YAML

doc: Updated net/powerdns-recursor to 4.1.4

(fhajny)

2018-09-04 10:22:38 UTC MAIN commitmail json YAML

net/powerdns-recursor: Update to 4.1.4.

Improvements

- Split pdns_enable_unit_tests.
- Add a new max-udp-queries-per-round setting.
- Fix warnings reported by gcc 8.1.0.
- Tests: replace awk command by perl.
- Allow the snmp thread to retrieve statistics.

Bug Fixes

- Don窶冲 account chained queries more than once.
- Make rec_control respect include-dir.
- Load lua scripts only in worker threads.
- Purge all auth/forward zone data including subtree.

(fhajny)

2018-09-04 10:16:40 UTC MAIN commitmail json YAML

doc: Updated net/powerdns to 4.1.4

(fhajny)

2018-09-04 10:16:32 UTC MAIN commitmail json YAML

net/powerdns: Update to 4.1.4.

Improvements

- Fix warnings reported by gcc 8.1.0.
- Make the gmysql backend future-proof.
- Initialize some missed qtypes.

Bug Fixes

- Avoid concurrent records/comments iteration from running out of
  sync.
- Fix a crash in the API when adding records.
- pdns_control notify: handle slave without renotify properly.
- Reset the TSIG state between queries.
- Remove SOA-check backoff on incoming notify and fix lock handling.
- Fix an issue where updating a record via DNS-UPDATE in a child zone
  that also exists in the parent zone, we would incorrectly apply the
  update to the parent zone.
- Geoipbackend: check geoip_id_by_addr_gl and geoip_id_by_addr_v6_gl
  return value.

(fhajny)

2018-09-04 08:26:58 UTC MAIN commitmail json YAML

gimp: remove references to unsupported pdf option.

(wiz)

2018-09-04 08:26:18 UTC MAIN commitmail json YAML

gimp: configure insists on xgettext>=0.19, so add matching build-dependency

(wiz)

2018-09-04 06:13:15 UTC MAIN commitmail json YAML

2018-09-04 06:10:41 UTC MAIN commitmail json YAML

bugs-everywhere: remove

The software was abandoned by upstream and only supports python
2.7.  One of its dependencies, py-cherrypy, does not support python
2.7 any longer.

(wiz)

2018-09-04 03:08:01 UTC MAIN commitmail json YAML

doc: Updated devel/go-afero to 1.1.1

(minskim)

2018-09-04 03:07:47 UTC MAIN commitmail json YAML

2018-09-04 00:23:12 UTC MAIN commitmail json YAML

math/R-igraph: Needs a C compiler

(minskim)

2018-09-04 00:12:29 UTC MAIN commitmail json YAML

www/py-django2: Requires Python>=3.5

(minskim)

2018-09-04 00:02:03 UTC MAIN commitmail json YAML

security/botan{,-devel}: Designate doc dir explicitly

Before this change, botan{,-devel} installed documents in
${PREFIX}/doc, not ${PREFIX}/share/doc, on Darwin.

(minskim)

2018-09-03 23:48:12 UTC MAIN commitmail json YAML

doc: Updated math/py-numba to 0.39.0nb1

(minskim)

2018-09-03 23:47:44 UTC MAIN commitmail json YAML

2018-09-03 19:09:46 UTC MAIN commitmail json YAML

doc: Updated www/php-owncloud to 10.0.9

(hauke)

2018-09-03 19:09:19 UTC MAIN commitmail json YAML

Update to owncloud 10.0.9

From the changelog:

10.0.9 - 2018-07-17

Added
Added account module middleware to be able to plug in logic after authentication - #31883 #31933
occ user:list now takes a list of attributes to display - #31115
Added Symfony events for user preference changes - #31266
Added Symfony events for public links shared by email - #31632
Added Symfony events for accept and reject for local shares - #31702
Added support for Imprint and Privacy Policy URLs in web UI and email footers - #31666 #31699 #31730 #31766
Added HTML template for lost password email - #31144
Received local shares can now trigger a notification to accept or reject them, also visible in "Shared with you" section - #31613 #31886
Rejected shares can now be accepted again in the "Shared with you" section - #31613
Provide original exception via logging events - #31623
Share autocomplete now displays useful tooltip when typing less characters - #31729
Added public Webdav API for versions using a new "meta" DAV endpoint - #31729 #29637 #31805 #31801
Added support for retrieving file previews using Webdav endpoint - #29319 #30192 #31748 #31788 #31862 #31865
Added versioning support for primary object store - #29607 #31285 #31595

Changed
Updated ca-bundle.crt - #31734
Bump symfony to 3.4.8 and other pending minor bumps - #31221
Bump karma from 2.0.0 to 2.0.2 in /build - #31253
Bump karma-jasmine from 1.1.1 to 1.1.2 in /build - #31378
Bump karma-coverage from 1.1.1 to 1.1.2 in /build - #31380
Bump zendframework/zend-inputfilter from 2.8.1 to 2.8.2 - #31431
Bump icewind/smb from 1.1.0 to 3.0.0 in /apps/files_external/3rdparty - #31521
Bump symfony 3.4.9 to 3.4.11 - #31571
Update jsdoc requirement to ~3.5.5 - #30036
Removed example theme which now lives in the theme-example repository - #31447
A user who is a member of multiple groups is now excluded from sharing if at least one of their group is configured for exclusion - #31737 #31822
Changed back default minimum search characters to 2 for share autocomplete due to confusion - #31729
Files app UI now uses new versions API through the "meta" DAV endpoint - #29607

Removed
Removed old private ajax API for previews, deprecated by DAV endpoint support - #30254
Bookmarks certificate was removed - #31878

Fixed
Adjustments for the notifications messages of the sharing apps - #31947
Disable jquery globalEval - #31972
Work around Edge browser memory leak in web UI chunked upload - #31884
Don't fail if ISqlMigration doesn't return anything - #31779
Fixed restoring of versions for single file shares - #31681
Group admins are not able to create groups any more using provisioning API - #31738
Fix Oracle for queries using ILIKE operator - #31466
Improve user-sync command help description - #31691
Fix deletion and restoration of files in trashbin in some partial selection scenarios - #31700
Do not load the code of disabled theme apps - #31478
Fix encrypt-all and decrypt-all commands to keep shares when encrypting - #31600 #31590
Proceed with encrypt-all command by enabling user-keys if no mode is selected by user - #31612
Validate maximum length of a username - #31664
Save timezone as given during login - #31493
Fix checksum computation to not apply on read-write streams to avoid potential mismatch results - #31619
Exclude uploads directory from read-only cache mask, fixes guest app chunked uploads - #31596
Properly normalize paths for event, no &$magic needed - #31689
Use the correct user id in login related Symfony events - #31605
Fix public link dialog issue when collaborative tags app is disabled - #31581
Fix updating public link share in transfer ownership command - #31176 #31953
Do not set the password again if it hasn't changed - #31370
Use correct l10n to translate 'password was changed' email - #31553
Improve text in settings/personal App Password - #31539
Fix default language code example - #31448
Fix double slash in versioning file copy events - #31452
Split public password enforced capabilities based on a config - #31499
Fix bogus exceptions related to missing DAV nodes after deletion - #31479
Fix enabling of users by group admins in the web UI - #31489
Fix AccountMapper to return an object or throw an exception - #31445
Proper handling of exceptions in UserManager - #31446
Properly cache non-existing user in UserManager - #31446
Update verify checksums console output to flow more naturally - #31449
Subadmin shouldn't be able to add users to their groups via API - #31337
Catch duplicate inserts in token table - #31460 #31794 #32041
Fix overflowing public share names in the share panel - #31369
Fix occ user:sync to sync quota from preferences after upgrade if backend provided no quota - #31360
Fix for Redis dev editions - #31282
Fix mail debug message recipient field - #31227
Prevent infinite loop in case of error in "log" event handler - #31247
Fix HTTP status code when uploading virus-infected files - #31260
Add back robots.txt in the release - #31248

(hauke)

2018-09-03 18:59:16 UTC MAIN commitmail json YAML

doc: Updated security/vault to 0.11.0

(fhajny)

2018-09-03 18:59:08 UTC MAIN commitmail json YAML

security/vault: Update to 0.11.0.

DEPRECATIONS/CHANGES:

- Request Timeouts: A default request timeout of 90s is now enforced. This
  setting can be overwritten in the config file. If you anticipate requests
  taking longer than 90s this setting should be updated before upgrading.
- (NOTE: will be re-added into 0.11.1 as it broke more than anticipated. There
  will be some further guidelines around when this will be removed again.)
  * `sys/` Top Level Injection: For the last two years for backwards
  compatibility data for various `sys/` routes has been injected into both the
  Secret's Data map and into the top level of the JSON response object.
  However, this has some subtle issues that pop up from time to time and is
  becoming increasingly complicated to maintain, so it's finally being
  removed.
- Path Fallback for List Operations: For a very long time Vault has
  automatically adjusted `list` operations to always end in a `/`, as list
  operations operates on prefixes, so all list operations by definition end
  with `/`. This was done server-side so affects all clients. However, this
  has also led to a lot of confusion for users writing policies that assume
  that the path that they use in the CLI is the path used internally. Starting
  in 0.11, ACL policies gain a new fallback rule for listing: they will use a
  matching path ending in `/` if available, but if not found, they will look
  for the same path without a trailing `/`. This allows putting `list`
  capabilities in the same path block as most other capabilities for that
  path, while not providing any extra access if `list` wasn't actually
  provided there.
- Performance Standbys On By Default: If you flavor/license of Vault
  Enterprise supports Performance Standbys, they are on by default. You can
  disable this behavior per-node with the `disable_performance_standby`
  configuration flag.
- AWS Secret Engine Roles: The AWS Secret Engine roles are now explicit about
  the type of AWS credential they are generating; this reduces reduce
  ambiguity that existed previously as well as enables new features for
  specific credential types. Writing role data and generating credentials
  remain backwards compatible; however, the data returned when reading a
  role's configuration has changed in backwards-incompatible ways. Anything
  that depended on reading role data from the AWS secret engine will break
  until it is updated to work with the new format.

FEATURES:

- Namespaces (Enterprise): A set of features within Vault Enterprise
  that allows Vault environments to support *Secure Multi-tenancy* within a
  single Vault Enterprise infrastructure. Through namespaces, Vault
  administrators can support tenant isolation for teams and individuals as
  well as empower those individuals to self-manage their own tenant
  environment.
- Performance Standbys (Enterprise): Standby nodes can now service
  requests that do not modify storage. This provides near-horizontal scaling
  of a cluster in some workloads, and is the intra-cluster analogue of
  the existing Performance Replication feature, which replicates to distinct
  clusters in other datacenters, geos, etc.
- AliCloud OSS Storage: AliCloud OSS can now be used for Vault storage.
- AliCloud Auth Plugin: AliCloud's identity services can now be used to
  grant access to Vault. See the plugin repository for more information.
- Azure Secrets Plugin: There is now a plugin (pulled in to Vault) that
  allows generating credentials to allow access to Azure. See the plugin
  repository for more information.
- HA Support for MySQL Storage: MySQL storage now supports HA.
- ACL Templating: ACL policies can now be templated using identity Entity,
  Groups, and Metadata.
- UI Onboarding wizards: The Vault UI can provide contextual help and
  guidance, linking out to relevant links or guides on vaultproject.io for
  various workflows in Vault.

IMPROVEMENTS:

- agent: Add `exit_after_auth` to be able to use the Agent for a single
  authentication
- auth/approle: Add ability to set token bound CIDRs on individual Secret IDs
- cli: Add support for passing parameters to `vault read` operations
- secrets/aws: Make credential types more explicit
- secrets/nomad: Support for longer token names
- secrets/pki: Allow disabling CRL generation
- storage/azure: Add support for different Azure environments
- storage/file: Sort keys in list responses
- storage/mysql: Support special characters in database and table names.

BUG FIXES:

- auth/jwt: Always validate `aud` claim even if `bound_audiences` isn't set
  (IOW, error in this case)
- core: Prevent Go's HTTP library from interspersing logs in a different
  format and/or interleaved
- identity: Properly populate `mount_path` and `mount_type` on group lookup
- identity: Fix persisting alias metadata
- identity: Fix carryover issue from previously fixed race condition that
  could cause Vault not to start up due to two entities referencing the same
  alias. These entities are now merged.
- replication: Fix issue causing some pages not to flush to storage
- secrets/database: Fix inability to update custom SQL statements on
  database roles.
- secrets/pki: Disallow putting the CA's serial on its CRL. While technically
  legal, doing so inherently means the CRL can't be trusted anyways, so it's
  not useful and easy to footgun.
- storage/gcp,spanner: Fix data races

(fhajny)

2018-09-03 18:34:18 UTC MAIN commitmail json YAML

Add missing dependency on textproc/php-intl.

(hauke)

2018-09-03 17:40:32 UTC MAIN commitmail json YAML

erlang: disable PGO on netbsd. gcov doesn't work on netbsd-8 at least.

From Michael Taylor in PR pkg/53567

(maya)

2018-09-03 17:11:23 UTC MAIN commitmail json YAML

Updated sysutils/findutils to 4.6.0nb2

(ryoon)

2018-09-03 17:10:54 UTC MAIN commitmail json YAML

We no longer apply a patch to *.y files. So do not use bison as tool

Bump PKGREVISION.

(ryoon)

2018-09-03 16:59:12 UTC MAIN commitmail json YAML

doc: Updated textproc/py-xlsxwriter to 1.1.0

(fhajny)

2018-09-03 16:56:24 UTC MAIN commitmail json YAML

Restore maybe accidental comment-out in NetBSD/i386 conditional.
And do not use 1.28.0 bootstrap for FreeBSD.

This will fix the problem from gdt@.

(ryoon)

2018-09-03 16:39:55 UTC MAIN commitmail json YAML

doc: Updated www/nghttp2 to 1.33.0

(fhajny)

2018-09-03 16:39:45 UTC MAIN commitmail json YAML

www/nghttp2: Update to 1.33.0.

- lib: Tweak nghttp2_session_set_stream_user_data
- lib: Fix handling of SETTINGS_MAX_CONCURRENT_STREAMS.
- lib: Implement ORIGIN frame
- asio: support definition of local endpoint for cleartext client
  session
- integration: Remove remaining SPDY code from the integration tests.
- nghttpx: Fix worker process crash with neverbleed write error
- nghttpx: Support per-backend mruby script
- nghttpx: Fix stream reset if data from client is arrived before dconn
  is attached

(fhajny)

2018-09-03 14:51:02 UTC MAIN commitmail json YAML

Remove duplicate SunOS-only items from PLIST. Fixes non-SunOS builds.

(fhajny)

2018-09-03 12:46:59 UTC MAIN commitmail json YAML

2018-09-03 12:37:45 UTC MAIN commitmail json YAML

ddclient: Substitute in post-patch, not pre-configure

The pre-configure target is not run when there is no configure phase.

(gdt)

2018-09-03 12:25:12 UTC MAIN commitmail json YAML

Updated www/py-cherrypy, www/py-django2

(adam)

2018-09-03 12:24:51 UTC MAIN commitmail json YAML

py-django2: updated to 2.1.1

2.1.1:
Bugfixes
Fixed a race condition in QuerySet.update_or_create() that could result in data loss
Fixed a regression where QueryDict.urlencode() crashed if the dictionary contains a non-string value
Fixed a regression in Django 2.0 where using manage.py test --keepdb fails on PostgreSQL if the database exists and the user doesn窶冲 have permission to create databases
Fixed a regression in Django 2.0 where combining Q objects with __in lookups and lists crashed
Fixed translation failure of DurationField窶冱 窶徙verflow窶� error message
Fixed a regression where the admin change form crashed if the user doesn窶冲 have the 窶和dd窶� permission to a model that uses TabularInline
Fixed a regression where a related_query_name reverse accessor wasn窶冲 set up when a GenericRelation is declared on an abstract base model
Fixed the test client窶冱 JSON serialization of a request data dictionary for structured content type suffixes
Made the admin change view redirect to the changelist view after a POST if the user has the 窶�view窶� permission
Fixed admin change view crash for view-only users if the form has an extra form field
Fixed a regression in Django 2.0.5 where QuerySet.values() or values_list() after combining querysets with extra() with union(), difference(), or intersection() crashed due to mismatching columns
Fixed crash if InlineModelAdmin.has_add_permission() doesn窶冲 accept the obj argument

(adam)

2018-09-03 12:22:30 UTC MAIN commitmail json YAML

py-cherrypy: updated to 18.0.0

v18.0.0
* Drop support for Python 2.7. CherryPy 17 will
  remain an LTS release for bug and security fixes.
* Drop support for Python 3.4.

v17.4.0
* When setting Response Body, reject Unicode
  values, making behavior on Python 2 same as on Python 3.
* Other inconsequential refactorings.

(adam)

2018-09-03 11:22:18 UTC MAIN commitmail json YAML

MesaLib: fix redundant entry in PLIST

(wiz)

2018-09-03 11:00:36 UTC MAIN commitmail json YAML

intel-microcode-netbsd: Adjust LICENSE

Since 20180807a the license was changed, licenses/intel-microcode-license
now reflect the updated license so use it.

(leot)

2018-09-03 10:56:17 UTC MAIN commitmail json YAML

licenses/intel-microcode-license: Update with the current version

Since 20180807a the license was changed, adjust accordingly.

(leot)

2018-09-03 10:51:48 UTC MAIN commitmail json YAML

doc: Updated security/py-certifi to 2018.8.24

(wiz)

2018-09-03 10:51:37 UTC MAIN commitmail json YAML

py-certifi: update to 2018.8.24.

Changes not documented.

(wiz)

2018-09-03 10:51:00 UTC MAIN commitmail json YAML

doc/TODO: add some

+ MesaLib-18.1.7, go-1.11.

(wiz)

2018-09-03 10:50:19 UTC MAIN commitmail json YAML

2018-09-03 10:46:55 UTC MAIN commitmail json YAML

doc: Updated lang/vala to 0.42.0

(wiz)

2018-09-03 10:46:45 UTC MAIN commitmail json YAML

vala: update to 0.42.0.

Vala 0.42.0
===========
* Bindings:
  - gstreamer: Update from 1.15+ git master
  - webkit2gtk-4.0: Update to 2.21.92
  - Update GIR-based bindings

Vala 0.41.92
============
* Various improvements and bug fixes:
  - codegen: Fix floating reference regression with Variants [#661]
  - build: Correctly quote square brackets in regular expression
  - codegen: Call ref_sink on Object.new_valist/new_with_properties if needed
  - vala: Don't bail early on property with not supported default value
  - manual: Update from wiki.gnome.org

* Bindings:
  - glib-2.0: Add return-type of Queue.remove*(), add HashTable.foreach_steal()
  - glib-2.0: Add float.parse/try_parse() [#649]
  - gstreamer: Update from 1.15+ git master
  - webkit2gtk-4.0: Update to 2.21.91

Vala 0.41.91
============
* Various bug fixes:
  - codegen: Call ref_sink on objects passed to generic type [#655]
  - codegen: Free errors after returning them on GDBusMethodInvocation [#657]
  - girparser: Actually resolve type-arguments to be able to box them if needed
  - vala: Add consts/methods to retrieve and check library version [#304]

* Bindings:
  - glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elements
  - glib-2.0: Add (u)long.parse/try_parse() [#649]
  - gstreamer: Update from 1.15+ git master
  - gtk+-3.0: Update to 3.23.2+6b6e53fd
  - gtk+-4.0: Update to 3.94.0+4e868584

Vala 0.41.90
============
* Highlights
  - Reintroduce POSIX profile
  - parser: Add support for explicit "unlock" syntax
  - vala: Support anonymous definitions of delegates in bindings
  - codegen: Support automatic properties as GtkChild
  - codegen: Apply G_PARAM_EXPLICIT_NOTIFY on properties with "notify = false"
  - codegen: Drop support for non-auto property initializer in gobjects
  - codegen: Avoid using deprecated "g_type_class_add_private"

* Various bug fixes:
  - vala: Constants and signals are not lockable
  - codegen: Don't apply ref_sink_function if target_type is floating_reference
  - vala: Treat floating method-return-type as nullable if error may be thrown
  - vala: Transfer floating-reference attribute while casting
  - analyzer: Break cyclic references of BasicBlock
  - vala: Break reference chain between DataType and Symbol if possible
  - codegen: Fix invocation of abstract/virtual methods with NoWrapper in
    compact classes
  - vala: Report error for invalid base access in method/property of compact
    class
  - libvaladoc: Replace void* with corresponding Vala API
  - codegen: Don't include the full absolute path in line directives
  - codegen: Add source_reference to unsupported floating reference error

* Bindings:
  - gobject-2.0: Make GLib.Signal a struct of uint and bind g_signal_new*
  - clutter-1.0: Change type of Clutter.Key.* constants to uint
  - gdk-3.0: Change type of Gdk.Key.* constants to uint
  - gtk+-4.0: Change type of Gdk.Key.* constants to uint
  - gstreamer: Update from 1.15+ git master
  - webkit2gtk-4.0: Add JSC namespace to javascriptcoregtk-4.0 and fix depends
  - Remove clutter-gst-1.0, GStreamer 0.10, rest-0.6,
    tracker-indexer-module-1.0, libsoup-2.2, gdu and gdu-gtk,
    twitter-glib-1.0, mx-1.0
  - Remove vala-specific deprecations <= vala-0.22

(wiz)

2018-09-03 10:37:47 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-PerlMagick to 7.0.8.11

(wiz)

2018-09-03 10:37:34 UTC MAIN commitmail json YAML

p5-PerlMagick: update to 7.0.8.11.

Follow ImageMagick update.

(wiz)

2018-09-03 10:37:21 UTC MAIN commitmail json YAML

doc: Updated graphics/ImageMagick to 7.0.8.11

(wiz)

2018-09-03 10:37:11 UTC MAIN commitmail json YAML

ImageMagick: update to 7.0.8.11.

2018-08-28  7.0.8-11 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.8-11, GIT revision 14729:798fbdb5b:20180828

2018-08-15  7.0.8-11 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous use of uninitialized values, integer overflow, memory
    exceeded, and timeouts (credit to OSS Fuzz).
  * Add support for "module" security policy.

(wiz)

2018-09-03 09:41:05 UTC MAIN commitmail json YAML

mk: describe canlock option

(wiz)

2018-09-03 09:40:28 UTC MAIN commitmail json YAML

databases/Makefile: - postgresql96-fuzzystrmatch

(wiz)

2018-09-03 09:39:39 UTC MAIN commitmail json YAML

doc: Updated news/tin to 2.4.2

(wiz)

2018-09-03 09:39:27 UTC MAIN commitmail json YAML

tin: update to 2.4.2.

From Michael B辰uerle via pkgsrc-wip.

New features and changes since tin-2.2.0

New features
------------
- simplified Chinese translation
- handle RFC 2231 parameter value continuation
- skip over RFC 2231 language parameters
- RFC 2231 decoding of non us-ascii MIME-parameter values
- options to color external quotes (extquote_handling, extquote_regex,
  col_extquote)
- LookupMessage ('L') in select level if reading via NNTP

Changes
-------
The gTLD list is no longer actively maintained (too many new gTLD recently),
disable_gnksa_domain_check=OFF might result in false positives.

--enable-heapsort is now default during configure (sort_function in tinrc
still needs to be set accordingly if you like to use heapsort instead of
qsort)

--enable-ipv6 is now default during configure

--enable-break-long-lines is now default during configure

sigfile=!/path/to/command no longer passes the name of the current
newsgroup to command. One can specify %G which will be replaced by
the name of the current newsgroup.
To match the old behaviour: 'sigfile=!/path/to/command %G'.

--enable-cancel-locks requires libcanlock-3 (which is included, but
some distros (e.g. debian) are linking against a shared lib which may
be too old).

Retired Features
----------------
. groupname_max_length, can now be set via user defined screen layout at
  select level

(wiz)

2018-09-03 09:30:36 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.47.0nb1

(wiz)

2018-09-03 09:30:25 UTC MAIN commitmail json YAML

2018-09-03 09:04:24 UTC MAIN commitmail json YAML

2018-09-03 08:57:24 UTC MAIN commitmail json YAML

py-scipy: remove obsolete patch; HAVE_OPEN_MEMSTREAM is defined to 1 nowadays.

(wiz)

2018-09-03 08:36:44 UTC MAIN commitmail json YAML

py-scipy: remove reference to non-existent file

(wiz)

2018-09-03 07:59:12 UTC MAIN commitmail json YAML

Added devel/py-setuptools_scm_git_archive; Updated www/py-cheroot

(adam)

2018-09-03 07:58:51 UTC MAIN commitmail json YAML

py-cheroot: updated to 6.5.1

v6.5.1:
Improve UNIX socket fs access mode in :py:meth:cheroot.server.HTTPServer.prepare on a file socket when starting to listen to it.

v6.5.0
Add support for validating client certificates.

(adam)

2018-09-03 07:51:21 UTC MAIN commitmail json YAML

py-setuptools_scm_git_archive: added version 1.0

This is a setuptools_scm plugin that adds support for git archives (for example
the ones GitHub automatically generates).

(adam)

2018-09-03 07:40:45 UTC MAIN commitmail json YAML

Updated www/py-aiohttp, devel/py-hypothesis, devel/py-attrs

(adam)

2018-09-03 07:40:18 UTC MAIN commitmail json YAML

py-attrs: updated to 18.2.0

18.2.0:
Deprecations
Comparing subclasses using <, >, <=, and >= is now deprecated. The docs always claimed that instances are only compared if the types are identical, so this is a first step to conform to the docs.
Equality operators (== and !=) were always strict in this regard.

Changes
attrs now ships its own PEP 484 type hints. Together with mypy窶冱 attrs plugin, you窶况e got all you need for writing statically typed code in both Python 2 and 3!
At that occasion, we窶况e also added narrative docs about type annotations in attrs.
Added kw_only arguments to attr.ib and attr.s, and a corresponding kw_only attribute to attr.Attribute. This change makes it possible to have a generated __init__ with keyword-only arguments on Python 3, relaxing the required ordering of default and non-default valued attributes.
The test suite now runs with hypothesis.HealthCheck.too_slow disabled to prevent CI breakage on slower computers.
attr.validators.in_() now raises a ValueError with a useful message even if the options are a string and the value is not a string.
attr.asdict() now properly handles deeply nested lists and dictionaries.
Added attr.converters.default_if_none() that allows to replace None values in attributes. For example attr.ib(converter=default_if_none("")) replaces None by empty strings.
Fixed a reference leak where the original class would remain live after being replaced when slots=True is set.
Slotted classes can now be made weakly referenceable by passing @attr.s(weakref_slot=True).
Added cache_hash option to @attr.s which causes the hash code to be computed once and stored on the object.
Attributes can be named property and itemgetter now.
It is now possible to override a base class窶� class variable using only class annotations.

(adam)

2018-09-03 07:39:34 UTC MAIN commitmail json YAML

py-hypothesis: updated to 3.70.0

3.70.0:
This release adds a fullmatch argument to :func:~hypothesis.strategies.from_regex. When fullmatch=True, the whole example will match the regex pattern as for :func:python:re.fullmatch.

3.69.12:
This release reverts the changes to logging handling in 3.69.11, which broke test that use the :pypi:pytest caplog fixture internally because all logging was disabled (:issue:1546).

3.69.11:
This patch will hide all logging messages produced by test cases before the final, minimal, failing test case (:issue:356).

3.69.10:
This patch fixes a bug that prevents coverage from reporting unexecuted Python files (:issue:1085).

3.69.9:
This patch improves the packaging of the Python package by adding LICENSE.txt to the sdist (:issue:1311), clarifying the minimum supported versions of :pypi:pytz and :pypi:dateutil <python-dateutil> (:issue:1383), and adds keywords to the metadata (:issue:1520).

3.69.8:
This is an internal change which replaces pickle with json to prevent possible security issues.

3.69.7:
This patch ensures that :func:~hypothesis.note prints the note for every test case when the :obj:~hypothesis.settings.verbosity setting is Verbosity.verbose. At normal verbosity it only prints from the final test case.

3.69.6:
This patch improves the testing of some internal caching. It should have no user-visible effect.

3.69.5:
This change performs a small rename and refactoring in the core engine. There is no user-visible change.

3.69.4:
This change improves the core engine's ability to avoid unnecessary work, by consulting its cache of previously-tried inputs in more cases.

(adam)

2018-09-03 07:32:36 UTC MAIN commitmail json YAML

py-aiohttp: updated to 3.4.2

3.4.2:
Fix iter_chunks type annotation

(adam)

2018-09-03 07:15:44 UTC MAIN commitmail json YAML

py-zope.testing: PLIST fix

(adam)

2018-09-03 07:14:16 UTC MAIN commitmail json YAML

py-zc.lockfile: PLIST fix

(adam)

2018-09-03 05:38:41 UTC MAIN commitmail json YAML

Remove databases/postgresql96-fuzzystrmatch

This PostgreSQL module is available from databases/postgresql96-contrib

(manu)

2018-09-03 00:06:35 UTC MAIN commitmail json YAML

glusterfs: fix checksum of newly-added patch

ok manu@

(gdt)

2018-09-02 21:53:03 UTC MAIN commitmail json YAML

python: fix a pkglint warning

(wiz)

2018-09-02 21:49:15 UTC MAIN commitmail json YAML

doc: Updated net/wireshark to 2.6.3

(wiz)

2018-09-02 21:49:06 UTC MAIN commitmail json YAML

wireshark: update to 2.6.3.

Fix some pkglint warnings while here.

Wireshark 2.6.3 Release Notes

  Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2018-44[1]

    • Bluetooth AVDTP dissector crash. Bug 14884[2]. CVE-2018-16058[3].

    • wnpa-sec-2018-45[4]

    • Bluetooth Attribute Protocol dissector crash. Bug 14994[5].
      CVE-2018-16056[6].

    • wnpa-sec-2018-46[7]

    • Radiotap dissector crash. Bug 15022[8]. CVE-2018-16057[9].

  The following bugs have been fixed:

    • Wireshark Hangs on startup initializing external capture plugins.
      Bug 14657[10].

    • Qt: SCTP Analyse Association Dialog: Segmentation fault when
      clicking twice the Filter Association button. Bug 14970[11].

    • Incorrect presentation of dissected data item (NETMASK) in ISAKMP
      dissector. Bug 14987[12].

    • Decode NFAPI: CONFIG.request Error. Bug 14988[13].

    • udpdump frame too long error. Bug 14989[14].

    • ISDN - LAPD dissector broken since version 2.5.0. Bug 15018[15].

    • ASTERIX Category 062 / 135 Altitude has wrong value. Bug
      15030[16].

    • Wireshark cannot decrypt SSL/TLS session if it was proxied over
      HTTP tunnel. Bug 15042[17].

    • TLS records in a HTTP tunnel are displayed as "Encrypted
      Handshake Message". Bug 15043[18].

    • BTATT Dissector: Temperature Measurement: Celsius and Fahrenheit
      swapped. Bug 15058[19].

    • Diameter AVP User Location Info, Mobile Network Code decoded not
      correctly. Bug 15068[20].

    • Heartbeat message "Info" displayed without comma separator. Bug
      15079[21].

  Updated Protocol Support

  ASTERIX, Bluetooth, Bluetooth ATT, Bluetooth AVDTP, DHCP, DTLS,
  E.212, FP, GSM A RR, HTTP, HTTP2, IEEE 802.11, ISAKMP, ISDN, K12,
  NFAPI, Nordic BLE, PFCP, Radiotap, SSL, Steam IHS Discovery, and TLS
  1.3

  New and Updated Capture File Support

  pcapng

  New and Updated Capture Interfaces support

  ciscodump, udpdump

(wiz)

2018-09-02 21:33:00 UTC MAIN commitmail json YAML

doc: Updated print/poppler to 0.68.0

(wiz)

2018-09-02 21:32:45 UTC MAIN commitmail json YAML

2018-09-02 21:23:21 UTC MAIN commitmail json YAML

poppler: update to 0.68.0.

Release 0.68.0
        core:
        * Add Reason and Location to SignatureInfo. Bug #107299
        * Fix memory misuse on signature handling
        * Fix security issues found by oss-fuzz
        * Don't give a warning when Marked value is false. Bug #107430

        qt5:
        * Add Reason and Location to SignatureInfo. Bug #107299

        cpp:
        * Add rotation() to text_box. Bug #106562
        * Fix build with MSVC

        utils:
        * pdftoppm: Add -jpegopt optimize option support
        * pdftocairo: Add -jpegopt optimize option support
        * pdftohtml: Add option to not round coordinates
        * pdftohtml: Fix possible crash. Bug #107316

        build system:
        * Use OpenJpeg cmake config file instead of pkgconfig
        * Remove wchar_t- on MSVC

(wiz)

2018-09-02 21:21:40 UTC MAIN commitmail json YAML

doc: Updated devel/go-homedir to 1.0.0

(minskim)

2018-09-02 21:21:25 UTC MAIN commitmail json YAML

devel/go-homedir: Update to 1.0.0

Changes:
- Use dscl(1) on Darwin instead of getent(1)
- On plan9, prefer lowercase "home" env var
- Shift up the preference of the USERPROFILE variable
- Add go.mod

(minskim)

2018-09-02 21:03:22 UTC MAIN commitmail json YAML

xz: add test target, omit old GCC_REQD.

(maya)

2018-09-02 20:55:36 UTC MAIN commitmail json YAML

doc: Updated devel/go-cobra to 0.0.3

(minskim)

2018-09-02 20:55:15 UTC MAIN commitmail json YAML

devel/go-cobra: Update to 0.0.3

Many bug fixes and improvements for the past year. No official
changelog available.

(minskim)

2018-09-02 20:37:25 UTC MAIN commitmail json YAML

doc: Updated net/filezilla to 3.36.0

(wiz)

2018-09-02 20:37:16 UTC MAIN commitmail json YAML

filezilla: update to 3.36.0.

3.36.0 (2018-08-27)

- Fix --site-manager command-line argument
- Fix potential crash with malformed directory listings
- Fix potential crash if opening/closing tabs or starting the queue while directories are being renamed or deleted

3.36.0-rc1 (2018-08-20)

+ Ask for explicit confirmation prior to falling back to insecure plaintext FTP if a server refuses to use TLS
+ Warn if an FTP server refuses TLS that is known from previous connections to be capable of TLS

(wiz)

2018-09-02 20:30:53 UTC MAIN commitmail json YAML

doc: Updated fonts/fontconfig to 2.13.1

(wiz)

2018-09-02 20:30:43 UTC MAIN commitmail json YAML

2018-09-02 20:27:40 UTC MAIN commitmail json YAML

2018-09-02 20:27:20 UTC MAIN commitmail json YAML

2018-09-02 20:26:59 UTC MAIN commitmail json YAML

xscreensaver: mark delwebcollage target as .PHONY

(wiz)

2018-09-02 20:13:08 UTC MAIN commitmail json YAML

doc: Updated x11/xscreensaver-demo to 5.40

(wiz)

2018-09-02 20:12:59 UTC MAIN commitmail json YAML

xscreensaver-demo: reset PKGREVISION after base package update

(wiz)

2018-09-02 20:12:12 UTC MAIN commitmail json YAML

doc: Updated x11/xscreensaver to 5.40

(wiz)

2018-09-02 20:12:03 UTC MAIN commitmail json YAML

xscreensaver: update to 5.40.

5.40 * New hacks, 'filmleader', 'vfeedback'.
* New hack, 'glitchpeg' (X11 and macOS only).
* GLPlanet blends between day and night maps at the dusk terminator.
* DymaxionMap can display arbitrary map images, and animate sunlight
          across the flattened globe.
* Tessellimage can draw either Delaunay or Voronoi tilings.
* XAnalogTV includes test cards.
* Android: These hacks work now: 'blitspin', 'bumps', 'cityflow',
  'endgame', 'esper', 'flipscreen3d', 'gleidescope', 'glslideshow',
  'jigglypuff', 'queens', 'tessellimage', 'xanalogtv', 'xmatrix',
  'zoom'.

(wiz)

2018-09-02 18:38:04 UTC MAIN commitmail json YAML

2018-09-02 18:37:26 UTC MAIN commitmail json YAML

2018-09-02 16:34:58 UTC MAIN commitmail json YAML

gutenprint: Update to 5.2.14

Upstream changes are maintenance: new printers, bug fixes, minor improvements.

(gdt)

2018-09-02 15:31:05 UTC MAIN commitmail json YAML

free42: Change MASTER_SITES to BACKUP

The upstream distfile for this release is no longer present.

(gdt)

2018-09-02 15:20:12 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.47.0

(wiz)

2018-09-02 15:20:02 UTC MAIN commitmail json YAML

py-meson: update to 0.47.0.

0.47.0

    Allow early return from a script
    Concatenate string literals returned from get_define()
    ARM compiler(version 6) for C and CPP
    New base build option for LLVM (Apple) bitcode support
    New compiler check: check_header()
    New action copy: for configure_file()
    New keyword argument encoding: for configure_file()
    New keyword argument output_format: for configure_file()
    Substitutions in custom_target(depfile:)
    Deprecated build_always: for custom targets
    New built-in object type: dictionary
    Array options treat -Dopt= and -Dopt=[] as equivalent
    Feature detection based on meson_version: in project()
    New type of build option for features
    New options to gnome.gdbus_codegen()
    Made 'install' a top level Meson command
    install_mode: keyword argument extended to all installable targets
    New built-in option install_umask with a default value 022
    Octal and binary string literals
    New keyword arguments: 'check' and 'capture' for run_command()
    Windows resource files dependencies
    Polkit support for privileged installation

(wiz)

2018-09-02 14:14:42 UTC MAIN commitmail json YAML

gnome meta package updated

(bsiegert)

2018-09-02 14:14:12 UTC MAIN commitmail json YAML

GNOME 2 needs libgnomekbd2, not 3.

Patch by Benjamin Lorenz in PR pkg/53554.

Bump revision.

(bsiegert)

2018-09-02 13:01:04 UTC MAIN commitmail json YAML

doc: Updated graphics/tuxpaint-stamps to 2018.09.01

(wiz)

2018-09-02 13:00:56 UTC MAIN commitmail json YAML

tuxpaint-stamps: update to 2018.09.01.

2018.September.1
  * Stamp updates
    * Removed white background from globe
      Thanks to @568legos on Twitter for noticing

  * Build- and release-related improvements:
    * Update macOS build to work with Xcode 9.2.
      Mark K. Kim <markuskimius@gmail.com>

    * Enable universal build on macOS
      + Explicitly enable compatibility with macOS 10.6 and later.
      + Explicitly enable universal build (both 32-bit and 64-bit Intel).
      Mark K. Kim <markuskimius@gmail.com>

    * Update Makefile to create DMG files; prettify the generated DMG.
      Mark K. Kim <markuskimius@gmail.com>

  * New localizations:
    + Kabyle translation
      Yacine Bouklif <yacine_tizi2003@yahoo.fr>

  * Localization updates:
    + Aragones translation
      Juan Pablo Martinez Cortes <juanpabl@gmail.com>

    + Basque translation
      Alexander Gabillondo <alexgabilondo@gmail.com>

    + Brazilian Portuguese translation
      Fred Maranhão <fred.maranhao@gmail.com>

    + British English
      Caroline Ford <caroline.ford.work@googlemail.com>

    + Catalan translation
      Robert Buj Gelonch <rbuj@users.sf.net>

    + Chinese (Simplified) translation
      Hackergene <hackergene@gmail.com>

    + Croatian translation
      Paulo Pavačić <pavacic.p@gmail.com>

    + Danish translation
      Joe Hansen <joedalton2@yahoo.dk>

    + Dutch translation
      Willem Heppe <heppew@yahoo.com>

    + Fula translation
      Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>

    + Gaelic (Scottish) translation
      GunChleoc <fios@foramnagaidhlig.net>

    + Galician translation
      Miguel Anxo Bouzada <mbouzada@gmail.com>

    + Georgian translation
      Gia Shervashidze <giasher@gmail.com>

    + German translation
      Helge Kreutzmann <debian@helgefjell.de>

    + Greek translation
      Yannis Kaskamanidis <kiolalis@gmail.com>

    + Gujarati translation
      Kartik Mistry <kartik.mistry@gmail.com>

    + Icelandic translation
      Sveinn í Felli <sv1@fellsnet.is>

    * Irish Gaelic translation
      Kevin Patrick Scannell <kscanne@gmail.com>

    * Japanese translation
      TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>

    + Malay traslation
      abuyop <abuyop@gmail.com>

    + Norwegian Bokmål translation
      Karl Ove Hufthammer <karl@huftis.org>

    + Norwegian Nynorsk translation
      Karl Ove Hufthammer <karl@huftis.org>

    + Polish translation
      Piotr Kwiliński <euvcp@hotmail.com>

    + Portuguese translation
      Sergio Marques <smarquespt@gmail.com>

    + Russian translation
      Yuri Kozlov <yuray@komyakino.ru>

    + Songhay translation
      Abdoul Cisse <abdoulseydou@hotmail.com>

    + Slovenian translation
      Matej Urbančič <mateju@svn.gnome.org>

    + Spanish translation
      Matías Bellone <matiasbellone+debian@gmail.com>

    + Swedish translation
      Sebastian Rasmussen <sebras@gmail.com>

    + Thai translation
      aliza <aimon_bokbok@hotmail.com>
      Nudjaree <poonim_p@hotmail.com>

    + Ukrainian translation
      yurchor <yurchor@ukr.net>
      Sugar Labs i18n team <https://translate.sugarlabs.org/accounts/yurchor/>

(wiz)

2018-09-02 12:55:36 UTC MAIN commitmail json YAML

doc: Updated graphics/tuxpaint-config to 0.0.14

(wiz)

2018-09-02 12:55:26 UTC MAIN commitmail json YAML

tuxpaint-config: update to 0.0.14.

2018.August.18 (0.0.14)
  * Updated translations:
    + Catalan
      Robert Buj Gelonch <rbuj@users.sf.net>

    + British English translation
      Caroline Ford <caroline.ford.work@googlemail.com>

    + Dutch
      William Heppe <heppew@yahoo.com>

    + Fula
      Ibrahima SARR <ibrahima.sarr@pulaagu.com>

    + Portuguese
      Sérgio Marques (smarquespt@gmail.com) (via Joe)

    + Scottish gaelic
      Michael Bauer <fios@akerbeltz.org>
      Fòram na Gàidhlig

    + Slovak
      Jaroslav Rynik <jrynik@yahoo.co.uk>

    + Spanish
      Matías Bellone <matiasbellone+debian@gmail.com>

  * New translations:
    + Kabyle
      Yacine Bouklif <yacine_tizi2003@yahoo.fr>

  * Added options for "Bengali', "Bodo", "Dogri", "Kabyle",
    "Kashmiri" (both Devanagari and Perso-Arabic),
    "Sindhi" (both Devanagari and Perso-Arabic), and "Urdu" languages
    (added to Tux Paint in v. 0.9.23).

  * Building:
    * Avoid using "install -D" to mkdir
      Thomas Klausner <tk@giga.or.at>

    * Update macOS build files for macOS 10.7 and later.
      Mark K. Kim <mkkim214@gmail.com>

    * Allow to override build date (in order to make builds reproducible)
      by Chris Lamb, pushed by Bernhard M. Wiedemann

(wiz)

2018-09-02 12:53:36 UTC MAIN commitmail json YAML

boost: Use XARGS instead of -exec of FIND to properly address PR pkg/53543

This should properly fix PR pkg/53543 (also remove the big `XXX'
comment, this is a proper solution to the problem).

Thanks to <joerg> for suggesting that!

(leot)

2018-09-02 12:52:12 UTC MAIN commitmail json YAML

doc: Updated graphics/tuxpaint to 0.9.23

(wiz)

2018-09-02 12:52:02 UTC MAIN commitmail json YAML

tuxpaint: update to 0.9.23.

2018.August.30 (0.9.23)
  * New tools
    ---------
    * Color selector
      Pere Pujal i Carabantes

  * New shapes
    ----------
    * Stars
      Pere Pujal i Carabantes

  * Documentation updates
    ---------------------
    * Made stamp controls (size, flip, mirror) section clearer.
      Fixes https://sourceforge.net/p/tuxpaint/bugs/182/

    * Cleaned up and reorganized docs subdirectory.

  * New locales
    -----------
    * Bengali
      Provided by Chandrakant Dhutadmal

    * Bodo
      Provided by Chandrakant Dhutadmal

    * Dogri
      Provided by Chandrakant Dhutadmal

    * Kabyle (aka Kabylian)
      Yacine Bouklif <yacine_tizi2003@yahoo.fr>

    * Kashmiri (Devanagari)
    * Kashmiri (Perso-Arabic)
      Provided by Chandrakant Dhutadmal

    * Sindhi (Devanagari)
    * Sindhi (Perso-Arabic)
      Provided by Chandrakant Dhutadmal

    * Urdu
      Provided by Chandrakant Dhutadmal

  * Localization Updates:
    ---------------------
    * Various
      Chris Leonard <cjlhomeaddress@gmail.com>

    * Aragnoes translation
      Juan Pablo Martinez Cortes <jpmart@unizar.es>

    * Basque translation
      Ander Elortondo <ander.elor@gmail.com>
      Alexander Gabillondo <alexgabilondo@gmail.com>

    * British English translation
      Caroline Ford <caroline.ford.work@googlemail.com>

    * Catalan translation
      Robert Buj Gelonch <rbuj@users.sf.net>

    * Chinese (Simplified) translation
      Never Min <nevermin@gmail.com>

    * Croatian translation
      Paulo Pavačić <pavacic.p@gmail.com>

    * Danish translation
      Joe Hansen <joedalton2@yahoo.dk>

    * Dutch translation
      Willem Heppe <heppew@yahoo.com>

    * Estonian translation
      Sven Ollino <sven.ollino@gmail.com>

    * French translation
      Chion Jacques <jacques.chion@orange.fr>

    * Fula translation
      Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>

    * Gaelic (Irish) translation
      Kevin Scannell <kscanne@gmail.com>

    * Galician translation
      Miguel Bouzada

    * Georgian translation
      Gia Shervashidze <giasher@gmail.com>

    * German translation
      Holger Wansing <hwansing@mailbox.org>
      Helge Kreutzmann <debian@helgefjell.de> typos fixes and improvements for stamps

    * Greek translation
      Yannis Kaskamanidis <kiolalis@gmail.com>

    * Gujarati translation
      Kartik Mistry <kartik.mistry@gmail.com>,

    * Icelandic translation
      Sveinn í Felli <sv1@fellsnet.is>

    * Indonesian translation
      Courtesy of SugarLabs and
      T. Surya Fajri <kilelme@gmail.com>

    * Italian translation
      Flavio Pastore <ironbishop@fsfe.org>

    * Japanese translation
      TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>

    * Korean translation
      Mark K. Kim <mkkim214@gmail.com>

    * Norwegian translation
      Karl Ove Hufthammer

    * Portuguese (Brazilian) translation
      Fred Ulisses Maranhão <fred.maranhao@gmail.com>

    * Portuguese (Portugal) translation
      Sérgio Marques <smarquespt@gmail.com>

    * Russian translaton
      Yuri Kozlov

    * Scottish translation
      Fòram na Gàidhlig

    * Slovenian
      Matej Urbančič <mateju@svn.gnome.org>

    * Songhay translation
      Abdoul Cisse <abdoulseydou@hotmail.com>

    * Spanish translaton
      Matías Bellone

    * Swedish translation
      Sebastian Rasmussen <sebras@gmail.com>

    * Thai translation
      Nudjaree <poonim_p@hotmail.com>

    * Ukrainian translation
      yurchor <yurchor@ukr.net>
      Sugar Labs i18n team <https://translate.sugarlabs.org/accounts/yurchor/>

  * Bug Fixes
    ---------
    * Crash if any "mosaic" magic tool used, Xubuntu 15.10
      If the PNG patterns used to generate the effect were compressed
      the wrong(lossy) way, the program will crash
      (SF.net Bug #210)

    * "Hat" started could not be drawn on.  Mended.
      https://sourceforge.net/p/tuxpaint/bugs/202/

  * Ports & Building
    ----------------
    * Rewrote the macOS build system to be more Linux-like, with no XCode IDE.
      Build for older releases of macOS / Mac OS X (10.6 and later).
      Mark K. Kim <mkkim214@gmail.com>

    * Mac install creates a DMG
      Robert Buj Gelonch <rbuj@users.sf.net>
      Mark K. Kim <mkkim214@gmail.com>

    * Allow override override build date (in order to make builds reproducible)
      ("SOURCE_DATE_EPOCH")
      by Chris Lamb, pushed by Bernhard M. Wiedemann

    * Allow specifying a suffix to the "lib" directory where
      magic tools are installed.
      ("LIBDIRSUFFIX")
      Tim Dickson <dickson.tim@googlemail.com>

    * Install Tux Paint docs into a version-numbered directory
      (e.g., "/usr/local/share/doc/tuxpaint-0.9.23/")
      Tim Dickson <dickson.tim@googlemail.com>

    * Launcher icon installation location adjustments:
      * .../X11R6/include/X11/pixmaps/ -> .../share/pixmaps/
      * Using kde4config (vs kdeconfig); not putting things in "Graphics" subdir.
      * Removed gnome-config stuff
      Tim Dickson <dickson.tim@googlemail.com>
      Bill Kendrick <bill@newbreedsoftware.com>

  * Other Improvements:
    -------------------
    * Reformatted source code via GNU Indent tool; should
      greatly increase code readability and formatting consistency.

(wiz)

2018-09-02 10:12:38 UTC MAIN commitmail json YAML

doc: Added net/taskserver version 1.1.0nb2

Delete wrong entry for time/timewarrior.

(triaxx)

2018-09-02 09:58:27 UTC MAIN commitmail json YAML

doc: Added time/taskwarrior version 2.5.1nb2

(triaxx)

2018-09-02 09:55:46 UTC MAIN commitmail json YAML

Import taskserver

(triaxx)

2018-09-02 09:53:14 UTC MAIN commitmail json YAML

net/taskserver: import taskserver-1.1.0

Packaged for wip by esg@sdf.org.

Rename wip/taskd to net/taskserver to be consistent with time/taskwarrior.

The taskserver package provides a daemon to securely synchronize task data
over network.

(triaxx)

2018-09-02 08:45:22 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.8.11, filezilla-3.36.0, fontconfig-2.13.1,
  glib2-2.58.0, gobject-introspection-1.58.0, gtk-doc-1.29,
  librsvg-2.44.2 [needs rust+cargo], py-gobject3-3.30.0, vala-0.42.0,
  wireshark-2.6.3, xscreensaver-5.40.

(wiz)

2018-09-02 08:44:46 UTC MAIN commitmail json YAML

doc: Updated devel/pango to 1.42.4

(wiz)

2018-09-02 08:44:36 UTC MAIN commitmail json YAML

pango: update to 1.42.4.

Overview of changes in 1.42.4
=============================
- Fix build failures (OS X, C89)
- Prevent an assertion with invalid Unicode sequences

(wiz)