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

2024-05-13 05:58:33 UTC Now

2020-01-26 05:26:29 UTC MAIN commitmail json YAML

all: migrate some SourceForge homepage URLs back from https to http

https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).

(rillig)

2020-01-26 00:21:16 UTC MAIN commitmail json YAML

2020-01-25 23:48:31 UTC MAIN commitmail json YAML

chat/ircd-hybrid: Adds option for supporting GnuTLS.

Thanks to leot@ for reviewing.

(fox)

2020-01-25 23:13:49 UTC MAIN commitmail json YAML

devel/Makefile: + ocaml-bigarray-compat

(wiz)

2020-01-25 20:31:39 UTC MAIN commitmail json YAML

lang/gcc9: try to build on Linux

(rillig)

2020-01-25 20:29:11 UTC MAIN commitmail json YAML

lang/gcc9: broken on SunOS-*-x86_64

(rillig)

2020-01-25 20:20:45 UTC MAIN commitmail json YAML

lang/gcc9: broken on Linux-*-x86_64

(rillig)

2020-01-25 20:14:43 UTC MAIN commitmail json YAML

Updated games/ioquake3 to 1.36.20200125

(jmcneill)

2020-01-25 20:13:50 UTC MAIN commitmail json YAML

2020-01-25 19:26:42 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-mgba to 0.8.0

(nia)

2020-01-25 19:26:29 UTC MAIN commitmail json YAML

doc: Updated emulators/mgba to 0.8.0

(nia)

2020-01-25 19:26:19 UTC MAIN commitmail json YAML

mgba: Update to 0.8.0

0.8.0: (2020-01-21)
Features:
- Improved logging configuration
- One-Player BattleChip/Progress/Beast Link Gate support
- Add Game Boy Color palettes for original Game Boy games
- Debugger: Add unary operators and memory dereferencing
- GB: Expose platform information to CLI debugger
- Support Discord Rich Presence
- Debugger: Add tracing to file
- Enhanced map viewer, supporting bitmapped GBA modes and more displayed info
- OpenGL renderer with high-resolution upscaling support
- Experimental high level "XQ" audio for most GBA games
- Interframe blending for games that use flicker effects
- Frame inspector for dissecting and debugging rendering
- Switch: Option to use built-in brightness sensor for Boktai
- Ports: Ability to enable or disable all SGB features (closes mgba.io/i/1205)
- Ports: Ability to crop SGB borders off screen (closes mgba.io/i/1204)
- Cheats: Add support for loading Libretro-style cht files
- GBA Cheats: Add support for loading EZ Flash-style cht files
- Support for unlicensed Wisdom Tree Game Boy mapper
- Qt: Add export button for tile view (closes mgba.io/i/1507)
- Qt: Add recent game list clearing (closes mgba.io/i/1380)
- GB: Yanking gamepak now supported
- Qt: Memory range dumping (closes mgba.io/i/1298)
Emulation fixes:
- GB: Fix using boot ROM with MMM01 games
- GB Audio: Only reset channel 3 sample in DMG mode
- GB Audio: Sample inactive channels (fixes mgba.io/i/1455, mgba.io/i/1456)
- GB Audio: Fix channel 4 volume (fixes mgba.io/i/1529)
- GB I/O: Filter IE top bits properly (fixes mgba.io/i/1329)
- GB Memory: Better emulate 0xFEA0 region on DMG, MGB and AGB
- GB Video: Delay LYC STAT check (fixes mgba.io/i/1331)
- GB Video: Fix window being enabled mid-scanline (fixes mgba.io/i/1328)
- GB Video: Fix mode 0 window edge case (fixes mgba.io/i/1519)
- GB Video: Fix color scaling in AGB mode
- GBA: All IRQs have 7 cycle delay (fixes mgba.io/i/539, mgba.io/i/1208)
- GBA: Reset now reloads multiboot ROMs
- GBA BIOS: Fix multiboot entry point (fixes Magic Floor)
Other fixes:
- Core: Improved lockstep driver reliability (Le Hoang Quyen)
- FFmpeg: Drain recording buffers
- GB: Fix reading ROM immediately after unmapping BIOS
- GB SIO: Fix lockstep failing games aren't reloaded
- GBA Cheats: Fix value incrementing in CB slide codes (fixes mgba.io/i/1501)
- Libretro: Fix crash changing allowing opposing directions (hhromic)
- Qt: Fix some Qt display driver race conditions
- Qt: Fix menu bar staying hidden in full screen (fixes mgba.io/i/317)
- Qt: Only show emulator restart warning once per settings saving
- Qt: Fix LibraryController initialization (fixes mgba.io/i/1324)
- Shaders: Fix gba-color shader resolution (fixes mgba.io/i/1435)
- Switch: Fix audio when video rate desyncs (fixes mgba.io/i/1532)
Misc:
- CMake: Don't use libzip on embedded platforms (fixes mgba.io/i/1527)
- Core: Add keysRead callback
- Core: Create game-related paths if they don't exist (fixes mgba.io/i/1446)
- Core: Add more memory search ops (closes mgba.io/i/1510)
- Debugger: Make tracing compatible with breakpoints/watchpoints
- Debugger: Print breakpoint/watchpoint number when inserting
- Feature: Switch from ImageMagick to FFmpeg for GIF generation
- FFmpeg: Support audio-only recording
- GB Memory: Support running from blocked memory
- GBA BIOS: Add timings for HLE BIOS math functions (fixes mgba.io/i/1396)
- GBA BIOS: Fix clobbered registers in CpuSet (fixes mgba.io/i/1531)
- GBA Savedata: EEPROM performance fixes
- GBA Savedata: Automatically map 1Mbit Flash files as 1Mbit Flash
- Debugger: Add breakpoint and watchpoint listing
- mGUI: Remember name and position of last loaded game
- OpenGL: Only resize textures when needed
- Qt: Don't unload ROM immediately if it crashes
- Qt: Support switching webcams
- Qt: Cap window size on start to monitor size
- Qt: Open a message box for Qt frontend errors
- Qt: Increase maximum magnifications and scaling
- Qt: Add native FPS button to settings view
- Qt: Improve sync code
- Qt: Add option to pause on minimizing window (closes mgba.io/i/1379)
- Qt: Scale pixel color values to full range (fixes mgba.io/i/1511)
- Qt: Remove What's This icon from dialogs
- Qt: Printer quality of life improvements (fixes mgba.io/i/1540)
- Qt: Add copy and QoL improvements to graphic views (closes mgba.io/i/1541)
- Qt: Show list of all sprites in sprite view
- Qt: Add option for disabling OSD messages
- Qt, OpenGL: Disable integer scaling for dimensions that don't fit
- SM83: Support PC-relative opcode decoding
- Switch: Dynamic display resizing
- Switch: Support file associations
- Vita: L2/R2 and L3/R3 can now be mapped on PSTV (fixes mgba.io/i/1292)
Changes from beta 1:
Emulation fixes:
- ARM: Fix STR writeback pipeline stage
- ARM: Partially fix LDM/STM writeback with empty register list
- ARM: Fix stepping when events are pending
- GBA DMA: Fix case where DMAs could get misaligned (fixes mgba.io/i/1092)
- GBA Memory: Fix open bus from IWRAM (fixes mgba.io/i/1575)
- GBA Timers: Improve timer startup emulation
- GBA Video: Fix OpenGL renderer 512x512 backgrounds (fixes mgba.io/i/1572)
- GBA Video: Fix BLDY for semitransparent sprite on non-target-2 backgrounds
- GBA Video: Fix effects blending improperly in some non-last windows
- GBA Video: Copy higher priority target 1 flag
Other fixes:
- 3DS: Fix screen darkening (fixes mgba.io/i/1562)
- Core: Fix uninitialized memory issues with graphics caches
- Core: Return null for out of bounds cached tile VRAM querying
- GBA Video: Fix OpenGL fragment data binding
- GBA Video: Fix mosaic in modes 1-5 in OpenGL (fixes mgba.io/i/1620)
- Debugger: Fix tracing skipping instructions (fixes mgba.io/i/1614)
- OpenGL: Only invalidate texture if dimensions change (fixes mgba.io/i/1612)
- Qt: Fix fast forward mute being reset (fixes mgba.io/i/1574)
- Qt: Fix scrollbar arrows in memory view (fixes mgba.io/i/1558)
- Qt: Fix several cases where shader selections don't get saved
- Qt: Fix division by zero error in invalid TilePainter state
- Qt: Fix "restart needed" dialog after first config (fixes mgba.io/i/1601)
- Qt: Fix undesired screen filtering when paused (fixes mgba.io/i/1602)
- Qt: Fix sprite view using wrong base address (fixes mgba.io/i/1603)
- Qt: Fix inability to clear default keybindings
- Qt: Release held actions if they get rebound
- Qt: Fix crash double-clicking menus in shortcut settings (fixes mgba.io/i/1627)
- Qt: Fix record A/V window not updating resolution (fixes mgba.io/i/1626)
- Vita: Fix analog controls (fixes mgba.io/i/1554)
- Wii: Fix game fast-forwarding after slowing down
- Wii: Improve audio buffering (fixes mgba.io/i/1617)
Misc:
- GB Memory: Support manual SRAM editing (fixes mgba.io/i/1580)
- GBA: Trim non-movie ROMs to 32 MiB if applicable
- GBA Audio: Redo channel 4 batching for GBA only
- GBA I/O: Stop logging several harmless invalid register reads
- GBA Video: Changing OpenGL scaling no longer requires restart
- Debugger: Separate aliases from main commands
- Debugger: Print break-/watchpoint ID when breaking in CLI
- Debugger: Minor interface cleanup
- SDL: Use controller GUID instead of name
- SM83: Rename LR35902 to SM83
- Tools: Allow using threaded renderer in perf.py
- Tools: Clean up unused argument in mgba-perf

