Commit graph

329269 commits

Author SHA1 Message Date
otis
7bae004a19 nginx-devel: Bump PKGREVISION after njs module update 2020-12-02 10:34:57 +00:00
otis
92699ab66e nginx: Update njs module to 0.5.0.
Changelog:
* nginx modules:

    *) Feature: introduced global "ngx" object.
       The following methods were added:
         ngx.log(level, msg)

       The following properties were added:
         ngx.INFO,
         ngx.WARN,
         ngx.ERR.

    *) Feature: added support for Buffer object where string
       is expected.

    *) Feature: added Buffer version of existing properties.
       The following properties were added:
       r.requestBuffer (r.requestBody),
       r.responseBuffer (r.responseBody),
       r.rawVariables (r.variables),
       s.rawVariables (s.variables).

       The following events were added in stream module:
       upstream (upload),
       downstream (download).

    *) Improvement: added aliases to existing properties.
       The following properties were added:
       r.requestText (r.requestBody),
       r.responseText (r.responseBody).

    *) Improvement: throwing an exception in r.internalRedirect()
       for a subrequest.

    *) Bugfix: fixed promise r.subrequest() with error_page redirect.

    *) Bugfix: fixed promise events handling.

* Core:

    *) Feature: added TypeScript definitions for built-in
       modules.
       Thanks to Jakub Jirutka.

    *) Feature: tracking unhandled promise rejection.

    *) Feature: added initial iterator support.
       Thanks to Artem S. Povalyukhin.

    *) Improvement: TypeScript definitions are refactored.
       Thanks to Jakub Jirutka.

    *) Improvement: added forgotten support for
       Object.prototype.valueOf() in Buffer.from().

    *) Bugfix: fixed heap-use-after-free in JSON.parse().

    *) Bugfix: fixed heap-use-after-free in JSON.stringify().

    *) Bugfix: fixed JSON.stringify() for arrays resizable via
       getters.

    *) Bugfix: fixed heap-buffer-overflow for
       RegExp.prototype[Symbol.replace].

    *) Bugfix: fixed returned value for Buffer.prototype.write*
       functions.

    *) Bugfix: fixed querystring.stringify().
       Thanks to Artem S. Povalyukhin.

    *) Bugfix: fixed the catch handler for
       Promise.prototype.finally().

    *) Bugfix: fixed querystring.parse().
2020-12-02 10:34:09 +00:00
wiz
c85d83c09c *: move default database directory from /var/db/pkg to ${PREFIX}/pkgdb
As discussed in August 2020 and previously on pkgsrcCon 2019.

Ok pkgsrc-pmc@
2020-12-02 10:22:39 +00:00
ast
6671bc7a58 games/cgoban-java: Updated cgoban.jar to v3.5.23 from http://files.gokgs.com/javaBin/cgoban.jar 2020-12-02 08:50:24 +00:00
he
87b7982aa9 Note update of devel/ocaml-optint to 0.0.4. 2020-12-02 08:22:53 +00:00
he
3c2a1cb6c0 Update devel/ocaml-optint to version 0.0.4.
Pkgsrc changes:
 * set version# only once

Upstream changes:

v0.0.4 2020-03-09 Paris (France)

 * Fix 32bit backend where we miss to fully apply an invalid_arg
 * Fix 64bit backend where Native.unsigned_compare and
   Nativeint.unsigned_div exists (OCaml 4.08.0)

