From: Timo Myyrä Subject: (maintainer update) x11/dunst-1.13.2 To: ports@openbsd.org Date: Sun, 07 Jun 2026 15:30:30 +0300 Hi, Small bump to dunst, lightly tested on amd64. timo diff /usr/ports path + /usr/ports commit - 99d43a5e4d8a44a8828c56a181072479240ff5f0 blob - 8cb4377740f2fcac32582cfb2fed9bf7abc30d1b file + x11/dunst/Makefile --- x11/dunst/Makefile +++ x11/dunst/Makefile @@ -2,7 +2,7 @@ COMMENT = customizable and lightweight notification-da GH_ACCOUNT = dunst-project GH_PROJECT = dunst -GH_TAGNAME = v1.13.1 +GH_TAGNAME = v1.13.2 CATEGORIES = x11 commit - 3458f5dabfb0c6d2e99f86fcf952521b46e12bad blob - 30ef885c782babfae72c2f2190253252a80a4802 file + x11/dunst/distinfo --- x11/dunst/distinfo +++ x11/dunst/distinfo @@ -1,2 +1,2 @@ -SHA256 (dunst-1.13.1.tar.gz) = pXjlws21RhhzVccQ8aqExHLm4jgo5pL+HLDruWNbEaY= -SIZE (dunst-1.13.1.tar.gz) = 4666210 +SHA256 (dunst-1.13.2.tar.gz) = xoZFzs70pFhAzWfBmhijoh7K5rMx6YZMK3RcMa7l/IU= +SIZE (dunst-1.13.2.tar.gz) = 4685829 commit - 3458f5dabfb0c6d2e99f86fcf952521b46e12bad blob - 021bf44fa578f6af475e937fa097ed0ae4521024 file + x11/dunst/patches/patch-config_mk --- x11/dunst/patches/patch-config_mk +++ x11/dunst/patches/patch-config_mk @@ -1,13 +1,13 @@ Index: config.mk --- config.mk.orig +++ config.mk -@@ -52,8 +52,8 @@ endif +@@ -59,8 +59,8 @@ endif # flags - DEFAULT_CPPFLAGS = -Wno-gnu-zero-variadic-macro-arguments -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\" -DSYSCONFDIR=\"${SYSCONFDIR}\" ${ENABLE_WAYLAND} ${ENABLE_X11} --DEFAULT_CFLAGS = -g -std=gnu11 -pedantic -Wall -Wno-overlength-strings -Wno-expansion-to-defined -Os ${EXTRA_CFLAGS} + DEFAULT_CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\" -DSYSCONFDIR=\"${SYSCONFDIR}\" ${ENABLE_WAYLAND} ${ENABLE_X11} +-DEFAULT_CFLAGS = -g -std=gnu11 -pedantic -Wall -Wno-overlength-strings -Wno-expansion-to-defined -Os -DEFAULT_LDFLAGS = -lm -lrt -+DEFAULT_CFLAGS = -g -std=gnu11 -pedantic -Wall -Wno-overlength-strings -Wno-expansion-to-defined ${EXTRA_CFLAGS} ++DEFAULT_CFLAGS = -g -std=gnu11 -pedantic -Wall -Wno-overlength-strings -Wno-expansion-to-defined +DEFAULT_LDFLAGS = -lm CPPFLAGS_DEBUG := commit - 3458f5dabfb0c6d2e99f86fcf952521b46e12bad blob - 453260654b67cce2fc7b5f30a3e5a428e72a1a66 file + x11/dunst/patches/patch-docs_dunst_1_pod_in --- x11/dunst/patches/patch-docs_dunst_1_pod_in +++ x11/dunst/patches/patch-docs_dunst_1_pod_in @@ -1,7 +1,7 @@ Index: docs/dunst.1.pod.in --- docs/dunst.1.pod.in.orig +++ docs/dunst.1.pod.in -@@ -92,9 +92,9 @@ Set notification timeout time. +@@ -59,9 +59,9 @@ Display a notification on startup. =head1 CONFIGURATION commit - 3458f5dabfb0c6d2e99f86fcf952521b46e12bad blob - 63769af994f6b93b3d09761bb3e4dcd200767ae4 file + x11/dunst/patches/patch-dunstrc --- x11/dunst/patches/patch-dunstrc +++ x11/dunst/patches/patch-dunstrc @@ -1,7 +1,7 @@ Index: dunstrc --- dunstrc.orig +++ dunstrc -@@ -240,7 +240,7 @@ +@@ -247,7 +247,7 @@ max_icon_size = 128 # Paths to default icons (only necessary when not using recursive icon lookup) @@ -10,7 +10,7 @@ Index: dunstrc ### History ### -@@ -254,10 +254,10 @@ +@@ -261,10 +261,10 @@ ### Misc/Advanced ### # dmenu path. commit - 3458f5dabfb0c6d2e99f86fcf952521b46e12bad blob - 75f20a35473e62ebe3a3c5aa7ee166c506e117d6 file + x11/dunst/patches/patch-src_utils_c --- x11/dunst/patches/patch-src_utils_c +++ x11/dunst/patches/patch-src_utils_c @@ -1,16 +1,16 @@ Index: src/utils.c --- src/utils.c.orig +++ src/utils.c -@@ -13,7 +13,6 @@ +@@ -18,7 +18,6 @@ #include #include #include -#include + #include "utils.h" #include "log.h" - #include "settings_data.h" -@@ -180,34 +179,13 @@ int string_array_length(char **s) - /* see utils.h */ +@@ -177,34 +176,13 @@ int string_array_length(char **s) + char *string_to_path(char *string) { - ASSERT_OR_RET(string, string); @@ -48,4 +48,4 @@ Index: src/utils.c + return string; } - /* see utils.h */ + bool safe_string_to_long_long(long long *in, const char *str) { commit - 3458f5dabfb0c6d2e99f86fcf952521b46e12bad blob - ce100af2389878809714276e93d4850a95930c3c file + /dev/null --- x11/dunst/patches/patch-test_rules_c +++ /dev/null @@ -1,21 +0,0 @@ -Index: test/rules.c ---- test/rules.c.orig -+++ test/rules.c -@@ -41,7 +41,7 @@ TEST test_pattern_match(void) { - ASSERT(rule_field_matches_string("ffffasd", ".*asd")); - - // Substring matching -- ASSERT(rule_field_matches_string("asd", "")); -+ ASSERT_FALSE(rule_field_matches_string("asd", "")); - ASSERT(rule_field_matches_string("asd", "sd")); - ASSERT(rule_field_matches_string("asd", "a")); - ASSERT(rule_field_matches_string("asd", "d")); -@@ -54,7 +54,7 @@ TEST test_pattern_match(void) { - ASSERT_FALSE(rule_field_matches_string("azd", "asd|dfg|ghj")); - - // Special characters -- ASSERT_FALSE(rule_field_matches_string("{", "{")); -+ ASSERT(rule_field_matches_string("{", "{")); - ASSERT(rule_field_matches_string("{", "\\{")); - ASSERT(rule_field_matches_string("a", "(a)")); - } else {