(nia)

2020-01-25 17:25:15 UTC MAIN commitmail json YAML

doc: note update of lang/php7* pacakges

lang/php73 7.3.14
lang/php74 7.4.2
lang/php72 7.2.27

(taca)

2020-01-25 17:24:03 UTC MAIN commitmail json YAML

lang/php72: update to 7.2.27

Update php72 to 7.2.27 (PHP 7.2.27).

23 Jan 2020, PHP 7.2.27

- Mbstring:
  . Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`).
    (CVE-2020-7060) (Nikita)

- Session:
  . Fixed bug #79091 (heap use-after-free in session_create_id()). (cmb, Nikita)

- Standard:
  . Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059). (cmb)

(taca)

2020-01-25 17:22:49 UTC MAIN commitmail json YAML

lang/php74: update to 7.4.2

Update php74 to 7.4.2 (PHP 7.4.2).

23 Jan 2020, PHP 7.4.2

- Core:
  . Preloading support on Windows has been disabled. (Nikita)
  . Fixed bug #79022 (class_exists returns True for classes that are not ready
    to be used). (Laruence)
  . Fixed bug #78929 (plus signs in cookie values are converted to spaces).
    (Alexey Kachalin)
  . Fixed bug #78973 (Destructor during CV freeing causes segfault if opline
    never saved). (Nikita)
  . Fixed bug #78776 (Abstract method implementation from trait does not check
    "static"). (Nikita)
  . Fixed bug #78999 (Cycle leak when using function result as temporary).
    (Dmitry)
  . Fixed bug #79008 (General performance regression with PHP 7.4 on Windows).
    (cmb)
  . Fixed bug #79002 (Serializing uninitialized typed properties with __sleep
    makes unserialize throw). (Nikita)

- CURL:
  . Fixed bug #79033 (Curl timeout error with specific url and post). (cmb)
  . Fixed bug #79063 (curl openssl does not respect PKG_CONFIG_PATH). (Nikita)

- Date:
  . Fixed bug #79015 (undefined-behavior in php_date.c). (cmb)

- DBA:
  . Fixed bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached).
    (cmb)

- Exif:
  . Fixed bug #79046 (NaN to int cast undefined behavior in exif). (Nikita)

- Fileinfo:
  . Fixed bug #74170 (locale information change after mime_content_type).
    (Sergei Turchanov)

- GD:
  . Fixed bug #79067 (gdTransformAffineCopy() may use unitialized values). (cmb)
  . Fixed bug #79068 (gdTransformAffineCopy() changes interpolation method).
    (cmb)

- Libxml:
  . Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). (Laruence)

- Mbstring:
  . Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`).
    (CVE-2020-7060) (Nikita)

- OPcache:
  . Fixed bug #78961 (erroneous optimization of re-assigned $GLOBALS). (Dmitry)
  . Fixed bug #78950 (Preloading trait method with static variables). (Nikita)
  . Fixed bug #78903 (Conflict in RTD key for closures results in crash).
    (Nikita)
  . Fixed bug #78986 (Opcache segfaults when inheriting ctor from immutable
    into mutable class). (Nikita)
  . Fixed bug #79040 (Warning Opcode handlers are unusable due to ASLR). (cmb)
  . Fixed bug #79055 (Typed property become unknown with OPcache file cache).
    (Nikita)

- Pcntl:
  . Fixed bug #78402 (Converting null to string in error message is bad DX).
    (SATŌ Kentarō)

- PDO_PgSQL:
  . Fixed bug #78983 (pdo_pgsql config.w32 cannot find libpq-fe.h). (SATŌ
    Kentarō)
  . Fixed bug #78980 (pgsqlGetNotify() overlooks dead connection). (SATŌ
    Kentarō)
  . Fixed bug #78982 (pdo_pgsql returns dead persistent connection). (SATŌ
    Kentarō)

- Session:
  . Fixed bug #79091 (heap use-after-free in session_create_id()). (cmb,
    Nikita)
  . Fixed bug #79031 (Session unserialization problem). (Nikita)

- Shmop:
  . Fixed bug #78538 (shmop memory leak). (cmb)

- Sqlite3:
  . Fixed bug #79056 (sqlite does not respect PKG_CONFIG_PATH during
    compilation). (Nikita)

- Spl:
  . Fixed bug #78976 (SplFileObject::fputcsv returns -1 on failure). (cmb)

- Standard:
  . Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059). (cmb)
  . Fixed bug #79000 (Non-blocking socket stream reports EAGAIN as error).
    (Nikita)
  . Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF).
    (cmb)

(taca)

2020-01-25 17:21:14 UTC MAIN commitmail json YAML

lang/php73: update to 7.3.14.

Update php73 to 7.3.14 (PHP 7.3.14).

23 Jan 2020, PHP 7.3.14

- Core
  . Fixed bug #78999 (Cycle leak when using function result as temporary).
    (Dmitry)

- CURL:
  . Fixed bug #79033 (Curl timeout error with specific url and post). (cmb)

- Date:
  . Fixed bug #79015 (undefined-behavior in php_date.c). (cmb)

- DBA:
  . Fixed bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached).
    (cmb)

- Fileinfo:
  . Fixed bug #74170 (locale information change after mime_content_type).
    (Sergei Turchanov)

- GD:
  . Fixed bug #78923 (Artifacts when convoluting image with transparency).
    (wilson chen)
  . Fixed bug #79067 (gdTransformAffineCopy() may use unitialized values). (cmb)
  . Fixed bug #79068 (gdTransformAffineCopy() changes interpolation method).
    (cmb)

- Libxml:
  . Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). (Laruence)

