Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Prevent escaping for compatible message.
Vsevolod Stakhov committed 10 years ago
commit 56f6e3e561c0a2518ddd216b500e38f3f396d45a
parent befb37c2e75063cb63d7e86329c6629405f949c2
1 file changed +2 -1
modified libpkg/pkg_manifest.c
@@ -1231,7 +1231,8 @@ pkg_emit_object(struct pkg *pkg, short flags)
			pkg_message_to_ucl(pkg),
			"message_new", sizeof("message_new") - 1, false);
		ucl_object_insert_key(top,
-
			ucl_object_fromstring(pkg->message->str),
+
			ucl_object_fromstring_common(pkg->message->str, 0,
+
					UCL_STRING_RAW|UCL_STRING_TRIM),
			"message", sizeof("message") - 1, false);
	}