diff options
author | Tomohiro Kusumi <tkusumi@netbsd.org> | 2025-05-09 14:29:34 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-05-09 14:34:53 +0300 |
commit | 6d676c87632cb814b431b8a1685ebf97daa25329 (patch) | |
tree | 8eecfc00d807e391c574c3e617863c319836a4ac /filesystems | |
parent | multimedia/py-subliminal: Update to 2.3.2 (diff) |
filesystems/hammer2: Update 1.2.8 => 1.2.9
Changelog:
- Sync with DragonFly
- Sync with hammer2-fuse
- Fix zlib panic
- Minor fixes
- Misc updates
https://github.com/kusumi/freebsd_hammer2/blob/v1.2.9/CHANGES
PR: 286687
MFH: 2025Q2
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/hammer2/Makefile | 2 | ||||
-rw-r--r-- | filesystems/hammer2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/filesystems/hammer2/Makefile b/filesystems/hammer2/Makefile index ba9281ebecfd..180bba09436b 100644 --- a/filesystems/hammer2/Makefile +++ b/filesystems/hammer2/Makefile @@ -1,6 +1,6 @@ PORTNAME= hammer2 -PORTVERSION= 1.2.8 DISTVERSIONPREFIX= v +DISTVERSION= 1.2.9 CATEGORIES= filesystems MAINTAINER= tkusumi@netbsd.org diff --git a/filesystems/hammer2/distinfo b/filesystems/hammer2/distinfo index d328352c8197..095df85fefd7 100644 --- a/filesystems/hammer2/distinfo +++ b/filesystems/hammer2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731076335 -SHA256 (kusumi-freebsd_hammer2-v1.2.8_GH0.tar.gz) = ee3cb9cb0fb84a467647c25a44d1daf0b7ab9e9630a6e8e5975123367139d1aa -SIZE (kusumi-freebsd_hammer2-v1.2.8_GH0.tar.gz) = 294002 +TIMESTAMP = 1746775249 +SHA256 (kusumi-freebsd_hammer2-v1.2.9_GH0.tar.gz) = 5c3c6c3aea48d54082921aab3a51e24abd4be9cccfb8b3649731b163e6bc9884 +SIZE (kusumi-freebsd_hammer2-v1.2.9_GH0.tar.gz) = 294424 |