Download raw body.
[MAINTAINER UPDATE] www/honk 1.2.0 -> 1.2.1
Upgrade to v1.2.1
- unbreak
changelog
### 1.2.1 Solipsist Satisfaction
+ Federation reliability and compat improvements.
+ Fix 32 bit support.
+ Close databases to give the wal file a chance to checkpoint.
+ Dim images in darkmode.
- Remove the hoot: feature. The bird is dead.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/honk/Makefile,v
diff -u -p -r1.27 Makefile
--- Makefile 3 Jan 2024 13:20:33 -0000 1.27
+++ Makefile 25 Jan 2024 06:25:40 -0000
@@ -1,9 +1,6 @@
-# "cannot use uint64(dir.Fd()) (value of type uint64) as uint32 value in struct literal" in vendor/humungus.tedunangst.com/r/gonix/kqueue.go
-ONLY_FOR_ARCHS = ${LP64_ARCHS}
-
COMMENT = federated status conveyance
-DISTNAME = honk-1.2.0
+DISTNAME = honk-1.2.1
CATEGORIES = www
HOMEPAGE = https://humungus.tedunangst.com/r/honk
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/honk/distinfo,v
diff -u -p -r1.16 distinfo
--- distinfo 24 Dec 2023 09:10:35 -0000 1.16
+++ distinfo 25 Jan 2024 06:25:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (honk-1.2.0.tgz) = kcrEg0KBdCaA4g8ivIgOWIGJVDCtY5rI4P7cp/ZyXe4=
-SIZE (honk-1.2.0.tgz) = 869893
+SHA256 (honk-1.2.1.tgz) = adBbJG45md7wUGzqYKA06RXzXul3Ltncrtz2eN4Ezqo=
+SIZE (honk-1.2.1.tgz) = 919987
Index: pkg/MESSAGE
===================================================================
RCS file: /cvs/ports/www/honk/pkg/MESSAGE,v
diff -u -p -r1.4 MESSAGE
--- pkg/MESSAGE 24 Dec 2023 09:10:35 -0000 1.4
+++ pkg/MESSAGE 25 Jan 2024 06:25:40 -0000
@@ -1 +1 @@
-The database has changed since version 1.1.1. See the pkg-readme.
+The database has changed since version 1.2.0. See the pkg-readme.
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/honk/pkg/PLIST,v
diff -u -p -r1.13 PLIST
--- pkg/PLIST 10 Aug 2023 20:56:38 -0000 1.13
+++ pkg/PLIST 25 Jan 2024 06:25:40 -0000
@@ -25,6 +25,7 @@ share/doc/honk/README
share/doc/honk/activitypub.7.html
@sample ${LOCALSTATEDIR}/honk/docs/activitypub.7.html
share/doc/honk/changelog.txt
+share/doc/honk/encrypted-messages.txt
share/doc/honk/hfcs.1.html
@sample ${LOCALSTATEDIR}/honk/docs/hfcs.1.html
share/doc/honk/honk.1.html
Index: pkg/README
===================================================================
RCS file: /cvs/ports/www/honk/pkg/README,v
diff -u -p -r1.9 README
--- pkg/README 24 Dec 2023 09:10:35 -0000 1.9
+++ pkg/README 25 Jan 2024 06:25:40 -0000
@@ -66,7 +66,7 @@ honk$ sqlite3 blob.db vacuum
Database Upgrade
================
-If you are upgrading from a version before 1.1.1, you will need to upgrade
+If you are upgrading from a version before 1.2.0, you will need to upgrade
the database format:
Stop the old honk process.
[MAINTAINER UPDATE] www/honk 1.2.0 -> 1.2.1