View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009008 | GNUnet | testing library | public | 2024-07-10 11:25 | 2024-12-09 18:03 |
Reporter | ametzler | Assigned To | schanzen | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 0.21.2 | ||||
Target Version | 0.23.0 | Fixed in Version | 0.23.0 | ||
Summary | 0009008: libgnunet_test_testing_plugin_ping is versioned | ||||
Description | Hello, libgnunet_test_testing_plugin_ping is the the only plugin that is installed as libgnunet_test_testing_plugin_ping.so.0.0.0 - actual file libgnunet_test_testing_plugin_ping.so.0 - symlink to file libgnunet_test_testing_plugin_ping.so - symlink to file instead just an unversioned plug.so. Is this an oversight? If that is case it could be fixed with ``` --- a/src/lib/testing/Makefile.am +++ b/src/lib/testing/Makefile.am @@ -90,3 +90,5 @@ libgnunet_test_testing_plugin_ping_la_LIBADD = \ libgnunettesting.la \ $(top_builddir)/src/lib/util/libgnunetutil.la \ $(LTLIBINTL) +libgnunet_test_testing_plugin_ping_la_LDFLAGS = \ + $(GN_PLUGIN_LDFLAGS) ``` | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-07-10 11:25 | ametzler | New Issue | |
2024-11-10 10:44 | schanzen | Assigned To | => t3sserakt |
2024-11-10 10:44 | schanzen | Status | new => assigned |
2024-11-10 10:44 | schanzen | Target Version | => 0.22.3 |
2024-11-14 09:43 | schanzen | Target Version | 0.22.3 => 0.23.0 |
2024-11-26 21:01 | schanzen | Changeset attached | => gnunet master d2922057 |
2024-11-26 21:01 | schanzen | Note Added: 0023757 | |
2024-11-26 21:01 | schanzen | Assigned To | t3sserakt => schanzen |
2024-11-26 21:01 | schanzen | Status | assigned => resolved |
2024-11-26 21:01 | schanzen | Resolution | open => fixed |
2024-12-09 18:03 | schanzen | Fixed in Version | => 0.23.0 |
2024-12-09 18:03 | schanzen | Note Added: 0023842 | |
2024-12-09 18:03 | schanzen | Status | resolved => closed |