FreeBSD Bugzilla – Attachment 213233 Details for
Bug 245493
devel/sord: Update to 0.16.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sord.diff
sord.diff (text/plain), 1.63 KB, created by
Goran Mekić
on 2020-04-09 19:44:54 UTC
(
hide
)
Description:
sord.diff
Filename:
MIME Type:
Creator:
Goran Mekić
Created:
2020-04-09 19:44:54 UTC
Size:
1.63 KB
patch
obsolete
>commit 2c0d603340a78f78413cac3f58f26e0aa5e743dc >Author: Goran MekiÄ <meka@tilda.center> >Date: Thu Apr 9 21:38:36 2020 +0200 > > Sord update to 0.16.4 > >diff --git a/devel/sord/Makefile b/devel/sord/Makefile >index 021dad784b59..0e5f08151768 100644 >--- a/devel/sord/Makefile >+++ b/devel/sord/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= sord >-PORTVERSION= 0.16.2 >+PORTVERSION= 0.16.4 > CATEGORIES= devel > MASTER_SITES= http://download.drobilla.net/ > >diff --git a/devel/sord/distinfo b/devel/sord/distinfo >index 1e948b76992b..c710b061cf1b 100644 >--- a/devel/sord/distinfo >+++ b/devel/sord/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1534708791 >-SHA256 (sord-0.16.2.tar.bz2) = 09f51174dd8f3efbd95f44f0bb0b165f08e066e052d40095de59de787987da8d >-SIZE (sord-0.16.2.tar.bz2) = 324386 >+TIMESTAMP = 1586455909 >+SHA256 (sord-0.16.4.tar.bz2) = b15998f4e7ad958201346009477d6696e90ee5d3e9aff25e7e9be074372690d7 >+SIZE (sord-0.16.4.tar.bz2) = 510920 >diff --git a/devel/sord/files/patch-src_sord.c b/devel/sord/files/patch-src_sord.c >new file mode 100644 >index 000000000000..1d9eb4324e54 >--- /dev/null >+++ b/devel/sord/files/patch-src_sord.c >@@ -0,0 +1,15 @@ >+--- src/sord.c.orig 2020-04-09 19:36:41 UTC >++++ src/sord.c >+@@ -690,8 +690,10 @@ sord_node_free_internal(SordWorld* world, SordNode* no >+ const uint8_t* const buf = node->node.buf; >+ >+ // Remove node from hash (which frees the node) >+- if (zix_hash_remove(world->nodes, node)) { >+- error(world, SERD_ERR_INTERNAL, "failed to remove node from hash\n"); >++ if (world) { >++ if (zix_hash_remove(world->nodes, node)) { >++ error(world, SERD_ERR_INTERNAL, "failed to remove node from hash\n"); >++ } >+ } >+ >+ // Free buffer
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245493
: 213233