Download raw body.
[update] textproc/zathura/core to 0.5.12
Hi ports,
A diff to update zathura, textproc/zathura/core, to its latest release
0.5.12 follows.
- https://pwmt.org/projects/zathura/changelog/0.5.12/index.html
- https://github.com/pwmt/zathura/releases/tag/0.5.12
This release contains a patch of mine to build zathura-sandbox on
OpenBSD, to pledge(2) down to "stdio rpath" at the same position where
Landlock LSM and seccomp-bpf would be called on Linux.
https://github.com/pwmt/zathura/commit/2bcca3432a14f526d92b9ce28d893ef1f720df2a
Best,
Alvar
diff --git Makefile Makefile
index 5e34fde0114..e0d8078c998 100644
--- Makefile
+++ Makefile
@@ -1,4 +1,4 @@
-V = 0.5.11
+V = 0.5.12
COMMENT = document viewer for PDF and other formats with a vi-like UI
DISTNAME = zathura-${V}
CATEGORIES = textproc x11
diff --git distinfo distinfo
index 18c64ce06ab..54c9aaa24b5 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (zathura-0.5.11.tar.xz) = VEWKmZivD7j67y6TSoESe75LeQyG3NLIuPMjZfPRtTw=
-SIZE (zathura-0.5.11.tar.xz) = 167820
+SHA256 (zathura-0.5.12.tar.xz) = 6Ehw+/lrdmuCJKPzps58z6Nu+jtpGcyKL792XqTf5HY=
+SIZE (zathura-0.5.12.tar.xz) = 176368
diff --git pkg/PLIST pkg/PLIST
index 4434d742ebb..d51b2a2d2d0 100644
--- pkg/PLIST
+++ pkg/PLIST
@@ -1,6 +1,7 @@
@conflict zathura-<=0.0.8.5p1
@pkgpath textproc/zathura
@bin bin/zathura
+@bin bin/zathura-sandbox
include/zathura/
include/zathura/document.h
include/zathura/links.h
@@ -40,7 +41,6 @@ share/locale/es_CL/LC_MESSAGES/zathura.mo
share/locale/et/LC_MESSAGES/zathura.mo
share/locale/fr/LC_MESSAGES/zathura.mo
share/locale/he/LC_MESSAGES/zathura.mo
-share/locale/hr/LC_MESSAGES/zathura.mo
share/locale/id_ID/
share/locale/id_ID/LC_MESSAGES/
share/locale/id_ID/LC_MESSAGES/zathura.mo
[update] textproc/zathura/core to 0.5.12