Commit graph

332100 commits

Author SHA1 Message Date
ryoon
8382bf2b4b doc: Updated cross/mingw-w64-x86_64-binutils to 2.36 2021-01-28 12:31:44 +00:00
ryoon
51c4acda90 mingw-w64-x86_64-binutils: Update to 2.36
Update binutils to the latest.
2021-01-28 12:31:10 +00:00
jperkin
9b8fe31fbb binutils: Fix PLIST.ld
The way this is managed is gld is still installed, it's just that we do not
create the ld -> gld symlinks on SunOS so that it is not accidentally used
depending on the $PATH.

This may need tweaking for Darwin, but it's less critical there.
2021-01-28 11:07:55 +00:00
ryoon
d1b9046f6f doc: Updated www/php-nextcloud to 20.0.6 2021-01-28 09:48:00 +00:00
ryoon
ee2c057cd8 php-nextcloud: Update to 20.0.6
Changelog:
Changes

  * Make sure to do priority app upgrades first (server#25077)
  * Respect DB restrictions on number of arguments in statements and queries
    (server#25120)
  * Add a hint about the direction of priority (server#25143)
  * Do not redirect to logout after login (server#25146)
  * Fix comparison of PHP versions (server#25152)
  * Add "composer.lock" for acceptance tests to git (server#25178)
  * Update CRL due to revoked gravatar.crl (server#25190)
  * Don't log keys on checkSignature (server#25193)
  * Update 3rdparty after Archive_Tar (server#25199)
  * Bump CA bundle (server#25219)
  * Update handling of user credentials (server#25225)
  * Fix encoding issue with OC.Notification.show (server#25244)
  * Also use storage copy when dav copying directories (server#25261)
  * Silence log message (server#25263)
  * Extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
    (server#25276)
  * Do not obtain userFolder of a federated user (server#25278)
  * Bump pear/archive_tar from 1.4.11 to 1.4.12 (3rdparty#603)
  * Add gitignore entry for .github folder of dependencies (3rdparty#604)
  * Clear event array on getting them (activity#551)
2021-01-28 09:46:47 +00:00
wiz
33f5a59048 otter-browser: remove patches that were removed from distinfo during update 2021-01-28 09:17:19 +00:00
adam
c8a4d56c5d Updated lang/py-mypy, print/py-reportlab 2021-01-28 08:29:14 +00:00
adam
09f47e9c46 py-reportlab: updated to 3.5.60
CHANGES  3.5.60  22/01/2021
---------------------------
* Allow legend column control of vertical alignment
* Allow renderTextMode attribute in reportlab.graphics.shapes.String
* Allow renderTextMode drawString handling in renderPDF/PM/PS/SVG
* Some fixes to fillMode handling

CHANGES  3.5.59  04/01/2021
---------------------------
* Minor changes to table rounded corners; some documentation updates

CHANGES  3.5.58  01/01/2021
---------------------------
* Allow variant corners in Canvas.roundRect
* Allow tables to have rounded corners

CHANGES  3.5.57  27/12/2020
---------------------------
* added ddfStyle to Label
* allowed for embedded(and ordinary)Hyphenation to pre-empt splitting when embeddedHyphenation>=2
* fix extension escapePDF so it can handle unicode
* fix poundsign in Ean5BarcodeWidget
* Table can use __styledWrap__ for sizing
* test fixes so 3.9 and 2.7 produce same pdf
2021-01-28 08:28:22 +00:00
adam
1245b38ccb py-mypy: updated to 0.800
Mypy 0.800 was released. This release adds Python 3.9 support, typing usability improvements (PEP 585 and PEP 604), and other features and bug fixes.
2021-01-28 08:19:09 +00:00
triaxx
25ad2ad292 The last release of bitlbee is 3.6 on both official site and GitHub 2021-01-28 07:51:39 +00:00
triaxx
7b6aa6ce04 Amarok has been removed from pkgsrc and its development seems to be stopped 2021-01-28 07:48:12 +00:00
triaxx
0b1b16953c Actually, allegro and allegro5 are already up to date 2021-01-28 07:42:22 +00:00
triaxx
1168a10d46 Fix latest allegro and allegro5 versions 2021-01-28 07:40:28 +00:00
triaxx
56ff1abf50 openoffice has been replace by libreoffice 2021-01-28 07:33:48 +00:00
triaxx
3b4e5c8e96 doc: Updated audio/rhythmbox to 3.4.4 2021-01-28 07:30:23 +00:00
triaxx
331d3eecd3 rhythmbox: Update to 3.4.4
upstream changes:
-----------------
The change log is a large concatenation of git commits and it does not seem
relevant to copy it here.
This log is available by following this link:
https://gitlab.gnome.org/GNOME/rhythmbox/-/blob/v3.4.4/ChangeLog
2021-01-28 07:30:00 +00:00
pin
d27b36b6d4 doc: Updated sysutils/broot to 1.2.1 2021-01-28 05:14:16 +00:00
pin
3cc6fa837a sysutils/broot: update to 1.2.1
-allow dashes instead of underscores in conf property names. This fixes a
regression as "special-paths", "ext-colors" and "search-modes" were defined
with a dash up to version 1.0.7. Now both spellings are OK - Fix #330
-fix some problems with paths containing spaces
(regression since 1.1.11) - Fix #329
2021-01-28 05:13:51 +00:00
pin
cd3d720e59 doc: Updated sysutils/sfm to 0.1.3 2021-01-28 05:12:58 +00:00
pin
763a0793ac sysutils/sfm: update to 0.1.3
Feature/fix reload issues (#5)
-Fix keyboard binding
-Reload tabs on chaneds
2021-01-28 05:12:34 +00:00
gutteridge
6365444121 firefox: reflect new minimum Rust and NSS versions 2021-01-28 00:58:23 +00:00
tpaul
4f2fec950b doc: Updated devel/php-composer to 2.0.9 2021-01-28 00:02:28 +00:00
tpaul
02c52bae09 php-composer: Update to 2.0.9
Upstream release notes:
- Added warning if the curl extension is not enabled as it significantly
  degrades performance
- Fixed InstalledVersions to report all packages when several vendor dirs are
  present in the same runtime
- Fixed download speed when downloading large files
- Fixed archive and path repo copies mishandling some .gitignore paths
- Fixed root package classes not being available to the plugins/scripts during
  the initial install
- Fixed cache writes to be atomic and better support multiple Composer
  processes running in parallel
- Fixed preg jit issues when config or require modifies large composer.json
  files
- Fixed compatibility with envs having open_basedir restrictions
- Fixed exclude-from-classmap causing regex issues when having too many paths
- Fixed compatibility issue with Symfony 4/5
- Several small performance and debug output improvements
2021-01-28 00:02:16 +00:00
tpaul
3d18982a6b doc: Added net/terraform-provider-vultr version 2.1.2 2021-01-27 23:35:35 +00:00
tpaul
3e0ac0008a Add net/terraform-provider-vultr 2021-01-27 23:35:05 +00:00
tpaul
5c8a2c5139 terraform-provider-vultr: Import version 2.1.2 2021-01-27 23:33:42 +00:00
gutteridge
f723ccfc79 doc: Updated audio/musescore to 3.6.1 2021-01-27 23:05:38 +00:00
gutteridge
3e159bd6e1 musescore: update to 3.6.1
Fixes

    #315529 Fixed a crash on open of a file with start repeat in continuous view
    #315237 Fixed an issue with tab switch when opening a score when "Score migration dialog" is opened
    #315599 Fi MuseScore 3.6 crashes when rearranging instrument positions and changing Ordering
    Fixed an issue when window marked as modified, even when the last score is closed
    #315627 Fixed a crash during openning large orchestration created in older versions of MuseScore
    #315553 Fixed an issue with incorrect order of Violins in Orchestra template
    #309333 Fixed a crash during hiding palettes
    #316224 Fixed an export fail when part name contains slash
    #316025 Fixed an issue with spacers do not function with vertical justification enabled
    #316071 Added an option to Copy SMuFL Symbol Code for symbols in Master Palette
    #315861 Clef changes are no more visible on hidden staves
    #315841 Fixed an issue when "first system indent" can cause measures to not fit on system
    #315638 Fixed an issue with wrong key signature on "reset styles" with concert pitch
    #316071 Display sym smufl name in symbols palette
    #315671 Corner radius from "default rehearsal mark style" is removed
    #315503 Fixed an issue with ignored custom style defaults when creating new score from template
    #315726 Fixed an issue when applying key change to a selection causes crash if transposing instrument is involved
    #284796 Fixed an issue when incomplete voice in local time signature leads to corruption upon import
    #315067 Fixed an issue with swapping notes in a two-note tremolo causes corrupt tremolo (and crash)
    #315147 Fixed an issue with two-note tremolos displaying incorrectly when the stave has custom scale
    #315781 Fixed an issue when measure number offset changes on reload
    #290356 Now it's possible to copy-paste the LetRing, PalmMute and Vibrato elements
    The link at "Score migration dialog" now leads to Bilibili if using Chinese
2021-01-27 23:04:22 +00:00
triaxx
cca0a2dbce doc: Updated chat/ejabberd to 20.12nb2 2021-01-27 19:47:19 +00:00
triaxx
778fae0b24 ejabberd: Fix invalid log and spool directories
The localstatedir was not configured on VARBASE which produced an
inconsistency in ejabberdctl.
2021-01-27 19:47:04 +00:00
leot
4caa75c556 doc: Updated news/sfeed_curses to 0.9.8 2021-01-27 17:34:18 +00:00
leot
94cbbe0123 sfeed_curses: Update to 0.9.8
pkgsrc changes:
 - Use https:// for MASTER_SITES too

Changes:
0.9.8
-----
 - Misc bug fixes
2021-01-27 17:34:07 +00:00
wiz
1960089c64 doc: Updated emulators/mame to 0.228nb1 2021-01-27 17:06:15 +00:00
wiz
19ce84aad7 mame: add patch to fix running mame on NetBSD.
Bump PKGREVISION.
2021-01-27 17:06:06 +00:00
leot
3a83d23388 doc: Updated news/sfeed to 0.9.21 2021-01-27 16:59:23 +00:00
leot
756de2aca9 sfeed: Update to 0.9.21
pkgsrc changes:
 - Use https:// also for MASTER_SITES

Changes:
0.9.21
------
 - Do not convert UTF-16 surrogate pairs to an invalid sequence
 - If baseurl is empty use the path from the feed by default in sfeed_update
 - Misc bug fixes and code and documentation improvements
2021-01-27 16:59:13 +00:00
leot
797f9253b2 doc: Updated textproc/json2tsv to 0.6 2021-01-27 16:52:40 +00:00
leot
478f23af33 json2tsv: Update to 0.6
pkgsrc changes:
 - Update MASTER_SITES to use https

Changes:
0.6
---
 - Fix UTF-16 surrogate pair range
 - Also install LICENSE as part of documentation
2021-01-27 16:52:28 +00:00
ryoon
8fafad6702 doc: Updated devel/nss to 3.61 2021-01-27 16:29:10 +00:00
ryoon
b58e947731 nss: Update to 3.61
Changelog:
Bugs fixed in NSS 3.61:
 * Bug 1682071 - Fix issue with IKE Quick mode deriving incorrect key values
under certain conditions.
 * Bug 1684300 - Fix default PBE iteration count when NSS is compiled with
NSS_DISABLE_DBM.
 * Bug 1651411 - Improve constant-timeness in RSA operations.
 * Bug 1677207 - Upgrade Google Test version to latest release.
 * Bug 1654332 - Add aarch64-make target to nss-try.
2021-01-27 16:28:20 +00:00
jperkin
997e8dc5ed doc: Updated databases/couchdb to 2.3.1nb10 2021-01-27 16:20:31 +00:00
jperkin
3fc1ac2464 couchdb: Build against lang/erlang21.
This version of couchdb, as well as the current version of couchdb 3.x, is
incompatible with OTP 23.  While here fix hardcoded paths in patch-aa, making
it clear that this package can't be all that popular ;-)

Bump PKGREVISION for good measure even though this package previously could not
build, in case someone still has a version from before lang/erlang was bumped
lying around.
2021-01-27 16:20:20 +00:00
jperkin
93735f735b doc: Added devel/rebar21 version 2.6.4 2021-01-27 16:17:52 +00:00
jperkin
285555d3ca doc: Added lang/erlang21 version 21.3.6 2021-01-27 16:17:36 +00:00
jperkin
26f0a12162 devel: Add rebar21. 2021-01-27 16:17:20 +00:00
jperkin
081cd65984 rebar21: Import copy of rebar-2.6.4 for Erlang 21.
This is identical to devel/rebar but is specifically built against
lang/erlang21 for dependencies that are incompatible with OTP 23.
2021-01-27 16:16:44 +00:00
jperkin
624c86f0de lang: Add erlang21. 2021-01-27 16:14:16 +00:00
jperkin
5e76b18444 erlang21: Re-import erlang version 21.3.
This is a copy of the previous lang/erlang of that release, with a few bits
tidied up, and configured to live alongside the newer lang/erlang package by
using a versioned library directory.

This version is required for at least databases/couchdb, and may be required
for other software that is incompatible with OTP 23.
2021-01-27 16:13:51 +00:00
fcambus
16af10eaa4 doc: Updated devel/binutils to 2.36 2021-01-27 15:21:34 +00:00
fcambus
5dec501ee1 binutils: update to 2.36.
Changes in 2.36:

* Update elfedit and readelf with LAM_U48 and LAM_U57 support.

* Nm has a new command line option: --ifunc-chars=CHARS.  This specifies a
  string of one or two characters.  The first character is used as the type
  character when displaying global ifunc symbols.  The second character, if
  present is used when displaying local ifunc symbols.

  In addition a new configure time option --enable-f-for-ifunc-symbols has been
  created, which if used will change nm's default characters for ifunc symbols
  from i (both local and global) to F (global) and f (local).

* The ar tool's previously unused l modifier is now used for specifying
  dependencies of a static library. The arguments of this option
  (or --record-libdeps long form option) will be stored verbatim in the
  __.LIBDEP member of the archive, which the linker may read at link time.

* Readelf can now display the contents of LTO symbol table sections when asked
  to do so via the --lto-syms command line option.

* Readelf now accepts the -C command line option to enable the demangling of
  symbol names.  In addition the --demangle=<style>, --no-demangle,
  --recurse-limit and --no-recurse-limit options are also now availale.

* Add support for the SHF_GNU_RETAIN ELF section flag.
  This flag specifies that the section should not be garbage collected by the
  linker.


gas changes in 2.36:

* Add support for Intel AVX VNNI instructions.

* Add support for Intel HRESET instruction.

* Add support for Intel UINTR instructions.

* Support non-absolute segment values for i386 lcall and ljmp.

* When setting the link order attribute of ELF sections, it is now possible to
  use a numeric section index instead of symbol name.

* Add support for Cortex-A78, Cortex-A78AE, Cortex-A78C and Cortex-X1 for
  AArch64 and ARM.
  Add support for Cortex-R82, Neoverse V1, and Neoverse N2 for ARM.

* Add support for ETMv4 (Embedded Trace Macrocell), ETE (Embedded Trace
  Extension), TRBE (Trace Buffer Extension)and BRBE (Branch Record Buffer
  Extension) system registers for AArch64.

* Add support for Armv8-R and Armv8.7-A AArch64.

* Add support for DSB memory nXS barrier, WFET and WFIT instruction for Armv8.7
  AArch64.

* Add support for +flagm feature for -march in Armv8.4 AArch64.

* Add support for +ls64 feature for -march in Armv8.7 AArch64. Add atomic
  64-byte load/store instructions for this feature.

* Add support for +pauth (Pointer Authentication) feature for -march in
  AArch64.

* Add support for Intel TDX instructions.

* Add support for Intel Key Locker instructions.

* Added a .nop directive to generate a single no-op instruction in a target
  neutral manner.  This instruction does have an effect on DWARF line number
  generation, if that is active.

* Removed --reduce-memory-overheads and --hash-size as gas now
  uses hash tables that can be expand and shrink automatically.

* Add {disp16} pseudo prefix to x86 assembler.

* Add support for Intel AMX instructions.

* Configure with --enable-x86-used-note by default for Linux/x86.

* Add support for the SHF_GNU_RETAIN flag, which can be applied to
  sections using the 'R' flag in the .section directive.
  SHF_GNU_RETAIN specifies that the section should not be garbage
  collected by the linker.  It requires the GNU or FreeBSD ELF OSABIs.


ld changes in 2.36:

* Add libdep plugin, for linking dependencies of static libraries that
  were recorded by ar in the __.LIBDEP archive member.

* Add --error-handling-script=<NAME> command line option to allow a helper
  script to be invoked when an undefined symbol or a missing library is
  encountered.  This option can be suppressed via the configure time
  switch: --enable-error-handling-script=no.

* Add -z lam-u48 to x86-64 ELF linker to generate LAM_U48 property.

* Add -z lam-u57 to x86-64 ELF linker to enerate LAM_U57 property.

* Add -z lam-u48-report=[none|warning|error] to report missing LAM_U48
  property.

* Add -z lam-u57-report=[none|warning|error] to report missing LAM_U57
  property.

* Add -z lam-report=[none|warning|error] to report missing LAM_U48 and
  LAM_U57 properties.

* Add -z x86-64-{baseline|v[234]} to the x86 ELF linker to mark
  x86-64-{baseline|v[234]} ISA level as needed.

* Add -z unique-symbol to avoid duplicated local symbol names.

* The creation of PE format DLLs now defaults to using a more secure set of DLL
  characteristics.

* The linker now deduplicates the types in .ctf sections.  The new
  command-line option --ctf-share-types describes how to do this:
  its default value, share-unconflicted, produces the most compact
  output.

* The linker now omits the "variable section" from .ctf sections by
  default, saving space.  This is almost certainly what you want
  unless you are working on a project that has its own analogue
  of symbol tables that are not reflected in the ELF symtabs.

* Add support for the SHF_GNU_RETAIN ELF section flag.
  This flag specifies that the section should not be garbage collected by the
  linker.
2021-01-27 15:21:21 +00:00