- Mbstring:
  . Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`).
    (CVE-2020-7060) (Nikita)

- OPcache:
  . Fixed bug #79040 (Warning Opcode handlers are unusable due to ASLR). (cmb)

- Pcntl:
  . Fixed bug #78402 (Converting null to string in error message is bad DX).
    (SATŌ Kentarō)

- PDO_PgSQL:
  . Fixed bug #78983 (pdo_pgsql config.w32 cannot find libpq-fe.h). (SATŌ
    Kentarō)
  . Fixed bug #78980 (pgsqlGetNotify() overlooks dead connection). (SATŌ
    Kentarō)
  . Fixed bug #78982 (pdo_pgsql returns dead persistent connection). (SATŌ
    Kentarō)

- Session:
  . Fixed bug #79091 (heap use-after-free in session_create_id()). (cmb, Nikita)

- Shmop:
  . Fixed bug #78538 (shmop memory leak). (cmb)

- Standard:
  . Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059). (cmb)
  . Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF).
    (cmb)

(taca)

2020-01-25 17:16:23 UTC MAIN commitmail json YAML

audio/fasttracker2: Redo the DISTNAME to prevent checksum errors in bulk builds.

Thanks to nia@

(fox)

2020-01-25 17:12:17 UTC MAIN commitmail json YAML

www/cliqz: Adds support for wayland.

Should fix packaging issues due to missing wayland library.

Thanks to nia@

(fox)

2020-01-25 16:54:23 UTC MAIN commitmail json YAML

devel/blosc: Update HOMEPAGE

(minskim)

2020-01-25 16:07:15 UTC MAIN commitmail json YAML

2020-01-25 15:00:52 UTC MAIN commitmail json YAML

doc: Updated sysutils/mc to 4.8.24

(nia)

2020-01-25 15:00:42 UTC MAIN commitmail json YAML

mc: Update to 4.8.24

Version 4.8.24

- Core

  * Drop bundled gettext (#3629)
  * Implement the file edit and view history. Default shortcut is alt-shift-e (#2733)
  * Enable subshell in standalone mceditor, mcviewer, and mcdiffviewer (#3380)
  * Refactoring of SIGWINCH handling (#117, #4019)
  * Prevent run/open files with double right click (#4016)
  * Improve support of Windows 1251 encoding on Solaris (#3992)
  * Support binary reproducible builds (via --disable-configure-args configure option) (#4031)

- VFS

  * sftpfs: support keyborad interactive authentication (#3921)
  * uc1541 extfs: update up to 3.3 version (#3936)

- Editor

  * Syntax:
    * add yabasic (Yet Another BASIC) syntax highlighting (#4005)
    * improve YAML syntax highlighting (#4010)
    * add "https://" to Debian sources.list syntax (#4018)
    * add .desktop files (#4022)
    * improve RPM spec file syntax highlighting (#4037)
    * improve Debian sources.list syntax highlighting (#4041)

- Misc

  * Code cleanup (#3997, #4030, #4038, #4039)
  * menu.mc: handle symbolic links to compressed archives (#4009)
  * File highlighting updates (#4015)
    * part - partial files, e.g. used by many download managers ([temp])
    * apk - Android packages, deb - Debian packages ([archive])
    * ts - MPEG-TS streams ([media])
  * New skins:
    * julia256: a dark skin with calm colors and good contrast.

- Fixes

  * Compile failure on AIX 7.2 (#4033)
  * Compile failure on OS X 10.9 (#4035)
  * Enter key works as Down one in menu (#4006)
  * Menubar: incorrect mouse click coordinate (#4013)
  * Rotating dash generates way too much output (#3859)
  * Totals aren't computed before move of a single directory (#4027)
  * Editor: unusable dynamic paragraphing (#3996)
  * VFS: iso9660 does not report listing errors (#3993)
  * VFS: extfs: nested archives are not removed from temporary directory (#4000)

(nia)

2020-01-25 14:58:23 UTC MAIN commitmail json YAML

doc: Updated audio/openal-soft to 1.20.1

(nia)

2020-01-25 14:58:13 UTC MAIN commitmail json YAML

openal-soft: Update to 1.20.1

openal-soft-1.20.1:

    Implemented the AL_SOFT_direct_channels_remix extension. This extends
    AL_DIRECT_CHANNELS_SOFT to optionally remix input channels that don't have
    a matching output channel.

    Implemented the AL_SOFT_bformat_ex extension. This extends B-Format buffer
    support for N3D or SN3D scaling, or ACN channel ordering.

    Fixed a potential voice leak when a source is started and stopped or
    restarted in quick succession.

    Fixed a potential device reset failure with JACK.

    Improved handling of unsupported channel configurations with WASAPI. Such
    setups will now try to output at least a stereo mix.

    Improved clarity a bit for the HRTF second-order ambisonic decoder.

    Improved detection of compatible layouts for SOFA files in makemhr and
    sofa-info.

    Added the ability to resample HRTFs on load. MHR files no longer need to
    match the device sample rate to be usable.

    Added an option to limit the HRTF's filter length.

(nia)

2020-01-25 14:40:46 UTC MAIN commitmail json YAML

doc: Updated audio/libmpdclient to 2.18

(nia)

2020-01-25 14:40:35 UTC MAIN commitmail json YAML

libmpdclient: Update to 2.18

libmpdclient 2.18 (2020/01/20)
* more out-of-memory checks
* partition: add mpd_recv_partition()
* support MPD protocol 0.21
- "oneshot" single state
* support MPD protocol 0.22
- status: add mpd_status_get_partition()
- commands "delpartition", "moveoutput"

(nia)

2020-01-25 14:38:51 UTC MAIN commitmail json YAML

2020-01-25 13:53:37 UTC MAIN commitmail json YAML

(devel/R-cliapp) update DEPENDS by converting from TEST_DEPENDS

(mef)

2020-01-25 12:49:37 UTC MAIN commitmail json YAML

Updated www/py-httplib2, security/py-google-auth

(adam)

2020-01-25 12:49:12 UTC MAIN commitmail json YAML

py-google-auth: updated to 1.11.0

1.11.0:
Features
add non-None default timeout to AuthorizedSession.request()
distinguish transport and execution time timeouts

(adam)

2020-01-25 12:45:47 UTC MAIN commitmail json YAML

py-httplib2: updated to 0.17.0

0.17.0
feature: Http().redirect_codes set, works after follow(_all)_redirects check
This allows one line workaround for old gcloud library that uses 308
response without redirect semantics.

(adam)

2020-01-25 11:17:40 UTC MAIN commitmail json YAML

doc: Updated sysutils/daemontools-encore to 1.11nb2

(schmonz)

2020-01-25 11:17:32 UTC MAIN commitmail json YAML

2020-01-25 10:45:12 UTC MAIN commitmail json YAML

2020-01-24 19:24:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/nbase to 7.0.0.6

(cheusov)

2020-01-24 19:23:52 UTC MAIN commitmail json YAML

Update to latest version

Version 7.0.0.6, by Aleksey Cheusov, Sun, 19 Jan 2020 01:45:59 +0300

  Add support for Solaris-10 and -11 to a lot of utilities
  (almost all with the help of musl-fts library!).

  A lot of fixes for SunC compiler (versions 5.11 and 5.15).

  mk/mkc_imp.f_bsd_getopt.mk: fix for target "clean"

  Fix feature "efun" on SunOS-5.10.

  Add new feature "strsep" that provides portable strsep(3) and stresep(3)

  find, ls, mtree and xinstall: fix build failure on eglibc-2.13

======================================================================
Version 7.0.0.5, by Aleksey Cheusov, Mon,  6 Jan 2020 01:43:19 +0300

  Fix typos doc/INSTALL

  Fix bugs in the local feature "base64". As a result we fix some
  compilation issues on musl-based Linuxes (Alpine Linux).

  Fix compilation failures (seen on musl-based Alpine Linux) of the
  following programs: compress, sort, hexdump, id, leave, uudecode

  Implement new local feature "bsd_signal" that implements
  BSD functions "sigblock", "sigsetmask", "sigmask" and "siggetmask".

(cheusov)

2020-01-24 18:58:47 UTC MAIN commitmail json YAML

Updated devel/libuv, lang/nodejs, lang/nodejs12, lang/nodejs10

(adam)

2020-01-24 18:58:13 UTC MAIN commitmail json YAML

nodejs8: cleanup and adopt to the small changes in lang/nodejs/Makefile.common

(adam)

2020-01-24 18:57:09 UTC MAIN commitmail json YAML

nodejs10: updated to 10.18.1

Version 10.18.1 'Dubnium':

Notable changes
http2: fix session memory accounting after pausing
n-api: correct bug in napi_get_last_error
tools: update tzdata to 2019c

(adam)

2020-01-24 18:55:49 UTC MAIN commitmail json YAML

2020-01-24 18:52:20 UTC MAIN commitmail json YAML

nodejs: updated to 13.7.0

Version 13.7.0

Notable Changes
deps:
* upgrade to libuv 1.34.1
* upgrade npm to 6.13.6
module
* add API for interacting with source maps
* loader getSource, getFormat, transform hooks
* logical conditional exports ordering
* unflag conditional exports
process:
* allow monitoring uncaughtException

(adam)

2020-01-24 18:49:38 UTC MAIN commitmail json YAML

libuv: updated to 1.34.2

Version 1.34.2:
* misc: adjust stalebot deadlines
* test: fix env-vars flakiness
* test: avoid truncating output lines
* darwin: stop calling SetApplicationIsDaemon()
* ibmi: implement uv_interface_addresses()
* osx,fsevent: fix race during uv_loop_close
* osx,fsevent: clear pointer when deleting it [NFCI]
* Revert "aix: replace ECONNRESET with EOF if already closed"
* unix: handle uv__open_cloexec return value correctly

Version 1.34.1:
* unix: fix -Wstrict-aliasing compiler warning
* unix: cache address of dlsym("mkostemp")
* build: remove -pedantic from compiler flags
* Revert "darwin: assume pthread_setname_np() is available"
* Revert "darwin: speed up uv_set_process_title()"
* darwin: assume pthread_setname_np() is available
* ibmi: fix the false isatty() issue on IBMi
* test: fix test failure under NetBSD and OpenBSD
* test: skip some test cases on IBMi
* test: skip uv_(get|set)_process_title on IBMi
* doc: remove binaries for Windows from README
* unix: fix -Wunused-but-set-variable warning
* unix: pass sysctl size arg using ARRAY_SIZE macro
* test: disallow running the test suite as root
* unix: suppress -Waddress-of-packed-member warning
* misc: make more tags "not-stale"
* test: fix pthread memory leak
* docs: delete socks5-proxy sample
* ibmi: fix the CMSG length issue
* docs: fix formatting
* unix: squelch fchmod() EPERM on CIFS share
* docs: fix linkcheck
* docs: switch from linux.die.net to man7.org
* win: remove abort when non-IFS LSP detection fails
* docs: clarify that uv_pipe_t is a pipe
* win,tty: avoid regressions in utf-8 handling
* win: remove bad assert in uv_loop_close
* test: fix -fno-common build errors
* build: turn on -fno-common to catch regressions
* test: fix fs birth time test failure
* tty,unix: avoid affecting controlling TTY

(adam)

2020-01-24 16:32:02 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-easy-format to 1.3.2

(jaapb)

2020-01-24 16:31:54 UTC MAIN commitmail json YAML

2020-01-24 16:29:23 UTC MAIN commitmail json YAML

doc: Updated misc/ocaml-magic-mime to 1.1.2

(jaapb)

2020-01-24 16:29:14 UTC MAIN commitmail json YAML

Updated misc/ocaml-magic-mime to version 1.1.2.

This updates support for dune so it will build with dune 2.0.

(jaapb)

2020-01-24 16:27:49 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-stringext to 1.6.0

(jaapb)

2020-01-24 16:27:42 UTC MAIN commitmail json YAML

Updated devel/ocaml-stringext to version 1.6.0.

This changes the build system to dune 2.0.

(jaapb)

2020-01-24 16:25:50 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-bigstringaf to 0.6.0

(jaapb)

2020-01-24 16:25:41 UTC MAIN commitmail json YAML

Updated devel/ocaml-bigstringaf to version 0.6.0.

Mostly minor changes and bugfixes; also updates to the build system.

(jaapb)

2020-01-24 16:20:58 UTC MAIN commitmail json YAML

doc: Added devel/ocaml-bigarray-compat version 1.0.0

(jaapb)

2020-01-24 16:20:47 UTC MAIN commitmail json YAML

2020-01-24 16:20:27 UTC MAIN commitmail json YAML

doc: Updated math/py-sympy to 1.5

(minskim)

2020-01-24 16:20:24 UTC MAIN commitmail json YAML

math/py-sympy: Update to 1.5

Breaking changes:

- Deprecate is_EmptySet in favor of is_empty.
- Lambda now requires a tuple rather than a list for the signature
  argument (non-tuple iterables are deprecated)
- Eq(expr) now raises ValueError. Eq(expr, 0) should be used
  instead.
- Refactory of the units module. Scale factors and dimensions are now
  both global and relative to single unit systems.
- get_dixon_matrix() now computes only the necessary monomials for the
  Dixon matrix.
- The ProductSet of no sets is no longer the empty set. Instead is the
  set consisting of the empty tuple.
- Deprecated tensorhead() and tensorsymmetry() static methods.
- Rational, irrational, transcendental and algebraic now imply finite
  in the assumptions system. This means that all symbols declared as
  rational, integer, odd etc are now automatically assumed finite.
- In the (old) assumptions, complex=True now implies finite=True. Note
  that the default assumption for Symbol is complex=None, which allows
  for the possibility for it to be infinite.
- The assumptions system is changed so that only finite numbers can be
  considered real, positive, negative, nonnegative, nonpositive or
  nonzero (since nonzero implies real). This means that any symbol
  declared with e.g. real=True is now automatically considered
  finite. It also means that infinities can not be considered positive
  or negative since they are not real (e.g. oo.is_positive is now
  False).
- New assumptions extended_real, extended_positive etc are added that
  allow for positive and negative infinity. The equivalent of
  Symbol('x', real=True) in version 1.4 is now Symbol('x',
  extended_real=True). The equivalent of Symbol('x', negative=False)
  is now Symbol('x', extended_negative=False) although it is usually
  better to use Symbol('x', nonnegative=True) (which implies both
  real=True and finite=True as well). Code that previously checked if
  x.is_positive should now be written as if x.is_extended_positive if
  it is intended that infinities should be allowed.
- Numbers still compare the same as they do in Python (Float(1) == 1)
  except when they appear in an Expression, e.g. x**2.0 != x**2

(minskim)

2020-01-24 16:18:26 UTC MAIN commitmail json YAML

doc: Updated math/py-numpy to 1.16.5

(minskim)

2020-01-24 16:18:22 UTC MAIN commitmail json YAML

math/py-numpy: Update to 1.16.5

Changes:

- Add project URLs to setup.py
- fix tests and ctypes code for PyPy
- use npy_intp instead of int for indexing array
- Ignore DeprecationWarning during nose imports
- Fix use-after-free in boolean indexing
- Fix errors in _add_newdocs
- fix byte order reversal for datetime64[ns]
- Use nbytes to also catch empty descr during allocation
- np.array cleared errors occured in PyMemoryView_FromObject
- Fixes for Undefined Behavior Sanitizer (UBSan) errors.
- ensure that casting to/from structured is properly checked.
- fix histogram*d dispatchers
- further fixup to histogram2d dispatcher.
- Replace contextlib.suppress for Python 2.7
- fix compilation of 3rd party modules with Py_LIMITED_API...
- Fix memory leak in dtype from dict contructor
- Document array_function at a higher level.
- add new recfunctions to __all__
- Remove stray print that causes a SystemError on python 3.7
- Pin pytest version to 5.0.1.
- Enable huge pages in all Linux builds
- fix behavior of structured_to_unstructured

(minskim)

2020-01-24 16:15:40 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-sexplib0 to 0.13.0

(jaapb)

2020-01-24 16:15:30 UTC MAIN commitmail json YAML

Updated devel/ocaml-sexplib0 to version 0.13.0.

There does not seem to be a changelog, but it looks like changes are minor.

(jaapb)

2020-01-24 16:13:03 UTC MAIN commitmail json YAML

benchmarks/google-benchmark: Build fix

Apply upstream patch to define HOST_NAME_MAX.

(minskim)

2020-01-24 16:07:49 UTC MAIN commitmail json YAML

doc: Updated misc/ocaml-opam to 2.0.6

(jaapb)

2020-01-24 16:07:38 UTC MAIN commitmail json YAML

2020-01-24 16:04:51 UTC MAIN commitmail json YAML

Added depenency to devel/ocaml-re and revbump.

The ocaml-seq package is needed by ocaml-re; added this as a dependency.

(jaapb)

2020-01-24 15:55:13 UTC MAIN commitmail json YAML

doc: Updated lang/coq to 8.10.2

(jaapb)

2020-01-24 15:54:49 UTC MAIN commitmail json YAML

Updated lang/coq to version 8.10.2.

Changes include:
- native 63-bit machine integers;
- a new sort of definitionally proof-irrelevant propositons: SProp;
- private universes for opaque polymorphic constants;
- string notations and numeral notations;
- a new simplex-based proof engine for the tactics lia, nia, lra and nra;
- new introduction patterns for SSReflect;
- a tactic to rewrite under binders: under;
- easy input of non-ASCII symbols in CoqIDE, which now uses GTK3.

and many small improvements and bugfixes.

(jaapb)

2020-01-24 15:36:39 UTC MAIN commitmail json YAML

py-boost: Prune -lutil on SunOS.

This is handled correctly by the python jam file, but for some reason
$(target-os) is set to "unix" instead of "solaris" somewhere indecipherably, so
this way is just simpler.

(jperkin)

2020-01-24 14:50:57 UTC MAIN commitmail json YAML

Added gtksourceview3 option

(jaapb)

2020-01-24 14:50:42 UTC MAIN commitmail json YAML

2020-01-24 14:22:04 UTC MAIN commitmail json YAML

doc: Updated graphics/deforaos-camera to 0.3.0

(khorben)

2020-01-24 14:21:52 UTC MAIN commitmail json YAML

2020-01-24 14:07:59 UTC MAIN commitmail json YAML

Added ocaml-lablgtk3 to Makefile SUBDIRs

(jaapb)

2020-01-24 14:07:17 UTC MAIN commitmail json YAML

doc: Added x11/ocaml-lablgtk3 version 3.0beta8

(jaapb)

2020-01-24 14:07:02 UTC MAIN commitmail json YAML

2020-01-24 13:35:20 UTC MAIN commitmail json YAML

Add hengband

(pho)

2020-01-24 13:33:45 UTC MAIN commitmail json YAML

doc: Added games/hengband version 1.6.2

(pho)

2020-01-24 13:33:33 UTC MAIN commitmail json YAML

Import hengband-1.6.2 from wip

Hengband is a rogue-like game which is a descendant of Moria and
Angband, and is a direct derivation of Zangband. In order to win the
game by defeating The Serpent of Chaos who lurks in the 100th floor of
the Dungeon of Angband, you need to not only obtain a good set of
gears, but also acquaint yourself with the game.

(pho)

2020-01-24 12:57:52 UTC MAIN commitmail json YAML

Added ocaml-cairo to Makefile SUBDIRs

(jaapb)

2020-01-24 12:57:24 UTC MAIN commitmail json YAML

doc: Added graphics/ocaml-cairo version 0.6.1

(jaapb)

2020-01-24 12:57:08 UTC MAIN commitmail json YAML

2020-01-24 12:36:28 UTC MAIN commitmail json YAML

mk/platform/Linux.mk: Use _OPSYS_LIB_DIRS to find glibc paths.

This seems more correct as it handles Debian/others already.

(nia)

2020-01-24 12:32:21 UTC MAIN commitmail json YAML

mk/platform/Linux.mk: Fix glibc detection on Debian.

Problem identified and patch reviewed/tested by gutteridge, thanks

(nia)

2020-01-24 12:09:31 UTC MAIN commitmail json YAML

doc: Updated archivers/libzip to 1.6.0

(wiz)

2020-01-24 12:09:23 UTC MAIN commitmail json YAML

libzip: update to 1.6.0.

1.6.0 [2020-01-24]
==================

* Avoid using umask() since it's not thread-safe.
* Set close-on-exec flag when opening files.
* Do not accept empty files as valid zip archives any longer.
* Add support for XZ compressed files (using liblzma).
* Add support for cancelling while closing zip archives.
* Add support for setting the time in the on-disk format.

(wiz)

2020-01-24 10:40:36 UTC MAIN commitmail json YAML

2020-01-24 10:08:29 UTC MAIN commitmail json YAML

doc: Updated math/ltm to 1.2.0

(wiz)

2020-01-24 10:08:20 UTC MAIN commitmail json YAML

ltm: update to 1.2.0.

Partially based on diff sent by Kai-Uwe Eckhardt in private mail.

v1.2.0
      -- A huge refactoring of the library happened - renaming,
          deprecating and replacing existing functions by improved API's.

          All deprecated functions, macros and symbols are only marked as such
          so this version is still API and ABI compatible to v1.x.

      -- Daniel Mendler was pushing for those changes and contributing a load of patches,
          refactorings, code reviews and whatnotelse.
      -- Christoph Zurnieden re-worked internals of the library, improved the performance,
          did code reviews and wrote documentation.
      -- Francois Perrad did some refactoring and took again care of linting the sources and
          provided all fixes.
      -- Jan Nijtmans, Karel Miko and Joachim Breitner contributed various patches.

      -- Private symbols can now be hidden for the shared library builds, disabled by default.
      -- All API's follow a single code style, are prefixed the same etc.
      -- Unified, safer and improved API's
      -- Less magic numbers - return values (where appropriate) and most flags are now enums,
          this was implemented in a backwards compatible way where return values were int.
      -- API's with return values are now by default marked as "warn on unsused result", this
          can be disabled if required (which will most likely hide bugs), c.f. MP_WUR in tommath.h
      -- Provide a whole set of setters&getters for different primitive types (long, uint32_t, etc.)
      -- All those primitive setters are now optimized.
      -- It's possible to automatically tune the cutoff values for Karatsuba&Toom-Cook
      -- The custom allocators which were formerly known as XMALLOC(), XFREE() etc. are now available
          as MP_MALLOC(), MP_REALLOC(), MP_CALLOC() and MP_FREE(). MP_REALLOC() and MP_FREE() now also
          provide the allocated size to ease the usage of simple allocators without tracking.
      -- Building is now also possible with MSVC 2015, 2017 and 2019 (use makefile.msvc)
      -- Added mp_decr() and mp_incr()
      -- Added mp_log_u32()
      -- Improved prime-checking
      -- Improved Toom-Cook multiplication
      -- Removed the LTM book (`make docs` now builds the user manual)

(wiz)

2020-01-24 09:16:39 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-result to 1.4

(jaapb)

2020-01-24 09:16:26 UTC MAIN commitmail json YAML

Updated devel/ocaml-result to version 1.4.

This version adds (better) support for OCaml 4.08 and Dune 2.0.

(jaapb)

2020-01-24 09:14:19 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-re to 1.9.0

(jaapb)

2020-01-24 09:14:10 UTC MAIN commitmail json YAML

Updated devel/ocaml-re to version 1.9.0.

This version introduces some minor bugfixes, and works with Dune 2.0.

(jaapb)

2020-01-24 08:17:28 UTC MAIN commitmail json YAML

Updated net/youtube-dl, textproc/py-xmlschema

(adam)

2020-01-24 08:17:06 UTC MAIN commitmail json YAML

py-xmlschema: updated to 1.1.0

v1.1.0:
* Removed Python 2 compatibility code
* Removed tests code from binary package
* Improved identity constraints validation
* Added JSON lazy decoding as experimental feature

(adam)

2020-01-24 08:08:24 UTC MAIN commitmail json YAML

youtube-dl: updated to 20200124

version 2020.01.24

Extractors
* [youtube] Fix sigfunc name extraction
* [stretchinternet] Fix extraction
* [voicerepublic] Fix extraction
* [azmedien] Fix extraction
* [businessinsider] Fix jwplatform id extraction
+ [24video] Add support for 24video.vip
* [ivi:compilation] Fix entries extraction
* [ard] Improve extraction
    * Simplify extraction
    + Extract age limit and series
    * Bypass geo-restriction
+ [nbc] Add support for nbc multi network URLs
* [americastestkitchen] Fix extraction
* [zype] Improve extraction
    + Extract subtitles
    + Support URLs with alternative keys/tokens
    + Extract more metadata
* [orf:tvthek] Improve geo restricted videos detection
* [soundcloud] Restore previews extraction

(adam)

2020-01-24 03:06:44 UTC MAIN commitmail json YAML

doc: Updated multimedia/omxplayer to 20170112nb14

(ryoon)

2020-01-24 03:05:52 UTC MAIN commitmail json YAML

omxplayer: Mark omxplayer.bin as PaX MPROTECT unsafe

* Reported and confirmed by jun@ on port-arm@.
* Bump PKGREVISION.

(ryoon)

2020-01-23 23:54:22 UTC MAIN commitmail json YAML

2020-01-23 22:59:43 UTC MAIN commitmail json YAML

py-virtualenv: match PLIST to 16.7.9 update

(wiz)

2020-01-23 21:57:00 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 19.4.5

(rillig)

2020-01-23 21:56:51 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 19.4.5

Changes since 19.4.4:

Fixed automatic replacement from http SourceForge URLs to their https
counterparts. According to their official documentation, the https URLs
are not on the same hosts as before, but on *.sourceforge.io.

(rillig)

2020-01-23 18:36:15 UTC MAIN commitmail json YAML

2020-01-23 18:31:05 UTC MAIN commitmail json YAML

fix copy/paste fixup omission in buildlink guards

(jakllsch)

2020-01-23 18:26:35 UTC MAIN commitmail json YAML

include sysutils/u-boot/u-boot-arm64.mk (which includes bsd.pkg.mk) last

should ensure dependency on rk3399 ATF is registered

(jakllsch)

2020-01-23 18:26:25 UTC MAIN commitmail json YAML

doc: Updated chat/prosody to 0.11.4

(gdt)

2020-01-23 18:26:15 UTC MAIN commitmail json YAML

chat/prosody: Update to 0.11.4

Update prepared in wip by Tiago Seco.

Changes in 0.11.4
=================

Fixes and improvements

    core.rostermanager: Improve performance by caching rosters of offline #1233
    mod_pep: Handling subscriptions more efficiently #1372

Minor changes

    util.interpolation: Support unescaped variables with more modifiers #1452
    MUC: Mark source of historic messages correctly #1416
    mod_auth_internal_hashed: Pass on errors #1477
    mod_mam, mod_muc_mam: Improve logging of failures #1478, #1480, #1481
    mod_muc, mod_muc_mam: Reschedule message expiry in case of failure
    mod_mam: Add flag to session when it performs a MAM query
    prosodyctl check: Warn about conflict between mod_pep and mod_pep_simple
    prosodyctl check: Warn about conflict between mod_vcard and mod_vcard_legacy #1469
    core.modulemanager: Disable mod_vcard if mod_vcard_legacy is enabled to prevent conflict #1469
    MUC: Strip tags with MUC-related namespaces from private messages #1427
    MUC: Don't advertise registration feature on host #1451
    mod_vcard_legacy: Fix handling of empty photo elements #1432
    mod_vcard_legacy: Advertise lack of avatar correctly #1431
    prosodyctl: Handle if the setting proxy65_address has the wrong type
    prosodyctl: Print a blank line to improve spacing and readability
    MUC: Fix role loss in Nickname change #1466
    util.pposix: Fix reporting of memory usage in 2-4GB range #1445
    util.startup: Fix a regression concerning directory paths #1430
    mod_websocket: Don't mask WebSocket pong answers #1484
    net.resolvers: Apply IDNA conversion to ascii for DNS lookups (affects only HTTP queries) #1426
    net.resolvers.basic: Fix resolution of IPv6 literals (in brackets) #1459

(gdt)

2020-01-23 16:50:04 UTC MAIN commitmail json YAML

doc: Updated sysutils/daemontools-encore to 1.11nb1

(schmonz)

2020-01-23 16:49:59 UTC MAIN commitmail json YAML

Apply upstream patch to fix self-tests on NetBSD 8 and 9, FreeBSD 12,
and OpenBSD 6.6. Self-tests continue to pass on macOS, Debian, and
Devuan. (Some test failures remain on CentOS and Tribblix.) Bump
PKGREVISION.

(schmonz)

2020-01-23 16:45:48 UTC MAIN commitmail json YAML

2020-01-23 16:28:26 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Pegex to 0.74

(schmonz)

2020-01-23 16:28:20 UTC MAIN commitmail json YAML

Update to 0.74. From the changelog:

- Fix YAML::PP and float interaction for older perls
- Make ./ rule / same as .(/ rule /)
- Use YAML::PP and JSON::PP
- No XS dependencies

(schmonz)

2020-01-23 16:24:23 UTC MAIN commitmail json YAML

doc: Added devel/p5-XXX version 0.35

(schmonz)

2020-01-23 16:24:06 UTC MAIN commitmail json YAML

Add and enable p5-XXX.

(schmonz)

2020-01-23 16:23:24 UTC MAIN commitmail json YAML

Initial import of p5-XXX, which exports a function called XXX that you
can put just about anywhere in your Perl code to make it die with a YAML
dump of the arguments to its right.

The charm of XXX-debugging is that it is easy to type, rarely requires
parens and stands out visually so that you remember to remove it.

XXX.pm also exports WWW, YYY and ZZZ which do similar debugging things.

(schmonz)

2020-01-23 16:16:06 UTC MAIN commitmail json YAML

doc: Added textproc/p5-YAML-PP version 0.018

(schmonz)

2020-01-23 16:15:42 UTC MAIN commitmail json YAML

Add and enable p5-YAML-PP.

(schmonz)

2020-01-23 16:14:48 UTC MAIN commitmail json YAML

Initial import of p5-YAML-PP, a modern, modular YAML processor. It aims
to support YAML 1.2 and YAML 1.1.

The YAML::PP frontend will currently load all documents, and return only
the last if called with scalar context.

The YAML backend is implemented in a modular way that allows to add
custom handling of YAML tags, perl objects and data types.

(schmonz)

2020-01-23 16:09:29 UTC MAIN commitmail json YAML

doc: Updated graphics/freeimageplus to 3.18.0

(nia)

2020-01-23 16:09:18 UTC MAIN commitmail json YAML

freeimageplus: Update to 3.18.0

Builds with freeimage-3.18.0.

(nia)

2020-01-23 16:06:36 UTC MAIN commitmail json YAML

cheese: Needs vala

(nia)

2020-01-23 16:06:01 UTC MAIN commitmail json YAML

ghex: Needs msgfmt with --xml and --desktop

(nia)

2020-01-23 16:04:30 UTC MAIN commitmail json YAML

Whoops, one CHANGES entry suffices.

(schmonz)

2020-01-23 16:02:32 UTC MAIN commitmail json YAML

Update emulators/ski to 1.3.2nb17

(scole)

2020-01-23 15:59:36 UTC MAIN commitmail json YAML

Fix for big endian hosts.  With this change, ski "should" be able to run on any NetBSD host as well as it does on i386.

Tested on amd64, i386, and macppc.

(scole)

2020-01-23 15:57:50 UTC MAIN commitmail json YAML

doc: Updated mail/qmqtool to 1.15nb3

(schmonz)

2020-01-23 15:55:12 UTC MAIN commitmail json YAML

doc: Updated mail/qmqtool to 1.15nb3

(schmonz)

2020-01-23 15:55:05 UTC MAIN commitmail json YAML

Fix "Cannot open %s as a filehandle: it is already open as a dirhandle",
deprecated in Perl 5.10 and fatal since 5.28. Bump PKGREVISION.

(schmonz)

2020-01-23 14:49:09 UTC MAIN commitmail json YAML

squid4: Remove -Werror, violates at least -Wwrite-strings.

(jperkin)

2020-01-23 14:47:56 UTC MAIN commitmail json YAML

squid4: Don't unconditionally enable the ldap helper.

There is a package option for it, use it so that openldap is correctly
pulled in when enabled.

(jperkin)

2020-01-23 14:33:41 UTC MAIN commitmail json YAML

stone-soup: Use LUA_VERSIONS_ACCEPTED

(nia)

2020-01-23 14:33:40 UTC MAIN commitmail json YAML

Updated devel/py-txaio, www/py-autobahn

(adam)

2020-01-23 14:33:18 UTC MAIN commitmail json YAML

py-autobahn: updated to 20.1.2

20.1.2
fix: add python_requires>=3.5 to prevent installation on python 2

20.1.1
IMPORTANT: beginning release v20.1.1, Autobahn|Python only supports Python 3.5 or later.
fix: first part of cleaning up code, dropping Python 2 support

(adam)

2020-01-23 14:20:35 UTC MAIN commitmail json YAML

py-txaio: updated to 20.1.1

20.1.1:
Drop support for Python 2.x.

(adam)

2020-01-23 13:35:45 UTC MAIN commitmail json YAML

regen. I hope I'm not wrong

(mef)

2020-01-23 13:11:24 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-cppo to 1.6.6

(jaapb)

2020-01-23 13:11:14 UTC MAIN commitmail json YAML

Updated devel/ocaml-cppo to version 1.6.6.

This updates the build system to dune (2.0), and includes a minor bugfix
to remove compiler warnings.

(jaapb)

2020-01-23 11:50:55 UTC MAIN commitmail json YAML

totem-pl-parser: Needs gobject-introspection

(nia)

2020-01-23 11:42:16 UTC MAIN commitmail json YAML

gettext: check for glibc in the right package + check for glibc, not Linux

(nia)

2020-01-23 10:20:44 UTC MAIN commitmail json YAML

Updated devel/py-freezegun, devel/py-setuptools_scm, devel/py-automat

(adam)

2020-01-23 10:20:22 UTC MAIN commitmail json YAML

py-automat: updated to 0.8.0

v0.8.0:
Merge pull request 121 from markrwilliams/sphinx-uses-setuptools-scm
Retrieve Automat's version from the installed distribution.

(adam)

2020-01-23 10:11:44 UTC MAIN commitmail json YAML

py-setuptools_scm: updated to 3.4.3

v3.4.3
* fix: ensure the git file finder terminates subprocess after reading archive

(adam)

2020-01-23 10:09:36 UTC MAIN commitmail json YAML

tmux: Handle the FNM_CASEFOLD extension where unsupported.

(jperkin)

2020-01-23 10:06:22 UTC MAIN commitmail json YAML

chat/ircd-hybrid: Replaces deprecated openssl options.

Replaces the deprecated --enable-openssl / --disable-openssl with the
--with-tls=openssl for OpenSSL support.

(fox)

2020-01-23 10:05:27 UTC MAIN commitmail json YAML

py-freezegun: updated to 0.3.14

0.3.14
* Fix calendar.timegm behavior

(adam)

2020-01-23 09:11:43 UTC MAIN commitmail json YAML

doc: Updated chat/ircd-hybrid to 8.2.27

(fox)

2020-01-23 09:11:22 UTC MAIN commitmail json YAML

chat/ircd-hybrid: Updates to 8.2.27

Changes since 8.2.26:

-- Noteworthy changes in version 8.2.27 (2020-01-22)
o) Experimental support for wolfSSL has been implemented. Minimum supported version is 4.3.0
o) The --enable-openssl, --enable-gnutls switches, and their disabling counterparts
  --disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch
  which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'.
  If nothing has been specified, configure tries to autodetect in the following order:
  openssl/libressl -> gnutls -> wolfssl.
o) Fixed segfault with GnuTLS/libgmp in case there's no DH parameters file
  defined in 'serverinfo::ssl_dh_param_file' or if that file is missing
o) The connection timeout for connect{} blocks can now be configured via
  the 'connect::timeout' configuration directive
o) Minimum supported OpenSSL version is 1.1.1 now
o) Minimum supported GnuTLS version is 3.6.5 now
o) Supported TLSv1.3 cipher suites can now be configured explicitely via the
  new 'serverinfo::tls_cipher_suites' configuration directive
o) In the serverinfo {} block, the following configuration directives have been renamed:
    ssl_certificate_file -> tls_certificate_file
    ssl_dh_param_file -> tls_dh_param_file
    ssl_dh_elliptic_curve -> tls_supported_groups
    ssl_cipher_list -> tls_cipher_list
    ssl_message_digest_algorithm -> tls_message_digest_algorithm
o) In the operator {} block, the following configuration directives have been renamed:
    ssl_certificate_fingerprint -> tls_certificate_fingerprint
    ssl_connection_required -> tls_connection_required
o) In the connect {} block, the following configuration directives have been renamed:
    ssl_cipher_list -> tls_cipher_list
    ssl_certificate_fingerprint -> tls_certificate_fingerprint

(fox)

2020-01-23 09:09:24 UTC MAIN commitmail json YAML

doc: Updated www/cliqz to 1.32.1

(fox)

2020-01-23 08:47:27 UTC MAIN commitmail json YAML

www/cliqz: Updates to 1.32.1

Changes since 1.32.0:

Merge with Firefox 72.0.2

(fox)

2020-01-23 08:12:49 UTC MAIN commitmail json YAML

doc: note update of ISC DHCP to 4.4.2

net/isc-dhcp4
net/isc-dhclient4
net/isc-dhcpd4
net/isc-dhcrelay4

(taca)

2020-01-23 08:11:27 UTC MAIN commitmail json YAML

isc-dhcp: update ISC DHCP to 4.4.2

Update isc-dhcp4, isc-dhclient4, isc-dhcpd4 and isc-dhcrelay4 to 4.4.2.
pkgsrc change: change LICENSE to mpl-2.0.

Here is quote of RELNOTES:

                Internet Systems Consortium DHCP Distribution
                            Version 4.4.2
                            22 January 2020
                            Release Notes

                              NEW FEATURES

Please note that that ISC DHCP is now licensed under the Mozilla Public License,
MPL 2.0. Please see https://www.mozilla.org/en-US/MPL/2.0/ to read the MPL 2.0
license terms.

While release 4.4.2 is primarily a maintenance release that addresses a number
of defects, it does introduce a few new features:

- Keama - Keama is a migration utility that assists in converting ISC DHCP
  server configuration files to Kea configuration files.  It is found in the
  keama subdirectory and includes a README.md file with instructions on how
  to build it as well as a manpage on its usage.

- Two new server parameters related to ping checking were added:

1. ping-cltt-secs which allows the user to specify the number of seconds
  that must elapse since CLTT before a ping check is conducted.

2. ping-timeout-ms which allows the user to specify the amount of time the
  server waits for a ping-check response in milliseconds rather than in
  seconds.

In general, the areas of focus for ISC DHCP 4.4 were:

1. Dynamic DNS additions
2. dhclient improvements
3. Support for dynamic shared libraries

Dynamic DNS Improvements:

- We added three new server configuration parameters which influence DDNS
  conflict resolution:

    1. ddns-dual-stack-mixed-mode - alters DNS conflict resolution behavior
    to mitigate issues with non-compliant clients in dual stack environments.

    2. ddns-guard-id-must-match - relaxes the DHCID RR client id matching
    requirement of DNS conflict resolution.

    3. ddns-other-guard-is-dynamic - alters dual-stack-mixed-mode behavior to
    allow unguarded DNS entries to be overwritten in certain cases

- The server now honors update-static-leases parameter for static DHCPv6
  hosts.

dhclient Improvements:

  - We've added three command line parameters to dhclient:

    1. --prefix-len-hint - directs dhclient to use the given length as
    the prefix length hint when requesting prefixes

    2. --decline-wait-time - instructs the client to wait the given number
    of seconds after declining an IPv4 address before issuing a discover

    3. --address-prefix-len - specifies the prefix length passed by dhclient
    into the client script (via the environment variable ip6_prefixlen) with
    each IPv6 address.  We added this parameter because we have changed the
    default value from 64 to 128 in order to be compliant with RFC3315bis
    draft (-09, page 64) and RFC5942, Section 4, point 1.
    **WARNING**: The new default value of 128 may not be backwardly compatible
    with your environment. If you are operating without a router, such as
    between VMs on a host, you may find they cannot see each other with prefix
    length of 128. In such cases, you'll need to either provide routing or use
    the command line parameter to set the value to 64. Alternatively you may
    change the default at compile time by setting DHCLIENT_DEFAULT_PREFIX_LEN
    in includes/site.h.

  - dhclient will now generate a DHCPv6 DECLINE message when the client script
    indicates a DAD failure

Dynamic shared library support:

  Configure script, configure.ac+lt, which supports libtool is now provided
  with the source tar ball.  This script can be used to configure ISC DHCP
  to build with libtool and thus use dynamic shared libraries.

Other Highlights:

- The server now supports dhcp-cache-threshold for DHCPv6 operations
- The server now supports DHPv6 address allocation based on EUI-64 DUIDs
- Experimental support for alternate relay port in the both the server
  and relay for IPv4, IPv6 and 4o6 (see: draft-ietf-dhc-relay-port-10.txt)

(taca)

2020-01-23 08:01:24 UTC MAIN commitmail json YAML

doc: Updated net/bind914 to 9.14.10

(taca)

2020-01-23 08:00:55 UTC MAIN commitmail json YAML

net/bind914: update to 9.14.10

Update bind914 to 9.14.10 (BIND 9.14.10).

pkgsrc change: update HOMEPAGE to use https URL.

--- 9.14.10 released ---

5339. [bug] With some libmaxminddb versions, named could erroneously
match an IP address not belonging to any subnet defined
in a given GeoIP2 database to one of the existing
entries in that database. [GL #1552]

5338. [bug] Fix line spacing in `rndc secroots`.
Thanks to Tony Finch. [GL !2478]

5337. [func] 'named -V' now reports maxminddb and protobuf-c
versions. [GL !2686]

(taca)

2020-01-23 08:00:01 UTC MAIN commitmail json YAML

net/bind911: update HOMEPAGE

Update HOMEPAGE to use https://.

(taca)

2020-01-23 07:58:47 UTC MAIN commitmail json YAML

doc: Updated net/bind911 to 9.11.15

(taca)

2020-01-23 07:58:23 UTC MAIN commitmail json YAML

net/bind911: update to 9.11.15

Update bind911 to 9.11.15 (BIND 9.11.15).

--- 9.11.15 released ---

5339. [bug] With some libmaxminddb versions, named could erroneously
match an IP address not belonging to any subnet defined
in a given GeoIP2 database to one of the existing
entries in that database. [GL #1552]

5338. [bug] Fix line spacing in `rndc secroots`.
Thanks to Tony Finch. [GL !2478]

5337. [func] 'named -V' now reports maxminddb and protobuf-c
versions. [GL !2686]

(taca)

2020-01-23 07:17:13 UTC MAIN commitmail json YAML

ocaml: fix Darwin install names

ressurects a change that got dropped in package upgrade

(dbj)

2020-01-23 04:28:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/pciutils to 3.6.3

(msaitoh)

2020-01-23 04:26:41 UTC MAIN commitmail json YAML

Update pciutils to 3.6.3.

2020-01-22  Martin Mares <mj@ucw.cz>

* Released as 3.6.3.

* `lspci -t' (tree mode) can be combined with `-s' to show a sub-tree.
  We also fixed potential buffer overflows in the tree dumper.

