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

2024-05-13 03:04:45 UTC Now

2020-07-06 10:54:15 UTC MAIN commitmail json YAML

doc: Updated devel/kdiff3 to 1.8.3

(gutteridge)

2020-07-06 10:53:14 UTC MAIN commitmail json YAML

kdiff3: update to version 1.8.3

Version 1.8.3 - 2020-06-24
===========================
Bug 423001 fixed reload on Windows.
15f1cc4e - Fixed error handling during directory compare.
065a3997, 2d56cd94, 42b3b5e4 - Only give one error message per directory compare opperation.
Bug 419722 - Fix crash when clipboard is available. Mainly affects some network setups.
f2d89bbc - Rework intial window display and full screen toggling.
BUG:421048 - Treat /dev/null as non-existant as git expects.

(gutteridge)

2020-07-06 10:48:34 UTC MAIN commitmail json YAML

ninja-build: Support mksh-enabled macOS installs.

(jperkin)

2020-07-06 10:43:47 UTC MAIN commitmail json YAML

boostrap: Enable mksh by default on macOS 10.11+.

El Capitan (10.11) introduced System Integrity Protection (SIP), and one of
the side effects of this protection is that system shells (i.e. /bin/*sh)
unset any variables that may affect the security of the system.  This causes
problems with packages that rely on e.g. LD_LIBRARY_PATH.

Using a shell outside of the system paths allows us to work around this, at
least for now.

Tested in bulk builds on macOS Catalina, though with SIP disabled (as there
is no way to run sandboxed builds with SIP enabled).

(jperkin)

2020-07-06 10:25:29 UTC MAIN commitmail json YAML

bootstrap: Switch SunOS to mksh.

Tested in a bulk build on SmartOS, and bootstrap tested on Solaris 9.

(jperkin)

2020-07-06 10:24:04 UTC MAIN commitmail json YAML

bmake: Support mksh as a bootstrap shell.

(jperkin)

2020-07-06 10:21:01 UTC MAIN commitmail json YAML

bootstrap: Enable support for building mksh.

Over time, and as they are tested, platforms will be migrated over to
shells/mksh ($need_mksh) instead of shells/pdksh ($need_ksh) when a
bootstrap shell is required.  Once mksh is selected, it takes precedence
over pdksh.

Our shells/pdksh has been unmaintained for many years and has known
issues, shells/mksh is expected to provide a portable, fast, and well
maintained alternative.

(jperkin)

2020-07-06 10:11:35 UTC MAIN commitmail json YAML

mksh: Import unpacked mksh-59b sources.

Two patches have been applied on top, both of which are stored in the
patches directory as manual-Build.sh and manual-funcs.c, to fix issues
on Darwin and SunOS that will be included in the next mksh release.  The
binary mksh.ico file has been manually removed.

This paves the way for  mksh to be used as an alternate bootstrap shell
instead of shells/pdksh, which has been unmaintained for many years and
has some known issues.

Initial bulk build results on Darwin and SunOS look good, and having a
maintained shell which focuses on portability and speed should provide
us with a better long-term option for systems which require a bootstrap
shell.

(jperkin)

2020-07-06 10:09:29 UTC MAIN commitmail json YAML

Updated devel/libuv, devel/libevent

(adam)

2020-07-06 10:08:58 UTC MAIN commitmail json YAML

libevent: updated to 2.1.12

Changes in version 2.1.12-stable (05 Jul 2020)

This release contains mostly bug fixes (I decided not to port some features
that can be ported even without ABI breakage, if you cannot find feature that
you are interested in, please give us a note!)

Since 2.1.12 libevent will use github actions as main CI, since
it recommends itself better then travis/appveyor (and had been removed from
upstream).

Look carefully at "slightly touches the behaviour" section.

Below you will find some of changes (this list has been cleaned up from the
patches that touches only tests and similar):

CI:
o Backport github actions to 2.1 (be3acd7c Azat Khuzhin)
o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper)
o Add API/ABI checker (using LVC) (709210d4, 2af1f6cc yuangongji)

test:
o tinytest: support timeout on Windows (794e8f75 yuangongji)
o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin)
o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzhin)

fixes:
o buffer: do not pass NULL to memcpy() from evbuffer_pullup() (5b063049 Azat Khuzhin)
o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
o Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl() (97e28f09 Azat Khuzhin)
o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin)
o evdns: Add additional validation for values of dns options (c2972453 ayuseleznev)
o There is typo in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov)
o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin)
o Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled (8ccd8f56 Jan Kasiak)
o increase segment refcnt only if evbuffer_add_file_segment() succeeds (30662a3c yuangongji)
o evdns: fix a crash when evdns_base with waiting requests is freed (6f8e0e97 ayuseleznev)
o event_base_once: fix potential null pointer threat (2e9ceb16 chenguolong)
o http: do not assume body for CONNECT (1b42270b Azat Khuzhin)
o evbuffer_add_file: fix freeing of segment in the error path (5f017bde Azat Khuzhin)
o Fix checking return value of the evdns_base_resolv_conf_parse() (fc51bf2c Azat Khuzhin)
o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin)

improvements:
o evutil_time: improve evutil_gettimeofday on Windows (a8219143 Nick Grifka)
o Support EV_CLOSED on linux for poll(2) (2530e7c6 Azat Khuzhin)
o Parse IPv6 scope IDs. (f602211f Philip Homburg)
o evutil_time: Implements usleep() using wait funtion on Windows (d42240d1 yuangongji)
o evutil_time: detect and use _gmtime64_s()/_gmtime64() (f4a6152c yuangongji)

slightly touches the behaviour:
o bufferevent: allow setting priority on socket and openssl type (4dd3acdd Nicolas J. Bouliane)
o Fix EV_CLOSED detection/reporting (epoll only) (1df324d4 Azat Khuzhin) (XXX)
o Revert "Warn if forked from the event loop during event_reinit()" (71f5c0d3 Azat Khuzhin)

samples:
o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji)

build fixes:
o Do not use sysctl.h on linux (it had been deprecated) (d2871a37 Azat Khuzhin)
o cmake: avoid problems from use of CMAKE_USE_PTHREADS_INIT (a62ec765 Paul Osborne)
o Update list of cmake files for autotools dist archive (2016f017 Azat Khuzhin)
o LibeventConfig.cmake: restore CMAKE_FIND_LIBRARY_SUFFIXES and LIBEVENT_STATIC_LINK default (640f9cf6 Mario Emmenlauer)
o cmake: fix getaddrinfo checking error (dea51c2e yuangongji)
o autoconf: fix getaddrinfo checking errors on mingw (b9bf7fa7 yuangongji)
o Do not use shared global structures on CYGWIN (8a9b5655 Azat Khuzhin)
o Added uninstall target check to cmakelists (3f1fb1f9 Dimo Markov)
o Fix compilation without OPENSSL_API_COMPAT (921bdcdd Azat Khuzhin)
o cmake: improve package config file (1c047618, baec84f2 yuangongji)
o Link with iphlpapi only on windows (976f7d34 Azat Khuzhin)
o autotools: fails build when need but can not find openssl (93174bb5 yuangongji)
o Merge branch 'http-connect' (e2424229 Azat Khuzhin)
o Fix compat with NetBSD >= 10 (5febb4e1 Kamil Rytarowski)
o cmake: fix getrandom() detection (e0e5f3bd Azat Khuzhin)
o arc4random: replace sysctl() with getrandom (on linux) (66ec78fd Azat Khuzhin)
o Upgrade autoconf (after upgrading minimum required to 2.67) (45da7d9d yuangongji)
o eliminate some C4267 warnings in Windows (9e468c77 yuangongji)
o autotools: attach doxygen target into all target (5d1e8570 yuangongji)
o cmake: attach doxygen target into all target (7a85300a yuangongji)
o Change the minimum version of automake to 1.13 and autoconf to 2.67 (fdb8fb66 ygj6)
o Add Uninstall.cmake.in into dist archive

(adam)

2020-07-06 10:07:17 UTC MAIN commitmail json YAML

libuv: updated to 1.38.1

Changes since version 1.38.0:
* test: use last matching qemu version
* win, util: rearrange uv_hrtime
* test: skip signal_multiple_loops test on QEMU
* build: add android build to CI
* test: extend fs_event_error_reporting timeout
* build: link libkvm on netbsd only
* linux: refactor /proc file reader logic
* linux: read load average from /proc/loadavg
* android: remove patch code for below 21
* win: fix visual studio 2008 build
* win,tty: fix deadlock caused by inconsistent state
* unix: use relaxed loads/stores for feature checks
* build: don't .gitignore m4/ax_pthread.m4
* unix: fix gcc atomics feature check
* darwin: work around clock jumping back in time
* udp: fix write_queue cleanup on sendmmsg error
* src: build fix for Android

(adam)

2020-07-06 07:16:00 UTC MAIN commitmail json YAML

If on powerpc, add -mlongcall to CFLAGS and CXXFLAGS, to avoid
"relocation truncated to fit: R_PPC_REL24" error.

(he)

2020-07-05 19:48:18 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.10.23, afl-2.57b, cascadia-ttf-2007.01, catch2-2.12.3,
  dbus-1.12.20, gopls-0.4.2, libressl-3.2.0, libuv-1.38.1,
  libvorbis-1.3.7, poppler-0.90.0, py-cachetools-4.1.1,
  py-mercurial-5.4.2, py-setuptools-49.1.0 [drops python-2.x
  support], rsync-3.2.2, thunderbird-enigmail-2.2, unifont-13.0.03,
  vala-0.48.7.

(wiz)

2020-07-05 18:59:04 UTC MAIN commitmail json YAML

lua-zlib: set GITHUB_PROJECT so 'make fetch' succeeds

(wiz)

2020-07-05 13:58:09 UTC MAIN commitmail json YAML

Note update of sysutils/collectd to 5.8.0nb4.

(he)

2020-07-05 13:57:32 UTC MAIN commitmail json YAML

Add a patch to the BIND stats to pick up query RTT times.
Bump PKGREVISION.

(he)

2020-07-05 13:35:31 UTC MAIN commitmail json YAML

news/trn: Add patch with date grammar rules for old articles from olduse.net.

(rhialto)

2020-07-05 12:23:44 UTC MAIN commitmail json YAML

doc: Updated editors/lyx to 2.3.5.2

(rhialto)

2020-07-05 12:23:06 UTC MAIN commitmail json YAML

editors/lyx: update to 2.3.5.2.

Emergency Release for 2.3.5: LyX 2.3.5.2 released.
June 30, 2020
This is an emergency release to fix bug number 11889, which reverse
quoation marks in some cases when hyperref is enabled. It is otherwise
unchanged from the release of LyX 2.3.5.

Fifth Maintenance Release in 2.3.x Series: LyX 2.3.5 released.
June 7, 2020

We are pleased to announce the release of LyX 2.3.5. This is the fifth
maintenance release in the 2.3.x series.

LyX 2.3.5 is the result of on-going efforts to make our stable version
more reliable and more stable. Most of the changes are incremental, but
quite a few important bugs have now been fixed. One important change is
that Inkscape 1.0 is now supported: It will be detected and configured
automatically. Users of previous versions have recently reported
configuration failures when Inkscape 1.0 is installed, leading to an
incomplete (and all but unusable) installation of LyX. This should also
be fixed.

Emergency Re-Release of 2.3.4: LyX 2.3.4.2 released.
February 12, 2020

This is an emergency release that fixes four bugs in 2.3.4. Only the
first two really warrant an emergency release, but while we're at it...

The first, bug #11728, caused a five-second delay when attempting to
save files on Windows. This was a side effect of the fix for #10091 and
reminds us why it would be good to have more testing on Windows.

The second bug is discussed in this thread and concerns a crash related
to the math toolbar. This was due to an uninitialize buffer_ member
revealed by the fix for #11586.

The third, bug #11724, affects Beamer presentations and causes bad
output when page geometry is set in certain ways. LyX should and now
does ignore such settings.

The last, bug #11579, is an old one, but a serious one, that prevents
the use of CJKUtf8 in ERT. It's a straightforward fix for a bug that is
pretty serious for people who encounter it.

Fourth Maintenance Release in 2.3.x Series: LyX 2.3.4 released.
January 31, 2020

We are pleased to announce the release of LyX 2.3.4. This is the fourth
maintenance release in the 2.3.x series.

LyX 2.3.4 is the result of on-going efforts to make our stable version
more reliable and more stable. One important change is that we have
finally fixed a large number of bugs related to bibitems (see bug
#7548). We have also (we hope) fixed a long-standing bug involving the
saving of files on Windows to Dropbox folders.

Third Maintenance Release in 2.3.x Series: LyX 2.3.3 released.
June 25, 2019

We are pleased to announce the release of LyX 2.3.3. This is the third
maintenance release in the 2.3.x series.

LyX 2.3.3 is the result of on-going efforts to make our stable version
more reliable and more stable. One important change is that emergency
files are now renamed when users wish to save them. As a result, older
emergency files are not over-written. One major update allows for the
editing of the contents of the user-provided premable, and the contents
of ERT insets, in external editors, a request that goes back to 2003 and
bug #991. See the announcement for more information.

(rhialto)

2020-07-05 12:09:08 UTC MAIN commitmail json YAML

2020-07-05 02:11:42 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.300004

(wen)

2020-07-05 02:10:28 UTC MAIN commitmail json YAML

Update to 0.300004

Upstream changes:
0.300004  2020-05-26 20:52:34-04:00 America/New_York

    [ BUG FIXES ]
    * GH #1509: Request instantiation fails throw 400 Bad Response (Russell
      @veryrusty Jenkins). This resolves GH #1056, 1482, 1496, 1507, 1508,
      and 1510.

    [ ENHANCEMENTS ]
    * GH #1510: Test for proper multi-part form handing (ice-lenor, Sawyer X)
    * GH #1547: Cookie SameSite support (Russell @veryrusty Jenkins)

    [ DOCUMENTATION ]
    * None

(wen)

2020-07-05 01:14:27 UTC MAIN commitmail json YAML

qt5-qtbase: fix PLIST.Linux with -dbus

from Michael Forney

(nia)

2020-07-05 01:12:14 UTC MAIN commitmail json YAML

qt5-qtmultimedia: fix PLIST with -gstreamer and -openal

from Michael Forney

(nia)

2020-07-05 00:14:48 UTC MAIN commitmail json YAML

lua-zlib: fix prefix

(nia)

2020-07-04 19:54:49 UTC MAIN commitmail json YAML

doc: Updated graphics/ansilove to 4.1.2

(fcambus)

2020-07-04 19:54:38 UTC MAIN commitmail json YAML

ansilove: update to 4.1.2.

AnsiLove/C 4.1.2 (2020-07-04)

- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- No need to set HAVE_SECCOMP to 1, defining it is enough
- Remove some unneeded seccomp related includes
- Validate architectures for seccomp
- Add seccomp support on i386, tested on glibc and musl
- Remove extraneous underscore in #if defined check
- Use __NR_ instead of SYS_ prefix in #if defined checks

(fcambus)

2020-07-04 19:46:22 UTC MAIN commitmail json YAML

2020-07-04 19:43:19 UTC MAIN commitmail json YAML

doc/guide: Update htdocs-share to 20200704 (pkgsrc-2020Q2)

(leot)

2020-07-04 19:24:56 UTC MAIN commitmail json YAML

go-radix: build fix (universal)

GO_DIST_BASE won't contain the PKGREVISION.

(gutteridge)

2020-07-04 18:55:45 UTC MAIN commitmail json YAML

Taking maintainership of devel/fossil

(js)

2020-07-04 18:08:35 UTC MAIN commitmail json YAML

mk/misc/show.mk: fix reference to further documentation

(rillig)

2020-07-04 14:11:51 UTC MAIN commitmail json YAML

doc: Updated mail/qsmtp to 0.37nb2

(schmonz)

2020-07-04 14:11:41 UTC MAIN commitmail json YAML

Skip building and installing API docs with Doxygen, as suggested
by the author. Bump PKGREVISION.

(schmonz)

2020-07-04 11:34:59 UTC MAIN commitmail json YAML

weechat: switch to LUA_VERSIONS_ACCEPTED

(nia)

2020-07-04 10:04:46 UTC MAIN commitmail json YAML

Explicitly disable g-ir-doc-tool, since it's not in PLIST.

(schmonz)

2020-07-04 08:34:09 UTC MAIN commitmail json YAML

doc: Updated security/tor-browser to 9.5.1

(wiz)

2020-07-04 08:33:58 UTC MAIN commitmail json YAML

tor-browser: update to 9.5.1.

This release updates Firefox to 68.10.0esr and NoScript to 11.0.32.

Also, this release features important security updates to Firefox.

The full changelog since Tor Browser 9.5 is:

    All Platforms
        Update Firefox to 68.10.0esr
        Update NoScript to 11.0.32
        Translations update
        Bug 40009: Improve tor's client auth stability
    Windows + OS X + Linux
        Bug 34361: "Prioritize .onion sites when known" appears under General
        Bug 34362: Improve Onion Service Authentication prompt
        Bug 34369: Fix learn more link in Onion Auth prompt
        Bug 34379: Fix learn more for Onion-Location
        Bug 34347: The Tor Network part on the onboarding is not new anymore

(wiz)

2020-07-04 06:55:20 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 4.0.6

(tsutsui)

2020-07-04 06:53:51 UTC MAIN commitmail json YAML

mikutter: update to 4.0.6.

Upstream changes:

mikutter 4.0.6

* bundle pulseaudio plugin
* thanks to Shibafu Midorino
* backport a minor improvement from 4.1.0
  (fix compatibility issue with pluggaloid 1.3.0 and later)

(tsutsui)

2020-07-04 06:46:44 UTC MAIN commitmail json YAML

doc: Updated net/ruby-pluggaloid to 1.5.0

(tsutsui)

2020-07-04 06:46:26 UTC MAIN commitmail json YAML

2020-07-04 06:18:35 UTC MAIN commitmail json YAML

editors/fileobj: Update to v0.7.100

ChangeLog:
- Minor fixes and cleanups
- Add __FILEOBJ_USE_WINDOWS_TERMINAL

(tkusumi)

2020-07-04 05:13:21 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird-l10n to 68.10.0

(ryoon)

2020-07-04 05:12:51 UTC MAIN commitmail json YAML

thunderbird-l10n: Update to 68.10.0

* Sync with mail/thunderbird-l10n-68.10.0.

(ryoon)

2020-07-04 05:11:56 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird to 68.10.0

(ryoon)

2020-07-04 05:11:25 UTC MAIN commitmail json YAML

thunderbird: Update to 68.10.0

Changelog:
Fixes

fixed Chat: Topics displayed some characters improperly
fixed Calendar: Filtering tasks did not work when "Incomplete Tasks" was selected

Security fixes:
CVE-2020-12417: Memory corruption due to missing sign-extension for ValueTags on ARM64
#CVE-2020-12418: Information disclosure due to manipulated URL object
#CVE-2020-12419: Use-after-free in nsGlobalWindowInner
#CVE-2020-12420: Use-After-Free when trying to connect to a STUN server
#MFSA-2020-0001: Automatic account setup leaks Microsoft Exchange login credentials
#CVE-2020-12421: Add-On updates did not respect the same certificate trust rules as software updates

(ryoon)

2020-07-04 05:02:48 UTC MAIN commitmail json YAML

doc: Updated misc/libreoffice to 6.4.5.2

(ryoon)

2020-07-04 05:02:14 UTC MAIN commitmail json YAML

libreoffice: Update to 6.4.5.2

Changelog:
6.4.5.2
Bugs fixed compared to 6.4.5 rc1:

    ofz#20904 check bounds [Caolán McNamara]
    tdf#83309 FILEOPEN: NUMBERING: text paragraph indentation/tab stops in .DOCX displayed incorrectly with tab [Vasily Melenchuk]
    tdf#120394 FILEOPEN: Numbers appear in numbered list MSO created in attached DOC without visible number format [Vasily Melenchuk]
    tdf#121384 Crash of Writer opening any document with "invalid" python file in home directory (linux) [Caolán McNamara]
    tdf#130999 Greek dictionary cannot be loaded on Collabora Online (4.2.0.4) [Andras Timar]
    tdf#131353 Core build fails with poppler >= 0.86.0 [Martin Whitaker]
    tdf#131357 Help files lack syntax definition for some Calc functions [Steve Fanning]
    tdf#132093 Editing snap lines: dialog decreases entered values when drawing scale is 1:many [Stephan Bergmann]
    tdf#132254 When copying a block/rectangle, the pasted lines are in reverse order [Michael Stahl]
    tdf#132321 Deleting a paragraph at start or end of section deletes the object anchored to it [Michael Stahl]
    tdf#132326 CRASH: undoing paste of frames [Michael Stahl]
    tdf#132431 Crash: "vector::_M_fill_insert" with large sumifs [Luboš Luňák]
    tdf#132597 Crash in: swlo.dll [Michael Stahl]
    tdf#132725 Crash in: BigPtrArray::Index2Block(unsigned __int64) anchor to paragraph [Michael Stahl]
    tdf#132744 Images anchored to character in table not pasted [Michael Stahl]
    tdf#132754 DOCX import: invalid list start numbering with 0.0.0. [Vasily Melenchuk]
    tdf#133326 Crash after redo (steps in comment 5) [Noel Grandin]
    tdf#133629 FORMATTING: Calc crashes on setting borders to all cells on more than one sheet simultaneously [Noel Grandin]
    tdf#133641 CRASH: after clicking on a drop-down form [Michael Stahl]
    tdf#133862 Crash when trying to customize toolbar during embedded Equation editing [Caolán McNamara]
    tdf#133981 CRASH: Undoing deletion of selection [Michael Stahl]
    tdf#133982 CRASH: copying content in nested table [Michael Stahl]
    tdf#133985 "Merge and Center Cells" dialog: default (active) button is "Cancel" [Caolán McNamara]
    tdf#133990 CRASH: Undoing table deletion [Michael Stahl]
    tdf#134019 Calc FILEOPEN Crash in: sclo.dll [Caolán McNamara]
    tdf#134021 Crash swlo!SwFrame::CheckPageDescs+0x12d6: [Michael Stahl]
    tdf#134023 Select the table by dragging over the columns become harder [Justin Luth]
    tdf#134243 Hang launching mailmerge wizard with a specific file [Caolán McNamara]

6.4.5.1
Bugs fixed compared to 6.4.4 RC2

    deb#961473 set A4 in extras/source/shellnew templates [Rene Engelhard]
    rhbz#1844263 unchecked nullptr return from SfxViewFrame::Current() [Caolán McNamara]
    tdf#37268 Data Pilot and sheet local defined named range insert menu entry inactive [Julien Nabet]
    tdf#64690 EDITING: Process hang on find/replace in Basic code involving "\&" [Andreas Heinisch]
    tdf#78352 FILEOPEN: DOCX - Incorrect space between bullet and first line text due to wrong tab stop at value [Vasily Melenchuk]
    tdf#79082 FILESAVE: Tab positions not being retained in PPT and being lost in PPTX [Piet van Oostrum, Samuel Mehrbrodt]
    tdf#79998 FILESAVE: XLSX export breaks or some sheet names (sheet name length >31 characters) [Serge Krot]
    tdf#94628 Fileopen: Docx custom numbering triangle symbol incorrectly displayed as a dot [Vasily Melenchuk]
    tdf#95189 Paragraph numbering on one paragraph resets when it shouldn't [Vasily Melenchuk]
    tdf#97416 Editing: Database password properties in ODB file not re-settable via UI [Julien Nabet]
    tdf#97694 Base macros cannot be digitally signed [Samuel Mehrbrodt]
    tdf#101856 MAILMERGE Add conditional to expand / collapse bookmarks [Serge Krot]
    tdf#102625 Formula editor breaks surrogate pairs [Julien Nabet]
    tdf#103602 new documents fail ODF validation with Error: unexpected attribute "draw:fill" [Michael Stahl]
    tdf#104017 FILESAVE: DOC: New rows are displayed on table after RT [Justin Luth]
    tdf#106181 FILESAVE: Check boxes get lost when saving as .XLSX [Serge Krot]
    tdf#108496 FILEOPEN: DOCX file numbered list restarted from 1 following section break assumes previous numbered list sequence after 1 [Vasily Melenchuk]
    tdf#114258 BASIC: Bad select after scrolling in Object Catalog [Caolán McNamara]
    tdf#116883 FILEOPEN DOCX Numbering format shown as "1.1.1-" even though it should be "1-1-1-" [Vasily Melenchuk]
    tdf#120394 FILEOPEN: Numbers appear in numbered list MSO created in attached DOC without visible number format [Vasily Melenchuk]
    tdf#122408 linked subform shows empty when slave field is a function call [Lionel Elie Mamane]
    tdf#122461 SQL parser doesn't accept identifiers containing newlines [and gives a syntax error when Query Wizard correctly generates a query containing one] [Lionel Elie Mamane]
    tdf#123801 Small caps captions do not display the Figure/Illustration/etc. category label [Caolán McNamara]
    tdf#124790 Mailmerge: Background image in printed address labels not visible [Miklos Vajna]
    tdf#125609 radiobutton receives item status changed event after listbox value selection [Noel Grandin]
    tdf#125981 The "Default" button for quotes in AutoCorrect options doesn't reset the display of replacement [Caolán McNamara]
    tdf#126025 Extrusion on/off is faulty in saving for Fontwork favorite 40 [Stephan Bergmann]
    tdf#126468 Unable to deselect 'Visible' flags in Base query, if field is set for "sorting" [Julien Nabet]
    tdf#127778 FILEOPEN DOCX Margin setting is not considered if smaller than heading size [Miklos Vajna]
    tdf#127889 Can't unmerge cells using tabbed user interface [andreas kainz]
    tdf#128665 EDITING: Undo takes action on another shape [Vasily Melenchuk]
    tdf#128689 Request to Localize More Formatting Icons into Korean UI [Rizal Muttaqin]
    tdf#129620 Crash when I press down arrow in edit header dialog using e.g, Japanese keyboard [Caolán McNamara]
    tdf#129702 [UI] Smart tags wrongly listed in AutoCorrect options dialog [Caolán McNamara]
    tdf#130354 Cannot sign existing PDF, ' .tmp does not exist' from 6.4 [Miklos Vajna]
    tdf#130479 Inlined BMP fills do not render [Miklos Vajna]
    tdf#130770 Autofilter not updated on data change (automatically or manually) [scito]
    tdf#130792 Draw crashes when trying to add a point in a multiline ( steps in comment 8 ) [Noel Grandin]
    tdf#131076 UI: Text import dialogue default focus is 'Character set' instead of 'OK' [Caolán McNamara]
    tdf#131333 Cannot change data point icons in Calc's XY or points and lines chart [Caolán McNamara]
    tdf#131366 Crash when I type the letter "i" after the letter "f" in a paragraph with style "emphasis" and font "Linux Biolinum G" [Gabor Kelemen]
    tdf#131423 Function Wizard in Calc allows too many parameters [Eike Rathke]
    tdf#131684 Crash when doing undoing [Xisco Fauli, Michael Stahl]
    tdf#132169 Drawing line width changes randomly while changing [Caolán McNamara]
    tdf#132173 Function Wizard does not enter array formulas with inline arrays correctly [Eike Rathke]
    tdf#132187 For every repeated paste the page count (incl. content) doubles [Xisco Fauli]
    tdf#132236 Crash in: swlo.dll ( steps in comment 12) [Michael Stahl]
    tdf#132267 Scrollers for long menus are not shown / black [Miklos Vajna]
    tdf#132514 FILEOPEN DOCX Table character direct formatting not applied with another table in footer [László Németh]
    tdf#132594 No display of labels in pie charts if xlsx created with Excel 2007 (regression in 6.4 vs 6.0 and 5.2) [Tünde Tóth]
    tdf#132596 Crash in: SwPosition::SwPosition(SwPosition const &) [Michael Stahl]
    tdf#132623 Custom properties dialog contents don't expand to fill the dialog when resized [andreas kainz]
    tdf#132626 CAPTION DIALOG: Can't type dot in caption category [STrunning mail merge wizard for doc from tdf#119942 [Caolán McNamara]
    tdf#132730 Assertion if apply Ctrl+Shift+M on group [Julien Nabet]
    tdf#132732 Restart Numbering in Paragraph with chosen Number impossible (GTK3) [Caolán McNamara]
    tdf#13273iklos Vajna]
    tdf#132814 EDITING: Impossible to change an existing Integer primarykey in MySQL/MariaDB to AutoValue in GUI [Julien Nabet]
    tdf#132832 XLayoutConstrains.calcAdjustedSize doesn't return proper size for multiline checkbox and hyperlink ementary, Sifr, Sukapura: Wrong folder action icons in open dialog with gen backend [Rizal Muttaqin]
    tdf#133012 elementary: The gripper icon looks like a “More Options” menu [Rizal Muttaqin]
    tdf#133036 CRASH: customizing notebookbar (gen) [Caolán McNamara]
    tdf#133053 Crash in: x11::SelectionManager::handleDragEvent [Caolán McNamara]
    tdf#133250 Colibre: Inconsistent Icon for Red, Blue and Green [Rizal Muttaqin]
    tdf#133267 Undo inserting a row above extremely slow [Luboš Luňák]
    tdf#133270 MAILMERGE progress is not updated during export of many files [Serge Krot]
    tdf#133271 FILESAVE: Vertical text saves as horizontal to ODT (but OK to DOCX) [Miklos Vajna]
    tdf#133348 Crash when using undo 3 times in comment reply [Julien Nabet]
    tdf#133411 Replacing lots of cell styles consumes too much memory/CPU [Caolán McNamara]
    tdf#133426 Crash attempting to save mail merge to file multiple times in parallel [Michael Weghorn]
    tdf#133474 FILEOPEN: DOC: Images are not loaded [Miklos Vajna]
    tdf#133595 FILESAVE XLSX Excel gives invalid content error when opening file with shape [Serge Krot]
    tdf#133604 FILESAVE: DOCX: fields are not displayed in MSO after RT [Michael Stahl]
    tdf#133633 LO crashes with SuperNova Magnifier & ScreenReader [Michael Weghorn]

(ryoon)

2020-07-03 22:54:01 UTC MAIN commitmail json YAML

doc: Updated security/tor-browser-noscript to 11.0.32

(wiz)

2020-07-03 22:53:52 UTC MAIN commitmail json YAML

tor-browser-noscript: update to 11.0.32.

v 11.0.32
============================================================
x [L10n] Updated it, mk, sv_SE
x Fixed setting CUSTOM permissions in private mode may cause
  the TRUSTED preset to become temporary
x Updated TLDs
x [XSS] Updated HTML 5 events support
x More compact high contrast appearance

v 11.0.31
============================================================
x Focus "OK" button on dialog-mode UI
x Fixed various toolbar buttons DnD issues
x Updated TLDs
x [L10n] Updated bn, br, ca, da, de, el, es, fr, he, is, it,
  ja, lt, mk, ms, nb, nl, pl, pt_BR, ru, sq, sv_SE, tr,
  zh_CN, zh_TW
x Fixed very low contrast HTTPS-only label in High Contrast
  mode

v 11.0.31rc2
============================================================
x Focus "OK" button on dialog-mode UI
x [L10n] Updated da
x Fixed various toolbar buttons DnD graphic issues
x Updated TLDs

v 11.0.31rc1
============================================================
x [L10n] Updated bn, br, ca, da, de, el, es, fr, he, is, it,
  ja, lt, mk, ms, nb, nl, pl, pt_BR, ru, sq, sv_SE, tr,
  zh_CN, zh_TW
x Fixed very low contrast HTTPS-only label in High Contrast
  mode
x More precise DnD of toolbar buttons + work-around for
  https://bugzilla.mozilla.org/show_bug.cgi?id=568313

(wiz)

2020-07-03 20:41:36 UTC MAIN commitmail json YAML

2020-07-03 19:57:23 UTC MAIN commitmail json YAML

Disable lz4, unbreaking bsdtar build on OmniOS.

(hauke)

2020-07-03 19:01:56 UTC MAIN commitmail json YAML

Updated lang/nodejs, lang/nodejs12

(adam)

2020-07-03 19:01:40 UTC MAIN commitmail json YAML

nodejs12: updated to 12.18.2

Version 12.18.2 'Erbium' (LTS)

Notable changes

deps: V8: backport
Fixes memory leak in PrototypeUsers::Add
src: use symbol to store AsyncWrap resource
Fixes reported memory leak

Version 12.18.1 'Erbium' (LTS)

Notable Changes

deps:
V8: cherry-pick
update to uvwasi 0.0.9
upgrade to libuv 1.38.0
upgrade npm to 6.14.5

(adam)

2020-07-03 19:00:15 UTC MAIN commitmail json YAML

nodejs: updated to 14.5.0

Version 14.5.0 (Current)

Notable Changes

V8 engine is updated to version 8.3
Initial experimental implementation of EventTarget

(adam)

2020-07-03 16:08:46 UTC MAIN commitmail json YAML

2020-07-03 15:42:51 UTC MAIN commitmail json YAML

doc: Updated games/woof to 2.0.0

(micha)

2020-07-03 15:41:46 UTC MAIN commitmail json YAML

games/woof: Update to 2.0.0

- Support for uncapped rendering frame rate with frame interpolation has
  been added.
- A char-signedness issue has been fixed.

(micha)

2020-07-03 15:06:12 UTC MAIN commitmail json YAML

doc: Updated www/logswan to 2.1.6

(fcambus)

2020-07-03 15:06:00 UTC MAIN commitmail json YAML

logswan: update to 2.1.6.

Logswan 2.1.6 (2020-07-03)

- Validate architectures for seccomp
- Minor code shuffling, for consistency with other codebases
- Add seccomp support on i386, tested on glibc and musl
- Remove entry for "Netherlands Antilles" in country table
- Swaziland was officially renamed to Eswatini in 2018
- Macedonia was officially renamed to North Macedonia in February 2019
- Rename Vatican City to Vatican to be consistent with GeoNames naming
- Rename Aland to Aland Islands to be consistent with GeoNames naming

(fcambus)

2020-07-03 13:36:58 UTC MAIN commitmail json YAML

Re-add conditional ldap entries.

(hauke)

2020-07-03 13:22:55 UTC MAIN commitmail json YAML

Add missing dependency on databases/lmdb, adjust PLIST

(hauke)

2020-07-03 12:33:14 UTC MAIN commitmail json YAML

net/powerdns-ldap: Fix dependency on mit-krb5

Pull in mit-krb5 version 1.11 or newer that contains properly exported
Kerberos ccache functions.

(otis)

2020-07-03 12:23:43 UTC MAIN commitmail json YAML

doc: Updated print/foliate to 2.4.0

(fox)

2020-07-03 12:18:12 UTC MAIN commitmail json YAML

print/foliate: Updates to 2.4.0

Changes since 2.3.0:

Changes:

  * Improved metadata display
  * Improved FictionBook rendering
  * Improved UI for acquiring books from OPDS (#404, #405)
  * Fixed unique identifier extraction for EPUB files
  * Fixed missing window icon (#456)
  * Fixed TTS environment variables not set when using Flatpak
  * Fixed eSpeak NG voice not selected when testing TTS configuration
  * Fixed wrong __ibooks_internal_theme attribute when "Invert" is
    enabled

Technical changes:

  * Foliate no longer depends on libsoup (gir1.2-soup-2.4 on Debian based
    distributions). Previously, it was an optional dependency for opening
    remote files.

(fox)

2020-07-03 11:50:57 UTC MAIN commitmail json YAML

Don't ${CHOWN} at do-install target to fix a build error.
The pkgsrc infrastructure takes care of it.

(yyamano)

2020-07-03 11:38:13 UTC MAIN commitmail json YAML

doc: Updated editors/zile to 2.4.14

(hauke)

2020-07-03 11:37:45 UTC MAIN commitmail json YAML

Update editors/zile to 2.4.14.

Adds a few tool dependencies, and unbreaks the build on OmniOS.

(hauke)

2020-07-03 11:31:22 UTC MAIN commitmail json YAML

net/powerdns-odbc: Fix PLIST after update to 4.3.0

PowerDNS 4.3.0 added 4.2.0_to_4.3.0_schema.mssql.sql that has been
missed in recent update to PowerDNS in pkgsrc.

(otis)

2020-07-03 10:52:06 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 9.1.4

(roy)

2020-07-03 10:49:07 UTC MAIN commitmail json YAML

Update to dhcpcd-9.1.4 with the following changes:

* Fix SMALL builds
* Ensure DBDIR exists at startup

(roy)

2020-07-03 10:32:21 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup tickets up to #6258

I hereby declare the pullup season open :)

(bsiegert)

2020-07-03 10:31:27 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6258 - requested by sevan
bootstrap: FreeBSD documentation update

Revisions pulled up:
- bootstrap/README.FreeBSD                                      1.9

---
  Module Name:    pkgsrc
  Committed By:  sevan
  Date:          Tue Jun 30 15:37:00 UTC 2020

  Modified Files:
          pkgsrc/bootstrap: README.FreeBSD

  Log Message:
  Give a heads up until issues are fixed.

(bsiegert)

2020-07-03 10:29:50 UTC pkgsrc-2020Q2 commitmail json YAML

Pullup ticket #6255 - requested by gdt
x11/qt5-qscintilla, x11/py-qt5-qscintilla: build fix

Revisions pulled up:
- x11/py-qt5-qscintilla/Makefile                                1.9
- x11/qt5-qscintilla/Makefile                                  1.10
- x11/qt5-qscintilla/Makefile.common                            1.2
- x11/qt5-qscintilla/buildlink3.mk                              1.6
- x11/qt5-qscintilla/distinfo                                  1.4
- x11/qt5-qscintilla/patches/patch-Python_configure.py          1.1
- x11/qt5-qscintilla/patches/patch-Qt4Qt5_qsciapis.cpp          1.1
- x11/qt5-qscintilla/patches/patch-Qt4Qt5_qscintilla.pro        1.1
- x11/qt5-qscintilla/patches/patch-qsciapis.cpp                deleted
- x11/qt5-qscintilla/patches/patch-qscintilla.pro              deleted

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Mon Jun 29 13:25:57 UTC 2020

  Modified Files:
  pkgsrc/x11/py-qt5-qscintilla: Makefile
  pkgsrc/x11/qt5-qscintilla: Makefile Makefile.common buildlink3.mk
      distinfo
  Added Files:
  pkgsrc/x11/qt5-qscintilla/patches: patch-Python_configure.py
      patch-Qt4Qt5_qsciapis.cpp patch-Qt4Qt5_qscintilla.pro
  Removed Files:
  pkgsrc/x11/qt5-qscintilla/patches: patch-qsciapis.cpp
      patch-qscintilla.pro

  Log Message:
  qt5-qscintilla py-qt5-qscintilla: updated to 2.11.5

  QScintilla v2.11.5 has been released. This is a minor bug-fix release.

(bsiegert)

2020-07-03 03:03:18 UTC MAIN commitmail json YAML

py-cryptodome: fix build on platforms that use nbtar by default

It isn't extracted properly by archivers/pax, which leads to
packaging errors on some platforms, e.g. some Solaris derivatives.
(gtar works too, but the common approach here seems to be to just
keep it simple and specify bsdtar universally.) This should address
PR pkg/55448 from Hauke Fath.

(gutteridge)

2020-07-03 01:44:19 UTC MAIN commitmail json YAML

go-isatty: revbump for added dependency in previous commit

(gutteridge)

2020-07-03 01:29:09 UTC MAIN commitmail json YAML

go-isatty: fix SunOS builds

With some OSes (SunOS, anyway), this package needs to have go-sys
available. (Change tested on OmniOS, NetBSD 9, and Fedora 31.)

(gutteridge)

2020-07-02 22:06:44 UTC MAIN commitmail json YAML

doc: Updated devel/lua-cqueues to 20200603

(nia)

2020-07-02 22:06:14 UTC MAIN commitmail json YAML

lua-cqueues: Update to 20200603

Changes:

- Fix compilation with GCC 10
- Add cqueues.create as non-throwing variant of cqueues.new

(nia)

2020-07-02 21:42:23 UTC MAIN commitmail json YAML

2020-07-02 21:41:07 UTC MAIN commitmail json YAML

doc: Updated devel/lua-filesystem to 1.8.0

(nia)

2020-07-02 21:40:50 UTC MAIN commitmail json YAML

lua-filesystem: Update to 1.8.0

  Version 1.8.0 [22/Apr/2020]
              * Lua 5.4 support
              * lfs.link and lfs.symlinkattributes now work on Windows
              * MACOSX_DEPLOYMENT_TARGET is configurable in the Makefile
              * Fallback to _POSIX_PATH_MAX when MAXPATHLEN is not avaliable
              * Fixed memory leak in case of realloc failure

(nia)

2020-07-02 20:53:10 UTC MAIN commitmail json YAML

2020-07-02 20:48:21 UTC MAIN commitmail json YAML

doc: Added devel/lua-luv version 1.36.0

(nia)

2020-07-02 20:48:09 UTC MAIN commitmail json YAML

devel: Add lua-luv. Based on work by Jonathan Buschmann in wip.

This library makes libuv available to lua scripts.  It was made for the
luvit project but should usable from nearly any lua project.

(nia)

2020-07-02 20:43:26 UTC MAIN commitmail json YAML

lua: cmake support in luaversion.mk

(nia)

2020-07-02 20:09:03 UTC MAIN commitmail json YAML

2020-07-02 20:07:29 UTC MAIN commitmail json YAML

2020-07-02 20:00:36 UTC MAIN commitmail json YAML

doc: Added archivers/lua-zlib version 1.2

(nia)

2020-07-02 20:00:23 UTC MAIN commitmail json YAML

2020-07-02 17:59:15 UTC MAIN commitmail json YAML

doc: Added security/lua-bcrypt version 2.1.5

(nia)

2020-07-02 17:59:02 UTC MAIN commitmail json YAML

2020-07-02 17:52:03 UTC MAIN commitmail json YAML

lua-arc4random: ... correct LICENSE

(nia)

2020-07-02 17:50:38 UTC MAIN commitmail json YAML

lua-arc4random: Fix HOMEPAGE

(nia)

2020-07-02 17:46:45 UTC MAIN commitmail json YAML

doc: Added security/lua-arc4random version 1.3.4

(nia)

2020-07-02 17:46:27 UTC MAIN commitmail json YAML

security: Add lua-arc4random

The arc4random family of functions provides a cryptographic pseudorandom
number generator automatically seeded from the system entropy pool and
safe to use from multiple threads.  arc4random is designed to prevent an
adversary from guessing outputs, unlike rand(3) and random(3), and is
faster and more convenient than reading from /dev/urandom directly.

This is a Lua wrapper for arc4random(3), portable to systems that
do and don't have it natively in libc. On systems where arc4random
may be insecure it provides a replacement.

(nia)

2020-07-02 17:30:37 UTC MAIN commitmail json YAML

doc: Added textproc/lua-etlua version 1.3.0

(nia)

2020-07-02 17:30:23 UTC MAIN commitmail json YAML

textproc: Add lua-etlua

Allows you to render ERB style templates but with Lua. Supports <%
%>, <%= %> and <%- %> tags (with optional newline slurping) for
embedding code.

How it works:

- Templates are transparently translated into Lua code and then
  loaded as a function. Rendering a compiled template is very fast.

- Any compile time errors are rewritten to show the original source
  position in the template.

- The parser is aware of strings so you can put closing tags inside
  of a string literal without any problems.

(nia)

2020-07-02 17:24:56 UTC MAIN commitmail json YAML

Reset maintainership.

(alnsn)

2020-07-02 17:14:10 UTC MAIN commitmail json YAML

doc: Added textproc/lua-utf8 version 0.1.2

(nia)

2020-07-02 17:13:38 UTC MAIN commitmail json YAML

textproc: Add lua-utf8

This module adds UTF-8 support to Lua. It's compatible with Lua's
own string module, and passes all string and pattern matching tests
in Lua's test suite.

It also adds some useful routines against UTF-8 features:

- a convenient interface to escape Unicode sequences in strings.
- string insert/remove, since UTF-8 substring extract may be expensive.
- calculate Unicode width, useful when implementing e.g. console emulator.
- a useful interface to translate Unicode offsets and byte offsets.

(nia)

2020-07-02 14:54:30 UTC MAIN commitmail json YAML

doc: Added devel/lua-fifo version 0.2

(nia)

2020-07-02 14:53:51 UTC MAIN commitmail json YAML

doc: Added devel/lua-binaryheap version 0.4

(nia)

2020-07-02 14:53:38 UTC MAIN commitmail json YAML

devel: +lua-binaryheap +lua-fifo

(nia)

2020-07-02 14:52:49 UTC MAIN commitmail json YAML

devel: Add lua-fifo

A Lua library/'class' that implements a FIFO. Objects in the FIFO
can be of any type, including nil.

(nia)

2020-07-02 14:52:33 UTC MAIN commitmail json YAML

2020-07-02 14:37:15 UTC MAIN commitmail json YAML

doc: Added devel/lua-basexx version 0.4.1

(nia)

2020-07-02 14:36:29 UTC MAIN commitmail json YAML

devel: Add lua-basexx

A Lua library for base2, base16, base32, base64, base85 decoding
and encoding of data strings.

(nia)

2020-07-02 14:10:18 UTC MAIN commitmail json YAML

doc: Added textproc/lua-cmark version 0.29.0

(nia)

2020-07-02 14:10:05 UTC MAIN commitmail json YAML

2020-07-02 14:05:53 UTC MAIN commitmail json YAML

doc: Updated net/dhcpcd to 9.1.3

(roy)

2020-07-02 14:05:31 UTC MAIN commitmail json YAML

Update to dhcpcd-9.1.3 with the following changes:

* configure: Fix fallout with disabling embedded config
* inet6: Add support for reporting Mobile IPv6 RA's
* inet6: Report RA Proxy flag if set
* BSD: Allow non NetBSD and OpenBSD to set IN6_IFF_AUTOCONF
* privsep: Don't handle any signals meant for the main process
* eloop: Try and survive a signal storm
* configure: add --with-eghook=foo
* dhcpcd: Add an option to poll the interface carrier state
* script: Make visible some link level parameters to lease dumping
* Linux: ignore unsupported interfaces by default, such as sit0
* Linux: support aarch64 for reading cpu info
* Linux: keep the generic netlink socket around to get ssid with privsep
* Linux: restore fix when no address is returned by getifaddrs(3)
* inet6: Don't regen temp addresses we didn't add
* privsep: Don't limit file writes if logging to a file
* DHCP6: Fix lease timings with nodelay option

(roy)

2020-07-02 14:02:48 UTC MAIN commitmail json YAML

doc: Added security/lua-argon2 version 3.0.1

(nia)

2020-07-02 14:02:36 UTC MAIN commitmail json YAML

2020-07-02 13:15:21 UTC MAIN commitmail json YAML

doc: Added textproc/lua-markdown version 0.33

(nia)

2020-07-02 13:14:59 UTC MAIN commitmail json YAML

textproc: Add lua-markdown

This is an implementation of the popular text markup language
Markdown in pure Lua. Markdown can convert documents written in a
simple and easy to read text format to well-formatted HTML. For a
more thorough description of Markdown and the Markdown syntax, see
http://daringfireball.net/projects/markdown/

(nia)

2020-07-02 13:05:21 UTC MAIN commitmail json YAML

net/powerdns-ldap: Fix build and update for PowerDNS 4.3.0

(otis)

2020-07-02 13:04:16 UTC MAIN commitmail json YAML

net/powerdns-mysql: Update for PowerDNS 4.3.0

(otis)

2020-07-02 13:03:56 UTC MAIN commitmail json YAML

net/powerdns-pgsql: Update for PowerDNS 4.3.0

(otis)

2020-07-02 13:01:53 UTC MAIN commitmail json YAML

doc: Updated net/powerdns to 4.3.0

(otis)

2020-07-02 13:01:38 UTC MAIN commitmail json YAML

net/powerdns: Update to 4.3.0

Changes since 4.2.2:

* Released:
  - 7th of April 2020

* Improvements:
  - reduce the number of temporary memory allocations
  - adjust NSEC TTLs to negative TTL
  - Add more SQL schema files to packages and tarballs
  - only log "No question section in packet" at Debug logging level
  - do not update identical notified serials
  - IXFR: only sign SOA in empty response for +DO queries
  - Prepare the caches' buckets in advance
  - Rework NetmaskTree for better CPU and memory efficiency.
  - allow local-ipv6 until 4.4.0
  - Add metrics about the size of our in-memory rings
  - gpgsqlbackend: stop using prepared statements
  - Enforce a strict maximum size for the packet and records caches
  - API: optionally, do not return dnssec info in domain list
  - zone file parser: Add a parameter to limit the number of "$GENERATE" steps
  - api: avoid a large number of new database connections
  - Emulate a buffered read in the pipe backend, ~3x faster
  - LUA performance: register lua functions only once
  - API: make max request/response body size configurable
  - API: add edited_serial to Zone object
  - Improve error when notification comes in for non-slave zone
  - LUA record: rewrote the health checking system

* Bug fixes:
  - avoid IXFR-in corruption when deltas come in close together (please see the
    IXFR-in corruption upgrade notes)
  - improve sql schema updates
  - Fix NSECx for unpublished DNSKEYs properly
  - emit correct NSEC/NSEC3 bitmaps in hidden key situations
  - Refuse NSEC records with a bitmap length > 32
  - YaHTTP: Support bracketed IPv6 addresses
  - Make sure the default-publish-cds and default-publish-cdnskey options are
  - respected for AXFR
  - make sure records from LMDB backend end up in the right packet section
  - Clear the TSIG algo between iterations in the API
  - HTTP API: Allow DNAME in apex with SOA and NS records
  - various memory/thread correctness fixes
  - LUA view: do not crash on empty IP list
  - REST API: accept headers without spaces
  - on luaSynth exception, drain db output
  - tinydnsbackend: limit timestamp-based TTLs
  - Ensure that pdns can read pdns.conf when upgrading from an older package
  - Ixfrdist: handle reading of empty files gracefully
  - webserver: handle exceptions instead of SIGABRTing the world

* New features:
  - add full option to "pdns_control show-config"
  - Add "IO wait" and "steal" metrics on Linux
  - API: add includerings option to statistics endpoint
  - Add an extended status report in the bind backend
  - add default-publish-{cds|cdnskey} options
  - remotebackend: Support alsoNotifies, setFresh, getUnfreshSlaveInfos
  - Add support for managing unpublished DNSSEC keys
  - gmysql backend, add an option to send the SSL capability flag
  - pdnsutil: offer to increase serial after edit-zone

* Removed features:
  - remove goracle, lua, mydns, opendbx, oracle backends
  - deprecate SOA autocomplete in pdnsutil check-zone

* misc.:
  - remove the implicit 5->7 algorithm upgrade
  - Make Lua mandatory for Auth

For complete and up-to-date changelog, see:
https://doc.powerdns.com/authoritative/changelog/4.3.html

pkgsrc notes:
~~~~~~~~~~~~~

The default options have changed since 4.2.2 a bit:
  - option "lua" has been removed as LUA is now mandatory
  - option "luarecords" has been added with default "on". When
    not present in PKG_OPTIONS, LUA records support will be disabled.

(otis)

2020-07-02 12:53:21 UTC MAIN commitmail json YAML

lua-rocks: Substitute PREFIX properly

(nia)

2020-07-02 12:13:36 UTC MAIN commitmail json YAML

lua-rocks: Force pkgsrc unzip.

Otherwise it complains:

Error: Failed unpacking rock file: /tmp/luarocks_luarocks-rock-digestif-0.3-1-B5qFAU/digestif-0.3-1.src.rock: 'unzip -n' program not found. Make sure unzip is installed and is available in your PATH (or you may want to edit the 'variables.UNZIP' value in file '/usr/pkg/etc/luarocks/config-5.4.lua')

(nia)

2020-07-02 11:37:05 UTC MAIN commitmail json YAML

doc: Added devel/lua-argparse version 0.7.0

(nia)

2020-07-02 11:36:36 UTC MAIN commitmail json YAML

devel: Add lua-argparse. Based on work by Jonathan Buschmann in wip.

Argparse is a feature-rich command line parser for Lua inspired by
argparse for Python.

Argparse supports positional arguments, options, flags, optional
arguments, subcommands and more. Argparse automatically generates
usage, help and error messages.

(nia)

2020-07-02 11:16:30 UTC MAIN commitmail json YAML

doc: Added devel/lua-inspect version 3.1.1

(nia)

2020-07-02 11:16:18 UTC MAIN commitmail json YAML

devel: Add lua-inspect. Based on work by Jonathan Buschmann in wip.

This library transforms any Lua value into a human-readable representation.
It is especially useful for debugging errors in tables.

The objective here is human understanding (i.e. for debugging),
not serialization or compactness.

(nia)

2020-07-02 11:00:29 UTC MAIN commitmail json YAML

lua-term: Lua category.

(nia)

2020-07-02 10:59:37 UTC MAIN commitmail json YAML

doc: Added devel/lua-term version 0.07

(nia)

2020-07-02 10:59:24 UTC MAIN commitmail json YAML

devel: Add lua-term. Based partially on work by Jonathan Buschmann in wip.

lua-term is a Lua module for manipulating a terminal.

(nia)

2020-07-02 10:57:20 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 78.0.1

(ryoon)

2020-07-02 10:56:49 UTC MAIN commitmail json YAML

firefox-l10n: Update to 78.0.1

* Sync with www/firefox-78.0.1.

(ryoon)

2020-07-02 10:55:20 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 78.0.1

(ryoon)

2020-07-02 10:54:26 UTC MAIN commitmail json YAML

firefox: Update to 78.0.1

Changelog:
    Fixed an issue which could cause installed search engines to not
    be visible when upgrading from a previous release.

(ryoon)

2020-07-02 10:45:47 UTC MAIN commitmail json YAML

doc: Updated lang/clang to 10.0.0nb4

(wiz)

2020-07-02 10:45:38 UTC MAIN commitmail json YAML

clang: update to 10.0.0nb4.

Make perl a run-time dependency to fix

ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of "/usr/pkg/bin/scan-build" does not exist.
ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of "/usr/pkg/libexec/c++-analyzer" does not exist.
ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of "/usr/pkg/libexec/ccc-analyzer" does not exist.

(wiz)

2020-07-02 10:27:21 UTC MAIN commitmail json YAML

awesome: gets lua category

(nia)

2020-07-02 10:26:19 UTC MAIN commitmail json YAML

2020-07-02 10:16:59 UTC MAIN commitmail json YAML

2020-07-02 10:16:02 UTC MAIN commitmail json YAML

2020-07-02 10:15:20 UTC MAIN commitmail json YAML

2020-07-02 08:50:09 UTC MAIN commitmail json YAML

2020-07-02 06:18:38 UTC MAIN commitmail json YAML

Updated net/wireshark

(adam)

2020-07-02 06:18:23 UTC MAIN commitmail json YAML

wireshark: updated to 3.2.5

Wireshark 3.2.5 Release Notes

What’s New

The Windows installers now ship with Npcap 0.9994. They previously
shipped with Npcap 0.9991.

The Windows installers now ship with USBPcap 1.5.4.0. They previously
shipped with USBPcap 1.5.3.0.

Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2020-09[1] GVCP dissector infinite loop.
      CVE-2020-15466[3].

  The following bugs have been fixed:

    • Add decryption support for QUIC IETF version 0xfaceb001 and
      0xfaceb002.

    • Windows Uninstall does not remove all files in Program Files.

    • The "relative sequence number" is same as "raw sequence number"
      when tcp.analyze_sequence_numbers:FALSE.

    • Importing profiles from a different Windows PC fails.

    • Decode as not working correctly with multiple user profiles.

    • Wireshark can misdissect the HE Radiotap field if it’s ever
      dissected one with any value unknown.

    • Buildbot crash output: fuzz-2020-06-19-5981.pcap.

    • Buildbot crash output: fuzz-2020-06-20-7665.pcap.

    • mergecap man page contains invalid formatting.

(adam)

2020-07-01 18:30:19 UTC MAIN commitmail json YAML

doc: Updated wm/2bwm to 0.3

(pin)

2020-07-01 18:29:48 UTC MAIN commitmail json YAML

wm/2bwm: update to 0.3

v0.3
* The latest stable version of 2bwm
- Leave the setting of commands to the user
- Fix bug related to the ewmh and a fake and useless window
- Fix hardcoded values
- Add the button action on root window only feature
- Add centerpoint to prototype declarations
- Fix different pixmap depth issues
- Implement _NET_WM_STATE_FULLSCREEN support
- Do not account offset when window ask to be maximized
- Change in configuration file for maximize
- Memory leak fixes
- Remove unused name from monitor structure
- Remove redundant checks within movelim function
- Depracate the use of monitor name

v0.2
* removed z3bra's patch, which isn't maintained anymore
* added the mention to the 3bwm branch
* mentioning new bugs that need to be fixed

with ok from youri

(pin)

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

We don't have upstream's default 'ginstall', so override INSTALL.

(hauke)

2020-07-01 16:39:58 UTC MAIN commitmail json YAML

love09: Add options.mk

(nia)

2020-07-01 16:17:04 UTC MAIN commitmail json YAML

doc: Updated geography/gama to 2.09

(gdt)

2020-07-01 16:16:50 UTC MAIN commitmail json YAML

geography/gama: Update to 2.09:

2.09:

Implicit value of XML parameter 'update_constrained_coordinates' was
changed to "yes". The behavior of adjustment calculation was well and
clearly described in the documentation, but in some cases the old
implicit value ("no") might have led to poor numerical results. The
input data XML parameter 'update_constrained_coordinates' is preserved
only for backward compatibility and is likely to be removed in some
future release.

2.08:

Version 2.08 December 2019

Maintainer's release

* new test data krasovsky-1926 with full reference in biblatex
  (renamed from bug-2019-04-23-oleg-goussev)

* new unit test for extern attributes in gama-local/scripts/check_externs.cpp

* new HACKING.md by Greg Troxel

* Legacy builds with expat-1.1 is available only as an testing option

* C++ sources cleanup mainly in lib/gama/local to conform with C++11

* C++11 standard is explicitly set in configure.ac (for testing C++14
  is set on in the alternative builds in the main CMakeLists.txt)

(gdt)

2020-07-01 16:05:42 UTC MAIN commitmail json YAML

Updated math/py-arviz, lang/py-mypy

(adam)

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

2020-07-01 16:03:59 UTC MAIN commitmail json YAML

py-arviz: updated to 0.9.0

v0.9.0:

Highlights
loo-pit KDE and HDI were improved
html_repr of InferenceData objects for jupyter notebooks
Support for PyJAGS
from_pymc3 automatically retrieves coords and dims from model context
plot_trace now supports multiple aesthetics to identify chain and variable shape and supports matplotlib aliases
plot_hdi can now take already computed HDI values

Deprecations
from_pymc3 without a model context available raises aFutureWarning and will be deprecated in a future version
In plot_trace, chain_prop and compact_prop as tuples will now raise a FutureWarning
hdi with 2d data raises a FutureWarning

(adam)

2020-07-01 15:59:58 UTC MAIN commitmail json YAML

Added time/py-cftime; Updated math/py-netCDF4

(adam)

2020-07-01 15:59:40 UTC MAIN commitmail json YAML

py-netCDF4: updated to 1.5.3

version 1.5.3
* make sure arrays are masked that are not filled when auto_fill is off
* python 3.8 binary wheels

(adam)

2020-07-01 15:57:35 UTC MAIN commitmail json YAML

py-cftime: added version 1.1.3

Python library for decoding time units and variable values in a netCDF file
conforming to the Climate and Forecasting (CF) netCDF conventions.

(adam)

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

mk/haskell.mk: clean up _VARGROUPS section and unused variables

(rillig)

2020-07-01 14:58:43 UTC MAIN commitmail json YAML

mk/haskell.mk: remove variable HASKELL_COMPILER, clean up documentation

There was only a single valid value for HASKELL_COMPILER, therefore the
variable was useless.  It only made the implementation more complicated
than necessary.

(rillig)

2020-07-01 14:55:13 UTC MAIN commitmail json YAML

py-asttokens: cleanup

(adam)

2020-07-01 14:53:29 UTC MAIN commitmail json YAML

doc: Updated net/powerdns-recursor to 4.3.2

(otis)

2020-07-01 14:53:13 UTC MAIN commitmail json YAML

net/powerdns-recursor: Update to 4.3.2

Changes since 4.3.1:

* Released:
  - 1st of July 2020

* Improvements:
  - Defer the NOD lookup until after the response has been sent.
  - CNAME loop detection.

* Bug fixes:
  - Backport of CVE-2020-14196: Enforce webserver ACL.
  - Copy the negative cache entry before validating it.
  - Fix compilation of the ports event multiplexer.
  - Fix the handling of DS queries for the root.
  - Fix RPZ removals when an update has several deltas.
  - Fix compilation on systems that do not define HOST_NAME_MAX.
  - Fix build with gcc-10.�

* misc.:
  - Correct depth increments.
  - Limit the TTL of RRSIG records as well

(otis)

2020-07-01 14:51:43 UTC MAIN commitmail json YAML

Updated lang/clang, lang/clang-tools-extra; Removed lang/clang-static-analyzer

(adam)

2020-07-01 14:50:33 UTC MAIN commitmail json YAML

clang-tools-extra: static analyzer is on by default; bump revision

(adam)

2020-07-01 14:48:04 UTC MAIN commitmail json YAML

remove clang-static-analyzer option

(adam)

2020-07-01 14:46:37 UTC MAIN commitmail json YAML

2020-07-01 14:39:32 UTC MAIN commitmail json YAML

Updated devel/py-wcwidth, sysutils/py-watchdog

(adam)

2020-07-01 14:39:11 UTC MAIN commitmail json YAML

py-watchdog: updated to 0.10.3

0.10.3
- Ensure ``ObservedWatch.path`` is a string
- [inotify] Allow to monitor single file
- [inotify] Prevent raising an exception when a file in a monitored folder has no permissions

(adam)

2020-07-01 14:20:46 UTC MAIN commitmail json YAML

py-wcwidth: updated to 0.2.5

0.2.5:
Do not depend on pkg_resources module for list_versions() function.

(adam)

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

ftgl: Avoid PLIST problems when doxygen is installed

(nia)

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

Updated devel/py-ipython, databases/py-pypika

(adam)

2020-07-01 14:06:38 UTC MAIN commitmail json YAML

py-pypika: updated to 0.37.15

0.37.15:
Unknown changes

(adam)

2020-07-01 14:05:04 UTC MAIN commitmail json YAML

py-ipython: updated to 7.16.1

IPython 7.16
============

The default traceback mode will now skip frames that are marked with
``__tracebackhide__ = True`` and show how many traceback frames have been
skipped. This can be toggled by using :magic:`xmode` with the ``--show`` or
``--hide`` attribute. It will have no effect on non verbose traceback modes.

The ipython debugger also now understands ``__tracebackhide__`` as well and will
skip hidden frames when displaying. Movement up and down the stack will skip the
hidden frames and will show how many frames were hidden. Internal IPython frames
are also now hidden by default. The behavior can be changed with the
``skip_hidden`` while in the debugger, command and accepts "yes", "no", "true"
and "false" case insensitive parameters.

Misc Noticeable changes:
------------------------
- Exceptions are now (re)raised when running notebooks via the :magic:`%run`, helping to catch issues in workflows and
  pipelines. :ghpull:`12301`
- Fix inputhook for qt 5.15.0 :ghpull:`12355`
- Fix wx inputhook :ghpull:`12375`
- Add handling for malformed pathext env var (Windows) :ghpull:`12367`
- use $SHELL in system_piped :ghpull:`12360` for uniform behavior with
  ipykernel.

(adam)

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

doc: Updated pkgtools/pkglint to 20.2.1

(rillig)

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

pkgtools/pkglint: update to 20.2.1

Changes since 20.2.0:

Don't warn about a possibly redundant PKGNAME=${DISTNAME} assignment if
PKGNAME is defined somewhere else in the package Makefile.

Warn if NO_CONFIGURE=yes and REPLACE_* are combined.

Suggest to replace ${VAR:@l@-l${l}@} with the simpler ${VAR:S,^,-l,},
as well as ${VAR:@l@${l}suffix@} with the simpler ${VAR:=suffix}.

Allow lua in CATEGORIES.

(rillig)

2020-07-01 13:03:38 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 78.0

(ryoon)

2020-07-01 13:02:07 UTC MAIN commitmail json YAML

firefox-l10n: Update to 78.0

* Add some more locale files.
* Sync with www/firefox-78.0.

(ryoon)

2020-07-01 13:01:45 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 78.0

(ryoon)

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

firefox: Update to 78.0

* Some dependency changes.
* Wayland and webcam may not work.

Changelog:  New

    The Protections Dashboard includes consolidated reports about
    tracking protection, data breaches, and password management.
    New features let you:

Track how many breaches you窶况e resolved right from the
dashboard

See if any of your saved passwords may have been exposed
in a data breach

    To view your dashboard, type about:protections into the address
    bar, or select 窶弃rotections Dashboard窶� from the main menu.

    Because we know people try to fix problems by reinstalling
    Firefox when a simple refresh is more likely to solve the issue,
    we窶况e added a Refresh button to the Uninstaller.

    With this release, your screen saver will no longer interrupt
    WebRTC calls on Firefox, making conference and video calling
    in Firefox better.

    We窶况e rolled out WebRender to Windows users with Intel GPUs,
    bringing improved graphics performance to an even larger
    audience.

    Firefox 78 is also our Extended Support Release (ESR), where
    the changes made over the course of the previous 10 releases
    will now roll out to our ESR users. Some of the highlights are:

Kiosk mode

Client certificates

Service Worker and Push APIs are now enabled

The Block Autoplay feature is enabled

Picture-in-picture support

View and manage web certificates in about:certificate

    Pocket recommendations, featuring some of the best stories on
    the web, will now appear on the Firefox new tab for 100% of
    our users in the UK. If you don窶冲 see them, you can turn on
    Pocket articles in your new tab, follow these steps.

Fixed

    Various security fixes.

    We fixed bugs in the search results quality composition and
    improved search result texts based on recommendations by our
    partners.

Changed

    The minimal system requirements on Linux have been updated.
    Firefox now needs GNU libc 2.17, libstdc++ 4.8.1 and GTK+ 3.14
    or newer versions.

    As part of our ongoing effort to deprecate obsolete cryptography,
    we have disabled all remaining DHE-based TLS ciphersuites by
    default.

To mitigate web compatibility issues from disabling DHE-based
TLS ciphersuites, Firefox 78 enables two more AES-GCM
SHA2-based ciphersuites.

    We have disabled TLS 1.0 and TLS 1.1 to improve your website
    connections. Sites that don't support TLS version 1.2 will now
    show an error page.

    The context menu (accessed by right clicking on a tab) lets
    you undo multiple tab closings with a single click and places
    Close Tabs to the Right and Close Other Tabs in a submenu.

    A number of accessibility improvements have been made with this
    release.

When using the JAWS screen reader, pressing the down arrow
in an HTML input control with a datalist no longer incorrectly
moves the cursor to the next element after the input control.

Screen readers no longer severely lag or freeze when focusing
the microphone/camera/screen sharing indicator.

Large tables with thousands of rows now load much faster
for screen reader users.

Text input controls with custom styling now correctly show
the focus outline when appropriate.

Screen readers no longer sometimes incorrectly switch to
document browsing mode unexpectedly when the user enters
the main Developer Tools window.

We reduced a number of animations such as tab hover, search
bar expansion, and others to reduce motion for users with
migraines and epilepsy.

Enterprise

    Enable support for client certificates stored on macOS and
    Windows by setting the experimental preference
    security.osclientcerts.autoload to true.

    New policies allow you to configure application handlers,
    disable picture in picture, and require a master password,
    which will be renamed to 窶湾rimary password窶� in future releases.

    More details in the Firefox for Enterprise 78 release notes

Security fixes:
Not available yet.

(ryoon)

2020-07-01 11:27:05 UTC MAIN commitmail json YAML

doc: Removed databases/lua-sql-sqlite

(nia)

2020-07-01 11:26:42 UTC MAIN commitmail json YAML

2020-07-01 11:22:01 UTC MAIN commitmail json YAML

doc: Removed databases/py-sqlite

(nia)

2020-07-01 11:21:36 UTC MAIN commitmail json YAML

2020-07-01 11:14:27 UTC MAIN commitmail json YAML

lua-lustache: Take maintainership

(nia)

2020-07-01 11:06:53 UTC MAIN commitmail json YAML

doc: Updated devel/lua-rocks to 3.3.1

(nia)

2020-07-01 11:06:40 UTC MAIN commitmail json YAML

2020-07-01 10:32:42 UTC MAIN commitmail json YAML

lua-rocks: Add LUA_VERSIONS_ACCEPTED

(nia)

2020-07-01 10:15:29 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkg_install to 20200701

(jperkin)

2020-07-01 10:15:20 UTC MAIN commitmail json YAML

pkg_install: Update version to 20200701.

Includes fixes to +REQUIRED_BY generation, performance improvements,
build fixes against newer libnetpgpverify, and better error messages.

When combined with newer pkgin releases, this should now eliminate the
various "pkg_add: Can't open +CONTENTS of depending package ..." errors
that users had frequently observed during upgrades (joyent/pkgsrc#158,
joyent/pkgsrc#190, joyent/pkgsrc#256, and many IRC logs).

(jperkin)

2020-07-01 10:06:42 UTC MAIN commitmail json YAML

2020-07-01 10:03:20 UTC MAIN commitmail json YAML

pkg_install: Fix and speed up "pkg_admin rebuild-tree".

In the pkg_admin front end, instead of adding +REQUIRED_BY entries as they
are found, which previously led to duplicate entries, cache the results and
write out the files at the end.

Underneath, add a caching version of iterate_pkg_db() that avoids the same
pkgdb directory lookup for every installed package, but is only suitable for
reads.  Also add a cache for best_match lookups to avoid expensive matches
each time.

For all caches, use a simple hashing function to improve lookup performance.

In summary, as well as fixing +REQUIRED_BY files, these patches reduce the
wall/user/system time of "pkg_admin rebuild-tree" on a system with 12,762
packages installed down from 13m52s/11m20s/2m32s to just 1m4s/1m3s/0m1s.

(jperkin)

2020-07-01 09:50:17 UTC MAIN commitmail json YAML

felinks: doesn't need lua

(nia)

2020-07-01 09:46:04 UTC MAIN commitmail json YAML

pkg_install: Handle recursive upgrades correctly.

The list of dependencies held by packages during recursive upgrades was not
refreshed after dependencies were themselves upgraded, leading to failures
attempting to read +REQUIRED_BY files in package directories that no longer
exist ("registration is incomplete!").  We now only perform the package
match after the upgrades have completed.

While here, hide the warning about dependencies not being fulfilled behind
ForceDepending, as the whole point of using that mode is to ignore such
issues with the assumption that the final state after updating will be
correct.

(jperkin)

2020-07-01 09:31:30 UTC MAIN commitmail json YAML

doc: Updated net/dbip-city-lite to 2020.07

(fcambus)

2020-07-01 09:31:19 UTC MAIN commitmail json YAML

2020-07-01 09:19:13 UTC MAIN commitmail json YAML

thunderbird: Remove cargo SUBSTs, there's no clear patches for rust crates

(nia)

2020-07-01 09:18:50 UTC MAIN commitmail json YAML

firefox68: Revert accidental partial update

(nia)

2020-07-01 09:17:04 UTC MAIN commitmail json YAML

firefox68: Remove cargo SUBSTs since there's no clear patching of crates

(nia)

2020-07-01 09:15:46 UTC MAIN commitmail json YAML

firefox: Add associated patch of each cargo substitution in comments.

Remove cargo substitutions with no clear associated patch.

(nia)

2020-07-01 09:13:58 UTC MAIN commitmail json YAML

doc: Updated net/dbip-country-lite to 2020.07

(fcambus)