v0.0.3 2010-09-12 Paris (France)

 * Avoid partial application of function (#2, @dinosaure)
 * Add [@immediate] tag (#4, @dinosaure)
 * Fix select.ml in 32bit (#5, @IndiscriminateCoding)
 * Fix typo (#6, @hannesm)
 * Add fuzzer (#8, @dinosaure)
 * Fix lsr and asr in 64bit (#8, @cfcs, @dinosaure)
 * Optimization on of_int function (64bit) (#8, @cfcs, @dinosaure)
 * Optimization on abs function (64bit) (#8, @cfcs, @dinosaure)
 * Fix 32bit architecture, keep bit-sign in the same place (#8,
   @dinosaure, review @cfcs)

OK'ed by jaapb@
2020-12-02 08:21:44 +00:00
adam
a5ab7c1854 Updated databases/sqlite3 2020-12-02 07:58:07 +00:00
adam
eea2b201c0 sqlite3: updated to 3.34.0
SQLite Release 3.34.0

Added the sqlite3_txn_state() interface for reporting on the current transaction state of the database connection.
Enhance recursive common table expressions to support two or more recursive terms as is done by SQL Server, since this helps make queries against graphs easier to write and faster to execute.
Improved error messages on CHECK constraint failures.
CLI enhancements:
The .read dot-command now accepts a pipeline in addition to a filename.
Added options --data-only and --nosys to the .dump dot-command.
Added the --nosys option to the .schema dot-command.
Table name quoting works correctly for the .import dot-command.
The generate_series(START,END,STEP) table-valued function extension is now built into the CLI.
The .databases dot-command now show the status of each database file as determined by sqlite3_db_readonly() and sqlite3_txn_state().
Added the --tabs command-line option that sets .mode tabs.
The --init option reports an error if the file named as its argument cannot be opened. The --init option also now honors the --bail option.
Query planner improvements:
Improved estimates for the cost of running a DISTINCT operator.
When doing an UPDATE or DELETE using a multi-column index where only a few of the earlier columns of the index are useful for the index lookup, postpone doing the main table seek until after all WHERE clause constraints have been evaluated, in case those constraints can be covered by unused later terms of the index, thus avoiding unnecessary main table seeks.
The new OP_SeekScan opcode is used to improve performance of multi-column index look-ups when later columns are constrained by an IN operator.
The BEGIN IMMEDIATE and BEGIN EXCLUSIVE commands now work even if one or more attached database files are read-only.
Enhanced FTS5 to support trigram indexes.
Improved performance of WAL mode locking primitives in cases where there are hundreds of connections all accessing the same database file at once.
Enhanced the carray() table-valued function to include a single-argument form that is bound using the auxiliary sqlite3_carray_bind() interface.
The substr() SQL function can now also be called "substring()" for compatibility with SQL Server.
The syntax diagrams are now implemented as Pikchr scripts and rendered as SVG for improved legibility and ease of maintenance.
2020-12-02 07:57:19 +00:00
jnemeth
c427f8a0d2 note update of sysutils/bacula and company 2020-12-02 01:40:49 +00:00
jnemeth
bc25c84b5b bacula: update to 9.6.6
Changelog for version 9.6.6

18Sep20
 - baculum: Fix displaying date and time on volume view page

17Sep20
 - baculum: Fix #2564 changing volume status to Read-Only

11Sep20
 - baculum: Fix saving multicombobox control values
 - baculum: Fix multicombobox and multitextbox controls to work with PHP 7.4

10Sep20
 - baculum: Fix #2562 displaying date and time in tables on Safari

30Aug20
 - Update copyright year

17Aug20
 - Clarify SD vbackup device error message
 - Fix MT2554 :update upload_cache call in dircmd.c

15Aug20
 - zero malloced memory when SMARTALLOC not enabled

09Aug20
 - baculum: Fix #2558 saving day or day range in schedule resource - reported by
  Jose Alberto

05Aug20
 - Fix MT2554 :upgrade upload_cache interface.

29Jun20
 - Eliminate compiler errors when smartalloc is turned off

28Jun20
 - baculum: Fix date formatter to work with PHP 7.4

27Jun20
 - baculum: Fix configure Bacula hosts page to work with PHP 7.4

25Jun20
 - baculum: Update Portuguese translations

24Jun20
 - baculum: Change colours in table headers and borders

20Jun20
 - baculum: Add remove runscript button

19Jun20
 - Fix #6366 About an issue with verify job level=DiskToCatalog
 - baculum: Close modal windows on pressing ESC key
 - baculum: Fix logout button on authorization failed page

18Jun20
 - baculum: Add local user authentication method support

14Jun20
 - baculum: Add date and time formatters - idea proposed by Wanderlei Huttel

13Jun20
 - baculum: Enable re-running jobs in async way and visual improvements

12Jun20
 - baculum: Change cursor over selectable table

11Jun20
 - Fix build script copyright detection
 - release: add code to detect Bacula Systems copyrights and fail release

03Jun19
 - Fix compilation of bsnapshot on Fedora

Bugs fixed/closed since last release:
2558 6366


=================================================
Release 9.6.4

08Jun20
 - Add configure variables to baculabackupreport. Patch from bug #2538
 - Fix orphaned buffers in cloud by adding truncate argument to end_of_job()

06Jun20
 - Improve clarity of Cloud part mismatches and make it an INFO message rather
  than a WARNING since it corrects the catalog.
 - Small trivial change to check_parts

05Jun20
 - Backport more Enterprise cloud parts changes
 - Backport cloud upload code from Enterprise

03Jun20
 - Update s3_driver.c to new libs3 API calling sequence

02Jun20
 - Fix tray-monitor installation
 - Recompile ./configure
 - Add ./configure code to check for and enable/disable S3 support
 - win32: Fix org#2547 About possible NULL pointer dereference in get_memory_info
 - Ensure cloud driver loaded when listing cloud volumes

29May20
 - baculum: Request #2546 support for full restore when file records for backup
  job are pruned

25May20
 - baculum: Fix problem with authorization error after upgrade
 - baculum: Add UPGRADE file

24May20
 - baculum: Fix returning value in TStyleDiff - generated notice with PHP
  7.4
 - baculum: Remove execute bit for framework scripts

22May20
 - baculum: Fix displaying empty column button in table column visibility menu -
  reported by Wanderlei Huttel

21May20
 - baculum: Update Polish translations
 - baculum: Update Portuguese translations

19May20
 - baculum: New user management. LDAP support. Role-based access control.

12May20
 - Fix new compiler warnings + always use bstrncpy not strncpy to ensure EOS at
  end of string

11May20
 - Return smartalloc buffers zeroed -- future performance improvement

10May20
 - Improve scanning data/time, fixes bug #2472
 - Make ABORT mention segfault to clarify non-bug #2528
 - Make reading a short block a warning rather than error

09May20
 - baculum: Fix validators in run job modal window

02May20
 - Remove unused -t option in dbcheck.c -- fixes bug #2453

01May20
 - Fix bug 2523 -- spurious extra linking
 - Fix bug #2534 possible double free in error case
 - Fix possible sscanf overflows
 - Fix overflow from malicious FD reported by Pasi Saarinen

18Apr20
 - baculum: Add option to show time in job log - idea proposed by Wanderlei
  Huttel
 - baculum: Add show log time parameter to job log endpoint

16Apr20
 - baculum: Add tip about using table row selection

17Mar20
 - Fix bug #2525 seg fault when doing estimate with accurate and MD5
 - baculum: Fix issues with SELinux support reported by Neil MacGregor

16Mar20
 - Correct some copyrights

07Mar20
 - Add Docker plugin rpm spec files

Bugs fixed/closed since last release:
2453 2472 2525 2528 2534 2546 2547

===========================================================

Release Version 9.6.3
09Mar20
 - Eliminate false error when droping postgres table MAC
 - Apply Carsten's character set fix for the docs. Many thanks!

08Mar20
 - Fix logic error in clearing bit on Windows

07Mar20
 - baculum: Update Portuguese translations
 - baculum: Update Polish translations
 - baculum: Add patch to PRADO framework 4.0.1 for supporting PostgreSQL 12
  catalog database
 - baculum: Add support for PostgreSQL 12 catalog database
 - Enhance failed bpipe to changer error message
 - Clean up some incorrect copyrights
 - Correct spelling errors in messages
 - Add to plugins links

01Mar20
 - baculum: Add bulk actions for job history and volume tables
 - baculum: Update DataTables and its plugins

27Feb20
 - docker: Update copyright headers.
 - Update BSD copyright on *.conf.in files
 - docker: Remove unneeded tar binary.
 - Fix workaround for Sun C++ recommended by Phil Stracchino
 - baculum: Update Polish translations
 - baculum: Update Portuguese translations
2020-12-02 01:36:48 +00:00
gutteridge
71b62eb959 rsyslog: bump minimum py-docutils tool dependency
Since py-docutils script names changed in 0.15, that's our new minimum.
(Missed in my previous commit.)
2020-12-02 01:30:45 +00:00
gutteridge
e9f2ddb23e verifypc: fix a typo in a comment 2020-12-02 01:03:40 +00:00
gutteridge
e72e32451c doc: Updated mail/xfce4-mailwatch-plugin to 1.3.0 2020-12-02 00:58:51 +00:00
gutteridge
f57ae6d342 xfce4-mailwatch-plugin: update to 1.3.0
Change log:

1.3.0
======
- GTK 3 Port
- Remove Libgcrypt dependency
- Move "watching" column to the left to avoid overlapping with scrollbar
- Add support for XfceTitledDialog new API
- Fix cast to pointer
- Replace deprecated GTimeVal
- Update URLs from goodies.x.o to docs.x.o (Bug #16167)
- Added support for multi-row/column panels in xfce4-panel > 4.9
- Fix running command on each change of the count
- Fix running an empty command
- Do not run command when new message count is 0
- Add SSL support CFLAGS and LDFLAGS conditionally
- Translation Updates:
  Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  English (Australia), English (United Kingdom), Finnish, French,
  Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
  Interlingue, Italian, Japanese, Korean, Latvian, Lithuanian, Malay,
  Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese,
  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur,
  Vietnamese
2020-12-02 00:56:50 +00:00
gutteridge
6c2eaaef28 doc: Updated misc/xfce4-weather-plugin to 0.10.2 2020-12-02 00:46:50 +00:00
gutteridge
2826365568 xfce4-weather-plugin: update to 0.10.2
pkgsrc-specific change: add optional support for upower.

Change log:

0.10.2
======
- weather-icon: fix use-after-free in get_user_icons_dir
- Fix GTimeVal deprecation
- Update copyright/bugzilla URLs
- Switch to the 2.0 API
- Add basic GitLab pipeline
- Bug #16717: Move from exo-csource to xdt-csource
- Fix unprintable character in summary subtitle (bug #16394)
- Improve contrast in weather report, similar to GTK2 + Adwaita (bug
#15806)
- Enable keyboard scrolling in Details pane (bug #15912)
- Support solarnoon and solarmidnight (bug #15771)
- Fix day/night calculation (bug #16091)
- Translation Updates:
  Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese
  (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern
  Armenian, English (Australia), English (United Kingdom), Estonian,
  Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Italian, Japanese, Korean, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian
2020-12-02 00:46:31 +00:00
gutteridge
14bbf3ed17 xfce4: msgmerge is also a common tool dependency 2020-12-02 00:43:47 +00:00
gutteridge
0e7ea0b6d2 xfce4: xgettext is also a common tool dependency 2020-12-02 00:41:34 +00:00
he
2908d48299 NetBSD/powerpc also builds shared libs -- fix PLIST errors. 2020-12-01 23:44:00 +00:00
he
9d038c5d1f Add support for building ocaml on NetBSD/powerpc.
On NetBSD 8.x, there will be issues with shared library
support, due to missing support for ADDR16_LO, ADDR16_HI
and ADDR16_HA relocations, available in newer code.
There are however other issues, text relocations, and
apparent missing REL24 relocation support(?!?).

The testyield.ml test appears to not terminate, only two
of the 4(?) threads ever get any CPU time, so has to be killed
to complete the selftests.  Test result:

  2438 tests passed
   36 tests skipped
   12 tests failed
  108 tests not started (parent test skipped or failed)
    8 unexpected errors
  2602 tests considered
2020-12-01 23:16:44 +00:00
nikita
bd42e8fb97 doc: Updated print/tex-europasscv-doc to 2020.10.31.56829 2020-12-01 22:50:48 +00:00
nikita
7017e19340 print/tex-europasscv-doc: fix version string of pkgname. 2020-12-01 22:50:30 +00:00
nikita
c7b4e48017 doc: Updated print/tex-europasscv to 2020.10.31.56829 2020-12-01 22:47:44 +00:00
nikita
c1ec0f5aa4 print/tex-europasscv: fix version of pkgname. 2020-12-01 22:47:05 +00:00
fcambus
e9752d5341 doc: Updated textproc/miller to 5.10.0 2020-12-01 22:00:10 +00:00
fcambus
166e800cf6 miller: update to 5.10.0.
ChangeLog:

Features:

- The unsparsify -f feature
- The new sort-within-records verb is an old ask, underway from the Go
  port, backported to C
- Likewise the truncate DSL function

Bugfixes:

- The count -n feature was not implemented as intended
- Pretty-print format now works correctly with --headerless-csv-output
- The seqgen verb now correctly tracks NR and FNR in the records it emits
- An intermittent JSON-parsing bug has been fixed
2020-12-01 21:59:56 +00:00
pin
b8e9d2428a doc: Updated sysutils/broot to 1.0.8 2020-12-01 21:37:52 +00:00
pin
84b04bd153 sysytils/broot: update to 1.0.8
-when sizes are displayed (eg on br -s), show size of root line and root
filesystem info
-modified size cache management makes some size computations faster
-sizes (and dates and counts) are progressively displayed
2020-12-01 21:37:28 +00:00
wiz
bafbf5570e doc: Updated x11/modular-xorg-server to 1.20.10 2020-12-01 21:03:29 +00:00
wiz
f1c1e14e27 modular-xorg-server and friends: update to 1.20.10
Alex Goins (1):
      glamor: Update pixmap's devKind when making it exportable

Arthur Williams (1):
      include: Increase the number of max. input devices to 256.

Bernhard Übelacker (1):
      os: Fix instruction pointer written in xorg_backtrace

Greg V (1):
      xwayland: use drmGetNodeTypeFromFd for checking if a node is a render one

Kishore Kadiyala (1):
      modesetting: keep going if a modeset fails on EnterVT

Martin Peres (1):
      modesetting: check the kms state on EnterVT

Matt Turner (1):
      xserver 1.20.10

Matthieu Herrb (2):
      Fix XkbSetDeviceInfo() and SetDeviceIndicators() heap overflows
      Check SetMap request length carefully.

Michel Dänzer (10):
      glamor: Fix glamor_poly_fill_rect_gl xRectangle::width/height handling
      xfree86: Take second reference for SavedCursor in xf86CursorSetCursor
      present/wnmd: Can't use page flipping for windows clipped by children
      xwayland: Check window pixmap in xwl_present_check_flip2
      present/wnmd: Remove dead check from present_wnmd_check_flip
      present: Move flip target_msc adjustment out of present_vblank_create
      present: Add present_vblank::exec_msc field
      present/wnmd: Move up present_wnmd_queue_vblank
      present/wnmd: Execute copies at target_msc-1 already
      present/wnmd: Translate update region to screen space

Olivier Fourdan (8):
      Revert "linux: Fix platform device probe for DT-based PCI"
      Revert "linux: Fix platform device PCI detection for complex bus topologies"
      Revert "linux: Make platform device probe less fragile"
      xwayland: Do not discard frame callbacks on allow commits
      xwayland: Remove pending stream reference when freeing
      xwayland: non-rootless requires the wl_shell protocol
      xwayland: Create an xwl_window for toplevel only
      configure: Build hashtable for Xres and glvnd
2020-12-01 21:03:16 +00:00
fcambus
0522a3ee3f doc: Updated audio/libopenmpt to 0.5.4 2020-12-01 15:34:15 +00:00
fcambus
66a345c286 libopenmpt: update to 0.5.4.
ChangeLog:

### libopenmpt 0.5.4 (2020-11-29)

 *  AMS: An upper bound for uncompressed sample size is now established to
    avoid memory exhaustion from malformed files.
 *  DMF: Support early format beta versions (in particular versions 1-4).
 *  MED: Also use octave wrapping in 8-channel mode for MMD0/MMD1 modules.
 *  MED: If 8-channel mode is activated, ignore BPM mode.
 *  MED: Emulate tempo commands F01 and F02 quirk.
 *  MED: Tempo commands below 32 BPM were interpreted as tempo slides.
 *  IMF: Instrument sample mapping was off by one octave, notable in the guitar
    part of Astaris by Karsten Koch.

 *  pugixml: Update to v1.11 (2020-11-26).
2020-12-01 15:33:57 +00:00
fcambus
759d551dfc doc: Updated net/dbip-country-lite to 2020.12 2020-12-01 15:00:56 +00:00
fcambus
1765e5120a dbip-country-lite: update to 2020-12.
No upstream ChangeLog.
2020-12-01 15:00:40 +00:00
fcambus
852f1a49a8 doc: Updated net/dbip-city-lite to 2020.12 2020-12-01 15:00:00 +00:00
fcambus
abdc2eb774 dbip-city-lite: update to 2020-12.
No upstream ChangeLog.
2020-12-01 14:58:33 +00:00
fcambus
0507b84377 doc: Updated net/dbip-asn-lite to 2020.12 2020-12-01 14:57:40 +00:00
fcambus
5236169c1e dbip-asn-lite: update to 2020-12.
No upstream ChangeLog.
2020-12-01 14:57:25 +00:00
fcambus
c6634dfd40 doc: Updated cross/dasm to 2.20.14.1 2020-12-01 14:56:11 +00:00
fcambus
f7abb98e2b dasm: update to 2.20.14.1.
ChangeLog:

DASM version 2.20.14.1:

    * fixed support for forced word address x/y indexed (.wx / .wy)

    * man page added

    * missing opcodes added for mc68hc908 controller

    * Support for older macOS versions (OSX 10.5 and up)

DASM version 2.20.14:

    * Technical Documentation / User Guide for dasm in PDF format,
      written by Andrew Davie in his engaging style.

    * Dynamic Labels support by concatenating evaluated values

    * Multiline C style /* */ comments

    * Support for mc68hc908 controller family

    * Cleaned up and improved Unit Tests

    * new switch -R to remove output file if dasm found an
      error during assembly

    * Small optimization in the Atari 2600 CLEAN_START macro

    * SETSTR expression; typically used within a macro to use
      the name of an argument
2020-12-01 14:55:54 +00:00
nia
351be135d3 doc: Updated games/minetest to 5.3.0 2020-12-01 13:16:43 +00:00
nia
ea28802c5a minetest: Update to 5.3.0
Changelog:
https://dev.minetest.net/Changelog#5.2.0_.E2.86.92_5.3.0
2020-12-01 13:16:25 +00:00
nia
5b4dcb09ed php-mailparse: Mark incompatible with PHP 5. Set LICENSE. 2020-12-01 12:37:29 +00:00
nia
b7645b3b47 php-phalcon: Only works with php <= 7.2 2020-12-01 12:29:47 +00:00
nia
499c161af2 doc: Updated net/php-yaz to 1.2.3 2020-12-01 12:22:54 +00:00
nia
00d3a27f8b php-yaz: Update to 1.2.3
Fixes build with newer PHP releases.
2020-12-01 12:22:31 +00:00
nia
56a165cae9 mkvserver_mk2: Respect CFLAGS/LDFLAGS. Requires pkg-config. 2020-12-01 11:48:48 +00:00
nia
55149c8ef7 seahorse: Needs itstool 2020-12-01 11:22:53 +00:00
nia
7584d962ac doc: Updated textproc/dwdiff to 2.1.3 2020-12-01 11:21:27 +00:00
nia
4ba1e18127 dwdiff: Update to 2.1.3
Version 2.1.3:
    Bug fixes:
    - Fixed compilation problems on GCC 10, due to multiple definition of the
      same variable.
2020-12-01 11:21:15 +00:00