* Cleaned messy code for dumping of I/O, memory, and ROM regions.
  This helped fixing a bug, which caused some 64-bit regions to be
  reported as virtual. All flags are now printed after the address
  (previously, "[virtual]" and "[enhanced]" were before it for no good
  reason).

* Added pci_find_cap_nr() to the library, which handles capabilities
  which occur multiple times in a single device.

* Minor improvements in printing of PCIe capabilities.

* We now decode the Multicast and Secondary PCI Express extended
  capabilities.

* The list of capability names available to setpci was updated.

* Minor bugs were fixed in FreeBSD and Solaris ports.

* We now prefer HTTPS URLs in all documentation

* The pci.ids file has a man page.

* As usually, updated pci.ids to the current snapshot of the database.

(msaitoh)

2020-01-22 21:31:01 UTC MAIN commitmail json YAML

mono: Make sure mono6 is pulled in on NetBSD.

(nia)

2020-01-22 21:25:18 UTC MAIN commitmail json YAML

Updated devel/py-babel, finance/py-braintree, www/py-django-extensions, devel/py-pexpect

(adam)

2020-01-22 21:24:57 UTC MAIN commitmail json YAML

py-pexpect: updated to 4.8.0

Version 4.8

Returned behavior of searchwindowsize to that in 4.3 and earlier (searches are only done within the search window).
Fixed a bug truncating before attribute after a timeout.
Fixed a bug where a search could be less than searchwindowsize if it was increased between calls.
Minor test cleanups to improve portability.
Disable chaining of timeout and EOF exceptions.
Allow traceback included snippet length to be configured via str_last_chars rather than always 100.
Python 3 warning added to interact.py.
Several doc updates.

