Bug 240563 - net/olsrd: Update to 0.9.8
Summary: net/olsrd: Update to 0.9.8
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: Bernhard Froehlich
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2019-09-13 13:42 UTC by Bernhard Froehlich
Modified: 2019-10-02 11:18 UTC (History)
1 user (show)

See Also:
koue: maintainer-feedback+
koobs: merge-quarterly?


Attachments
olsrd-0.9.8 (7.74 KB, patch)
2019-09-13 13:42 UTC, Bernhard Froehlich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Froehlich freebsd_committer freebsd_triage 2019-09-13 13:42:34 UTC
Created attachment 207462 [details]
olsrd-0.9.8

- Update to 0.9.8
- Switch to fetch from GitHub because they don't provide tarballs anymore
- Fix portlint warnings
- Fix some GNUisms (cp -t)
- Fix compile error when RTF_CLONING is not defined
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2019-09-15 04:01:34 UTC
If this is a bugfix release, please MFH, otherwise set merge-quarterly flag to -
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-10-01 14:43:39 UTC
A commit references this bug:

Author: decke
Date: Tue Oct  1 14:43:20 UTC 2019
New revision: 513489
URL: https://svnweb.freebsd.org/changeset/ports/513489

Log:
  net/olsrd:
  - Update to 0.9.8
  - Switch to fetch from GitHub because they don't provide tarballs anymore
  - Fix portlint warnings
  - Fix some GNUisms (cp -t)
  - Fix compile error when RTF_CLONING is not defined

  PR:		240563
  Submitted by:	myself
  Approved by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
  MFH:		2019Q4

Changes:
  head/net/olsrd/Makefile
  head/net/olsrd/distinfo
  head/net/olsrd/files/patch-Makefile
  head/net/olsrd/files/patch-lib-httpinfo-Makefile
  head/net/olsrd/files/patch-lib_dot__draw_Makefile
  head/net/olsrd/files/patch-make-Makefile.fbsd
  head/net/olsrd/files/patch-src_bsd_kernel__routes.c
  head/net/olsrd/files/patch-src_bsd_net.c
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-10-02 11:09:10 UTC
A commit references this bug:

Author: decke
Date: Wed Oct  2 11:08:28 UTC 2019
New revision: 513569
URL: https://svnweb.freebsd.org/changeset/ports/513569

Log:
  MFH: r513489

  net/olsrd:
  - Update to 0.9.8
  - Switch to fetch from GitHub because they don't provide tarballs anymore
  - Fix portlint warnings
  - Fix some GNUisms (cp -t)
  - Fix compile error when RTF_CLONING is not defined

  PR:		240563
  Submitted by:	myself
  Approved by:	ports-secteam (joneum)

Changes:
_U  branches/2019Q4/
  branches/2019Q4/net/olsrd/Makefile
  branches/2019Q4/net/olsrd/distinfo
  branches/2019Q4/net/olsrd/files/patch-Makefile
  branches/2019Q4/net/olsrd/files/patch-lib-httpinfo-Makefile
  branches/2019Q4/net/olsrd/files/patch-lib_dot__draw_Makefile
  branches/2019Q4/net/olsrd/files/patch-make-Makefile.fbsd
  branches/2019Q4/net/olsrd/files/patch-src_bsd_kernel__routes.c
  branches/2019Q4/net/olsrd/files/patch-src_bsd_net.c
Comment 4 Bernhard Froehlich freebsd_committer freebsd_triage 2019-10-02 11:18:50 UTC
Committed and merged to 2019Q4. Thanks!