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

2024-05-12 20:40:03 UTC Now

2019-06-22 12:57:50 UTC MAIN commitmail json YAML

(cad/openscad) Updated 2015.03-3 to 2019.05 (Re: PR pkg/54302)

# OpenSCAD 2019.05

**Language Features:**

* New modules
    * assert() - stop script evaluation on failed constraints
    * let() - scoped assignment
* New functions
    * ord() - convert from character to Unicode code point
    * echo()
    * assert() - stop script evaluation on failed constraints
    * Type testing functions: is_undef(), is_list(), is_num(), is_bool(), is_string()
* New special variable: $preview variable which is set to true in preview mode
* List comprehension updates
  * Added if/else condition
  * Added each keyword
  * Added C-style for loop
  * Now allows looping over characters of a string
* rotate_extrude(): Added angle parameter to
* import() now supports SVG, 3MF and AMF
* color() now supports hex color codes
* Removed glide() and subdiv() which were never implemented

**Program Features:**

* Customizer: Allow parametrizing design parameters with GUI customization
* Support for using 3D-Mouse / Joystick / Gamepad input devices for controlling the 3D view
* 3D Printing support: Purchase from a print service partner or print to Octoprint
* New export file formats: SVG, 3MF, AMF
* Quick-edit and preview of values using Alt-Arrows (Shift-Alt-Arrows on macOS)
* Added --view cmd-line parameter
* Play sound notification on render complete
* Line numbers and filenames are now shown for many errors and warnings
* Hardwarning preference: Stop on first warning
* Hardwarning and assert now shows a stack trace
* New warnings
    * Module call parameterns don't match module declaration
    * Argument value of of range
    * Duplicate passed argument
    * Children passed to module not accepting children
    * Reference to inknown $special_variables
    * Duplicate assigment
* New translations: Ukrainian, Polish

(mef)

2019-06-22 12:56:31 UTC MAIN commitmail json YAML

2019-06-22 12:53:47 UTC MAIN commitmail json YAML

bftpd: Update to 5.1

Jesse Smith <jessefrgsmith@yahoo.ca> -> 5.1
        - Fixed duplicate error message when user tries to
          sign in with invalid username.
        - Make sure user can change username before
          successfully authenticating.
        - Fix error message when "type" command is not
          given a parameter.
        - Make sure we do not return multiple error
          codes when an account is disabled.
        - Do not drop connection to client when
          selected account is disabled.
        - Make sure when accounts are disabled/denied, they print the
          proper reason (set in the config file) back to the client

(nia)

2019-06-22 12:53:03 UTC MAIN commitmail json YAML

2019-06-22 12:52:44 UTC MAIN commitmail json YAML

2019-06-22 12:52:13 UTC MAIN commitmail json YAML

2019-06-22 12:47:08 UTC MAIN commitmail json YAML

Another build fix for people unlucky enough to have the letter 'j' in
MAKEFLAGS

(jmcneill)

2019-06-22 12:14:49 UTC MAIN commitmail json YAML

Build fix:

ValueError: invalid literal for int() with base 10:
'_PATH_ORIG=/home/jmcneill/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin'

(jmcneill)

2019-06-22 11:52:32 UTC MAIN commitmail json YAML

2019-06-22 11:47:15 UTC MAIN commitmail json YAML

2019-06-22 11:37:14 UTC MAIN commitmail json YAML

2019-06-22 11:31:06 UTC MAIN commitmail json YAML

libtar: HOMEPAGE redirects to https

(nia)

2019-06-22 11:30:11 UTC MAIN commitmail json YAML

libusb1: HOMEPAGE redirects to https.

(nia)

2019-06-22 09:46:58 UTC MAIN commitmail json YAML

mumble: This needs dns_sd.h.

(nia)

2019-06-22 09:31:11 UTC MAIN commitmail json YAML

doc: Updated chat/znc to 1.7.4

(nia)

2019-06-22 09:31:01 UTC MAIN commitmail json YAML

znc: Update to 1.7.4

Changes:

* Local patch for CVE-2019-12816 removed due to presence in release
* Send "Connected!" messages to client to the correct nick (#1665)

(nia)

2019-06-22 09:24:12 UTC MAIN commitmail json YAML

doc: Updated www/cliqz to version 1.27.3

(fox)

2019-06-22 09:21:46 UTC MAIN commitmail json YAML

cliqz: update to 1.27.3

Changes since 1.27.2:

Merge with Firefox 67.0.3

(fox)

2019-06-22 07:09:27 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 3.9.0alpha2

(tsutsui)

2019-06-22 06:47:05 UTC MAIN commitmail json YAML

mikutter: update to 3.9.0-alpha2.

Upstream changes:

* quickstep
* crash on a retweet tab in Tweet details tabs when non-Twitter World
  is selected
* pass application name to notify-send
* thanks Shibafu Midorino
* improve performance of toot cache
* crash on Fav'ed from Mastodon World when Current World is not
  fav'ed account

(tsutsui)

2019-06-22 05:54:42 UTC MAIN commitmail json YAML

doc: Updated math/cgal to 4.14

(mef)

2019-06-22 05:54:27 UTC MAIN commitmail json YAML

2019-06-22 04:27:54 UTC MAIN commitmail json YAML

2019-06-22 04:12:17 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-nokogiri to 1.10.3

(tsutsui)

2019-06-22 04:11:59 UTC MAIN commitmail json YAML

ruby-nokogiri: update to 1.10.3.

Upstream changelog (from CHANGELOG.md):

## 1.10.3 / 2019-04-22

### Security Notes

[MRI] Pulled in upstream patch from libxslt that addresses CVE-2019-11068. Full details are available in [#1892](https://github.com/sparklemotion/nokogiri/issues/1892). Note that this patch is not yet (as of 2019-04-22) in an upstream release of libxslt.

## 1.10.2 / 2019-03-24

### Security

* [MRI] Remove support from vendored libxml2 for future script macros. [#1871]
* [MRI] Remove support from vendored libxml2 for server-side includes within attributes. [#1877]

### Bug fixes

* [JRuby] Fix node ownership in duplicated documents. [#1060]
* [JRuby] Rethrow exceptions caught by Java SAX handler. [#1847, #1872] (Thanks, @adjam!)

(tsutsui)

2019-06-22 03:54:42 UTC MAIN commitmail json YAML

Updated devel/nss to 3.44.1

(ryoon)

2019-06-22 03:54:04 UTC MAIN commitmail json YAML

Update to 3.44.1

Changelog:
3.44.1:
* 1554336 - Optimize away unneeded loop in mpi.c
* 1515342 - More thorough input checking
* 1540541 - Don't unnecessarily strip leading 0's from key material during
PKCS11 import
* 1515236 - Add a SSLKEYLOGFILE enable/disable flag at build.sh
* 1546229 - Add IPSEC IKE support to softoken
* 1473806 - Fix SECKEY_ConvertToPublicKey handling of non-RSA keys
* 1546477 - Updates to testing for FIPS validation
* 1552208 - Prohibit use of RSASSA-PKCS1-v1_5 algorithms in TLS 1.3
* 1551041 - Unbreak build on GCC < 4.3 big-endian

(ryoon)

2019-06-22 00:45:47 UTC MAIN commitmail json YAML

nicovideo-dl: fix wrong version strings for -v option.

Reported in the upstream Ticket #39067:
https://osdn.net/projects/nicovideo-dl/ticket/39067

Also use https for HOMEPAGE and take maintainership.
Bump PKGREVISION.

(tsutsui)

2019-06-22 00:39:30 UTC MAIN commitmail json YAML

doc: nicovideo-dl is restored.

(tsutsui)

2019-06-22 00:33:33 UTC MAIN commitmail json YAML

net/Makefile: readd nicovideo-dl

(tsutsui)

2019-06-22 00:32:21 UTC MAIN commitmail json YAML

2019-06-21 20:21:24 UTC MAIN commitmail json YAML

doc: Updated devel/glib2 to 2.60.4nb2

(prlw1)

2019-06-21 20:21:00 UTC MAIN commitmail json YAML

Revert GHashTable improvements
https://gitlab.gnome.org/GNOME/glib/merge_requests/208

to fix PR pkg/54310

For the record, the patch was created with:
git checkout -f 2.60.4
git revert --no-edit 86c6f7e2b..3bed8a13b
git revert --no-edit 75f8ec1df9b48b0c3a13a9125f2c7d7c5adf5159
git revert --no-edit 603fb5958..d3074a748
git revert --no-edit 0b45ddc55..0600dd322
git diff 2.60.4

(prlw1)

2019-06-21 17:10:43 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20190621

(leot)

2019-06-21 17:10:30 UTC MAIN commitmail json YAML

youtube-dl: Update to 20190621

Changes:
2019.06.21
----------
Core
* [utils] Restrict parse_codecs and add theora as known vcodec (#21381)

Extractors
* [youtube] Update signature function patterns (#21469, #21476)
* [youtube] Make --write-annotations non fatal (#21452)
+ [sixplay] Add support for rtlmost.hu (#21405)
* [youtube] Hardcode codec metadata for av01 video only formats (#21381)
* [toutv] Update client key (#21370)
+ [biqle] Add support for new embed domain
* [cbs] Improve DRM protected videos detection (#21339)

(leot)

2019-06-21 17:00:13 UTC MAIN commitmail json YAML

doc: Updated textproc/libxlsxwriter to 0.8.7

(sjmulder)

2019-06-21 16:59:48 UTC MAIN commitmail json YAML

textproc/libxlsxwriter: update to 0.8.7

Release notes:
- Added support for adding VBA macros to workbooks. These macros can
  be extracted from existing xlsm files, created in Excel, and added to
  new xlsm files.
- Added support for ZIP64 extensions when writing very large xlsx
  files to allow the zip container, or individual XML files within it,
  to be greater than 4 GB.
- Added extra validity checks on worksheet names.

(sjmulder)

2019-06-21 16:58:23 UTC MAIN commitmail json YAML

devel/libusb1: needs -lrt on RHEL 6

On glibc <2.17 clock_gettime() requires -lrt but the autoconf check was
broken. Patch the check until a new version is released.

(sjmulder)

2019-06-21 16:42:46 UTC MAIN commitmail json YAML

doc: Expand latest ham/gnuradio-* entries to be valid PKGPATHs

Pointed out via www@ by htutils/changes/pkg-changes2html script.

(leot)

2019-06-21 16:39:54 UTC MAIN commitmail json YAML

Updated www/firefox60-l10n to 60.7.2

(ryoon)

2019-06-21 16:39:34 UTC MAIN commitmail json YAML

Update to 60.7.2

* Sync with www/firefox60-60.7.2

(ryoon)

2019-06-21 16:38:23 UTC MAIN commitmail json YAML

Updated www/firefox60 to 60.7.2

(ryoon)

2019-06-21 16:38:02 UTC MAIN commitmail json YAML

Update to 60.7.2

Changelog:
#CVE-2019-11708: sandbox escape using Prompt:Open

(ryoon)

2019-06-21 16:37:41 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 67.0.4

(ryoon)

2019-06-21 16:37:20 UTC MAIN commitmail json YAML

Update to 67.0.4

* Sync with www/firefox-67.0.4

(ryoon)

2019-06-21 16:36:39 UTC MAIN commitmail json YAML

Updated www/firefox to 67.0.4

(ryoon)

2019-06-21 16:35:32 UTC MAIN commitmail json YAML

Update to 67.0.4

Changelog:
#CVE-2019-11708: sandbox escape using Prompt:Open

(ryoon)

2019-06-21 16:04:21 UTC MAIN commitmail json YAML

(ham/gnuradio-*) updated to 3.7.13.5

(mef)

2019-06-21 16:02:16 UTC MAIN commitmail json YAML

(ham/gnuradio-*) Updated 3.7.13.4 to 3.7.13.5

## [3.7.13.5] - 2019-04-20

### Fixed
#### Project Scope
- PMT: in multiple places, we triggered undef. behaviour by accessing the first element of potentially empty uvectors
#### gr-audio
- Windows audio for higher output multiples broken
#### gr-blocks
- QA: `udp_source_sink` flakiness
#### gr-dtv
- Several broken optimizations
- 64-APSK partially wrong ordering
- OOB access in interleaver
- uncovered worst case LDPC LUT generation
#### gr-qtgui
- Compiler Warnings

#### gr-fec
- `polar_encoder`/`_common`: Memory leak
#### gr-uhd
- GRC bindings: DC filter was could not be disabled with IQ imbalance correction disabled

### Added
#### gnuradio-runtime
- ctrlport: int64 for `rpcbasic_inserter`

### Changed
#### GRC
- Removed generation time from generated python code

(mef)

2019-06-21 15:55:48 UTC MAIN commitmail json YAML

Prepare update 3.7.13.4 to 3.7.13.5, Remove PKGREVISION=,

(mef)

2019-06-21 15:54:16 UTC MAIN commitmail json YAML

2019-06-21 15:43:32 UTC MAIN commitmail json YAML

Updated sysutils/decode-dimms to 0.0.20190619

(pgoyette)

2019-06-21 15:42:19 UTC MAIN commitmail json YAML

Update sysutils/decode-dimms to 0.0.20190619

Upstream change long:
decode-dimms: Add MAC abbreviation for DDR4
decode-dimms: display MAC from DDR3 SPD

(pgoyette)

2019-06-21 15:36:59 UTC MAIN commitmail json YAML

dovecot2-pigeonhole: Disable hardening autodetection.

Seems to interact badly with the SunOS build.

(jperkin)

2019-06-21 15:02:54 UTC MAIN commitmail json YAML

2019-06-21 15:00:21 UTC MAIN commitmail json YAML

doc: Updated mail/rspamd to 1.9.4

(jperkin)

2019-06-21 15:00:12 UTC MAIN commitmail json YAML

rspamd: Update to 1.9.4.

1.9.4: 23 May 2019
  * [CritFix] Fix case sensitivity when parsing Content-Type
  * [Fix] Arc: Another bunch of fixes for arc signing
  * [Fix] Arc: More arc signing fixes
  * [Fix] Avoid another overflow in fpconv
  * [Fix] Fix ARC signing after fixing another bug in it...
  * [Fix] Fix dkim signing exceptions
  * [Fix] Fix some more corner cases for fpconv
  * [Fix] Further fixes to printing of the FP numbers
  * [Fix] Ratelimit: Fix dynamic score

1.9.3: 13 May 2019
  * [Conf] Add IP_SCORE_FREEMAIL composite rule
  * [Feature] Add cryptobox method to generate dkim keypairs
  * [Feature] Add fast hashes to lua cryptobox hash
  * [Feature] Add least passthrough results
  * [Feature] Allow oversign if exists mode
  * [Feature] Clickhouse: Modernise table initial schema
  * [Feature] Implement IUF interface for specific fast hashes
  * [Feature] Lua_util: Allow to obfuscate different fields
  * [Feature] Tune memory management in Rspamd and Lua
  * [Fix] Avoid buffer overflow when printing long lua strings
  * [Fix] Change the default oversigning headers to a more sane list
  * [Fix] Clickhouse: Do not store digest as it is not needed now
  * [Fix] Clickhouse: Fix lots of storage issues
  * [Fix] Clickhouse: Support custom actions
  * [Fix] Deny URLs where hostname is bogus
  * [Fix] Do not blacklist mail by SPF/DMARC for local/authed users
  * [Fix] Fix DoS caused by bug in glib
  * [Fix] Fix UCL parsing of the multiline strings
  * [Fix] Fix buffer overflow when printing small floats
  * [Fix] Fix init code for servers keypairs cache
  * [Fix] Fix issue with urls with no tld (e.g. IP)
  * [Fix] Fix memory in arc signing logic
  * [Fix] Fix memory leak in language detector during reloads
  * [Fix] Fix mixed case content type processing
  * [Fix] Fix processing of the ip urls in file
  * [Fix] Fix use after free
  * [Fix] HTML: Fix `size` attribute processing
  * [Fix] Hum, it seems that 99ff1c8 was not correct
  * [Fix] Lua_task: Fix task:get_from method
  * [Fix] Preserve fd when mapping file to scan
  * [Fix] Re-use milter_headers settings when doing arc signing
  * [Fix] Set dmarc force action as least action
  * [Fix] Switch to GMT
  * [Fix] allow PKCS7 signatures to be text/plain, too
  * [Project] Add initial version of the vault management tool
  * [Project] Add vault support for DKIM and ARC signing
  * [Project] Implement keys rotation in the vault
  * [Project] Improve dkim keys generation for vault
  * [Project] Improve keys creation in rspamadm vault
  * [Rework] Move lua_worker to a dedicated unit
  * [WebUI] Add URL fragments (#) support
  * [WebUI] Fix AJAX request URL

1.9.2: 16 Apr 2019
  * [Conf] Allow to load users plugins from plugins.d
  * [Conf] oversign openpgp and autocrypt headers
  * [Feature] Add SPF FFI library for Lua
  * [Feature] Add more verbosity for SPF caching
  * [Feature] Antivirus: Handle encrypted files specially
  * [Feature] Clickhouse: Slashing - add new fields to CH
  * [Feature] Dkim_signing: Add OpenDKIM like signing_table and key_table
  * [Feature] Dkim_signing: Allow to use new options as maps
  * [Feature] Import fpconv library
  * [Feature] Lua_maps: Allow static regexp and glob maps
  * [Feature] Parse ical files
  * [Feature] Rspamadm: Add dns_tool utility
  * [Feature] Store SPF records digests
  * [Feature] Use fpconv girsu2 implementation for printing floats
  * [Fix] Clickhouse: Use integer seconds when inserting rows
  * [Fix] Fix floating point printing
  * [Fix] Fix processing of embedded urls
  * [Fix] Lua_clickhouse: Fix CH errors processing
  * [Fix] Make spf digest stable
  * [Fix] Properly detect encrypted files in zip archives
  * [Fix] Slashing: Store times in GMT timezone in ClickHouse
  * [Rules] Add additional conditions to perform BTC checks
  * [Rules] Fix pay-to-hash addresses validation

1.9.1: 5 Apr 2019
  * [Conf] Add vendor groups for symbols
  * [Feature] Add `rspamadm template` command
  * [Feature] Allow to add messages from settings
  * [Feature] Allow unconnected DNS servers operations
  * [Feature] Check limits after being set, migrate to uint64
  * [Feature] Greylist: Allow to disable greylisting depending on symbols
  * [Feature] Improve lua binary strings output
  * [Feature] Mime_types: Implement user configurable extension filters
  * [Feature] Mime_types: When no extension defined, detect it by content
  * [Feature] Preprocess config files using jinja templates
  * [Feature] Replies: Filter replies sender to limit whitelisting to direct messages
  * [Feature] Treat all tags with HREF as a potential hyperlinks
  * [Feature] Validate BTC addresses in LEAKED_PASSWORD_SCAM
  * [Fix] Add crash safety for HTTP async routines
  * [Fix] Another fix for Redis sentinel
  * [Fix] Clickhouse: Fix table schema upload
  * [Fix] Core: Fix squeezed dependencies handling for virtual symbols
  * [Fix] Finally fix default parameters parsing in actions section
  * [Fix] Fix ES sending logic (restore from coroutines mess)
  * [Fix] Fix finishing script for clickhouse collection
  * [Fix] Fix priority for regexp symbols registriation
  * [Fix] Fix various issues found by PVS Studio
  * [Fix] Initialize lua debugging earlier
  * [Fix] Neural: Fix training
  * [Fix] Rework cached Redis logic to avoid sentinels breaking
  * [Fix] SURBL: Fix regression in surbl module
  * [Fix] Fix double signing in the milter
  * [Project] Add support of HTTP proxy in requests
  * [Rework] Change lua global variables registration
  * [Rework] Rework HTML content urls extraction
  * [Rework] Start rework of aliasing in Rspamd
  * [WebUI] Combine Scan and Learning into one tab
  * [WebUI] Fix symbol score input type
  * [WebUI] Show grayed out pie
  * [WebUI] Update Throughput summary values dynamically

1.9.0: 12 Mar 2019
  * [Conf] Add missing includes
  * [Conf] Move to options
  * [Conf] Rbl: DWL is actually special whitelist
  * [Conf] Relax some uribl rules
  * [Conf] Remove abuse.ch
  * [CritFix] Html: Entities are not valid within tag params values
  * [Feature] Add `rspamadm mime sign` tool
  * [Feature] Add configgraph utility
  * [Feature] Add dedicated ZW spaces detection for URLs
  * [Feature] Add flag to url object when visible part is url_like
  * [Feature] Add method task:lookup_words
  * [Feature] Add pyzor support (by crosenberg)
  * [Feature] Allow to add upstream watchers to Lua API
  * [Feature] Allow to set rewrite subject pattern from settings
  * [Feature] Better escaping of unicode
  * [Feature] Clickhouse: Allow to store subject in Clickhouse
  * [Feature] Core: Add QP encoding utility
  * [Feature] Core: Add libmagic detection for all parts
  * [Feature] Core: Add support for gzip archives
  * [Feature] Core: Allow to construct scan tasks from raw data
  * [Feature] Core: Detect charset in archived files
  * [Feature] Core: Ignore and mark invisible spaces
  * [Feature] Core: Normalise zero-width spaces in urls
  * [Feature] Core: Process data urls for images
  * [Feature] Core: Relax quoted-printable encoding
  * [Feature] Core: Support RFC2231 encoding in headers
  * [Feature] Core: Support telephone URLs
  * [Feature] Core: allow to emit soft reject on task timeout
  * [Feature] DCC: Add bulkness and reputation checks to dcc
  * [Feature] Elastic: Modernize plugin
  * [Feature] Export visible part of url to lua
  * [Feature] Fuzzy_storage: add preliminary support of rate limits
  * [Feature] HTML: Specially treat data urls in HTML
  * [Feature] Implement event watchers for upstreams
  * [Feature] Implement includes tracing in Lua
  * [Feature] Improve dkim part in configwizard
  * [Feature] Lua_scanners: Add VadeSecure engine support
  * [Feature] Lua_task: Add flexible method to get specific urls
  * [Feature] Mime_types: Add MIME_BAD_UNICODE rule
  * [Feature] Mime_types: Use detected content type as well
  * [Feature] Plugins: Add preliminary version of the external services plugin
  * [Feature] Query sentinel on master errors
  * [Feature] Regexp: Allow local lua functions in Rspamd regexp module
  * [Feature] Rspamadm: Allow to append footers to plain messages
  * [Feature] Rspamadm: Allow to rewrite headers in messages
  * [Feature] Selectors: Add `ipmask` processor
  * [Feature] Settings: Allow hostname match
  * [Feature] Settings: Allow local when selecting settings
  * [Feature] Settings: Allow multiple selectors
  * [Feature] Settings: Allow to inverse conditions
  * [Feature] Support User-Agent in HTTP requests
  * [Feature] Support ed25519 dkim keys generation
  * [Feature] Try to filter bad unicode types during normalisation
  * [Feature] external_services - oletools (olefy) support
  * [Feature] lua_scanners - icap protocol support
  * [Feature] lua_scanners - spamassassin spam scanner
  * [Fix] Add filter for absurdic URLs
  * [Fix] Add some more cases for Received header
  * [Fix] Allow to disable/enable composite symbols
  * [Fix] Arc: Use a separated list of headers for arc signing
  * [Fix] Archive: Final fixes for 7z archives
  * [Fix] Clickhouse: Fix database usage
  * [Fix] Controller: Make save stats timer persistent
  * [Fix] Core: Detect encrypted rarv5 archives
  * [Fix] Core: Don't detect language twice
  * [Fix] Core: Fix address rotation bug
  * [Fix] Core: Fix content calculations for message parts
  * [Fix] Core: Fix emails comments parsing and other issues
  * [Fix] Core: Fix etags support
  * [Fix] Core: Fix headers folding on the last token
  * [Fix] Core: Fix iso-8859-16 encoding
  * [Fix] Core: Fix log_urls flag (and encrypted logging)
  * [Fix] Core: Fix part length when dealing with boundaries
  * [Fix] Core: Fix parts distance calculations
  * [Fix] Core: Fix processing of NDNs of certain type
  * [Fix] Core: Implement logic to find some bad characters in URLs
  * [Fix] Core: treat nodes with ttl properly in lru cache
  * [Fix] Fix Content-Type parsing
  * [Fix] Fix HTTP headers signing case
  * [Fix] Fix control interface
  * [Fix] Fix deletion of the duplicate headers
  * [Fix] Fix emails filtering in emails module
  * [Fix] Fix greylisting log message and logic
  * [Fix] Fix issues with storing of the accepted addr in rspamd control
  * [Fix] Fix maps object update race condition
  * [Fix] Fix memor leaks and whitespace processing
  * [Fix] Fix processing of null bytes in headers
  * [Fix] Fix rcpt_mime and from_mime in user settings
  * [Fix] Fix rfc2047 decoding for CD headers
  * [Fix] Fix rfc2231 for Content-Disposition header
  * [Fix] Fix setting of the subject pattern in config
  * [Fix] Greylist: fix records checking
  * [Fix] HTML: Another HTML comments exception fix
  * [Fix] HTML: Another entities decoding logic fix
  * [Fix] HTML: Fix HTML comments with many dashes
  * [Fix] HTML: Fix entities in HTML attributes
  * [Fix] HTML: Fix some more SGML tags issues
  * [Fix] Ignore whitespaces at the end of value in DKIM records
  * [Fix] MID module: Fix DKIM domain matching
  * [Fix] Milter_headers: Fix remove_upstream_spam_flag and modernise config
  * [Fix] Mime_parser: Fix issue with parsing of the trailing garbadge
  * [Fix] Mime_parser: Fix parsing of mime parts without closing boundary
  * [Fix] Multimap: Fix operating with userdata
  * [Fix] Process orphaned `symbols` section
  * [Fix] Rdns: Fix multiple replies in fake replies
  * [Fix] Rework groups scores definitions
  * [Fix] Set proper element when reading data from Sentinel
  * [Fix] Set rspamd user to initialise supplementary groups on reload
  * [Fix] Settings: Fix selectors usage
  * [Fix] Sort data received from Sentinel to avoid constant replacing
  * [Fix] groups.conf - filename typo
  * [Fix] lua_scanner - oletools typos, logging
  * [Fix] lua_scanners - actions and symbol_fail
  * [Fix] lua_scanners - fix luacheck
  * [Fix] lua_scanners - kaspersky - response with fname
  * [Fix] lua_scanners - savapi redis prefix
  * [Fix] tests - antivirus - fprot symbols
  * [Project] Add concept of flexible actions
  * [Project] Add heuristical from parser to received parser
  * [Project] Add new flags to clickhouse, redis and elastic exporters
  * [Project] Attach new received parser
  * [Project] Fallback to callbacks from coroutines
  * [Project] Implement keep-alive support in lua_http
  * [Project] Lua_udp: Implement fully functional client
  * [Project] Plug keepalive knobs into http connection handling
  * [Project] Rspamadm: Add `modify` tool
  * [Rework] Convert rspamd-server to a shared library
  * [Rework] Dcc: Rework DCC plugin
  * [Rework] Enable explicit coroutines symbols
  * [Rework] Rework telephone urls parsing logic
  * [Rework] Rewrite RBL module
  * [Rework] Settings: Rework settings check
  * [Rework] Slashing: Distinguish lualibdir, pluginsdir and sharedir
  * [Rework] Unify task_timeout
  * [Rework] Use VEX instructions in assembly, relocate
  * [WebUI] Notify user if uploaded data was not learned
  * [WebUI] Remove redundant condition

1.8.3: 03 Dec 2018
  * [CritFix] Make flags mutually exclusive for mime parts
  * [CritFix] Strictly deny unencoded bad utf8 sequences in headers
  * [Feature] Add Kaspersky antivirus support
  * [Feature] Add method to get dkim results
  * [Feature] Add more words regexp classes
  * [Feature] Allow to choose words format in `rspamadm mime`
  * [Feature] Allow to get all types of words from Lua
  * [Feature] Allow to get task flags in C expressions
  * [Feature] Allow to require encryption when accepting connections
  * [Feature] Ignore bogus whitespaces in the words
  * [Feature] Implement more strict configuration tests
  * [Feature] Improve SPF results in Authentication-Results
  * [Feature] Support ClickHouse database
  * [Fix] Add failsafety for utf8 regexps
  * [Fix] Do not trigger BROKEN_CONTENT_TYPE on innocent text parts
  * [Fix] Emit error if connection has been terminated with no stop pattern
  * [Fix] Fix boundaries checks in embedded messages
  * [Fix] Fix double free
  * [Fix] Perform policy downgrade on sample out, add tests
  * [Fix] Properly escape utf8 regexps in hyperscan mode
  * [Fix] Selectors - attachments args condition
  * [Fix] Some fixes for raw parts
  * [Fix] Treat learning errors as non-fatal
  * [Fix] Use tld when looking for DKIM domains
  * [Project] Words unicode structure rework
  * [Project] Add preliminary Redis Sentinel support
  * [Project] Improve Authentication-Results header
  * [Project] Rework DKIM checks results
  * [Project] Use more generalised API to produce meta words

1.8.2: 19 Nov 2018
  * [Conf] Add DWL support in the default configuration
  * [Conf] Disable rspamd_update by default (again)
  * [Conf] Fix configuration sample for ratelimit
  * [CritFix] Disable broken url tags by default
  * [CritFix] Fix \0 processing when doing RSA sign
  * [CritFix] Fix adding symbols to their primary groups
  * [Feature] Add `rspamadm cookie` utility
  * [Feature] Add specialised functions for generating encrypted cookies
  * [Feature] Add support of cookies in replies module
  * [Feature] Add support of words regexps
  * [Feature] Allow to add 3rd party clang plugins
  * [Feature] Allow to create lua regexps from glob or plain patterns
  * [Feature] Allow to set custom limits for upstream lists
  * [Feature] Detect orphaned parts and attach them to message
  * [Feature] Filter tokens in bayes
  * [Feature] Fold b= value when doing arc sealing
  * [Feature] Ignore cookies in the future and too old in the past
  * [Feature] Skip stop words in statistics
  * [Feature] Store stop words and allow to query them
  * [Feature] Support query arguments in controller's custom commands
  * [Feature] Tune upstream limits in Rspamd proxy
  * [Feature] Use different callback symbols for different uribls
  * [Feature] Write DKIM selector in dkim allow/reject symbols
  * [Fix] Add obs_fws state support to eoh state machine
  * [Fix] Add sanity check when applying mime boundaries heuristic
  * [Fix] Antivirus - virus names with 0 were recognized as tables
  * [Fix] Disable headernames in bayes temporarily
  * [Fix] Do not allow syntax errors in include files...
  * [Fix] Do not allow to merge an object with an array (or vice versa)
  * [Fix] Don't perform forged recipients check for missing recipients
  * [Fix] Fix DKIM based RBLs
  * [Fix] Fix actrie implementation (sync from upstream), fixed OOB read
  * [Fix] Fix explicit methods call in selectors
  * [Fix] Fix extraction of additional parts
  * [Fix] Fix finalization for internal plugins
  * [Fix] Fix override_defaults function
  * [Fix] Fix squeezed symbols when using settings
  * [Fix] Fix urls insertion in Clickhouse module
  * [Fix] Furhter fixes to ratelimits logic
  * [Fix] Ignore signatures when looking for boundaries
  * [Fix] Properly set learned count
  * [Fix] Really fix ratelimits configuration and work
  * [Fix] Remove ambigious format flag from printf
  * [Fix] Restore URLs exporting in ClickHouse plugin
  * [Fix] Rework bayes calculations...
  * [Fix] Switch from chi-square to naive for large Fisher value
  * [Fix] Treat normal password as enable password if there is no enable password
  * [Fix] Use proper syntax for making DNS requests
  * [Fix] Various fixes in embedded plugins
  * [Project] Change fuzzy check selection logic to lua_fuzzy library
  * [Project] Rework async events and symbols
  * [Project] Move all metatokens in Bayes to lua_stat from C
  * [WebUI] Add history rows per page control

1.8.1: 16 Oct 2018
  * [CritFix] Fix options insertion
  * [CritFix] Fix words decay one more time (affects long messages)
  * [CritFix] Increase default words_decay
  * [CritFix] Plug memory leak in redis pool
  * [Feature] Add `check_violation` feature to DKIM/ARC signing
  * [Feature] Add only unique elements to Clickhouse url arrays
  * [Feature] Allow `g+:` and `g-:` composite atoms
  * [Feature] Allow dkim domains check in surbl
  * [Feature] Allow maps with HTTP auth
  * [Feature] Allow to disable actions by users settings
  * [Feature] Extend whitelisting options
  * [Feature] Store url object in images
  * [Feature] Use verdict instead of the plain action in plugins
  * [Fix] Allow to call fstring append with NULL string
  * [Fix] DCC - luacheck
  * [Fix] Do not load torch on each rspamadm invocation
  * [Fix] Fix boundaries detection and rework stop words algorithm
  * [Fix] Fix dependencies for DNS_SIGNED symbol
  * [Fix] Fix errors when dealing with dynamic rates/bursts in Ratelimit
  * [Fix] Fix groups mess
  * [Fix] Fix groups mess
  * [Fix] Fix parsing address with comments
  * [Fix] Fix resolving in DMARC reports
  * [Fix] Fix various issues with parsing of the received headers
  * [Fix] Fix watchers issue in lua_tcp when doing no resolving
  * [Fix] Plug memory leak in language detector (affects reloads)
  * [Fix] Remove one letter stop words
  * [Fix] Slashing: backport chunk logic from libucl
  * [Fix] Stop libevent from using cached time in rspamadm
  * [Fix] Try to fix watchers chaining
  * [Fix] Various fixes in redis sync interface
  * [Fix] ip_score - respect check_authed and check_local settings from config
  * [Project] Rework passthrough actions
  * [Project] Clustering module
  * [Rework] Always create result for a task
  * [Rework] Completely rewrite DMARC checks logic
  * [Rework] Rework and fix whitelist plugin
  * [WebUI] Add symbols sorting buttons
  * [WebUI] Change symbols order without updating history
  * [WebUI] Colorize symbols
  * [WebUI] Do not display password form when secure_ip is set
  * [WebUI] Fix symbol description tooltips display
  * [WebUI] History: add sorting by symbol score value

(jperkin)

2019-06-21 14:06:48 UTC MAIN commitmail json YAML

inspircd3: Use gnu++03, as upstream does for their travis builds.

(nia)

2019-06-21 13:46:04 UTC MAIN commitmail json YAML

cmus: This needs c11 atomics.

(nia)

2019-06-21 13:15:19 UTC MAIN commitmail json YAML

doc: Updated graphics/xfig to 3.2.6anb1

(wiz)

2019-06-21 13:15:07 UTC MAIN commitmail json YAML

xfig: update to 3.2.6anb1.

Use pkgsrc standard app-defaults dir.
From "John D. Baker" <jdbaker@consolidated.net> on pkgsrc-users.

Bump PKGREVISION.

(wiz)

2019-06-21 12:34:51 UTC MAIN commitmail json YAML

Updated misc/py-tqdm

(adam)

2019-06-21 12:34:06 UTC MAIN commitmail json YAML

py-tqdm: updated to 4.32.2

tqdm v4.32.2 stable
fix 'Set changed size during iteration'
add tqdm.autonotebook check for $VSCODE_PID
fix missing multiprocessing in Jython
make bool(tqdm(iter)) consistent with bool(iter)
add and update unit tests
add and update documentation & framework
update notable contributors list
update usage docstrings
add funding
add awesome-python badge
trove classifier update
update demo notebook badges
add JOSS DOI
add Zenodo metadata
move unnecessary root clutter

(adam)

2019-06-21 11:25:22 UTC MAIN commitmail json YAML

Updated devel/py-Pyro, net/py-amqp, net/py-kombu

(adam)

2019-06-21 11:25:00 UTC MAIN commitmail json YAML

py-kombu: updated to 4.6.3

4.6.3
- Revert FastUUID for kombu 4.6

4.6.2
- Fix sbugs and regressions

4.6.1
- Fix some newly introduced bug in kombu 4.6

(adam)

2019-06-21 11:21:11 UTC MAIN commitmail json YAML

py-amqp: updated to 2.5.0

2.5.0
- Drop Python 3.4
- Add new platform
- Numerious bug fixes

(adam)

2019-06-21 11:20:33 UTC MAIN commitmail json YAML

py-Pyro: updated to 4.76

Pyro 4.76
- corrected bogus space in worker thread name
- thread server can now be cleanly stopped with SIGINT / Ctrl-C on Windows
  (if the selectors module is available which is also used by the multiplex server)
- the behavior of the NATPORT config item has been corrected to be in line with the API behavior of the Daemon:
  if you leave this at 0 (the default), it will now correctly replicate the internal port number as NAT port
  (instead of crashing with a configuration error)
- certs are now included in sdist archive so the ssl unit tests also run as intended
- now correctly checks for write access to the correct logfile location, instead of assuming the current directory

(adam)

2019-06-21 08:34:15 UTC MAIN commitmail json YAML

Updated devel/py-xopen, net/py-prometheus_client, math/py-numba, multimedia/py-m3u8

(adam)

2019-06-21 08:33:36 UTC MAIN commitmail json YAML

py-m3u8: updated to 0.3.10

0.3.10:
dumps has now a consistent behavior with loads including EXT-X-PROGRAM-DATE-TIME

(adam)

2019-06-21 08:21:49 UTC MAIN commitmail json YAML

Updated www/mediawiki to 1.32.2

(wen)

2019-06-21 08:19:35 UTC MAIN commitmail json YAML

Update to 1.32.2(include security fix)

Upstream changelog:
MediaWiki 1.32.2

This is a security and maintenance release of the MediaWiki 1.32 branch.
Changes since MediaWiki 1.32.1

    (T204423) Backport support for hyphenated DB names in JobQueueGroup.
    (T216968) Return pageid as int in both list=iwbacklinks and list=langbacklinks.
    (T215169) Fix for Database::update() with IGNORE option fails on PostgreSQL.
    (T199474) Fix typo in rebuildrecentchanges.php resulting in rogue flags.
    (T218608) SECURITY: Fix an issue that prevents Extension:OAuth working when $wgBlockDisablesLogin is true.
    (T216029) Chrome redirects to Special:BadTitle after editing a section with a non-Latin name on a page with non-Latin characters in title.
    Unbreak language related maintenance scripts that use StaticArrayWriter.
    (T219728) Added support for new Japanese era name "Reiwa".
    (T25227) SECURITY: action=logout now requires to be posted and have a csrf token.
    Updated cssjanus/cssjanus from 1.2.0 to 1.3.0.
    (T221045) Remove orphaned code from ConfigRepository.
    (T222385) resourceloader: Use AND instead of OR for upsert conds in saveFileDependencies().
    (T224374) Fix message parameters so that the message that says SQLite is out of date makes sense.
    (T200471) Prevent LBFactorySimple breaking ExternalStorage, when trying to connect to external server with local database name.
    (T197279) SECURITY: Fix reauth in Special:ChangeEmail.
    (T208881) SECURITY: blacklist CSS var().
    (T209794) SECURITY: rate-limit and prevent blocked users from changing email.
    (T199540) SECURITY: API: Respect $wgBlockCIDRLimit in action=block.
    (T212118) SECURITY: Fix cache mode for (un)patrolled recent changes query.
    (T222036, T222038) SECURITY: Add permission check for user is permitted to view the log type.
    (T221739) SECURITY: resources: Patch jQuery 3.3.1 for CVE-2019-11358.

(wen)

2019-06-21 08:07:47 UTC MAIN commitmail json YAML

py-numba: updated to 0.44.1

Version 0.44.1
This patch release addresses some regressions reported in the 0.44.0 release:
- Fix 4164 issue with NUMBAPRO_NVVM.
- Abandon branch pruning if an arg name is redefined.
- Fix 4156. Problem with defining in-loop variables.

(adam)

2019-06-21 07:56:13 UTC MAIN commitmail json YAML

py-prometheus_client: updated to 0.7.1

0.7.1:
[BUGFIX] multiprocess: don't crash on missing gauge_live/sum files
[BUGFIX] correctly bind method on Python 2.x

(adam)

2019-06-21 07:54:16 UTC MAIN commitmail json YAML

py-xopen: updated to 0.7.1

0.7.1:
Add PipedGzipReader.seekable() and .peek()

(adam)

2019-06-21 07:46:35 UTC MAIN commitmail json YAML

doc: Updated misc/yelp3 to 3.32.0

(triaxx)

2019-06-21 06:26:40 UTC MAIN commitmail json YAML

doc: Updated audio/easytag to 2.4.3

(triaxx)

2019-06-21 06:25:58 UTC MAIN commitmail json YAML

easytag: update to 2.4.3

pkgsrc changes
--------------
* add option for doc (Yelp is required at runtime for user help)
* add option for manual
* update PLIST

upstream changes
----------------
commit effffadf1472a55ef6470f2b1763eefeef7c3b71
Date: Mon Dec 5 19:21:36 2016 +0000
    Update Windows installer for latest Fedora MinGW
    Drop Pango modules, add additional libraries.

commit 466181aa708d9cfee3682ba2d5a35f455e32b0bb
Date: Sat Dec 3 09:51:15 2016 +0000
    Support MP4 files with the AAC file extension
    https://bugzilla.gnome.org/show_bug.cgi?id=775559

commit 2e34e40b9041ac9e7f2d2c0555a342a2097e3634
Date: Wed Nov 16 20:17:17 2016 +0000
    Fix user directory constant in Windows installer
    Use the syntax for a constant, not a variable.

commit 9866e92a905d085758532735cfb1f8928a9c3b39
Date: Wed Nov 16 20:16:22 2016 +0000
    Fix help action on Windows

commit 397ce70660c38c2e679faa4a4ffdf9feb9e796d6
Date: Mon Nov 14 23:33:38 2016 +0000
    Fix initial state of ID3v2 character set radio
    Bind the id3v2-enable-unicode setting to the secondary radio button in
    the group, to ensure that the state is restored correctly when the
    preferences dialogue is first displayed.

commit 756412dcfee019a46b3f13e34cef362295324397
Date: Fri Nov 11 18:36:45 2016 +0000
    Use ID3V1_TAG_SIZE define consistently

commit 8a96195566b8a03de9c2b3fa82a27ceeeba6e6a6
Date: Thu Nov 10 16:28:35 2016 +0000
    Add a comment to clarify ID3 APIC descriptions

commit 5d4b94caf2639cf78d38a915b3bc2ea76426e24e
Date: Thu Nov 10 16:27:20 2016 +0000
    Improve check for numeric genres in ID3 tags
    Check that the string between two brackets in an ID3v1-compatible
    genre field is numeric.

commit e5c640ca3f259f1b74e716723345521987a7bd68
Date: Wed Nov 9 17:29:34 2016 +0000
    Do not maintain an open handle on Ogg files
    Only keep a file open for reading long enough to read the necessary
    items from the file. Remove the file input stream from EtOggState, as
    it is no longer preserved across function calls.

commit 2576fbaf7edbfdb60d25692c7c3407f36751fe68
Date: Wed Nov 9 16:22:37 2016 +0000
    Fix Ogg tag writing on Windows
    Under Windows, if a file is opened for reading, it cannot be opened a
    second time for writing. The Vorbis comment code keeps the file open
    for reading throughout the process of writing new tags, mostly because
    the audio stream must be read into memory before being written out
    after the new tags. Avoid the problem by closing the input stream only
    during the writing process, and at all other times maintaining a
    consistent state, with the input stream open.
    https://mail.gnome.org/archives/easytag-list/2016-November/msg00000.html

commit 8dd7eb0dcc911b7c150c8939ff036cb9ff3fddde
Date: Tue Nov 8 08:29:21 2016 +0000
    Fix label for remove spaces during rename option
    The label was accidentally set as "No conversion", when it should have
    been "Remove spaces".
    https://bugzilla.gnome.org/show_bug.cgi?id=773476

commit acc9db6ed544a2bb1b66d955adadfccbca3ae092
Date: Tue Oct 25 22:26:25 2016 +0100
    Fix saving of ID3v1 genre when also using ID3v2.4
    When writing ID3v2.4 tags using libid3tag and the
    id3v2-text-only-genre
    setting is disabled, ensure that only the ID3v2 genre field is
    converted to the bracketed form, so that valid genres are assigned to
    the ID3v1 genre field.
    https://bugzilla.gnome.org/show_bug.cgi?id=773443

commit 03cce6dbc403e45d6a27da68dbc3f1591eb4a4ab
Date: Sat Nov 5 21:09:43 2016 +0000
    Add an ID3 genre number test
    Test that the expected genre IDs convert to appropriate strings (not
    the "Unknown" placeholder), that the index of the final expected genre
    is correct and finally that all unexpected genres are reported as
    "Unknown".

commit 9bd38070aed2133380f124ab3469772e8ea7c1f2
Date: Fri Oct 7 07:06:54 2016 +0000
    Update Chinese (Taiwan) translation

commit 78213d225ba1c7632129dfe3027d274cacb5a374
Date: Sun Oct 2 21:07:11 2016 +0000
    Updated Croatian translation

commit c73212ca65381c1ab86c5b825ff8bd9af92b2831
Date: Sat Oct 1 10:20:16 2016 +0000
    Updated Croatian translation

commit aa5157c6eeb423c33c9b29321b28b375e5b247bf
Date: Fri Sep 30 21:55:47 2016 +0000
    Updated Croatian translation

commit 914b8a54575c2e15d86be1c380a708314ac0e83f
Date: Fri Sep 30 19:14:40 2016 +0000
    Updated Croatian translation
    (cherry picked from commit 3c078f7ea98e040296b18a5b8c6daac45e675826)

commit 5cc5f9bc1fa1a2b4cf887bba36c347110ef81ced
Date: Fri Sep 30 14:23:56 2016 +0000
    Added Croatian translation
    (cherry picked from commit e49cfc61cf1341b9918221deccfdc4856316febf)

commit f63b92f0fe4260cacb49cbba914163fe11800d79
Date: Sun Sep 25 22:09:46 2016 +0000
    Updated Swedish translation

commit c4b2ae53dce7847b7051bf4def0a1eca03ce4ec0
Date: Mon Sep 19 22:25:10 2016 +0200
    Update Catalan translation

commit 244e6229ad90679af351faac43833df3ad98c44b
Date: Tue Sep 13 20:14:33 2016 +0200
    Updated Spanish translation

commit 03d2a4fc7993f8d55cd2301be69587dbdd889edc
Date: Wed Sep 7 04:49:56 2016 +0200
    Updated Polish translation

commit a3a75ad8f815cd5c68326421de6016cfd705a80d
Date: Tue Sep 6 08:09:08 2016 +0200
    Upload Catalan translation

commit a2ac2a7216412417b31b6e297fae3fdd880083a2
Date: Thu Aug 25 18:02:24 2016 +0000
    Updated French translation

commit 9d08aa809821ebd27d6a4dcc75cba547d3c4b5fb
Date: Fri Aug 19 19:51:31 2016 +0000
    Updated Hungarian translation

commit 3102e5b5a834cfdc6edc72f5a6d23c0c91f98d0d
Date: Fri Aug 19 18:06:26 2016 +0200
    Updated Polish translation

commit 13134323c7d9cade4c71f19564d2eb255486293f
Date: Sun Aug 14 17:15:22 2016 +0000
    Updated Romanian translation

commit cddf65049d75deb13cbbf89fc617d1908284f0ca
Date: Wed Aug 3 14:42:35 2016 +0200
    Use AM_DISTCHECK_CONFIGURE_FLAGS
    DISTCHECK_CONFIGURE_FLAGS is for users and packagers to override
    distcheck options, while AM_DISTCHECK_CONFIGURE_FLAGS is for the
    maintainer of the software.
    https://www.gnu.org/software/automake/manual/automake.html#DISTCHECK_005fCONFIGURE_005fFLAGS

commit 529a1055a25549b52acadc86101eb9c30c5fd8aa
Date: Sat Jul 16 22:32:23 2016 +0100
    Fix return type of Cddb_Get_Album_Tracks_List_CB()
    The changed signal of GtkTreeSelection has a return type of void.

commit 833798088681db64cc0fce642534ee38090646a7
Date: Fri Jul 15 19:09:10 2016 +0200
    Add Language headers to po files
    Future versions of gettext will fail if this header is missing.

commit b7eafda2bb62ea2da51286477c92bd1f748b22ec
Date: Thu Jul 14 08:42:28 2016 +0100
    Add a TODO item about custom themed icons

commit bb66d4788e4b044cf10035a8c80ba2d580f7a51e
Date: Thu Jul 14 08:37:59 2016 +0100
    Add artist and artist/album icons in Adwaita style

commit 2d327d1b4b8ec9e5c6f65965949925fa8e3c8154
Date: Thu Jul 14 08:27:36 2016 +0100
    Use correct icon for artist/album toolber button

commit 868e1ea6cf8e6d5b544e7a144aca99b989840937
Date: Thu Jul 14 02:43:09 2016 +0800
    Allow running autogen.sh in non-srcdir
    https://bugzilla.gnome.org/show_bug.cgi?id=768784

commit 3a4a357ff27f059ea9836bf28db6961c7e25cf11
Date: Wed Jul 6 16:48:16 2016 +0100
    Ensure that a newly-selected path is visible
    When a path is selected programatically, such as when loading the
    initial path
    on startup, make sure that the path is visible by first scrolling
    the view to
    the path and then selecting it.
    https://bugzilla.gnome.org/show_bug.cgi?id=768470

commit 954d43d50ef4477c3648153580ea72daf540e612
Date: Thu Mar 10 21:00:14 2016 +0000
    Replace a further use of strcasecmp()
    Ignore the locale when comparing CDDB genres.

commit 1836dea1617f55fc0b12c6b3f09e96bd91f8287e
Date: Mon Jun 27 20:24:48 2016 +0100
    Refactor Cddb_Track_List_Row_Selected()
    Reduce scope of some variables and improve spacing.

commit cafc9ffc8832ca1826ed986702851eb23050b73c
Date: Mon Jun 27 17:53:36 2016 +0100
    Automatically match unselected CDDB results
    In the case that a CDDB result for an individual track does not
    have an
    associated file, match up the file against the current browser
    selection.
    https://bugzilla.gnome.org/show_bug.cgi?id=766499

commit 7d545a37dccc1ee33240e233d0849144f112073d
Date: Mon Jun 27 17:31:45 2016 +0100
    Reduce code duplication when applying CDDB results
    The code to update the contents of the ET_File in the DLM and non-DLM
    cases was identical, so factor it out to a new
    set_et_file_from_cddb_album() function. As a side effect, avoid
    a crash
    when applying results from CDDB searches.
    https://bugzilla.gnome.org/show_bug.cgi?id=766499

commit 953914f2c31f38107019d7beb3d05342b0df706d
Date: Tue Jun 7 08:56:01 2016 +0100
    Refactor and rename ET_File_Name_Generate()
    Rename ET_File_Name_Generate() to et_file_generate_name(). Use
    g_return_val_if_fail() for invariant checks.

commit f144e6a0cdfae35a4e3f5034b229174fa16ed1a5
Date: Tue Jun 7 05:51:27 2016 +0100
    Avoid crash when saving audioless ID3v2.4 tags
    In the case where an ID3v2.4 tag was written that differed in size to
    the previous tag, audio was assumed to exist after the tag. This
    assumption failed if the file consisted solely of the ID3 tag and
    nothing else. Avoid the crash by skipping the audio reading and
    writing
    if there is none to copy.
    https://mail.gnome.org/archives/easytag-list/2016-June/msg00002.html

commit b99d6c73f170524aec7f175c6f278b72639ff3bd
Date: Wed May 25 20:53:54 2016 +0200
    Improve const use in FLAC and Ogg tagging

commit a67b2fa023ce32686d9e57870de44c3986a601b7
Date: Mon May 23 17:35:43 2016 +0100
    Refactor and rename ET_Check_If_File_Is_Saved()
    Avoid comparing directly against TRUE or FALSE. Rename to
    et_file_check_saved().

commit 9be88c3aafaae47ce31dc62e76629f74ef5fbdfc
Date: Mon May 23 17:31:11 2016 +0100
    Refactor on_picture_add_button_clicked()
    Avoid a crash when unselecting all files and clicking on the add
    images
    button.  Use the GLib filename encoding when setting the current path
    of the add images dialog. Simplify several checks for the
    currently-selected file.
    https://retrace.fedoraproject.org/faf/reports/843689/

commit ddd6fa206e15e0ffd59dc3afb3adc3a81cb885b3
Date: Sun May 8 11:00:37 2016 +0100
    Explicitly mark the GSettings schema for intltool
    As recommended in the GSettings documentation.

commit 48958f45f3290b23fbfbe28e9b2e205f3f4b0d3f
Date: Sun May 8 11:00:19 2016 +0100
    Add gettext-domain to GSettings schema

commit 5182edd12d4286fa341dc29facb4fb817328ad11
Date: Wed May 4 18:33:11 2016 +0000
    Updated Portuguese translation

commit 3b4766f81173eb3bf3b416295ae4984572d8e06e
Date: Wed Apr 27 17:22:43 2016 +0200
    Improve MP4 album artist support with newer TagLib
    TagLib 1.10 and above supports the album artist field directly,
    without
    the need to manually retrive the atom. Use this support if building
    against a suitable TagLib version.

commit ac666308a91a4cd83855671556322765653ff0f9
Date: Wed Apr 27 09:07:03 2016 +0200
    Use et_str_empty() when writing MP4 tag fields
    Simplify the logic for checking if a tag field is empty.

commit dfb03abb2c5dd129e67e732139aa121384b6d7cc
Date: Tue Apr 26 22:06:46 2016 +0100
    Improve MP4 empty field handling
    Do not copy fields which are empty, as this always results in the file
    being marked as requiring saving.
    https://bugzilla.gnome.org/show_bug.cgi?id=765385

commit 6aecd7451e3889c5f755736b427a478c93e9f5b2
Date: Fri Apr 22 15:48:18 2016 +0530
    Fix undefined symbol when id3lib is not available

commit 9f5c5819f8d6dbf5b8b107064d1f0658114a95a9
Date: Fri Mar 25 20:03:24 2016 +0000
    README schema error documentation and examples
    In the event of a schema failure (EasyTAG schema not in cache
    results in
    assert crash otherwise) - so this is which files need to be in the
    system schema cache, and how to add them in to it.
    https://bugzilla.gnome.org/show_bug.cgi?id=764207

commit f25a76ce6943502436e66551d8b80c8ef682db29
Date: Wed Mar 23 09:07:49 2016 +0000
    Updated Spanish translation

commit bf444c94da12a57928c5d0b480ef50a884a6d998
Date: Tue Mar 22 11:25:34 2016 +0000
    Updated Spanish translation

commit 55ef17463570bccd1c10d3b7fdfabf1e578d340b
Date: Mon Mar 21 16:19:40 2016 +0000
    Updated Spanish translation

commit c3aeb58c98710e86f1b04cd66ee980aae185eb90
Date: Fri Mar 18 09:03:10 2016 +0000
    Updated Spanish translation

commit 9f40d46193d7666a76a8cae0e835e4cedb56e8d8
Date: Thu Mar 17 10:23:46 2016 +0000
    Updated Spanish translation

commit 3cc462ce2c122d981d9f3eb492de65871aff5b8b
Date: Tue Mar 15 15:56:10 2016 +0000
    Fix FLAC build when Ogg support is disabled
    Move the defines for the Vorbis comment field names to be outside the
    ENABLE_OGG checks, and eanble them at all times.
    https://bugs.gentoo.org/show_bug.cgi?id=576490

commit c985c83e70bb28f8dfb0b000f0a466a7cca7ebec
Date: Sun Mar 13 09:20:57 2016 +0000
    Updated Occitan translation

commit 04c7e16f994fdad2c04e630442b9e3f1cc31378f
Date: Sun Mar 13 09:03:43 2016 +0000
    Added Occitan translation

commit 4503eff78c7798fae7dd1f4abe67cda5297f279f
Date: Sat Mar 5 22:38:24 2016 +0000
    Fix possible overflow of reads in the file list
    When checking whether to read the file list on startup, use a
    gboolean rather
    than an int.

commit 2437156f61115e1995c1ecc07133acf1d37c66a6
Date: Wed Mar 2 08:13:41 2016 +0000
    Mention use of C89 comment style in HACKING

commit fe5e205d9d05bdac737873da14f9f5709b9bcb23
Date: Tue Mar 1 16:36:53 2016 +0000
    Fix a bogus check when reading Ogg tags
    Avoid a duplicated check for description tags inside a Vorbis comment
    of an Ogg
    file.

commit 3dbfd06126c259d163541b2b49d937df3692266d
Date: Sun Feb 28 22:02:17 2016 +0000
    Open the online help if Yelp is not installed
    If Yelp is not installed, or fails to start, show the online help
    instead.
    https://mail.gnome.org/archives/easytag-list/2016-February/msg00009.html

commit 4df33c1f7b719ea59d9a054b009ec2217b261b8b
Date: Sun Feb 28 21:35:02 2016 +0000
    Document that Yelp is required at runtime
    Warn during configure if yelp is not found in the path.
    https://mail.gnome.org/archives/easytag-list/2016-February/msg00009.html

commit 543b1f071dc82848e8819c68b19d4ed5d2395abc
Date: Sun Feb 28 08:46:16 2016 +0000
    Avoid another crash in the load filenames dialog
    Make the reload action insensitive when no file is selected.

commit 53c9b955aee4aa4f41510e6fe6b78597257fa110
Date: Fri Feb 26 17:27:05 2016 +0000
    Fix a crash when loading filenames from a file
    Swap the arguments of the callbacks for the reload signals.
    https://bugzilla.redhat.com/show_bug.cgi?id=1312163

commit dc471e9ddd4025750bf6b9b30cf4adff81e949bb
Date: Wed Feb 24 10:11:03 2016 +0000
    Updated Brazilian Portuguese translation

(triaxx)

2019-06-21 06:12:32 UTC MAIN commitmail json YAML

2019-06-20 19:56:25 UTC MAIN commitmail json YAML

Fix paths to u-boot-bananapi-m2-zero and u-boot-bananapi-p2-zero packages

(jmcneill)

2019-06-20 17:37:24 UTC MAIN commitmail json YAML

doc: Updated sysutils/fdtools to 2015.03.28nb1

(schmonz)

2019-06-20 17:31:06 UTC MAIN commitmail json YAML

Recursive revbump for new skalibs, noted by leot@ (thanks!).

(schmonz)

2019-06-20 16:43:38 UTC MAIN commitmail json YAML

Fix PLIST on non-Darwin systems.

(schmonz)

2019-06-20 16:31:30 UTC MAIN commitmail json YAML

Updated devel/py-jupyter_core, graphics/py-graphviz

(adam)

2019-06-20 16:31:09 UTC MAIN commitmail json YAML

py-graphviz: updated to 0.11

Version 0.11

Add quiet argument to .render() and .pipe() methods of Graph,
Digraph, and Source objects, allowing to suppress stderr of the
layout subprocess (parity with stand-alone render() and pipe()
functions).

The rendering process for render() methods and stand-alone function is now
started from the directory of the renderred dot source file. This allows to
render graph descriptions that use relative paths inline (e.g. for referring to
image files to be included) by using paths relative to the source file
location. Previously, such relative paths would need to be given relative to
the directory from which render() was  started, so this change is backwards
incompatible for code that relied on the previous behaviour.

Drop Python 3.4 support.

(adam)

2019-06-20 16:12:39 UTC MAIN commitmail json YAML

py-jupyter_core: updated to 4.5.0

4.5.0
- jupyter --version now tries to show the version number of various other
  installed Jupyter packages, not just jupyter_core.
  This will hopefully make it clearer that there are various packages with
  their own version numbers.
- Allow a :envvar:JUPYTER_CONFIG_PATH environment variable to specify a
  search path of additional locations for config.
- jupyter subcommand no longer modifies the :envvar:PATH environment
  variable when it runs jupyter-subcommand.
- Jupyter's 'runtime' directory no longer uses XDG_RUNTIME_DIR.
  While it has some attractive properties, it has led to
  various problems; see the pull request for details.
- Fix JupyterApp to respect the raise_config_file_errors traitlet.
- Various improvements to the bash completion scripts in this repository
- The setup.py script now always uses setuptools, like most other Jupyter
  projects.
- The LICENSE file is included in wheels.

(adam)

2019-06-20 16:11:08 UTC MAIN commitmail json YAML

Note firefox60 update.

(bouyer)

2019-06-20 16:10:05 UTC MAIN commitmail json YAML

Update firefox60 and firefox60-l10n to 60.7.1, fixing CVE-2019-11707.
Tested on amd64, OK ryoon@

(bouyer)

2019-06-20 13:26:42 UTC MAIN commitmail json YAML

doc: Updated graphics/papirus-icon-theme to 20190615

(nia)

2019-06-20 13:25:50 UTC MAIN commitmail json YAML

doc: Updated graphics/papirus-folders to 1.4.0

(nia)

2019-06-20 13:25:38 UTC MAIN commitmail json YAML

papirus-folders: Update to 1.4.0

Added deeporange folder color that is suitable to the Yaru GTK theme

(nia)

2019-06-20 13:24:52 UTC MAIN commitmail json YAML

papirus-icon-theme: Update to 20190615

Added icons

Calibre (Flatpak) #1768
Drill #1758
Foliate #1771
Gisto #1763
gtkOrphan #1756
JProfiler #1762
KVIrc #1755
Notable #1770
org.gnome.Software-symbolic
Oxygen Not Included #1766
Pulse SMS #1761
Save Session (KDE Plasma) #1335
TeXmacs #1764
Timetable #1769
Veyon #1760
VNote #1765
VSCodium #1774
Whalebird #1772

Updated icons

changes-allow, changes-prevent #1773
Citrix Receiver
Instagram
Telegram (app & tray) #1695
Tor #1757
VSCode #1775

Changes and fixes

Added a lot of icons for KDE Plasma 5.16
Added distro icons in gnome-control-center for Ubuntu and Fedora
Changed icon name for Drill #1758
Fixed icon name for dhcpcd-gtk #1753
Fixed margins for network-error network-offline icons #1773

(nia)

2019-06-20 12:26:33 UTC MAIN commitmail json YAML

2019-06-20 12:13:30 UTC MAIN commitmail json YAML

doc: Updated emulators/dgen to 1.33

(nia)

2019-06-20 12:13:19 UTC MAIN commitmail json YAML

dgen-sdl: Update to 1.33

v1.33 <- v1.32
* Joystick hat is now handled correctly.
* Added bindings to switch between previous/next save slots.
* Fixed joystick calibration issues.
* Fixed ROM corruption when using Musashi. ROM was not actually read-only.
* Fixed support for overlapping save RAM and ROM areas.
* When only Musashi is compiled-in, ROM is not byteswapped anymore to
  improve performance.
* Disabled automatic ROM checksum fix as it prevents a few ROMs from
  working correctly. Can still be done manually.
* Debugger: fixed Musashi disassembler to avoid truncating values read
  from memory.
* Debugger: removed dependency on Musashi. Debugger support can now be
  enabled without it, but it won't be able to disassemble M68K code when
  doing so.
* Debugger: M68K debugging is now supported by all M68K cores (Musashi,
  StarScream and Cyclone).
* Debugger: fixed Z80 endianness issue when displaying registers.
* Improved Z80 BUSREQ/RESET IO read emulation to fix a few games that rely on
  prefetched PC data when reading these addresses.
* Implemented word (16 bit) memory callbacks for CZ80 to improve performance.
* Debugger: integrated dZ80, a Z80 disassembler.
* Fixed interrupt mode 0 in CZ80, fixes sound issues in a few games.
* Debugger: added full Z80 debugging support. It is supported by all Z80
  cores (MZ80, CZ80 and DrZ80).
* Fixed CPU dump/restore routines which caused games to crash when switching
  between CPU emulators.
* Fixed DrZ80 documentation about its Z80 state structure. Modified DGen
  accordingly to solve dump/restore issues.
* Replaced bool_opengl_aspect with bool_aspect, which also forces scaling
  by the same amount in both directions.
* Merged scaling and pre/postscale filters APIs. Crap TV filters and scalers
  (scale2x, hqx) now use a similar API. Makes things a lot simpler.
* Added "stretch" filter to replace the basic scaler. As its name suggests,
  this filter can stretch the picture to fit the window size and is as fast
  as its predecessor. Useful when OpenGL cannot be used.
* Since filters can be stacked, added two combinations: scale2x + stretch and
  hqx + stretch. Obviously slower than scale2x or hqx alone, but allows
  picture to fit the entire window while looking nicer than simply
  stretching it.
* Refactored screen initialization, window size is now completely free and
  never modified by DGen/SDL (except during init).
* Disabled save/restore when no ROM is loaded.
* Added config_save and config_load commands.
* Calibration screen is not a CTV filter anymore and is always available.
* Added preliminary support for Sega Pico.
* Added VGM dumping functionality (vgmdump command).
* Fixed DAC data type for Cyclone (distorted sound due to improper type
  conversion).
* Improved DAC rendering for much better sound quality (try Tiido's Tempo
  Theme ROM). The default sound rate is now 44100Hz instead of 22050Hz.
* Added missing YM2612 and DAC information to save states.
* Fixed pbm2df issues on Windows by open files in text mode.
* Fixed bind_* commands to run only once.
* Added support for key/joystick button combinations bindings. In short,
  pressing several buttons simultaneously to execute a command (such as
  quitting DGen/SDL) is now supported. See documentation.
* Merged stopped and main events loops to remove some redundancy.
* Added standard bindings for Pico pen.
* Added mouse input support. Mouse buttons and axes can be bound like any
  other controller (also added mou_* variables similar to joy_* and key_*).
* Fixed sound (re)initialization which sometimes caused sound to stop after
  loading a ROM.
* Added various workarounds for fbcon (Linux's framebuffer). A common issue
  is screen blinking due to double buffering, now disabled by default.
  Inability to run as a normal user due to missing mouse input and hanging
  during SDL_SetVideoMode() are also worked around.
* Usual bunch of miscellaneous bugfixes and improvements (libarchive API
  update, many compilation warnings and other issues introduced by recent
  changes).

(nia)

2019-06-20 12:04:11 UTC MAIN commitmail json YAML

Note update of sysutils/zabbix to 4.0.9.

(he)

2019-06-20 12:03:28 UTC MAIN commitmail json YAML

Updating to zabbix version 4.0.9.

Pkgsrc changes:
* None.

Upstream changes:

Changes for 4.0.9

Bug fixes:
..F....... [ZBX-15905] reverted changes that introduced error with
          write permissions in assets directory (gcalenko)

--------------------------------------------------------------------------------
Changes for 4.0.8

4.0.8rc1 was released as 4.0.8 without any changes

--------------------------------------------------------------------------------
Changes for 4.0.8rc1

New features:
..F....... [ZBX-16069] upgraded jQuery version v1.10.2 -> v3.3.1 and
          jQueryUI v1.10.3 -> v1.12.1 (talbergs)

Bug fixes:
..F....... [ZBX-16032] changed application filtering to partial name
          search (vmurzins)
...G...... [ZBX-15915] fixed linking error if round() is undefined
          (akozlovs)
....I..... [ZBX-16074] added file revision number generation for
          compilation on MS Windows (MVekslers)
..F....... [ZBX-15833] fixed scrollbar in overlay popups (ashubin)
.......PS. [ZBX-16058] fixed error in IPMI poller causing growing
          queue (asitals)
..F....... [ZBX-16047] fixed division by zero error in SVG graph
          widget if selected time period is so small that calculated
          step between 2 milestones is 0s (miks)
..F....... [ZBX-15936] removed "change password" button when cloning
          media types (vasilijs)
A.F....... [ZBX-11272] changed sorting by type, fixed information
          disclosure and formatting of recipient name in action log
          screen item and dashboard widget; added new sortfields to
          alert API (miks)
A.F....... [ZBX-15416] fixed locale validation in user create and
          update API methods (miks)
..F....... [ZBX-15877] fixed Tab Key navigation for Safari and Edge
          browsers (vasilijs)
........S. [ZBX-15891] fixed trigger dependencies are ignored when
          changing only trigger state (akozlovs)
A......... [ZBX-13029] fixed api validation messages for linktrigger
          (vasilijs)
...G...... [ZBX-15967] fixed buffer offset for reading hardware info
          from long DMI files (viktors)
..F....... [ZBX-16018] fixed detection of logical functions (or / and)
          inside the context of user macros (averza)
..F....... [ZBX-14782] deliver human friendly uptime in dashbord
          (talbergs)
..F....... [ZBX-11325] fixed transparency of draggable interfaces;
          changed cursor type for all draggable and sortable elements
          (agriscenko)
..F....... [ZBX-16048] fixed global search box loosing the search
          phrase after searching (averza)
..F....... [ZBX-10729] fixed map element link coloring when linked
          problem is acknowledged (miks)
..F....... [ZBX-15101] fixed several object IDs allowing them to be 64
          bit integers, added asterisk for map navigation tree name
          field and changed the error message to more generic one
          (Ivo)
.......PS. [ZBX-16050] fixed HTTP poller crashes (asestakovs)
..F....... [ZBX-15871] fixed problem events to be filtered by
          "suppressed" instead of "related to maintenance" (talbergs)
...G...PS. [ZBX-10550] added warnings when Zabbix components have
          different versions (akozlovs)
..F....... [ZBX-11284] removed sid URL argument for form cancel
          buttons (gcalenko, miks)
..F....... [ZBX-11429] fixed macro not being retained in trigger
          expression editing wizard (agriscenko)
..F....... [ZBX-15816] increased header value input field max length
          (talbergs)
...G...PS. [ZBX-15677] fixed the process of compiling the dummy.c
          module (MVekslers)
.......PS. [ZBX-15981] fixed invalid xpath for vmware "eventlog" key
          with "skip" option (MVekslers)
...G...... [ZBX-15704] fixed sending log meta information without
          obvious needs (asestakovs)
..F....... [ZBX-15905] added versioning of browser cached files
          (ashubin, gcalenko)
........S. [ZBX-15956] reduced configuration cache fragmentation when
          reloading time based triggers (vso)
........S. [ZBX-15998] improved performance of "Remove host", "Remove
          from host group", "Unlink from template" operations when
          processing network discovery events and using MySQL
          database (vso)
........S. [ZBX-15935] fixed infinite loop and 100% CPU usage when
          using OpenIPMI 2.0.26 or newer (asitals)
........S. [ZBX-16005] fixed
          "{{ITEM.VALUE}.regsub(<pattern>,<output>}" and
          "{{ITEM.LASTVALUE}.regsub(<pattern>,<output>}" being
          resolved to *UNKNOWN* during upgrade (vso)

--------------------------------------------------------------------------------
Changes for 4.0.7

4.0.7rc1 was released as 4.0.7 without any changes

--------------------------------------------------------------------------------
Changes for 4.0.7rc1

Bug fixes:
........S. [ZBX-16019] fixed HOST.CONN, HOST.IP, IPADDRESS and
          HOST.DNS macros expansion in global scripts (akozlovs)
........S. [ZBX-16020] fixed uncontrolled memory allocation in regex
          preprocessing steps (vjaceslavs)
..F....... [ZBX-15911] fixed guest sign in visibility for disabled
          guest user group in login page (gcalenko)
A......... [ZBX-15977] fixed validation of host interface when
          multiple interfaces set as main interface (gcalenko,
          vmurzins)
...G...PS. [ZBX-15955] fixed security vulnerability - accepting
          connections from not allowed addresses (Andris, vso)
..F....... [ZBX-11393] fixed when long snmp oid expands screen
          dimensions (ashubin, vasilijs)
A.F....... [ZBX-15464] fixed error message for image uploads
          (talbergs)
..F....... [ZBX-10243] fixed not encoded ampersand for in URL
          parameter (talbergs)
...G...... [ZBX-15972] fixed possible crash of the windows agent when
          used "net.dns" item key (MVekslers)
..F....... [ZBX-15674] fixed map status to be displayed OK if there
          are no problem in submaps (talbergs)
.......PS. [ZBX-15970] fixed invalid update intervals being reported
          on Zabbix server when monitored through Zabbix proxy (vso)
........S. [ZBX-15643] fixed invalid to valid numbers conversion by
          del_zeros (asestakovs)
.......PS. [ZBX-15444] fixed trimming allowed characters from numeric
          values (asitals)
.....J.... [ZBX-15409] improved Zabbix java gateway error logging
          usability by adding item key to error message (vso)
........S. [ZBX-15844] fixed inability to start Zabbix server if alert
          manager process is late after alerters; thanks to Mikhail
          Makurov for the patch (akozlovs)
..F....... [ZBX-11043] implemented a better network discovery filter
          (Ivo)
..F....... [ZBX-10937] fixed top right global search field
          autocomplete not showing results when host name is being
          typed not first character and technical name when it
          differs from visible name (Ivo)
A.F....... [ZBX-10861] changed user name and password fields from
          being mandatory to optional in web scenarios and HTTP agent
          type items (Ivo)
...G...PS. [ZBX-10889] improved logging performance when high
          DebugLevel is used (viktors)
A......... [ZBX-15762] fixed API returns "countOutput", "select*":
          "count" results and "suppressed" property as integer
          (agriscenko)
..F....... [ZBX-15642] fixed bigint limit in the user group updating
          forms (ashubin, Sasha)
A.F....... [ZBX-2494] fixed sorting of items, item prototypes, lld
          rules and screens to avoid deadlocks in database between
          server and frontend (ashubin, Sasha)
..F....... [ZBX-15768] fixed line length above widgets on global
          search page (ashubin)
..F....... [ZBX-10404] fixed password being passed in plain text in
          media type edit form (gcalenko)
..F....... [ZBX-15734] fixed dashboard widgets incorrect placement
          while dragged (gcalenko)
..F....... [ZBX-15563] fixed svg graph metric generation in situation
          when metric have big values (gcalenko)
..F....... [ZBX-15139] fixed element removing from list in different
          tabs or browsers (vasilijs)
..F....... [ZBX-15779] fixed loss of host name in tooltip on trigger
          overview page (vasilijs)
...G...... [ZBX-15898] fixed compilation warning regarding too large
          integer constant (akozlovs)
..F....... [ZBX-15338] fixed last problem name being displayed on map
          instead of most critical (agriscenko, vmurzins)
........S. [ZBX-15929] fixed escalation operation not being send
          multiple times (akozlovs)
...G...PS. [ZBX-15721] fixed escaping of control characters in JSON
          encoder (Andris, viktors)
..F....... [ZBX-15507] fixed item/trigger/graph copy form provides
          read-only host groups in target list; replaced form
          elements with multiselect (agriscenko)
..F....... [ZBX-15746] fixed link to pie graph after selecting a time
          interval on classic graph (agriscenko)
..F....... [ZBX-15784] fixed multiselect does not support case
          sensitive auto-complete (agriscenko)
..F....... [ZBX-10799] changed placeholder for http proxy input fields
          (agriscenko)
..F....... [ZBX-13014] fixed map on screen is not centered
          (agriscenko)
...G...... [ZBX-9229] fixed sending first value of the log as separate
          message (asestakovs)
........S. [ZBX-15479] fixed cookie presentation in HTTP header
          (asestakovs)
........S. [ZBX-15516] fixed trapper process title to not update time
          in case of interruption (asestakovs)
...G...PS. [ZBX-15588] fixed function names that are written to the
          log file when using LOG_LEVEL_DEBUG (asitals)
.........T [ZBX-9150] fixed update intervals of items in VMware
          templates (MVekslers)
..F....... [ZBX-15481] fixed showing wrench icon for hosts that are in
          maintenance, but maintenance is inaccessible due to
          insufficient permissions (Ivo)
..F....... [ZBX-15629] fixed trigger wizard form re-submit (talbergs)
..F....... [ZBX-15850] fixed problems by severity filter ignoring host
          group filter (talbergs)
..F....... [ZBX-15853] fixed empty parent group not listed in the
          latest data filter (talbergs)
.......PS. [ZBX-11025] added "unknown command error" to MySQL
          recoverable error list (viktors)
..F....... [ZBX-15870] fixed redundant jsloader loading in login page
          (miks)
..F....... [ZBX-15858] fixed item filtering by application name; added
          'select' button for dashboard widget and screen item
          application fields (miks)
..F....... [ZBX-15851] fixed LLD item displaying in Queue details view
          (miks)
..F....... [ZBX-15639] fixed labels overlapping on classic graph X
          axis (miks)
..F....... [ZBX-15592] fixed database monitoring 'dns' item key
          expressing it as mandatory (miks)
A......... [ZBX-15859] fixed map.create could attach elements only for
          first map in request when multiple maps are created with
          one request (gcalenko)
..F....... [ZBX-15769] fixed new widget placeholder being shown
          outside maximum allowed dashboard height area (gcalenko)
..F....... [ZBX-15708] fixed browser build in autofill for passwords
          field on media type form on authentication ldap form and on
          user edit form (gcalenko)
..F....... [ZBX-10392] fixed application filter persistence when
          navigating from maps page to triggers views page or latest
          data page (gcalenko)
..F....... [ZBX-15754] removed unnecessary request for non-existing
          map background (Ivo)
..F....... [ZBX-15715] added missing keys "zabbix.stats[<ip>,<port>]",
          "zabbix.stats[<ip>,<port>,queue,<from>,<to>]" and
          "zabbix[stats,<ip>,<port>,queue,<from>,<to>]" in item key
          helper (Ivo)
..F....... [ZBX-15672] fixed positioning of the overlay dialogue
          window in map constructor (ashubin, Ivo)
..F....... [ZBX-15609] added missing optional parameter
          "<regex_excl_dir>" for "vfs.dir.count" and "vfs.dir.size"
          item keys in item helper (Ivo)
A......... [ZBX-15404] fixed action condition type and operator
          integrity (Ivo)
........S. [ZBX-15913] fixed possible crash when sending custom alerts
          (vso)
........S. [ZBX-15872] fixed possible deadlock on host table when
          processing auto registration contents from Zabbix proxy
          (vso)
....I..PS. [ZBX-11203] added blocking of SIGINT and SIGTERM signals on
          each step of automatic upgrade to avoid interruption of
          statements that cannot be rolled back (vso)
..F....... [ZBX-8451] fixed global regular expression testing not
          matching actual behavior of Zabbix components due to
          missing multiline flag (vso)
........S. [ZBX-13347] fixed possible crash in history syncer process
          when processing discovered item value (vso)
.......PS. [ZBX-15831] fixed slow request of vmware configuration
          update (MVekslers)
........S. [ZBX-15920] fixed nodata() function triggering after
          maintenances with no data collection without waiting for
          the nodata period (wiper)
.........T [ZBX-13478] fixed item prototype update intervals to
          eliminate trigger status flapping (viktors, vitaly)
...G...PS. [ZBX-10611] fixed changing process user owner on startup in
          foreground when AllowRoot disabled (viktors)
.......PS. [ZBX-15826] optimized unsupported macros parsing (akozlovs)
.......PS. [ZBX-15742] fixed network discovery is not reacting to the
          changes in agent configuration if uniqueness criteria is
          value (akozlovs)
.......PS. [ZBX-15634] fixed database monitor item does not use stored
          credentials; thanks to Jose Deniz for the patch (akozlovs)

(he)

2019-06-20 11:56:08 UTC MAIN commitmail json YAML

galculator: Update DESCR

(nia)

2019-06-20 11:54:35 UTC MAIN commitmail json YAML

doc: Updated math/galculator to 2.1.4

(nia)

2019-06-20 11:54:25 UTC MAIN commitmail json YAML

galculator: Update to 2.1.4

##############################################
# 2015-09-05 galculator 2.1.4 released      #
##############################################

2015-09-05 Simon Flæ—¦ry <simon.floery@rechenraum.com>
* adding a fresh "tx pull" of translations (thanks to all translators!)
* adding an appdata file (thanks to Alexander)

2014-05-17 Simon Flæ—¦ry <simon.floery@rechenraum.com>
* in ui.c::set_all_dispctrl_buttons_property check for table_children != NULL
(fixes sf.net bug #107, thanks to Chris LaFleur for reporting)
* *.c: all dynamic memory allocation and free'ing is done via glib now.
* Changed default background color for the display to white.

2014-05-07 Simon Flæ—¦ry <simon.floery@rechenraum.com>
* In callbacks.c and general_functions.c, team up every
gtk_check_menu_item_set_active with a gtk_check_menu_item_toggled. See
also 2014-01-08 and sf.net bug #99.
(fixes sf.net bug #105, thanks to Don for reporting)

2014-03-20 Simon Flæ—¦ry <simon.floery@rechenraum.com>
* translations are now served through transifex (thanks to the MATE project,
in particular to Stefano and Martin)
* adding a fresh "tx pull" of translations (thanks to all translators!)

2014-03-16 Simon Flæ—¦ry <simon.floery@rechenraum.com>
* set_basic_object_data/set_scientific_object_data make structs static
(fixes sf.net bug #104, thanks to Campbell Barton for reporting)

(nia)

2019-06-20 11:46:15 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to version 2.160

(fox)

2019-06-20 11:41:38 UTC MAIN commitmail json YAML

doc: Updated fonts/terminus-font to 4.47

(nia)

2019-06-20 11:41:28 UTC MAIN commitmail json YAML

terminus-font: Update to 4.47

Version 4.47:

    Added 35 new characters (33 glyphs).
    Replaced ao2-variant "ae" with ao1 "ae", it was too similar to "oe".
    Some fixes and improvements (17 characters in various sizes/styles).
    Significantly improved the font build scripts. Python 3.5.0 or node 6.9.0 are now required to build the font.

Version 4.46:

    The X11 8-bit code pages are not installed by default.
    Added IBM-437 8-bit code page for X11.
    The CRT VGA weight for Linux console is not installed by default.
    Removed the Linux console mapping files.
    These should be provided by the console packages.
    Removed the BSD console installation.
    The recent BSD-s have a new console subsystem.
    Added 50 new characters. Mostly math, but also Buglarian yat and yus.
    Rewritten the font conversion tools in python/javascript.
    The full unicode range (17x64K) is now supported.
    The Windows installer can be built from sources.
    Small fixes and improvements (7 characters in various sizes).
    Renamed install-ref to install-psf-ref (uninstall too).

(nia)

2019-06-20 11:39:06 UTC MAIN commitmail json YAML

fasttracker2: update to b160

Changes since b159

Beta #160 - 19.06.2019
- Bugfix: Certain instrument properties could be modified even if the current
  instrument was zero. This is a special ins. number for pattern editing, it's
  not a real instrument. (You can set ins. #0 by pressing 0 on the numpad).
- Bugfix: It was impossible to select an instrument higher than 0x60 (100) when
  using the numpad keys.
- Bugfix: "Srnk." (shrink pattern) would erase the last row after its operation
- Bugfix: When loading a floating point .wav, it would only load silence unless
  the amplitude peaked at max (1.0).
- Bugfix: 16-bit mono .aiff files would not load correctly at all!
- When loading 24-bit .wav/.aiff files, properly normalize amplitude before
  converting to 16-bit. This now takes up more CPU time and RAM, but it's worth
  it.
- Default instrument envelopes were always read from preset slot #1. I don't
  like this at all, as it could mess things up when loading sample-only songs.
  It has now been changed to always use the stock envelope values when loading
  such files or when a new project is started (or instruments zapped).
- Properly reject .it (Impulse Tracker) modules when attempted to be loaded
- Code cleanup. Proper space alignment for special tab indents, removed
  extreme use of parenthesis, spaces etc.

(fox)

2019-06-20 11:20:26 UTC MAIN commitmail json YAML

Updated security/py-bcrypt, lang/py-mypy

(adam)

2019-06-20 11:20:08 UTC MAIN commitmail json YAML

py-mypy: updated to 0.710

0.710:
This release features a new, experimental semantic analyzer and inline configuration options.

(adam)

2019-06-20 11:15:18 UTC MAIN commitmail json YAML

py-bcrypt: updated to 3.17

3.1.7:
Set a setuptools lower bound for PEP517 wheel building.
We no longer distribute 32-bit manylinux1 wheels. Continuing to produce them was a maintenance burden.

(adam)

2019-06-20 09:11:26 UTC MAIN commitmail json YAML

bootstrap: Enable sed on Cygwin by default.

Michael Dexter reported that the native Cygwin sed is unable to correctly
build libtool.  Switching to nbsed solved the issue.

(jperkin)

2019-06-20 08:54:19 UTC MAIN commitmail json YAML

tmux: Add reference to upstream pull request

(It was applied upstream and will be no longer needed for the next stable
version.)

(leot)

2019-06-20 06:58:38 UTC MAIN commitmail json YAML

doc: Updated x11/xorgproto to 2019.1

(wiz)

2019-06-20 06:58:27 UTC MAIN commitmail json YAML

xorgproto: update to 2019.1.

This release boasts a bunch of cleanup work and a few new keysyms. No
functional changes to any of the protocols.

Adam Jackson (3):
      randrproto: Fix missing #undef RRLease
      Remove COPYING-panoramixproto
      composite: Fix the documentation for the unredirection requests

Alan Coopersmith (9):
      Remove trailing whitespace from header files
      Remove the use of no-op B16 & B32 bitfield macros in headers
      Assorted typo fixes in headers
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Combine *_EXTRA_DIST into EXTRA_DIST in Makefile.am
      keysymdef.h: Update repo info in comments
      Update URLs for protocol specs to use xorgproto repo now
      Restore generation of specs from docbook in autotools builds

Hans de Goede (1):
      XF86keysym: Add XF86XK_RotationLockToggle

Jeremy Puhlman (1):
      Remove libdir from pc files.

Jian-Hong Pan (1):
      XF86keysym: Add XF86XK_MonBrightnessCycle

Jon Turney (1):
      .gitignore more autotools artifacts

Julien Cristau (3):
      PROXY_MANAGEMENT, DEC-XTRAP and XFree86-Misc are legacy
      Fix MAN_SUBSTS libdir replacements
      Remove more build files

Keith Packard (1):
      screensaver: Fix encoding of ScreenSaverSuspend 'suspend' element

Matthieu Herrb (1):
      Remove RCS Ids

Peter Hutterer (2):
      Fix comment for XK_Ocaron
      xorgproto 2019.1

Roman Kapl (1):
      Improve the ButtonInfo description.

Thomas E. Dickey (1):
      Update Xalloca.h to reduce compiler warnings:

(wiz)

2019-06-20 05:48:15 UTC MAIN commitmail json YAML

doc: Updated editors/leafpad to 0.8.18.1

(nia)

2019-06-20 05:48:03 UTC MAIN commitmail json YAML

leafpad: Update to 0.8.18.1

2010-12-23

  version 0.8.18.1:
* Fixed saving (Jan-Erik Rediger, Edward Sheldrake).

2010-12-18

  version 0.8.18:
* Fixed action when file name contains colon
  (John Lindgren, Mikko Viinamaki).
* Fixed memory leak on saving file (Dmitry Artamonow).
* Fixed caseless search bug (Dmitry Artamonow).
* Fixed memory leak on line numbering (Hongwei Xi).
* Fixed truncation on saving file (Alex, brian m. carlson).
* Added translations: eo, gl.
* Updated translations: fi, hu.

(nia)

2019-06-20 03:22:14 UTC MAIN commitmail json YAML

Update MASTER_SITES and HOMEPAGE (gnu.org).

(schmonz)

2019-06-20 03:18:49 UTC MAIN commitmail json YAML

2019-06-20 03:17:07 UTC MAIN commitmail json YAML

Update HOMEPAGE (https).

(schmonz)

2019-06-20 03:08:33 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-highlight to 3.52

(schmonz)

2019-06-20 03:08:26 UTC MAIN commitmail json YAML

doc: Updated textproc/highlight to 3.52

(schmonz)

2019-06-20 03:08:18 UTC MAIN commitmail json YAML

doc: Updated textproc/libhighlight to 3.52

(schmonz)

2019-06-20 03:08:12 UTC MAIN commitmail json YAML

2019-06-20 02:17:33 UTC MAIN commitmail json YAML

doc: Updated net/bind914 to 9.14.3

(taca)

2019-06-20 02:16:53 UTC MAIN commitmail json YAML

net/bind914: update to 9.14.3

Update bind914 to 9.14.3 (BIND 9.14.3).

--- 9.14.3 released ---

5244. [security] Fixed a race condition in dns_dispatch_getnext()
that could cause an assertion failure if a
significant number of incoming packets were
rejected. (CVE-2019-6471) [GL #942]

5243. [bug] Fix a possible race between dispatcher and socket
code in a high-load cold-cache resolver scenario.
[GL #943]

5242. [bug] In relaxed qname minimizatiom mode, fall back to
normal resolution when encountering a lame
delegation, and use _.domain/A queries rather
than domain/NS. [GL #1055]

5241. [bug] Fix Ed448 private and public key ASN.1 prefix blobs.
[GL #225]

5240. [bug] Remove key id calculation for RSAMD5. [GL #996]

5238. [bug] Fix a possible deadlock in TCP code. [GL #1046]

5237. [bug] Recurse to find the root server list with 'dig +trace'.
[GL #1028]

5234. [port] arm: just use the compiler's default support for
yield. [GL #981]

(taca)

2019-06-20 02:15:55 UTC MAIN commitmail json YAML

doc: Updated net/bind912 to 9.12.4pl2

(taca)

2019-06-20 02:15:20 UTC MAIN commitmail json YAML

net/bind912: update to 9.12.4pl2

Update bind912 to 9.12.4pl2 (BIND 9.12.4-P2).

--- 9.12.4-P2 released ---

5244. [security] Fixed a race condition in dns_dispatch_getnext()
that could cause an assertion failure if a
significant number of incoming packets were
rejected. (CVE-2019-6471) [GL #942]

(taca)

2019-06-20 02:14:31 UTC MAIN commitmail json YAML

doc: Updated net/bind911 to 9.11.8

(taca)

2019-06-20 02:13:58 UTC MAIN commitmail json YAML

net/bind911: update to 9.11.8

Update bind911 to 9.11.8 (BIND 9.11.8).

--- 9.11.8 released ---

5244. [security] Fixed a race condition in dns_dispatch_getnext()
that could cause an assertion failure if a
significant number of incoming packets were
rejected. (CVE-2019-6471) [GL #942]

5241. [bug] Fix Ed448 private and public key ASN.1 prefix blobs.
[GL #225]

5237. [bug] Recurse to find the root server list with 'dig +trace'.
[GL #1028]

(taca)

2019-06-20 02:09:25 UTC MAIN commitmail json YAML

2019-06-20 01:28:04 UTC MAIN commitmail json YAML

doc: Updated net/djbdnscurve6 to 35

(schmonz)

2019-06-20 01:27:59 UTC MAIN commitmail json YAML

Update to 35. From the changelog:

- fixed bug in tinydns-data with false translation of IPv6|v4 addresses
  for MX records.
- fixed bug in dnsip abending while evaluating IPv6 addresses.
- fixed alignment bug in dd.c for dd6 (tx vise).
- fixed bug in dns_nd.c for IPv6; dnsfilter is working now for IPv4 and IPv6
  (tx vise).
- dns_ip, dns_mx, dns_txt, and dns_name return now number of answers given
  (fehQlibs-12).
- libsodium compatibility checked and verified.

(schmonz)

2019-06-20 01:12:12 UTC MAIN commitmail json YAML

doc: Updated net/ucspi-ssl to 0.999.10.10

(schmonz)

2019-06-20 01:12:07 UTC MAIN commitmail json YAML

Update to 0.10.10. From the changelog:

- Added DSA/DSS (+ECC) signature verification additionally to RSA.
- Added compatibility with fehQlibs-12.

(schmonz)

2019-06-20 01:06:32 UTC MAIN commitmail json YAML

doc: Updated net/ucspi-tcp6 to 1.10.6

(schmonz)

2019-06-20 01:06:27 UTC MAIN commitmail json YAML

Update to 1.10.6. From the changelog:

- Added fehQlibs-12 compatibility.

(schmonz)

2019-06-20 01:03:13 UTC MAIN commitmail json YAML

doc: Updated net/fehqlibs to 0.9.12

(schmonz)

2019-06-20 01:03:08 UTC MAIN commitmail json YAML

Update to 0.9.12. From the changelog:

- dns_ip, dns_cname, dns_txt, dns_name and dns_mx
  return now the number of DNS answers received
  unlike the number of bytes for the given output.
- Added convenience routines for forthcoming s/qmail.
- Added ia4_fmt, ia6_fmt and dns_cname (for *qmail).
- Changed dns_transmit lookup time constants.

(schmonz)

2019-06-20 00:57:04 UTC MAIN commitmail json YAML

doc: Updated devel/skalibs to 2.8.1.0

(schmonz)

2019-06-20 00:56:59 UTC MAIN commitmail json YAML

Update to 2.8.1.0. From the changelog:

- Added skalibs_regcomp(), accepting empty regexes on BSDs.
- Bugfixes.
- Better reporting in utc_from_tai() and localtm_from_*()
- avltreeb removed. (It used VLAs inside of structures, which is
  GNU C, not C99.) The AVLTREEN_DECLARE_AND_INIT() macro should be
  used instead.
- New functions: env_dump(), mk?temp(), autosurf(), autosurf_name()
- mkdir_unique() removed. (Duplicate functionality with mkdtemp.)
- ancilautoclose and nbwaitall sysdeps removed.
- New header: skalibs/posixishard.h
- Static libraries are now PIC by default.

(schmonz)

2019-06-19 21:23:16 UTC MAIN commitmail json YAML

Updated net/samba4

(adam)

2019-06-19 21:22:59 UTC MAIN commitmail json YAML

samba4: updated to 4.10.5

Release Notes for Samba 4.10.5

This is a security release in order to address the following defects:

o  CVE-2019-12435 (Samba AD DC Denial of Service in DNS management server
                  (dnsserver))
o  CVE-2019-12436 (Samba AD DC LDAP server crash (paged searches))

Details
=======

o  CVE-2019-12435:
  An authenticated user can crash the Samba AD DC's RPC server process via a
  NULL pointer dereference.

o  CVE-2019-12436:
    An user with read access to the directory can cause a NULL pointer
    dereference using the paged search control.

For more details and workarounds, please refer to the security advisories.

(adam)

2019-06-19 19:08:05 UTC MAIN commitmail json YAML

qemu: Linux PLIST fixes

bin/virtfs-proxy-helper and man/man1/virtfs-proxy-helper.1 were
missing from the PLIST when building on Linux.

(gson)

2019-06-19 17:52:08 UTC MAIN commitmail json YAML

doc: Updated sysutils/daemontools-run to 20190619

(schmonz)

2019-06-19 17:52:03 UTC MAIN commitmail json YAML

Keep it simple: set PKG_SYSCONFSUBDIR to match sysutils/daemontools's
(which is to say, not set). Bump version just in case.

(schmonz)

2019-06-19 17:50:35 UTC MAIN commitmail json YAML

doc: Updated net/djbdns-run to 20190619

(schmonz)

2019-06-19 17:50:30 UTC MAIN commitmail json YAML

Keep it simple: set PKG_SYSCONFSUBDIR to match net/djbdns's. Bump version just in case.

(schmonz)

2019-06-19 17:49:18 UTC MAIN commitmail json YAML

doc: Updated mail/qmail-run to 20190619

(schmonz)

2019-06-19 17:49:13 UTC MAIN commitmail json YAML

Keep it simple: set PKG_SYSCONFSUBDIR to match mail/qmail's. Bump version just in case.

(schmonz)

2019-06-19 17:46:39 UTC MAIN commitmail json YAML

Keep it simple: libtai does not futz with PKG_SYSCONFSUBDIR.

(schmonz)

2019-06-19 17:44:20 UTC MAIN commitmail json YAML

doc: Updated mail/qgreylist to 0.3nb8

(schmonz)

2019-06-19 17:44:15 UTC MAIN commitmail json YAML

Keep it simple: set PKG_SYSCONFSUBDIR to match mail/qmail's. Bump PKGREVISION just in case.

(schmonz)

2019-06-19 17:43:28 UTC MAIN commitmail json YAML

Inline the used-only-once DEPENDS_LIBTAI.

(schmonz)

2019-06-19 17:42:31 UTC MAIN commitmail json YAML

doc: Updated mail/mailfront to 2.22nb1

(schmonz)

2019-06-19 17:42:25 UTC MAIN commitmail json YAML

Keep it simple: set PKG_SYSCONFSUBDIR to match mail/qmail's. Bump PKGREVISION just in case.

(schmonz)

2019-06-19 17:31:01 UTC MAIN commitmail json YAML

doc: Updated x11/libXi to 1.7.10

(wiz)

2019-06-19 17:30:51 UTC MAIN commitmail json YAML

libXi: update to 1.7.10.

Alan Coopersmith (2):
    Update README for gitlab migration
    Update configure.ac bug URL for gitlab migration

Alexander Bersenev (1):
    Fix the FIXME in XIValuatorClass case of copy_classes function in XExtInt.c

Emil Velikov (1):
    autogen.sh: use quoted string variables

Jeff Smith (1):
    _XIPassiveGrabDevice needs to set time value

Matt Turner (2):
    Replace open-coded FP3232_TO_DOUBLE
    libXi 1.7.10

Mihail Konev (1):
    autogen: add default patch prefix

Peter Hutterer (2):
    autogen.sh: use exec instead of waiting for configure to finish
    man: add a bunch of missing spaces

Raphaè°·l Droz (1):
    Update XIChangeHierarchy.txt

(wiz)

2019-06-19 17:06:01 UTC MAIN commitmail json YAML

doc: Updated fonts/encodings to 1.0.5

(wiz)

2019-06-19 17:05:49 UTC MAIN commitmail json YAML

encodings: update to 1.0.5.

Akira TAGOH (1):
    jisx0201.1976-0.enc: Add undefined mapping for 0x7f - 0xa0 range

Alan Coopersmith (5):
    cns11643-x encodings don't need to alias to themselves
    configure: Drop AM_MAINTAINER_MODE
    autogen.sh: Honor NOCONFIGURE=1
    Update README for gitlab migration
    Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
    autogen.sh: use quoted string variables

Gaetan Nadon (1):
    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Matt Turner (1):
    encodings 1.0.5

Mihail Konev (1):
    autogen: add default patch prefix

Peter Hutterer (1):
    autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2019-06-19 17:03:27 UTC MAIN commitmail json YAML

doc/TODO: + encodings-1.0.5, libX11-1.6.8, mnemosyne-2.6.1.

(wiz)

2019-06-19 15:50:52 UTC MAIN commitmail json YAML

Fix OS X clang build. Via FreeBSD Ports, so probably fixes FreeBSD too.

(schmonz)

2019-06-19 14:49:19 UTC MAIN commitmail json YAML

security/zoneminder: Note draft update to 1.29.0 in wip

(gdt)

2019-06-19 13:31:03 UTC MAIN commitmail json YAML

xine-lib: disable vaapi explicitly

should only effect linux, where this is currently failing in bulk builds
due to vaapi being unable to link

(nia)

2019-06-19 13:19:03 UTC MAIN commitmail json YAML

PR/54172 (editors/xvile) One missing PLIST entry should be fixed,

Just add bin/vileget in PLIST.

(mef)

2019-06-19 12:26:29 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 67.0.3

(ryoon)

2019-06-19 12:26:05 UTC MAIN commitmail json YAML

Update to 67.0.3

* Sync with www/firefox-67.0.3

(ryoon)

2019-06-19 12:25:17 UTC MAIN commitmail json YAML

Updated www/firefox to 67.0.3

(ryoon)

2019-06-19 12:24:06 UTC MAIN commitmail json YAML

Update to 67.0.3

Changelog:
Security fix:
#CVE-2019-11707: Type confusion in Array.pop

(ryoon)

2019-06-19 12:19:29 UTC MAIN commitmail json YAML

doc: Removed chat/bsflite

(nia)

2019-06-19 12:18:05 UTC MAIN commitmail json YAML

2019-06-19 12:05:12 UTC MAIN commitmail json YAML

mutt: Disable filemonitor (inotify) on SunOS.

(jperkin)

2019-06-19 11:51:14 UTC MAIN commitmail json YAML

doc: Remove gtmess.

(nia)

2019-06-19 11:50:14 UTC MAIN commitmail json YAML

Remove chat/gtmess.

MSN Messenger is dead.

This version is from 2005 and isn't the most recent release (last release:
0.97, in 2011, just before MSN died), but all of them will fail to build
once the world goes fully OpenSSL 1.1.

(nia)

2019-06-19 11:43:04 UTC MAIN commitmail json YAML

jack: HAVE_ALLOCA_H is no longer used, switch to __sun.

(jperkin)

2019-06-19 11:41:53 UTC MAIN commitmail json YAML

doc: Added net/stagit-gopher version 0.9.2

(leot)

2019-06-19 11:41:21 UTC MAIN commitmail json YAML

net: Add stagit-gopher

(leot)

2019-06-19 11:40:51 UTC MAIN commitmail json YAML

stagit-gopher: Import stagit-gopher-0.9.2 as net/stagit-gopher

stagit generates .gph geomyidae pages for a Git repository, and
supports the following features:

- Log of all commits from HEAD.
- Log and diffstat per commit.
- Show file tree with line numbers.
- Show references: local branches and tags.
- Detect README and LICENSE file from HEAD and link it as a page.
- Detect submodules (.gitmodules file) from HEAD and link it as a page.
- Atom feed log (atom.xml).
- Make index page for multiple repositories with stagit-gopher-index.
- After generating the pages (relatively slow) serving the files is very fast,
  simple and requires little resources (because the content is static), only
  a geomyidae Gopher server is required.

(leot)

2019-06-19 11:37:42 UTC MAIN commitmail json YAML

R: Skip wrkref checks for Makeconf.

(jperkin)

2019-06-19 11:06:00 UTC MAIN commitmail json YAML

doc: Removed chat/gale

(nia)

2019-06-19 11:03:38 UTC MAIN commitmail json YAML

Remove chat/gale.

This hasn't been updated since 2005, the HOMEPAGE and MASTER_SITES are
dead, and the DESCR describes it as alpha-quality. It's also failing to
build.

As far as other packaging systems go, I can only find this in FreeBSD
Ports, where it was removed.

I can't find anything that depends on it, either.

(nia)

2019-06-19 10:58:49 UTC MAIN commitmail json YAML

bind*: Fix a couple of issues in the SMF method.

Fix a typo in the configuration_file arguments, joyent/pkgsrc#189.
Ensure the /var/run/named directory has the correct permissions.

(jperkin)

2019-06-19 10:52:16 UTC MAIN commitmail json YAML

doc: Updated net/py-rt to 1.0.11nb2

(leot)

2019-06-19 10:51:54 UTC MAIN commitmail json YAML

py-rt: Gracefully handle noop edit_ticket()

In RT 4 when edit_ticket() is invoked but the ticket is not modified an empty
response is sent.  Gracefully treat it as a successfull operation.

PKGREVISION++

(leot)

2019-06-19 10:22:50 UTC MAIN commitmail json YAML

doc: Updated www/gitea to 1.8.3

(nia)

2019-06-19 10:22:30 UTC MAIN commitmail json YAML

doc: Removed darcnes

(nia)

2019-06-19 10:09:05 UTC MAIN commitmail json YAML

doc: Added www/stagit version 0.9.2

(fcambus)

2019-06-19 10:07:50 UTC MAIN commitmail json YAML

2019-06-19 10:04:58 UTC MAIN commitmail json YAML

www/stagit: import stagit-0.9.2.

stagit generates HTML pages for a Git repository, and supports the following
features:

- Log of all commits from HEAD.
- Log and diffstat per commit.
- Show file tree with linkable line numbers.
- Show references: local branches and tags.
- Detect README and LICENSE file from HEAD and link it as a webpage.
- Detect submodules (.gitmodules file) from HEAD and link it as a webpage.
- Atom feed log (atom.xml).
- Make index page for multiple repositories with stagit-index.
- After generating the pages (relatively slow) serving the files is very fast,
  simple and requires little resources (because the content is static), only
  a HTTP file server is required.
- Usable with text-browsers such as dillo, links, lynx and w3m.

OK kamil@, leot@

(fcambus)

2019-06-19 10:04:10 UTC MAIN commitmail json YAML

gitea: Update to 1.8.3

Bugfixes

Always set userID on LFS authentication (#7224) (Part of #6993)
Fix LFS Locks over SSH (#6999) (#7223)
Fix duplicated file on pull request conflicted files (#7211) (#7214)
Detect noreply email address as user (#7133) (#7195)
Don't get milestone from DB if ID is zero (#7169) (#7174)
Allow archived repos to be (un)starred and (un)watched (#7163) (#7168)
Fix GCArgs load from ini (#7156) (#7157)
Fix possbile mysql invalid connnection error (#7051) (#7071)
Handle invalid administrator username on install page (#7060) (#7063)
Fix default for allowing new organization creation for new users (#7017) (#7034)
SearchRepositoryByName improvements and unification (#6897) (#7002)
Fix u2f registrationlist ToRegistrations() method (#6980) (#6982)
Allow collaborators to view repo owned by private org (#6965) (#6968)
Use AppURL for Oauth user link (#6894) (#6925)
Escape the commit message on issues update (#6901) (#6902)
Fix regression for API users search (#6882) (#6885)
Handle early git version's lack of get-url (#7065) (#7076)
Fix wrong init dependency on markup extensions (#7038) (#7074)

(nia)

2019-06-19 03:09:03 UTC MAIN commitmail json YAML

doc: Updated sysutils/intel-microcode-netbsd to 20190618

(msaitoh)

2019-06-19 03:07:12 UTC MAIN commitmail json YAML

Update intel-microcode-netbsd to 20190618.

== 20190618 Release ==
-- Updates upon 20190514 release --
Processor            Identifier    Version      Products
Model        Stepping F-MO-S/PI      Old->New
---- new platforms ----------------------------------------

---- updated platforms ------------------------------------
SNB-E/EN/EP  C1/M0    6-2d-6/6d 0000061d->0000061f Xeon E3/E5, Core X
SNB-E/EN/EP  C2/M1    6-2d-7/6d 00000714->00000718 Xeon E3/E5, Core X

(msaitoh)

2019-06-18 22:43:57 UTC MAIN commitmail json YAML

doc: Updated mail/msmtp to 1.8.4

(leot)

2019-06-18 22:43:40 UTC MAIN commitmail json YAML

msmtp: Update to 1.8.4

Changes:
1.8.4
- Added support for the OAUTHBEARER authentication method.
- Several minor bug fixes.

(leot)

2019-06-18 20:50:05 UTC MAIN commitmail json YAML

Remove emulators/darcnes.

- Build broken.
- HOMEPAGE dead.
- No updates for nearly two decades (release is from ~2001).
- Poor quality emulation (at least according to the DESCR full of typos)
- Strange license.

Usable alternatives:
emulators/mednafen, emulators/retroarch, emulators/blastem...

This has a Makefile.common, but it's only included by a package in wip.

(nia)

2019-06-18 20:11:50 UTC MAIN commitmail json YAML

libgda: HOMEPAGE is a permanent redirect to https.

(nia)

2019-06-18 20:05:10 UTC MAIN commitmail json YAML

2019-06-18 20:02:24 UTC MAIN commitmail json YAML

Fix the HOMEPAGE for ISC DHCP.

(nia)

2019-06-18 17:38:28 UTC MAIN commitmail json YAML

doc: Updated devel/allegro to 4.4.3.1

(nia)

2019-06-18 17:38:18 UTC MAIN commitmail json YAML

allegro: Update to 4.4.3.1 - fix build with newer MesaLib.

Changes from 4.4.3 to 4.4.3.1 (March 2019)

* Fix a regression with the dat tool not working with plugins (SiegeLord).

Changes from 4.4.2 to 4.4.3 (February 2019)

* Allow building the dependencies as shared libraries. (Michał Cichoń, Edgar Reynaldo)
* Fix typo preventing get_executable_name from using System V procfs correctly. (Peter Wang)
* Relicense loadpng under ZLib license.
* Fix spelling of endianness in textconv (Andreas Rönnquist).
* Fix format string warnings (Andreas Rönnquist).
* Add Linux console tslib mouse "touch screen" driver. (Tobi Vollebregt)
* Don't define a duplicate DLLMain. (SiegeLord)
* Fix Allegro crashes/compilation under 64 bit Windows. (Sven Eden, David Capello)
* Fix possible random crashes on Windows restoring DirectDraw surfaces. (David Capello)
* Make internal function get_value in jpgalleg static. (Trent Gamblin)
* Implemented load_midi_pf, play_fli_pf, open_fli_pf. (Ivan Mogilko)
* Make use of in MSVS 2010 and higher. (Ivan Mogilko)
* Fixes several issues related to fullscreen mode in Windows. (Etienne Vouga)
* Windows: fixed TAB key getting stuck in key buffer when held before ALT. (Ivan Mogilko)
* Fix building with Mesa 18.2.5 and later. (Andreas Rönnquist)
* Remove f* variants of fixed math functions. (Andreas Rönnquist)
* Fix complilation of datedit. (rofl0r)
* Modernize and fix release zipup script. (rofl0r)

(nia)

2019-06-18 16:54:07 UTC MAIN commitmail json YAML

slim: This needs pkg-config.

(nia)

2019-06-18 15:21:07 UTC MAIN commitmail json YAML

Removed net/nicovideo-dl

(ryoon)

2019-06-18 15:20:08 UTC MAIN commitmail json YAML

Disable nicovideo-dl

(ryoon)

2019-06-18 15:19:37 UTC MAIN commitmail json YAML

Remove net/nicovideo-dl

This package seems not to work with recent nicovideo.jp anymore.

(ryoon)

2019-06-18 15:19:20 UTC MAIN commitmail json YAML

znc: Rename sasl option to sasl-cyrus.

This option is somewhat confusing currently. This does /not/ control
support for logging in to IRC servers using SASL, which happily works
without the dependency.

(nia)