(adam)

2020-01-22 21:20:28 UTC MAIN commitmail json YAML

py-django-extensions: updated to 2.2.6

2.2.6
Changes:
- Improvement: travis, update pypy and pypy3 versions
- Improvement: shell_plus, ability to print location/traceback besides sql
- Improvement: runserver_plus, ability to print location/traceback besides sql
- Improvement: UniqueFieldMixin, Support Django 2.2 UniqueConstraint.condition
- Improvement: DEFAULT_MYSQL_ENGINES, add mysql.connector.django
- Improvement: shell_plus, allow setting SHELL_PLUS="notebook"
- Improvement: shell_plus, add -c/--command to shell_plus mirroring django's shell command
- Fix: shell_plus, fix postgresql debug wrapper on django 3.0 or higher
- Fix: runserver_plus, fix postgresql debug wrapper on django 3.0 or higher

(adam)

2020-01-22 21:18:26 UTC MAIN commitmail json YAML

py-braintree: updated to 3.58.0

3.58.0
Add support for managing Apple Pay domains
Fix error when running against Python 3.8
Add ProcessorDoesNotSupportMotoForCardType to validation errors
Add Graphql ID to CreditCardVerification, Customer, Dispute, and Transaction

(adam)

2020-01-22 21:16:36 UTC MAIN commitmail json YAML

