Bug 273718 - devel/open62541: Update to version 1.3.7
Summary: devel/open62541: Update to version 1.3.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/open62541/open6254...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-11 12:54 UTC by Nico Sonack
Modified: 2023-09-12 15:01 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update to version 1.3.7 (2.23 KB, patch)
2023-09-11 12:54 UTC, Nico Sonack
nsonack: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Sonack 2023-09-11 12:54:45 UTC
Created attachment 244770 [details]
Patch to update to version 1.3.7

Update to version 1.3.7

I had to fix the CMakeLists.txt declaring the previous version and thus producing a incorrectly named shared object. I will report to upstream however I don't think this will receive too much attention.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-09-11 20:12:17 UTC
Checks out.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-09-12 14:58:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3bd1be2a2e38570464de8a71ccb6a957f88bccef

commit 3bd1be2a2e38570464de8a71ccb6a957f88bccef
Author:     Nico Sonack <nsonack@herrhotzenplotz.de>
AuthorDate: 2023-09-11 12:48:27 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-12 14:55:24 +0000

    devel/open62541: Update to version 1.3.7

    I had to patch the version inside the CMakeLists.txt because it
    otherwise produces a conflicting shared object.

    Changelog: https://github.com/open62541/open62541/releases/tag/v1.3.7

    Signed-off-by:  Nico Sonack <nsonack@herrhotzenplotz.de>
    PR:             273718

 devel/open62541/Makefile                         |  2 +-
 devel/open62541/distinfo                         |  6 +++---
 devel/open62541/files/patch-CMakeLists.txt (new) | 11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-09-12 15:01:18 UTC
Thank you for your contribution.