summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-04-25qt5: updated to 5.12.3adam56-187/+180
Qt 5.12.3, the third patch release of Qt 5.12 LTS, is released today. While not adding new features, the Qt 5.12.3 release provides a number of bug fixes, as well as performance and other improvements. Compared to Qt 5.12.2, the new Qt 5.12.3 provides almost 200 bug fixes. For details of the most important changes, please check the Change files of Qt 5.12.3. Qt 5.12 LTS will receive many more patch releases throughout the coming years and we recommend all active developed projects to migrate to Qt 5.12 LTS. Qt 5.9 LTS is currently in ‘Strict’ phase and receives only the selected important bug and security fixes, while Qt 5.12 LTS is currently receiving all the bug fixes. Qt 5.6 Support has ended in March 2019, so all active projects still using Qt 5.6 LTS should migrate to a later version of Qt.
2019-04-25Updated net/powerdns, net/powerdns-recursoradam1-1/+3
2019-04-25powerdns-recursor: updated to 4.1.12adam2-7/+7
4.1.12 Improvements Provide CPU usage statistics per thread (worker & distributor). Use a bounded load-balancing algo to distribute queries. Implement a configurable ECS cache limit so responses with an ECS scope more specific than a certain threshold and a TTL smaller than a specific threshold are not inserted into the records cache at all. Bug Fixes Correctly interpret an empty AXFR response to an IXFR query.
2019-04-25powerdns: updated to 4.1.8adam4-11/+11
4.1.8 Bug Fixes Fix rectify for ENT records in narrow zones. Prevent leak of file descriptor if running out of ports for incoming AXFR. EL6: fix CXXFLAGS to build with compiler optimizations. Fix API search failed with “Commands out of sync; you can’t run this command now”. Fix invalid SOA record in MySQL which prevented the authoritative server from starting. Plug mysql_thread_init memory leak. Correctly interpret an empty AXFR response to an IXFR query. Fix replying from ANY address for non-standard port. Do not compress the root. Fix dot stripping in setcontent(). 4.1.7 Bug Fixes Insufficient validation in the HTTP remote backend (CVE-2019-3871, PowerDNS Security Advisory 2019-03)
2019-04-25python3*: improve the comment in patch-Python_pylifecycle.cleot6-15/+21
The PR have (and probably will have further) relevant information, reference it too.
2019-04-25lang/gcc8: mention upstream bug report in patchrillig2-3/+4
2019-04-25Updated graphics/p5-Image-ExifTooladam1-1/+2
2019-04-25p5-Image-ExifTool: updated to 11.30adam2-8/+7
Version 11.30 (production release) Added a new Sony/Minolta LensType Decode streaming metadata from TomTom Bandit Action Cam MP4 videos Decode Reconyx HF2 PRO maker notes Decode ColorData for some new Canon models Enhanced -geotag feature to set AmbientTemperature if available Remove non-significant spaces from some DICOM values Fixed possible "'x' outside of string" error when reading corrupted EXIF Fixed incorrect write group for GeoTIFF tags added in version 11.24 Version 11.29 Added support for Ricoh GR III maker notes Added a new Canon LensType Added a new XMP-crs tag Enhanced -csv option to output base64-encoded binary data when combined with -b or when the -charset option is used and the text has invalid characters Remove trailing space from even-length DICOM values Patched to avoid "Hexadecimal number > 0xffffffff non-portable" warning Fixed meta charset attribute in -htmlDump output Version 11.28 Added support for reading INSV video and decode streaming GPS Added a new Pentax LensType Added a new FujiFilm ImageStabilization value Allow exiftool to be run via a symbolic link on Mac/Linux Reverted INDD patch of version 11.27 (ie. raise error again on incorrectly terminated INDD object list) Changed handling of temporary documentation file in Windows version Version 11.27 Added support for more XMP-dji-drone tags Added new Olympus CameraType and LensType values Added a new Canon LensType Added a new CanonModelID Decode yet another type of GPS from DashCam videos Allow FileName to be written when only case is changed on case-insensitive filesystems Improved identification of some iWork file types Recognize the LRV file extension Changed Windows version to use the parent folder of PAR_GLOBAL_TEMP for the temporary documentation file Don't raise an error if an INDD object list is terminated by spaces instead of nulls Fixed some problems with new -htmldump IFD highlighting feature Fixed bug introduced in 11.24 with "-o -.EXT" feature Version 11.26 Added a new Nikon LensID Decode more tags for the Sony ICLE-6400 Enhanced -htmldump feature to highlight IFD when mousing over IFD offset Version 11.25 Added a new Sony/Minolta LensType Added a new Nikon LensID Decode Leica D-Lux7 maker notes Decode more Nikon AF tags for newer models Decode Samsung Type2 maker notes with lower case Make Decode another Sony tag Improved decoding of Nikon LensType Improved time shift feature to fix some incorrectly formatted date/time values Renamed some Sony ImageCount tags to ShutterCount Fixed problem reading back metadata written to some odd PDF files Version 11.24 Compatibility Notice: Changed the meaning of '-' and '+' modifiers for %C formatting code (does not affect lower-case %c code) Decode a number of new Nikon tags Added new Olympus FlashType and FlashModel values Added a new Canon LensType Added a new Nikon LensID Made more GeoTIFF tags writable Handle XMP rdf:value when reading Improved warning when trying to read a file with a zero-length name Fixed decoding of PictureControl tags for Nikon Z-7 Fixed problem writing date/time values with " DST" designator at end of date/time string Fixed problem in Windows which could cause ExifTool to abort due to a Win32::FindFile error if a file name contained surrogate Unicode characters Version 11.23 Recognize DWG and DWF files Minor improvement to some -validate warnings Tolerate leading UTF-8 byte order mark (BOM) at start of JSON files Fixed problem recognizing some streaming camm metadata in QuickTime videos Version 11.22 Added read support for PC Paintbrush (PCX) files Added two new Sony/Minolta LensTypes Decode LensData tags for some newer Nikon models Decode ColorData for the Canon EOS R Recognize DCX files Version 11.21 Added a new Sony/Minolta LensType Added a new Olympus FlashModel Improved decoding of FujiFilm InternalSerialNumber Minor improvements to decoding of GPS from some dashcam videos Made XMP-getty:Personality a List-type tag Made it an error to use the -o option or write FileName or Directory tags when using the TestName dry-run feature Fixed problem using -E with other character sets when writing Version 11.20 Added a new Panasonic WhiteBalance value Added a new Nikon LensID Decode streaming GPS from MOV videos for another dashcam model Improved -E option to support character sets other than UTF-8
2019-04-25python: Don't install nis_failed.so if no yp headersroy10-30/+15
Because python won't even try to build it. You only see nis_failed.so if there is an error building it, when it wanted to build it, and that should be fixed accordingly. In a nutshell, if the yp headers are installed, python will build the nis module, otherwise it won't. On netbsd systems at least, if you have the yp headers installed and subsequently re-install over the top with MKYP=no you get into the state where the headers are installed, but the functions are no longer in libc. This is an error with *your* system - either rebuild with MKYP=yes OR remove the yp headers from include/rpc and include/rpcsvc. Follow on fix for PR pkg/53673.
2019-04-25Updated games/openttd, games/openttd-dataadam1-1/+3
2019-04-25openttd-data: updated to 0.5.5adam2-14/+15
0.5.5: Unknown changes
2019-04-25openttd: updated to 1.9.1adam6-66/+23
1.9.1: - Fix 6564: Enforce types of arguments for station name strings - Fix 7433: Don't use AirportSpec substitute if it's not enabled - Fix 7447, 7466, 7476: Missing NewGRF strings due to Action 4 feature check skipping pseudo-feature 48 - Fix 6222: Advanced sprite layout sometimes showed incorrect railtype ground tile. - Fix 7439: CompanyRemoveReason overwritten by ClientID - Fix: [Windows] Incorrect error handling could lead to cascading error windows - Fix 7478: Don't remove NewGRF objects on company take-over. 1.9.0: - Fix 7411: Use industry production callback (if used) on initial industry cargo generation 1.9.0-RC2: - Fix 7400: WaterClass for tree tiles was not converted for old saves preventing industry creation - Fix: Filtered file list did not scroll properly - Fix 7391: Don't invalidate go to depot orders of non-aircraft when invalidating hangar orders that happen to share IDs - Fix 7386: Measurement tooltip for tunnels, aqueducts & docks did not display or flickered - Fix: Wrong company performance rating when money exceeds INT_MAX - Fix: Permit loading of industry production callback with invalid cargo type - Fix: Spelling for a few real town names - Fix: Runway too short for large aircraft message should not depend on plane crashes setting - Fix 7334: Ship lost after crossing bridge due to path cache not being consumed while on final bridge end 1.9.0-RC1: - Add: Various AI/GS functions for vehicle groups - Change: Synchronise introduction date and reliability randomness across vehicles with the same base introduction date - Change: Allow towns to build bridges over rails and one-way roads - Fix: Detection of coast tiles with trees on them - Fix: Emergency netsave saved the title game instead of the broken game in question - Fix: Company livery window showed incorrect groups when opened in multiplayer - Fix: Unable to select last group in open livery window - Fix: Goto hangar orders were not invalidated when rebuilding airports 1.9.0-beta3: - Feature: Option to adjust font size separately from GUI size - Feature: Increase maximum number of orders from 64000 to ~16.7m - Add: Show performance of AI and GS in framerate window - Add: News menu entry and shortcut for deleting all messages - Change: [OSX] Improved scrolling behaviour when using touchpads - Change: Add scrollbar to cargo legend in cargo payment rates window - Change: Owner of vehicle with exclusive transport rights may now load cargo from neutral stations - Change: Improved UI behaviour when dragging sound volume sliders with the mouse - Change: Use selected vehicle group as parent when creating a new group - Change: Use SlErrorCorrupt() on pool index error when loading a savegame, instead of terminating - Change: Skip reliability decay if servicing is disabled - Fix: Remove desert around lakes upon generation - Fix: Re-sorting file list did not update filtered rows - Fix 7159: Waiting time at red one-way signals was too short - Fix 7189: Fluidsynth volume gain too high - Fix 7004: Cargo flow legend was not properly refreshed after zooming - Fix: Possibility to modify wrong AI/GS settings when switching AI/GS scripts around - Fix: Use more descriptive "spectator" strings for story book and goal dropdown menus - Fix 6599: Disable build and rename button in build vehicle window when no vehicle is selected - Fix: Do not mangle tagged revision strings for network revision strings - Fix 7151: AI start date deviation was still applied when not set to a random AI - Fix 7197: Invalidate depot buttons when necessary - Doc: [AI] UnshareOrders empties the orders list of the vehicle 1.9.0-beta2: - Fix: Non-Windows builds did not get correct git hash 1.9.0-beta1: Note: OpenTTD was migrated to GitHub for 1.9, so SVN revision and FlySpray numbers have been replaced with Pull Requests and Issue numbers - Feature: Group liveries, and livery window usability enhancements - Feature: Overhaul of music system, support MPSMIDI music files (TTD DOS/TTO) - Feature: [Win32] Rewritten DMusic and WinMM music drivers - Feature: [Win32] New XAudio2 sound driver - Feature: [Linux] New Fluidsynth music driver - Feature: Framerate display window - Feature: [NewGRF] Ability for industries & houses to produce and/or accept up to 16 different cargoes - Feature 6610: Allow towns to build houses on road turns - Feature: Replace independent map scrolling GUI settings with single option, and add choice to not lock cursor position when scrolling - Feature 6459: API for querying network clients from GS - Feature: New Russian Ruble & Mexican Peso as currencies - Feature 4186: Append '(City)' after city names in the town directory - Feature 986: Automatic save when losing connection to a network game - Add: [NewGRF] Flag to hide rail types from construction - Add: [NewGRF] Airport animation trigger for plane landing - Add 4115: Default starting company colour setting - Add: Mixer feature for streaming sampled music - Add 6460: [AI] start_date parameter for Random AIs on new game - Add: BACKSPACE can be mapped as a hotkey - Add: 32bpp SSE2 blitter palette animator - Change: Make ships turn slowly when changing direction and stop when going up or down a lock - Change: Improve ship pathfinder performance - Change: Decouple GUI timing from game ticks - Change: Desert tiles are now half-desert if a neighboured tile is non-desert or sea/coast - Change: Gradually slow down aircraft speed on breakdown - Change: [NewGRF] Increase rail type & cargo type limits to 64 - Change: [NewGRF] Increase size of persistent storage to 256 - Change: [NewGRF] Use last OpenTTD SVN revision in NewGRF version number - Change: Clone tool in depot window now behaves like clone button in vehicle window - Change 6397: Keep town growth rate in sync with house count - Change: Scale default FreeType font size selection by UI zoom level - Change: [OSX] Reversed pinch to zoom behaviour - Change: Switch town growth rate and counter to actual game ticks - Change: Non-tag revisions are now named '<commitdate>-<branch>-g<shorthash><modified>' - Change: Rewrite several bits of documentation in markdown - Fix: Reinitialise graph GUI on game restart - Fix: Potential crash during shutdown after unpacking downloaded content - Fix 6584: Text layout in engine preview dialogue - Fix 6636: Airplanes could be sent to helicopter station depots - Fix: Deadlock when launched with -n switch - Fix: Various corrections to town names in non-English languages - Fix: Only consider airport tiles when placing (for non-rectangular airports) - Fix: Spelling fixes on some Latin American town names - Fix 7001: Pathfinders should see standard road stations as tiles where to reverse - Fix 6676: Prevent helicopters from stopping in midair during some kinds of landing - Fix: Remove need to use Ctrl+Click when building stations next to competitors - Fix: [NewGRF] Make VA2 operator 11 (ror) behave well-defined when rotating by 0 bits - Fix 4109: Add more water checks to the Oil Rig layout - Fix 6938: Incorrect value for "Cost to Clear" was displayed for Company Headquarters in tile inspector - Fix 6920: Make 9.8m/s^2 a common constant for TE-calculation - Fix 6892: [Script] CONFIG_RANDOM did not use the full parameter range - Fix 6622: News message when GS constructs a town had empty company name - Fix: [NewGRF] Action7 variable 0x85 had no bounds checks - Fix 6875: Depot building cost did not include foundation build cost - Fix: Some pixels in ship autoreplace icon (sprite 106) were transparent - Fix: Poor contrast in cargo dest flow legend window cargo labels - Fix 6553: Make viewport button text unambiguous - Fix: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to zoom - Fix 6969: Account for BOM when reading script files - Fix 6898: Ability to use seeds above INT_MAX - Fix 6659: Bus stations could be demolished when not in demolish mode - Fix: One-way roads could be over-built by road stops regardless of road owner - Fix: Use name of cargo instead of Passengers/Mail in town statistics - Fix: Prevent ships moving into docks after finishing (un)loading - Fix: Tractive effort was slightly too high as per NewGRF spec - Fix 6465: Add {NORMAL_FONT} and {MONO_FONT} control codes to GS strings - Fix: Four group action icons were misplaced and cropped - Remove: PSP, WinCE support
2019-04-25doc: Updated emulators/qemu to 4.0.0nb3leot1-1/+2
2019-04-25qemu: install documentation and minor updates/fixesleot2-7/+62
- After the 4.0.0 update documentation was no longer installed. To generate documentation and man pages makeinfo, pod2man and py-sphinx are needed, add them as tool dependencies. - Add a SUBST class to override hardcoded sphinx-build program name. - Remove PYTHON_VERSIONS_INCOMPATIBLE: 2.7 and 3 are supported. - hicolor icon themes are installed, include hicolor-icon-theme bl3
2019-04-25Note update of the "openssh" package to version 7.9.1nb1tron1-1/+2
2019-04-25openssh: Add optional command line editing to "sftp"tron4-8/+14
Add new package option "editline" (enabled by default) which adds command line editing and filename completion to the "sftp" client. Bump the package revision because of this change.
2019-04-25doc: Updated emulators/libretro-gambatte to 20190412nia1-1/+2
2019-04-25libretro-gambatte: Update to 20190412nia2-8/+8
Changes since 20181022: * Do not drop memory descriptor when SRAM is absent * Add static GBC RAM banks memory descriptor * GB banked RAM mapping * Update GBC colour correction * Add optional 'accurate' frame mixing mode * Add optional frame mixing * Add HuC3 mapper support * Fix save states
2019-04-25doc: Updated emulators/libretro-bluemsx to 20190420nia1-1/+2
2019-04-25emulators/libretro-bluemsx: Update to 20190420nia2-8/+8
Merged PRs include: * Database update * Save state support * Fix for memory hooks for ColecoVision
2019-04-25doc: Updated chat/gajim-plugin-omemo to 2.6.28nia1-1/+2
2019-04-25doc: Updated chat/gajim to 1.1.3nia1-1/+2
2019-04-25chat/gajim: Update to 1.3.1. Drop maintainership.nia4-18/+16
New * Add a mobile phone indicator to the chat window * Rework HTTPUpload dialog * Add a "paste as quote" option to the message input Bug fixes * #8822 Fix memory leak when using spell checker * #9514 Fix jingle filetransfers not working in some circumstances * #9573 Dont leak DNS query when connecting over proxy * #9578 Determine Windows version more reliably * #9622 Fix an error while quitting Gajim * #9633 Fix an error while sending a file * #9637 Restore window size correctly on wayland * #9660 GPG Agent setting is ignored * #9645 Make zeroconf IPV6 compatible * Improve dark theme colors * Fix access to GnuPG keys * Use UUID4 item ids for pubsub posts * Dont send invalid show values * Windows: Dont override format region settings * Various smaller improvements
2019-04-25Updated sysutils/u-boot-bananapi-r2 to 2019.04-rc4nb2.thorpej1-1/+2
2019-04-25doc: Updated chat/py-nbxmpp to 0.6.10nia1-1/+2
2019-04-25chat/py-nbxmpp: Update to 0.6.10nia2-7/+7
Changes since 0.6.9: * Add support for domain based name in features for GSSAPI * Fix usage of BOSH * Fix Jingle hash namespace
2019-04-25Install only the useful files, and install *all* of the useful files.thorpej2-9/+14
Bump version to 2019.04-rc4nb2.
2019-04-25Updated www/py-notebookadam1-1/+2
2019-04-25py-notebook: updated to 5.7.8adam3-8/+11
5.7.8 - Fix regression in restarting kernels in 5.7.5. The restart handler would return before restart was completed. - Further improve compatibility with tornado 6 with improved checks for when websockets are closed. - Fix regression in 5.7.6 on Windows where .js files could have the wrong mime-type. - Fix Open Redirect vulnerability (CVE-2019-10255) where certain malicious URLs could redirect from the Jupyter login page to a malicious site after a successful login. 5.7.7 contained only a partial fix for this issue.
2019-04-25Describe nisroy1-0/+1
2019-04-25doc: Updated emulators/libretro-snes9x to 1.60nia1-1/+2
2019-04-25doc: Updated emulators/snes9x-gtk to 1.60nia1-1/+2
2019-04-25doc: Updated emulators/snes9x to 1.60nia1-1/+2
2019-04-25emulators/snes9x: Update to 1.60nia5-23/+23
Changes since 1.59.2: - Fixed subscreen blending with master brightness < 100%. - Fixed NMI timing when toggling enable bit. Fixes Chou Aniki--hack removed. - Reverted an IPL map optimization that misses a weird edge case that caused The Great Battle III to lock up. - Clamp MSU1 addition to max amplitude instead of wrapping. Proper MSU1 tracks will not be affected by this. - Save mipmap_input parameter with customized GLSL and slang shaders. - Actually use mipmap_input parameter. - Optimized subscreen math with help from Dwedit. - Revert to measured APU clock speed instead of nominal speed. Fixes An American Tail. - Fixed broken BPS patch support. (ArtiiP) - Fixed MSU1 track restarting on load state. libretro: - Added ability to use Satellaview data in same directory as ROM. - Fixed deviation from proper libretro spec. - Added option to use the software NTSC filter. (stellarporter) GTK: - Added icons to the entries to clear binding assignments. - Fixed overlap in xBRZ multithreading. - Changed glFenceSync option to an OML_sync option that works better. - Fixed accumulation of partial pixel data on mouse motion when we update the mouse position more than once per frame. - Allow one key to be bound to many controller buttons on the same controller. - Force menu and button icons. - Add the view menu to right-click when SNES mouse isn't used. - Remove unused status bar option. - Startup background can be changed in snes9x.conf. - Improved PortAudio driver. Unix: - Fixed sound output that broke with APU refactor.
2019-04-25Updated math/py-roman, devel/py-xopen, devel/py-faker, devel/py-ropeadam1-1/+5
2019-04-25py-rope: updated to 0.14.0adam2-8/+8
Version 0.14.0, relicensed under LGPLv3+
2019-04-25py-faker: updated to 1.0.5adam3-8/+35
1.0.5: * Add min and max values for pyfloat and pydecimal. * Add months and M to the syntax for start_date and end_date. * Add support for PyInstaller. * Add Dutch company names. * Fix some invalid French phone numbers starting with +33 8x. * Add Armenian locale hy_AM.
2019-04-25doc: Updated x11/maim to 5.5.3nia1-1/+2
2019-04-25x11/maim: Update to 5.5.3nia2-8/+7
Merged PRs include: * Do not consider root window's children as window frames * Fix building with IJG jpeg * Add flag to capture background for transparent windows * Avoid printing image output to a TTY
2019-04-25doc: Updated emulators/libretro-mgba to 0.7.1nia1-1/+2
2019-04-25emulators/libretro-mgba: Update to 0.7.1nia7-128/+10
Bugfixes: - GB: Fix crash when accessing SRAM if no save loaded and cartridge has no SRAM - GB Serialize: Fix loading states with negative pixel x (fixes mgba.io/i/1293) - GB, GBA Serialize: Fix loading two states in a row - GBA: Fix video timing when skipping BIOS (fixes mgba.io/i/1318) - GBA DMA: Fix Display Start DMAs - GBA DMA: Fix DMA start/end timing - GBA DMA: Fix invalid DMA handling (fixes mgba.io/i/1301) - GBA Memory: Fix a few AGBPrint crashes - GBA Memory: Fix OOB ROM reads showing up as AGBPrint memory - GBA SIO: Prevent writing read-only multiplayer bits - GBA Video: Fix enabling layers in non-tile modes (fixes mgba.io/i/1317) Misc: - GBA Video: Improve sprite cycle counting (fixes mgba.io/i/1274)
2019-04-25py-xopen: updated to 0.5.1adam3-11/+14
v0.5.1: Avoid importing pkg_resources, it is slow Instead, use the setuptools_scm feature of generating a _version.py
2019-04-25py-roman: updated to 3.2adam2-7/+7
3.2: - expanded test coverage - Added support for 0 -> N (see https://en.wikipedia.org/wiki/Roman_numerals#Zero) - Added support for Python 3.8
2019-04-25Oops use my user id and not my nameskrll1-2/+2
2019-04-25doc: Updated emulators/qemu to 4.0.0nb2skrll1-1/+2
2019-04-25Add two fixes accepted upstream to support NetBSD/hppaskrll5-3/+97
2019-04-25Updated databases/mysql56-client, databases/mysql56-server, ↵adam1-1/+5
databases/mysql57-client, databases/mysql57-server
2019-04-25mysql57: updated to 5.7.26adam6-20/+49
mysql-5.7.26: Unknown changes
2019-04-25doc: Updated pkgtools/x11-links to 1.17maya1-1/+2
2019-04-25x11-links 1.17: add libgbmmaya3-5/+12
Helps qt5-qtbase PLIST issues (it fails an EGL configure check)