py-babel: updated to 2.8.0

Version 2.8.0

Improvements
* CLDR: Upgrade to CLDR 36.0
* Messages: Don't even open files with the "ignore" extraction method

Bugfixes
* Numbers: Fix formatting very small decimals when quantization is disabled
* Messages: Attempt to sort all messages

Docs
* Add years to changelog
* Note that installation requires pytz

(adam)

2020-01-22 20:50:34 UTC MAIN commitmail json YAML

2020-01-22 20:46:49 UTC MAIN commitmail json YAML

Fix MANDIR after it got zapped in the previous change.

(sevan)

2020-01-22 20:20:29 UTC MAIN commitmail json YAML

sublib: Don't use mono2

Bump PKGREVISION

(nia)

2020-01-22 20:04:42 UTC MAIN commitmail json YAML

doc: Updated www/webkit-gtk to 2.26.3

(leot)

2020-01-22 20:04:30 UTC MAIN commitmail json YAML

webkit-gtk: Update to 2.26.3

pkgsrc changes:
- Remove no longer needed
  patch-Source_WebKit_WebProcess_WebPage_CoordinatedGraphics_LayerTreeHost.h,

Changes:
2.26.3
======
  - Fix issues while trying to play a video on NextCloud.
  - Make sure the GL video sink uses a valid WebKit shared GL context.
  - Fix vertical alignment of text containing arabic diacritics.
  - Fix build with icu 65.1.
  - Fix page loading errors with websites using HSTS.
  - Fix web process crash when displaying a KaTeX formula.
  - Fix several crashes and rendering issues.

