pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hare: Update to 0.25.2
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By: cfkoch
Date: Sun Aug 31 14:58:56 2025 -0700
Changeset: d4f304d9d7e67a72c1a6949203d80ed1be70b214
Modified Files:
hare/Makefile
hare/PLIST
hare/distinfo
Removed Files:
hare/patches/patch-scripts_version
Log Message:
hare: Update to 0.25.2
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d4f304d9d7e67a72c1a6949203d80ed1be70b214
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
hare/Makefile | 2 +-
hare/PLIST | 65 ++++++++++++++++++++++++++++++--------
hare/distinfo | 13 ++++----
hare/patches/patch-scripts_version | 15 ---------
4 files changed, 58 insertions(+), 37 deletions(-)
diffs:
diff --git a/hare/Makefile b/hare/Makefile
index 3909e0dbb2..637b36a3bd 100644
--- a/hare/Makefile
+++ b/hare/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= 0.24.2
+DISTNAME= 0.25.2
PKGNAME= hare-${DISTNAME}
CATEGORIES= lang
MASTER_SITES= https://git.sr.ht/~sircmpwn/hare/archive/
diff --git a/hare/PLIST b/hare/PLIST
index 0c857d4d87..60456cd4e7 100644
--- a/hare/PLIST
+++ b/hare/PLIST
@@ -139,17 +139,21 @@ share/hare/stdlib/crypto/random/random.ha
share/hare/stdlib/crypto/rsa/+test/core_test.ha
share/hare/stdlib/crypto/rsa/+test/keys_test.ha
share/hare/stdlib/crypto/rsa/+test/pkcs1_test.ha
+share/hare/stdlib/crypto/rsa/+test/pss_test.ha
share/hare/stdlib/crypto/rsa/README
share/hare/stdlib/crypto/rsa/core.ha
share/hare/stdlib/crypto/rsa/errors.ha
share/hare/stdlib/crypto/rsa/keys.ha
share/hare/stdlib/crypto/rsa/pkcs1.ha
+share/hare/stdlib/crypto/rsa/pss.ha
share/hare/stdlib/crypto/salsa/+test.ha
share/hare/stdlib/crypto/salsa/README
share/hare/stdlib/crypto/salsa/salsa20.ha
share/hare/stdlib/crypto/sha1/+test.ha
+share/hare/stdlib/crypto/sha1/README
share/hare/stdlib/crypto/sha1/sha1.ha
share/hare/stdlib/crypto/sha256/+test.ha
+share/hare/stdlib/crypto/sha256/README
share/hare/stdlib/crypto/sha256/sha256.ha
share/hare/stdlib/crypto/sha512/+test.ha
share/hare/stdlib/crypto/sha512/README
@@ -201,8 +205,12 @@ share/hare/stdlib/debug/image/self+linux.ha
share/hare/stdlib/debug/image/self+netbsd.ha
share/hare/stdlib/debug/image/self+openbsd.ha
share/hare/stdlib/debug/image/self_argv.ha
+share/hare/stdlib/debug/malloc+libc.ha
+share/hare/stdlib/debug/malloc.ha
+share/hare/stdlib/debug/source.ha
share/hare/stdlib/debug/symbols.ha
share/hare/stdlib/debug/testaddr.ha
+share/hare/stdlib/debug/traces.ha
share/hare/stdlib/dirs/README
share/hare/stdlib/dirs/xdg.ha
share/hare/stdlib/encoding/README
@@ -215,6 +223,7 @@ share/hare/stdlib/encoding/asn1/decoder.ha
share/hare/stdlib/encoding/asn1/encoder.ha
share/hare/stdlib/encoding/asn1/errors.ha
share/hare/stdlib/encoding/asn1/oid.ha
+share/hare/stdlib/encoding/asn1/stdoid/README
share/hare/stdlib/encoding/asn1/stdoid/db.ha
share/hare/stdlib/encoding/asn1/stdoid/db.txt
share/hare/stdlib/encoding/asn1/strings.ha
@@ -366,18 +375,22 @@ share/hare/stdlib/hash/siphash/siphash.ha
share/hare/stdlib/io/+freebsd/dup.ha
share/hare/stdlib/io/+freebsd/mmap.ha
share/hare/stdlib/io/+freebsd/platform_file.ha
+share/hare/stdlib/io/+freebsd/sync.ha
share/hare/stdlib/io/+freebsd/vector.ha
share/hare/stdlib/io/+linux/dup.ha
share/hare/stdlib/io/+linux/mmap.ha
share/hare/stdlib/io/+linux/platform_file.ha
+share/hare/stdlib/io/+linux/sync.ha
share/hare/stdlib/io/+linux/vector.ha
share/hare/stdlib/io/+netbsd/dup.ha
share/hare/stdlib/io/+netbsd/mmap.ha
share/hare/stdlib/io/+netbsd/platform_file.ha
+share/hare/stdlib/io/+netbsd/sync.ha
share/hare/stdlib/io/+netbsd/vector.ha
share/hare/stdlib/io/+openbsd/dup.ha
share/hare/stdlib/io/+openbsd/mmap.ha
share/hare/stdlib/io/+openbsd/platform_file.ha
+share/hare/stdlib/io/+openbsd/sync.ha
share/hare/stdlib/io/+openbsd/vector.ha
share/hare/stdlib/io/+test/limit_test.ha
share/hare/stdlib/io/+test/stream_test.ha
@@ -398,7 +411,6 @@ share/hare/stdlib/io/util.ha
share/hare/stdlib/io/zero.ha
share/hare/stdlib/linux/+linux/README
share/hare/stdlib/linux/+linux/env.ha
-share/hare/stdlib/linux/+linux/start+libc.ha
share/hare/stdlib/linux/+linux/start.ha
share/hare/stdlib/linux/keyctl/+linux/README
share/hare/stdlib/linux/keyctl/+linux/keyctl.ha
@@ -468,6 +480,7 @@ share/hare/stdlib/net/ip/+freebsd.ha
share/hare/stdlib/net/ip/+linux.ha
share/hare/stdlib/net/ip/+netbsd.ha
share/hare/stdlib/net/ip/+openbsd.ha
+share/hare/stdlib/net/ip/README
share/hare/stdlib/net/ip/ip.ha
share/hare/stdlib/net/ip/test+test.ha
share/hare/stdlib/net/msg.ha
@@ -475,6 +488,7 @@ share/hare/stdlib/net/tcp/+freebsd.ha
share/hare/stdlib/net/tcp/+linux.ha
share/hare/stdlib/net/tcp/+netbsd.ha
share/hare/stdlib/net/tcp/+openbsd.ha
+share/hare/stdlib/net/tcp/README
share/hare/stdlib/net/tcp/listener.ha
share/hare/stdlib/net/tcp/options.ha
share/hare/stdlib/net/types.ha
@@ -482,6 +496,7 @@ share/hare/stdlib/net/udp/+freebsd.ha
share/hare/stdlib/net/udp/+linux.ha
share/hare/stdlib/net/udp/+netbsd.ha
share/hare/stdlib/net/udp/+openbsd.ha
+share/hare/stdlib/net/udp/README
share/hare/stdlib/net/udp/options.ha
share/hare/stdlib/net/unix/+freebsd.ha
share/hare/stdlib/net/unix/+linux.ha
@@ -504,6 +519,7 @@ share/hare/stdlib/os/+freebsd/dirfdfs.ha
share/hare/stdlib/os/+freebsd/exit+libc-test.ha
share/hare/stdlib/os/+freebsd/exit+test.ha
share/hare/stdlib/os/+freebsd/exit.ha
+share/hare/stdlib/os/+freebsd/fcntl.ha
share/hare/stdlib/os/+freebsd/fs.ha
share/hare/stdlib/os/+freebsd/memfd.ha
share/hare/stdlib/os/+freebsd/platform_environ.ha
@@ -514,6 +530,7 @@ share/hare/stdlib/os/+linux/dirfdfs.ha
share/hare/stdlib/os/+linux/exit+libc-test.ha
share/hare/stdlib/os/+linux/exit+test.ha
share/hare/stdlib/os/+linux/exit.ha
+share/hare/stdlib/os/+linux/fcntl.ha
share/hare/stdlib/os/+linux/fs.ha
share/hare/stdlib/os/+linux/memfd.ha
share/hare/stdlib/os/+linux/memory.ha
@@ -524,6 +541,7 @@ share/hare/stdlib/os/+linux/stdfd.ha
share/hare/stdlib/os/+netbsd/dirfdfs.ha
share/hare/stdlib/os/+netbsd/exit+test.ha
share/hare/stdlib/os/+netbsd/exit.ha
+share/hare/stdlib/os/+netbsd/fcntl.ha
share/hare/stdlib/os/+netbsd/fs.ha
share/hare/stdlib/os/+netbsd/platform_environ.ha
share/hare/stdlib/os/+netbsd/shm.ha
@@ -532,12 +550,14 @@ share/hare/stdlib/os/+netbsd/stdfd.ha
share/hare/stdlib/os/+openbsd/dirfdfs.ha
share/hare/stdlib/os/+openbsd/exit+test.ha
share/hare/stdlib/os/+openbsd/exit.ha
+share/hare/stdlib/os/+openbsd/fcntl.ha
share/hare/stdlib/os/+openbsd/fs.ha
share/hare/stdlib/os/+openbsd/platform_environ.ha
share/hare/stdlib/os/+openbsd/shm.ha
share/hare/stdlib/os/+openbsd/status.ha
share/hare/stdlib/os/+openbsd/stdfd.ha
share/hare/stdlib/os/README
+share/hare/stdlib/os/bufio.ha
share/hare/stdlib/os/environ.ha
share/hare/stdlib/os/exec/+freebsd/exec.ha
share/hare/stdlib/os/exec/+freebsd/platform_cmd.ha
@@ -553,6 +573,7 @@ share/hare/stdlib/os/exec/+openbsd/platform_cmd.ha
share/hare/stdlib/os/exec/+openbsd/process.ha
share/hare/stdlib/os/exec/README
share/hare/stdlib/os/exec/cmd.ha
+share/hare/stdlib/os/exec/env+test.ha
share/hare/stdlib/os/exec/types.ha
share/hare/stdlib/os/os.ha
share/hare/stdlib/path/+freebsd.ha
@@ -683,10 +704,10 @@ share/hare/stdlib/rt/+x86_64/fenv.s
share/hare/stdlib/rt/+x86_64/longjmp.s
share/hare/stdlib/rt/+x86_64/setjmp.s
share/hare/stdlib/rt/README
-share/hare/stdlib/rt/abort+test.ha
share/hare/stdlib/rt/abort.ha
share/hare/stdlib/rt/ensure.ha
share/hare/stdlib/rt/fenv_defs.ha
+share/hare/stdlib/rt/heap-libc.ha
share/hare/stdlib/rt/jmp.ha
share/hare/stdlib/rt/malloc+debug.ha
share/hare/stdlib/rt/malloc+libc.ha
@@ -705,17 +726,17 @@ share/hare/stdlib/shlex/split.ha
share/hare/stdlib/sort/+test.ha
share/hare/stdlib/sort/README
share/hare/stdlib/sort/bisect.ha
+share/hare/stdlib/sort/cmp/README
share/hare/stdlib/sort/cmp/cmp.ha
share/hare/stdlib/sort/search.ha
share/hare/stdlib/sort/sort.ha
share/hare/stdlib/sort/types.ha
share/hare/stdlib/strconv/+test/ftos_test.ha
share/hare/stdlib/strconv/README
+share/hare/stdlib/strconv/decimal.ha
share/hare/stdlib/strconv/ftos.ha
-share/hare/stdlib/strconv/ftos_multiprecision.ha
share/hare/stdlib/strconv/ftos_ryu.ha
share/hare/stdlib/strconv/itos.ha
-share/hare/stdlib/strconv/numeric.ha
share/hare/stdlib/strconv/stof.ha
share/hare/stdlib/strconv/stof_data.ha
share/hare/stdlib/strconv/stoi.ha
@@ -744,6 +765,7 @@ share/hare/stdlib/temp/+linux.ha
share/hare/stdlib/temp/+netbsd.ha
share/hare/stdlib/temp/README
share/hare/stdlib/test/+test.ha
+share/hare/stdlib/test/README
share/hare/stdlib/test/fail+test.ha
share/hare/stdlib/test/util+test.ha
share/hare/stdlib/test/util.ha
@@ -762,29 +784,37 @@ share/hare/stdlib/time/chrono/+netbsd.ha
share/hare/stdlib/time/chrono/+openbsd.ha
share/hare/stdlib/time/chrono/README
share/hare/stdlib/time/chrono/arithmetic.ha
-share/hare/stdlib/time/chrono/chronology.ha
share/hare/stdlib/time/chrono/error.ha
-share/hare/stdlib/time/chrono/leapsec.ha
+share/hare/stdlib/time/chrono/moment.ha
share/hare/stdlib/time/chrono/timescale.ha
-share/hare/stdlib/time/chrono/timezone.ha
-share/hare/stdlib/time/chrono/tzdb.ha
-share/hare/stdlib/time/conv.ha
+share/hare/stdlib/time/chrono/utc.ha
+share/hare/stdlib/time/date/+freebsd.ha
+share/hare/stdlib/time/date/+linux.ha
+share/hare/stdlib/time/date/+netbsd.ha
+share/hare/stdlib/time/date/+openbsd.ha
share/hare/stdlib/time/date/README
share/hare/stdlib/time/date/constants.ha
share/hare/stdlib/time/date/date.ha
share/hare/stdlib/time/date/daydate.ha
share/hare/stdlib/time/date/daytime.ha
+share/hare/stdlib/time/date/duration.ha
share/hare/stdlib/time/date/error.ha
share/hare/stdlib/time/date/format.ha
+share/hare/stdlib/time/date/hop.ha
share/hare/stdlib/time/date/locality.ha
share/hare/stdlib/time/date/observe.ha
-share/hare/stdlib/time/date/parithm.ha
share/hare/stdlib/time/date/parse.ha
-share/hare/stdlib/time/date/period.ha
+share/hare/stdlib/time/date/posix.ha
share/hare/stdlib/time/date/reckon.ha
-share/hare/stdlib/time/date/tarithm.ha
+share/hare/stdlib/time/date/span.ha
+share/hare/stdlib/time/date/step.ha
+share/hare/stdlib/time/date/timezone.ha
+share/hare/stdlib/time/date/traverse.ha
+share/hare/stdlib/time/date/truncate.ha
+share/hare/stdlib/time/date/tzdb.ha
share/hare/stdlib/time/date/virtual.ha
-share/hare/stdlib/time/types.ha
+share/hare/stdlib/time/duration.ha
+share/hare/stdlib/time/instant.ha
share/hare/stdlib/types/README
share/hare/stdlib/types/arch+aarch64.ha
share/hare/stdlib/types/arch+riscv64.ha
@@ -801,27 +831,33 @@ share/hare/stdlib/types/limits.ha
share/hare/stdlib/unix/+freebsd/creds.ha
share/hare/stdlib/unix/+freebsd/nice.ha
share/hare/stdlib/unix/+freebsd/pipe.ha
+share/hare/stdlib/unix/+freebsd/rlimit.ha
share/hare/stdlib/unix/+freebsd/umask.ha
share/hare/stdlib/unix/+linux/creds.ha
share/hare/stdlib/unix/+linux/nice.ha
share/hare/stdlib/unix/+linux/pipe.ha
+share/hare/stdlib/unix/+linux/rlimit.ha
share/hare/stdlib/unix/+linux/umask.ha
share/hare/stdlib/unix/+netbsd/creds.ha
share/hare/stdlib/unix/+netbsd/nice.ha
share/hare/stdlib/unix/+netbsd/pipe.ha
+share/hare/stdlib/unix/+netbsd/rlimit.ha
share/hare/stdlib/unix/+netbsd/umask.ha
share/hare/stdlib/unix/+openbsd/creds.ha
share/hare/stdlib/unix/+openbsd/nice.ha
share/hare/stdlib/unix/+openbsd/pipe.ha
+share/hare/stdlib/unix/+openbsd/rlimit.ha
share/hare/stdlib/unix/+openbsd/umask.ha
share/hare/stdlib/unix/README
share/hare/stdlib/unix/hosts/+freebsd.ha
share/hare/stdlib/unix/hosts/+linux.ha
share/hare/stdlib/unix/hosts/+netbsd.ha
share/hare/stdlib/unix/hosts/+openbsd.ha
+share/hare/stdlib/unix/hosts/README
share/hare/stdlib/unix/hosts/errors.ha
share/hare/stdlib/unix/hosts/hosts.ha
share/hare/stdlib/unix/hosts/test+test.ha
+share/hare/stdlib/unix/passwd/README
share/hare/stdlib/unix/passwd/group.ha
share/hare/stdlib/unix/passwd/passwd.ha
share/hare/stdlib/unix/passwd/types.ha
@@ -845,6 +881,7 @@ share/hare/stdlib/unix/signal/+linux.ha
share/hare/stdlib/unix/signal/+netbsd.ha
share/hare/stdlib/unix/signal/+openbsd.ha
share/hare/stdlib/unix/signal/README
+share/hare/stdlib/unix/signal/signal+test.ha
share/hare/stdlib/unix/signal/types.ha
share/hare/stdlib/unix/tty/+freebsd/isatty.ha
share/hare/stdlib/unix/tty/+freebsd/open.ha
@@ -871,7 +908,7 @@ share/hare/stdlib/unix/tty/+openbsd/pty.ha
share/hare/stdlib/unix/tty/+openbsd/termios.ha
share/hare/stdlib/unix/tty/+openbsd/winsize.ha
share/hare/stdlib/unix/tty/README
-share/hare/stdlib/unix/tty/pty_test.ha
+share/hare/stdlib/unix/tty/pty_test+test.ha
share/hare/stdlib/unix/tty/types.ha
share/hare/stdlib/uuid/README
share/hare/stdlib/uuid/uuid.ha
diff --git a/hare/distinfo b/hare/distinfo
index 083889166b..1be8f75395 100644
--- a/hare/distinfo
+++ b/hare/distinfo
@@ -1,9 +1,8 @@
$NetBSD$
-BLAKE2s (hare/0.24.2.tar.gz) = 1cbe4358a5326e4885e93c17f5516fb86145608893a3c74db35534ea2a0e03ad
-SHA512 (hare/0.24.2.tar.gz) = 6214d0068f507f156bff85d12aeb515e5f752bff03645b3b207d224aecc62e34d4a44a171fc2b357eaaf72a804c2b79d6ad2886caa2804f1dcad07cc25d7efac
-Size (hare/0.24.2.tar.gz) = 912808 bytes
-BLAKE2s (hare/leap-seconds.list) = 7db9dd929502f4cf1d9d27c2c6df1f6fd725363b59ce841259a4046ca7f46e43
-SHA512 (hare/leap-seconds.list) = 6efa96f201099b89a38d664c7bf37bc314033475a99da6ad06f9924750d3e03afdab4892aa84042177ee37052efb5e7b3f138c44eb6492f745346346fed384f8
-Size (hare/leap-seconds.list) = 5064 bytes
-SHA1 (patch-scripts_version) = ba5b8f77fddada9fc02c85379bb9edefaa275058
+BLAKE2s (hare/0.25.2.tar.gz) = e5cb01f4abd5239da6754f2d814f81d86c721a4670b89fc7fe59096c94b81913
+SHA512 (hare/0.25.2.tar.gz) = a72bda105c3bb40c0d43382f10030883d84d2b3511197890a4641eacfc84cbcf8f5aa15391d31e5b04b2e3154f5db0d7d855d08d213f9cd089ad536cbabdcec5
+Size (hare/0.25.2.tar.gz) = 940391 bytes
+BLAKE2s (hare/leap-seconds.list) = 2753d8aae905e76ae9ace1d37b2b4ce95cafc299ff45b01977ee1ddb112c6561
+SHA512 (hare/leap-seconds.list) = ab751e4ecc3ffa119d071896c614bb3c129e3f8109bf7bf5cadf42d268325c27d7af1778335e0df7565866a34ef1d7beda446ad142d7d64a26a5cc5c39559830
+Size (hare/leap-seconds.list) = 5069 bytes
diff --git a/hare/patches/patch-scripts_version b/hare/patches/patch-scripts_version
deleted file mode 100644
index 4a291e9862..0000000000
--- a/hare/patches/patch-scripts_version
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Slight portability tweak.
-
---- scripts/version.orig 2024-07-14 11:47:02.508104182 +0000
-+++ scripts/version
-@@ -1,7 +1,7 @@
- #!/bin/sh
- # Distro packagers may set the LOCALVER variable to add their distribution to
- # the version, e.g. 1.0-alpine.
--VERSION=${VERSION:0.24.2}
-+VERSION=${VERSION:-0.24.2}
-
- ver=$(git describe 2>/dev/null)
- if [ $? -ne 0 ]
Home |
Main Index |
Thread Index |
Old Index