Bug 225719 - net/minissdpd: old version fails with miniupnpd
Summary: net/minissdpd: old version fails with miniupnpd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-07 01:19 UTC by Stephen Hurd
Modified: 2018-02-10 12:36 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments
Patch to update net/minissdpd to latest version (903 bytes, patch)
2018-02-07 01:19 UTC, Stephen Hurd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2018-02-07 01:19:09 UTC
Created attachment 190373 [details]
Patch to update net/minissdpd to latest version

The current version of minissdpd in ports (1.5.20161216) does not interoperable with net/miniupnpd as it does not properly handle multiple services being submitted.

Updating to latest resolves the issue.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-02-10 12:35:40 UTC
A commit references this bug:

Author: ehaupt
Date: Sat Feb 10 12:34:38 UTC 2018
New revision: 461390
URL: https://svnweb.freebsd.org/changeset/ports/461390

Log:
  Update to 1.5.20180203

  PR:		225719
  Submitted by:	shurd@FreeBSD.org

Changes:
  head/net/minissdpd/Makefile
  head/net/minissdpd/distinfo
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2018-02-10 12:36:51 UTC
Committed, thanks!