(leot)

2020-01-22 19:45:45 UTC MAIN commitmail json YAML

doc: Updated misc/orca to 3.34.1

(nia)

2020-01-22 19:45:33 UTC MAIN commitmail json YAML

orca: Update to 3.34.1

Updated to GNOME 3 / gtk3 version.

(nia)

2020-01-22 19:35:11 UTC MAIN commitmail json YAML

Updated security/py-google-auth, www/py-httplib2

(adam)

2020-01-22 19:34:52 UTC MAIN commitmail json YAML

py-httplib2: updated to 0.16.0

0.16.0
IMPORTANT cache invalidation change, fix 307 keep method, add 308 Redirects
proxy: username/password as str compatible with pysocks

(adam)

2020-01-22 19:32:43 UTC MAIN commitmail json YAML

py-google-auth: updated to 1.10.2

1.10.2:
Bug Fixes
make collections import compatible across Python versions

(adam)

2020-01-22 19:27:25 UTC MAIN commitmail json YAML

Updated security/py-trustme, devel/py-virtualenv

(adam)

2020-01-22 19:27:07 UTC MAIN commitmail json YAML

py-virtualenv: updated to 16.7.9

v16.7.9:
Bugfixes
- upgrade setuptools from ``41.6.0`` to ``42.0.2``

