pkgsrc/lang
mef 9238b800d7 (lang/rakudo) Updated 2021.09 to 2021.12
New in 2021.12:

+ Deprecations:

+ Additions:
    + Add is-wrapped method to Routine (#4579) [99bc766e]
    + Introducing RAKUDO_PRECOMPILATION_PROGRESS [d88d1cc0]
    + Add In Memoriam stub for David H. Adler [dba8dbb0]
    + Add a IterationBuffer.new(iterable) candidate (#4599) [ad145b4c]
    + Add IterationBuffer.unshift/prepend methods (#4641) [259d29b3]
    + Add knowledge about MacOS Monterey [1fc8cce3]
    + Add the ability to display any default values in sub MAIN to the default
      USAGE message [0b286ed2]

+ Changes:
    + Remove tai-offset-nanos from CORE::.keys [a8c579b6]
    + Make .subst-mutate faster by simplifying proto [d619e026]
    + Make .match faster by simplifying proto [2204c7cb]
    + Make .subst upto 1.9x as fast [0dae67a6]
    + Remove redundant multi method list(QuantHash:U:) [8fd65670]
    + Replace some empty TWEAKs by "is built"s [82a9ca4f]
    + Better cope with megamorphic callsites after new-disp [85df0ba1]
      [3229ef12][2df1d01a][091005f3][9ad99eb9][441e103f][0d84699c][5de7faf4]
      [e4b0ddf9][1fbeb4c6][f9aa1d65]
    + Support Terminal::LineEditor in the Raku REPL [5db6a344][138aca10]
      [694f648b][7b188795][15a13ffc]
    + Change SetHash.values() from `is rw` to `is raw` [65987460]
    + Very simple ACCEPTS for Int:D vs Int:D (#4625) [57387455]
    + Get either parametric or concrete roles in MRO when requested [641a86d5]
      [832a8476][bf2a07fb][856f1af0]
    + Create checksums for release files [8cb674ac]
    + Clean up list of people to ask for rakudo.org access [a31db709]
    + Micro-optiize IterationBuffer.append(IterationBuffer:D) [92c490ee]
    + Remove support for use experimental :collation (#4616) [eb837dee]
    + New disp nativecall (#4629) [f67fb4ab][30a7e94e][889754d5][d46a826f]
      [ad5cc86f][f20d448e][452781f3][624f3a7a][02539e96][3e3b5ca8][01470de8]
      [a6633242][d5b98cf7]
    + Update Release Guide to have actual information (#4639) [b3b4ca21]
    + Make Date.new(year,month,day) about 40% faster [74c8c861]
    + Make Telemetry::snap(:head) return the filename [ad1fddbb]
    + Make the max number of threads depend on number of cores (#4652)
      [afc56429]
    + Make Inline::Perl5 installation suggestion complete [4e23452c]
    + Speedup Instant.Num by manual inlining [4985f8a6][8642808e]
    + Add "ceiling" as a suggestion for "ceil" [57adbb1e]
    + Reduce number of nqp::cpucores calls (#4659) [c7e456d3]

+ Fixes:
    + Make enums and Bool throw on .new [42738187]
    + Use distribution specific comp unit ids in CURFS [7ab396a0]
    + Fix X::Assignment::RO message when assignment to Nil is attempted
      [1ea47322][15ed1566]
    + Make sure return value of Str.match is threadsafe [1d0a903a]
    + Fix gisting Buf or Blob parameterized with an unsized type [62c04646]
    + Use better default for nativesize in Buf/Blob gist [e99e2742]
    + Clarify let and temp operators [1fec0ef2]
    + Make StrDistance.ACCEPTS also a multi [3ef09a72]
    + Make sure IO::Path.slurp returns failures [ce0d31fb]
    + Make sure ParallelSequence is included in shas [e98e17da]
    + Fix handling of constrained Mu parameters in signature smartmatching
      [4329a995][c6e24eba][034768de][e6a68a94][088e0c4e]
    + Prevent rebinding for readonly parameters [PR #4536] [ea42b3df][5e1f25d9]
      [32e307b6][90307035][aeaf6f5e]
    + Fix segfaults when multiple threads initialize dynamics [db136bc5]
    + Make concurrent access to an enum by value safe (#4634) [4c238bdc]
    + Fix CATCH blocks setting $! leading to serialization errors with BEGIN
      time exceptions [b994c6bb]
    + Fix stupid copy-pasto, fixes #4660 [57801d59]
    + Minimal change for fix on MacOS Monterey [f029ac83]
    + Don't suggest method of the same name as "not found" [27082897][58c3d950]
      [d4914edd][af0153df][545f8d0e]
    + [JVM] Don't let signal(SIGINT) break the REPL [1ef7019b]
    + [JVM] Skip or todo failing tests for JVM [d301860e]
    + Restore larger limit for using string_to_int on 64bit systems [7772b737]
    + Fix segfaults due to concurrent hash access in parallel module loading
      [835d0f12]
    + Fix removing proxies in native calls [f0713c42][a6fad879]

+ Internal:
    + Lift $!do reading out of `for` loop body [560ff8c6]
    + Fix unnecessary boxing by routines with native return types [6bd955e6]
    + Prepare extops for a MoarVM internals change [3127861c]
    + Reduce visibility of Str internal classes [380c7758]
    + Only simplify protos on the MoarVM backend [c50bc998]
    + Add a missing MVMROOT in extops [ab02205e]
    + Remove an unnecessary decont on a hot path [24333b11]

New in 2021.10:

  + SPECIAL NOTES:
    + Introduce a new dispatch mechanism, including more general
      and efficient handling of various language constructs.
      For more info see  [The new MoarVM dispatch mechanism is here!](https://6guts.wordpress.com/2021/09/29/the-new-moarvm-dispatch-mechanism-is-here/)
      [d557f72b][3e086599][1f359956][959eaeab][dc456a1a][a114255c]
        ...
	(similar lines omitted)
        ...
      [ff92bac5][aa728ef7][40bf3f3e][8d1f24f9][ca3355a8][d6d90f41]
      [02c13fad][8fc643ec][b34ae24a]
  + Deprecations:
   + The `$*PERL` variable usage will warn starting from `6.e` language release,
     using `$*RAKU` is preferred now [11fd2d70][3dc4aca2]
  + Additions:
    + Add Cool.Version coercer [dab7404c]
  + Changes:
    + De-unicodify `Raku` and `Rakudo` in the welcome message [ba15173f]
  + Fixes:
    + Fix a bug where using a signature constraint with a named callable parameter did not work
      [e9a0b18c][9c2cc9c2][ffb587f2][51968148][d47185eb]
    + Make sure name suggestions shown in the `X::Method::NotFound` exception are properly sorted
      [0152e3c3][569f90ea]
    + Fix a bug in module loading preventing the `Inline::Python` module to be loaded twice
      from different locations [88862a9f]
    + Ensure symbols installed into `GLOBAL` during loading of a compunit are not lost [0cb2cb50][bb607b6b]
    + Fix loading wrong version of a module among ones with the same name happening in some cases [33296d40]
    + Fix overwriting of the `.repo-id` file in some cases [fbb5228e][bc2cac13]
    + Fix `require` of a package with globally existing class names [d4f7d174]
    + Fix displaying a warning when using `is` routine from the `Test` module
      when comparing objects where calling `.Str` is impossible [69aaa424]
    + Prevent heredocs from improperly using block variables when continuing after the block [a78c9f0d]
    + Fix a bug where calling `substr` method on a `Str` object without arguments led to infinite loop [93f0d86f]
  + Internal:
    + Log event of exhausting system threads when `RAKUDO_SCHEDULER_DEBUG` env var is enabled [ffaf453d]
    + Pass `lib` in `RAKULIB` instead of `-I` in the `harness6` script [e09df02c]
    + Rewrite `INDIRECT_NAME_LOOKUP` [431c3d6b]
    + Use `$*RAKU` instead of `$*PERL` in more places [ff6951f5]
    + Add `:override` parameter to `Rakudo::Internals.REGISTER-DYNAMIC` [4b8b566a]
    + Consistently use a number for value in name suggestions hash [c99ffc51]
2022-01-23 23:54:20 +00:00
..
a60 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
abcl lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
adoptopenjdk11-bin lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
algol68g lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
asn1c lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
awka lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
baci lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
boomerang lang/boomerang needs tex-epstopdf-pkg, seen in Joyent build 2021-12-27 05:14:44 +00:00
brandybasic lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
bwbasic lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
caml-light lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
camlp4 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
camlp5 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
cbmbasic lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ccsh lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
cdl3 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
Cg-compiler lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
chibi-scheme lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
chicken lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
chicken5 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
cim lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
cint lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
clang clang: fix patch files for solaris by providing a missing newline 2022-01-14 08:58:48 +00:00
clang-tools-extra revbump for icu and libffi 2021-12-08 16:01:42 +00:00
classpath lang/classpath: fix broken build on netbsd-current 2021-12-27 05:28:38 +00:00
classpath-gui revbump for icu and libffi 2021-12-08 16:01:42 +00:00
clisp revbump for icu and libffi 2021-12-08 16:01:42 +00:00
clojure lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
compiler-rt llvm: update llvm and friends to 13.0.0 2021-11-23 20:55:42 +00:00
coq revbump for icu and libffi 2021-12-08 16:01:42 +00:00
cparser Fix broken build of lang/cparser; escaping hashes in gmake broke 2021-12-25 21:45:42 +00:00
csmith lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
cu-prolog lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
duktape lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
eag lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ecl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
eieio lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
elisp-manual lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
elixir lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
elk lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
embryo lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
erlang lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
erlang-doc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
erlang-luerl lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
erlang-man lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
erlang21 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
execline Update to 2.8.2.0. From the changelog: 2021-12-22 16:00:06 +00:00
f2c lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ficl lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
focal lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
fort77 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
forth-retro lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
g95 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gambc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gauche lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gawk gawk: update to 5.1.1. 2021-11-01 07:07:52 +00:00
gcc-aux gcc-aux: + BLAKE2s 2021-12-11 14:45:42 +00:00
gcc2 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gcc5-aux gcc5-aux: + BLAKE2s 2021-12-11 14:47:06 +00:00
gcc6 gcc6: use BLAKE2s 2021-11-18 07:37:20 +00:00
gcc6-aux gcc6-aux: + BLAKE2s 2021-12-11 14:47:31 +00:00
gcc6-libs Fix PKGREVISION values of gcc*-libs that got out of sync (again) 2022-01-10 00:50:46 +00:00
gcc7 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gcc7-libs Fix PKGREVISION values of gcc*-libs that got out of sync (again) 2022-01-10 00:50:46 +00:00
gcc8 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gcc8-libs Fix PKGREVISION values of gcc*-libs that got out of sync (again) 2022-01-10 00:50:46 +00:00
gcc9 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gcc9-libs Fix PKGREVISION values of gcc*-libs that got out of sync (again) 2022-01-10 00:50:46 +00:00
gcc10 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gcc10-libs Fix PKGREVISION values of gcc*-libs that got out of sync (again) 2022-01-10 00:50:46 +00:00
gforth revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ghc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ghc-bootstrap lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ghc7 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ghc80 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ghc84 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ghc88 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ghc90 Update to GHC 9.0.2 2022-01-18 02:22:49 +00:00
ghc810 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gjs gjs: update to 1.68.4 and fix builds with meson >= 0.60.2 2021-12-17 00:03:51 +00:00
gnat_util lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gnucobol lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
go go-module.mk: allow packages that use this to have post-extract & pre-clean 2022-01-20 21:37:11 +00:00
go-bin Mark the package as MKPIE-unsupported 2022-01-23 11:02:02 +00:00
go14 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
go19 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
go110 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
go116 Update go116 to 1.16.13. 2022-01-09 19:18:51 +00:00
go117 Update go117 to 1.17.6. 2022-01-09 19:54:46 +00:00
gpc Mark lang/gpc NOT_FOR aarch64. It's gcc 2.95, there's not a chance. 2021-12-25 21:34:12 +00:00
gprolog lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
guile lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
guile20 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
guile22 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gwydion-dylan lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
heirloom-awk
hs-hslua Bump packages that depends on GHC 2022-01-18 02:48:01 +00:00
hugs lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
icon lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
idris Bump packages that depends on GHC 2022-01-18 02:48:01 +00:00
inform lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
intercal lang/intercal: fix build on platforms where sizeof(bool) != sizeof(int) 2021-12-27 04:27:10 +00:00
ja-gawk lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
jamvm revbump for icu and libffi 2021-12-08 16:01:42 +00:00
janet janet: update to 1.18.1. jpm is now a separate package. 2021-11-04 13:52:23 +00:00
japhar Tell this it can build on arm. Don't see any reason it shouldn't go. 2021-12-25 21:29:17 +00:00
jasmin lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
jikes lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
jimtcl jimtcl: Enable --compat configure argument. 2021-12-14 10:19:12 +00:00
joos lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
jpm janet: update to 1.18.1. jpm is now a separate package. 2021-11-04 13:52:23 +00:00
js lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
kaffe lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
kaffe-x11 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kali lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
konoha revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ksi lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
libBlocksRuntime lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
libcxx libcxx: don't try to use sys/localedef.h on SunOS if nonexistent 2022-01-09 23:20:59 +00:00
libcxxabi llvm: update llvm and friends to 13.0.0 2021-11-23 20:55:42 +00:00
libduktape lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
libLLVM lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
libLLVM4 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
libLLVM34 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
libobjc2 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
librep revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libunwind libunwind: only build_depends on llvm, remove it from bl3.mk 2021-11-23 21:42:02 +00:00
likepython lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
llvm llvm: aarch64: turn on the webassembly target option by default 2022-01-07 15:44:32 +00:00
lua For Lua modules, strip out the -shared compiler argument on Darwin. 2021-12-06 18:54:32 +00:00
lua-moonscript lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
lua51 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
lua52 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
lua53 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
lua54 lua54: Include correct objects in luac binary 2021-10-27 13:02:40 +00:00
LuaJIT2 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
lush lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
maude lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
mawk lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
mercury (lang/mercury) regen PLIST, just confirmed on amd64 2022-01-14 22:13:04 +00:00
micropython revbump for icu and libffi 2021-12-08 16:01:42 +00:00
minischeme lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
mit-scheme-bin lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
mono revbump for icu and libffi 2021-12-08 16:01:42 +00:00
mono-basic revbump for icu and libffi 2021-12-08 16:01:42 +00:00
moscow_ml lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
mozjs78 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
mpd lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
nawk
neko lang/neko: not MAKE_JOBS_SAFE. Seen in an aargh64 build a while back. 2021-12-27 01:11:10 +00:00
newlisp lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
newsqueak lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
nhc98 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
nim nim: Update to 1.6.2 2022-01-04 12:49:08 +00:00
nodejs nodejs: updated to 14.18.3 2022-01-11 08:02:04 +00:00
nodejs10 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
nodejs12 nodejs12: updated to 12.22.9 2022-01-11 08:03:02 +00:00
npm lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
nqp (lang/nqp) Updated 2021.09 to 2021.12, explicit ChangeLog unknown 2022-01-23 14:07:05 +00:00
nuitka *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
objc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ocaml ocaml: Use OPSYS_VERSION. 2021-11-29 16:24:52 +00:00
oo2c lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
open-cobol-ce lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
opencobol lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
openjdk-bin lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
openjdk8 penjdk8: Renew hashes 2021-12-27 06:29:03 +00:00
openjdk11 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
opensource-cobol lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
oracle-jdk8 lang: Remove SHA1 hashes for distfiles 2021-10-07 14:20:45 +00:00
oracle-jre8 lang: Remove SHA1 hashes for distfiles 2021-10-07 14:20:45 +00:00
ossp-js lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
owl-lisp lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
p2c lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
p5-Perl-LanguageServer lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
p5-Switch lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
parrot revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pc-lisp lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
pcc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
pcc-current lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
pear lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
perl5 perl5: Add bits from UnixWare, from Boyd Lynn Gerber 2021-12-26 15:50:16 +00:00
pfe lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
pforth lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
php lang/php80: update to 8.0.15 2022-01-21 00:32:08 +00:00
php56 php56-intl: fix icu>=70 fallout. Backport from php74-intl. 2021-12-09 00:13:07 +00:00
php74 lang/php74: update to 7.4.27 2021-12-19 05:01:05 +00:00
php80 lang/php80: update to 8.0.15 2022-01-21 00:32:08 +00:00
php81 lang/php81: update to 8.1.1 2021-12-19 05:04:48 +00:00
picoc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
pict lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
polyml revbump for icu and libffi 2021-12-08 16:01:42 +00:00
py-asttokens *: setuptools_scm: switch to versioned_dependencies 2022-01-13 19:31:20 +00:00
py-basicproperty *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-byterun py-byterun: fix PLIST for python 2.7 2022-01-22 14:42:28 +00:00
py-cmake-language-server python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-cxfreeze *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-execjs *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-executing py-executing: added version 0.8.2 2022-01-23 19:25:43 +00:00
py-hy *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-inflect *: setuptools_scm: switch to versioned_dependencies 2022-01-13 19:31:20 +00:00
py-js2py *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-jsparser *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-lsp-server python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-mypy py-mypy: updated to 0.931 2022-01-11 07:07:42 +00:00
py-mypy_extensions *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-parso *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-paver python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-pure-eval py-pure-eval: added version 0.2.2 2022-01-23 19:32:15 +00:00
py-py3c *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-pygls *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-pyrex *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-python-language-server python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-python-lua *: convert to egg.mk 2022-01-10 23:46:48 +00:00
py-pythonz *: set USE_PKG_RESOURCES for some more packages 2022-01-05 20:07:10 +00:00
py-six *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-spark-parser *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-uncompyle6 python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py27-html-docs lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
py37-html-docs lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
py38-html-docs lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
py39-html-docs python39 py39-html-docs: updated to 3.9.10 2022-01-15 16:21:26 +00:00
py310-html-docs python310 py310-html-docs: updated to 3.10.2 2022-01-15 16:23:47 +00:00
python wheel.mk: build: use long options for readability 2022-01-13 21:23:25 +00:00
python27 python27: Solaris 10 fixes, from pekdon via IRC. 2022-01-20 12:57:13 +00:00
python37 python3*: Add REPLACE_SH, from pekdon via IRC. 2022-01-21 10:43:51 +00:00
python38 python3*: Add REPLACE_SH, from pekdon via IRC. 2022-01-21 10:43:51 +00:00
python39 python3*: Add REPLACE_SH, from pekdon via IRC. 2022-01-21 10:43:51 +00:00
python310 python3*: Add REPLACE_SH, from pekdon via IRC. 2022-01-21 10:43:51 +00:00
qore lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
quickjs quickjs: fix PLIST on Darwin 2021-12-13 13:14:32 +00:00
R-cpp11 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
R-sourcetools lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
racket revbump for icu and libffi 2021-12-08 16:01:42 +00:00
racket-textual lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
rakudo (lang/rakudo) Updated 2021.09 to 2021.12 2022-01-23 23:54:20 +00:00
rcfunge lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
rexx-imc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
rexx-regina lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ruby lang/ruby: start update of Ruby on Rails 7.0.1 2022-01-16 14:02:54 +00:00
ruby-coffee-script lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ruby-coffee-script-source lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ruby-cucumber-gherkin lang/ruby-cucumber-gherkin: update to 22.0.0 2021-11-23 14:05:24 +00:00
ruby-doc-stdlib lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ruby-execjs lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ruby-rkelly-remix lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ruby26 Remove ruby-fiddle from DESCR file. 2022-01-16 13:27:03 +00:00
ruby26-base Remove ruby-fiddle from MESSAGE 2022-01-16 14:22:46 +00:00
ruby27 Remove ruby-fiddle from DESCR file. 2022-01-16 13:27:03 +00:00
ruby27-base Remove ruby-fiddle from MESSAGE 2022-01-16 14:22:46 +00:00
ruby30 Remove ruby-fiddle from DESCR file. 2022-01-16 13:27:03 +00:00
ruby30-base ruby*-base: add PKGMANDIR to FILES_SUBST 2022-01-18 08:26:38 +00:00
ruby31 lang/ruby31: add package version 3.1.0 2022-01-16 13:59:42 +00:00
ruby31-base ruby*-base: add PKGMANDIR to FILES_SUBST 2022-01-18 08:26:38 +00:00
runawk lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
rust Update lang/rust to version 1.57.0. 2022-01-21 23:20:36 +00:00
rust-analyzer rust-analyzer: update to 0.0.2022.01.10. 2022-01-22 22:53:10 +00:00
rust-bin rust-bin: fix Linux packaging 2021-12-10 19:00:35 +00:00
rust-src rust-src: update to version 1.57.0. 2022-01-22 17:31:01 +00:00
sablevm revbump for icu and libffi 2021-12-08 16:01:42 +00:00
sablevm-classpath lang/sablevm-classpath: Recognize big-endian aargh64 as well. 2021-12-27 03:31:57 +00:00
sablevm-classpath-gui revbump for icu and libffi 2021-12-08 16:01:42 +00:00
sather lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
sbcl Update to 2.1.10. 2021-11-30 23:35:05 +00:00
scala lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
scala-sbt lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
scheme48 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
scm lang/scm: Detect aargh64. 2021-12-27 03:17:17 +00:00
see lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
sigscheme lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
siod siod: incompatible with MKPIE/RELRO 2021-11-18 14:12:48 +00:00
smalltalk revbump for icu and libffi 2021-12-08 16:01:42 +00:00
smlnj smlnj: use BLAKE2s 2021-11-18 07:33:11 +00:00
smlnj11072 smlnj11072: use BLAKE2s 2021-11-18 07:43:31 +00:00
snobol lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
spidermonkey lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
spidermonkey185 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
spl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
squeak lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
squeak-vm revbump for icu and libffi 2021-12-08 16:01:42 +00:00
sr lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
sr-examples lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
stalin lang/stalin: revert accidental extra commits 2021-12-27 06:33:28 +00:00
STk lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
sun-jdk7 sun-jdk7: add a BLAKE2s 2021-12-11 14:58:02 +00:00
sun-jre7 sun-jre7: add two BLAKE2s 2021-12-11 14:57:14 +00:00
surgescript lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
swi-prolog
swi-prolog-jpl
swi-prolog-lite lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
swi-prolog-packages *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
tcl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
tcl-expect lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
tcl-otcl lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
tcl85 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
tcltutor lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
tinyscheme lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ucblogo revbump for icu and libffi 2021-12-08 16:01:42 +00:00
umb-scheme lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
utilisp lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
vala vala: updated to 0.54.6 2022-01-12 11:08:33 +00:00
vscm lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
vslisp lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
wasi-compiler-rt wasi-compiler-rt: add PR pkg/56590 reference in comment 2022-01-08 17:52:09 +00:00
wasi-libc wasi-libc: fix build on SunOS 2022-01-10 00:00:05 +00:00
wasi-libcxx wasi-libcxx: carry over wasi-compiler-rt fix for Firefox builds 2022-01-10 02:10:04 +00:00
wsbasic lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
yabasic yabasic: update to 2.90.2. 2022-01-23 21:51:19 +00:00
yap lang/yap: Fix broken build on some platforms by disabling the offending code. 2021-12-29 03:14:35 +00:00
zenlisp lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
zig zig: updated to 0.9.0 2021-12-21 09:16:26 +00:00
Makefile py-pure-eval: added version 0.2.2 2022-01-23 19:32:15 +00:00