(adam)

2020-01-22 19:25:54 UTC MAIN commitmail json YAML

speech-dispatcher: Make python support work.

Bump PKGREVISION

(nia)

2020-01-22 19:20:32 UTC MAIN commitmail json YAML

py-trustme: updated to 0.6.0

0.6.0:
Features
Allow specifying organization and organization unit in CA and issued certs.

(adam)

2020-01-22 19:15:02 UTC MAIN commitmail json YAML

Updated www/py-uvicorn, devel/py-pyrsistent

(adam)

2020-01-22 19:14:42 UTC MAIN commitmail json YAML

py-pyrsistent: updated to 0.15.7

0.15.7:
* NOTE! This is the last version of Pyrsistent that officially supports Python 2.X!
* Fix 186, type errors with more recent versions of MyPy.
* Build and test on ARM during CI.
* Set absolute imports for python2 compatibility.

(adam)

2020-01-22 19:08:29 UTC MAIN commitmail json YAML

mpv: enable pulseaudio on linux.

(maya)

2020-01-22 19:07:53 UTC MAIN commitmail json YAML

py-uvicorn: updated to 0.11.2

0.11.2
Don't open socket until after application startup.
Support --backlog.

(adam)

2020-01-22 18:56:24 UTC MAIN commitmail json YAML

Updated devel/memcached, devel/py-test5

(adam)

2020-01-22 18:56:04 UTC MAIN commitmail json YAML

py-test5: updated to 5.3.4

pytest 5.3.4:
Bug Fixes
Revert 6436: unfortunately this change has caused a number of regressions in many suites, so the team decided to revert this change and make a new release while we continue to look for a solution.

(adam)

2020-01-22 18:53:13 UTC MAIN commitmail json YAML

memcached: updated to 1.5.21

Memcached 1.5.21

Overview
Bugfixes and smaller changes. Thanks to all the external contributors!

Fixes
Adding missing defaults to the --help output
stats: Fix stats delimiter unit tests
Allow compilation with ASAN
restart: add error handling if mmap fails
For text auth token mode, use alternative bcmp implementation
memcached-tool: Fix up tabular output for the 'stats' command.
linux_priv.c: add termios.h include to fix powerpc(64) builds
Update the build documentation in BUILD file
Update documentation for --max-item-size
Fix build issue due to improper pthread_t comparison
Ensure t/whitespace.t test is skipped when outside a memcached git checkout
Allocating large chunk of slabs for FreeBSD.

New Features
configuration option to disable watch commands (-W)

(adam)

2020-01-22 18:40:12 UTC MAIN commitmail json YAML

doc: Updated misc/mousetweaks to 3.32.0

(nia)

2020-01-22 18:39:53 UTC MAIN commitmail json YAML

mousetweaks: Update to 3.32.0

Updated to GNOME 3 / GTK3 version.

(nia)

2020-01-22 18:27:38 UTC MAIN commitmail json YAML

devhelp: Update LICENSE

(nia)

2020-01-22 18:18:36 UTC MAIN commitmail json YAML

doc: Removed audio/gmpc-wikipedia

(nia)

2020-01-22 18:17:55 UTC MAIN commitmail json YAML

audio: Remove gmpc-wikipedia

Unmaintained upstream since 2011, stuck on an old/vulnerable webkit-gtk
version.

(nia)

2020-01-22 18:13:19 UTC MAIN commitmail json YAML

devhelp: Fix path to dependency.

(nia)

2020-01-22 18:12:04 UTC MAIN commitmail json YAML

doc: Updated devel/devhelp to 3.34.0

(nia)

2020-01-22 18:11:53 UTC MAIN commitmail json YAML

2020-01-22 18:09:59 UTC MAIN commitmail json YAML

doc: Added devel/amtk version 5.0.1

(nia)

2020-01-22 18:09:27 UTC MAIN commitmail json YAML

devel: Add amtk

Amtk is the acronym for "Actions, Menus and Toolbars Kit". It is a basic
GtkUIManager replacement based on GAction. It is suitable for both a
traditional UI or a modern UI with a GtkHeaderBar.

(nia)

2020-01-22 17:09:45 UTC MAIN commitmail json YAML

devel/glib2: Fix build failure on Darwin

The new patch sets LD_LIBRARY_PATH so that uninstalled
glib-compile-resources can find libraries. This fixes the following
error during build:

[651/1015] Generating plugin-resources.c with a custom command.
FAILED: gio/tests/plugin-resources.c
/Users/pbulk/pkgsrc/work/devel/glib2/work/glib-2.62.4/output/gio/glib-compile-resources --target=gio/tests/plugin-resources.c --sourcedir=/Users/pbulk/pkgsrc/work/devel/glib2/work/glib-2.62.4/gio/tests --generate-source --c-name _g_plugin ../gio/tests/test4.gresource.xml
dyld: Library not loaded: @rpath/libgio-2.0.0.dylib
  Referenced from: /Users/pbulk/pkgsrc/work/devel/glib2/work/glib-2.62.4/output/gio/glib-compile-resources
  Reason: image not found

(minskim)

2020-01-22 14:06:08 UTC MAIN commitmail json YAML

qt5-qtbase: Use PLIST.Darwin instead of nonunix PLIST option

Pointed by adam@. Thank you.

(ryoon)

2020-01-22 14:03:53 UTC MAIN commitmail json YAML

qt5-qttools: Remove some entries in PLIST.Darwin

Pointed by adam@. Thank you.

(ryoon)

2020-01-22 13:37:41 UTC MAIN commitmail json YAML

doc: Updated www/firefox68-l10n to 68.4.2

(ryoon)

2020-01-22 13:37:19 UTC MAIN commitmail json YAML

firefox68-l10n: Update to 68.4.2

* Sync with www/firefox68-68.4.2

(ryoon)

2020-01-22 13:36:45 UTC MAIN commitmail json YAML

doc: Updated www/firefox68 to 68.4.2

(ryoon)

2020-01-22 13:36:27 UTC MAIN commitmail json YAML

firefox68: Update to 68.4.2

Changelog:
Fixed
    Fixed various issues opening files with spaces in their path (bug 1601905, bug 1602726)

(ryoon)

2020-01-22 13:35:40 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 72.0.2

(ryoon)