Bug 242412

Summary: comms/conserver-com: Upgrade to 8.2.4
Product: Ports & Packages Reporter: Craig Leres <leres>
Component: Individual Port(s)Assignee: Craig Leres <leres>
Status: Closed FIXED    
Severity: Affects Only Me CC: emaste
Priority: --- Keywords: buildisok
Version: LatestFlags: bugzilla: maintainer-feedback? (kuriyama)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch leres: maintainer-approval?

Description Craig Leres freebsd_committer freebsd_triage 2019-12-03 22:11:28 UTC
Update to 8.2.4. Changes since 8.2.2:

    - Correct 'impi' typo (Ed Maste <emaste@freebsd.org>)
    - Correct argument type passed to time() (Ed Maste
      <emaste@freebsd.org>)
    - Fix compilation without deprecated OpenSSL APIs (Rosen Penev
      <rosenp@gmail.com>)
    - Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen
      Penev <rosenp@gmail.com>)
    - Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell
      <bryan@conserver.com>)
    - configure.in: Add test for closefrom (Ed Maste <emaste@freebsd.org>)
    - regenerate autoconf files (Ed Maste <emaste@freebsd.org>)
    - Use closefrom if available (Ed Maste <emaste@freebsd.org>)
    - Correct typo (Ed Maste <emaste@freebsd.org>)
    - Add Cirrus-CI FreeBSD CI build config (Ed Maste <emaste@freebsd.org>)
    - off by one found by Ed Maste (Bryan Stansell <bryan@conserver.com>)

Changes since 8.2.3:

    - Correct man page typo (Ed Maste <emaste@freebsd.org>)
    - Remove autotools generated files from repo and create with release
    - Better integration of Cirrus CI - FreeBSD, Linux, and MacOS
    - Moving README to markdown
    - Fix #12 - Remote infomation flags (i.e. "-x") cannot be
      filtered by console
    - Fix #8 - defaultaccess appears broken
    - Rename configure.in and use autoreconf
    - Better use of version.h and letting configure build things with versions
Comment 1 Craig Leres freebsd_committer freebsd_triage 2019-12-03 22:11:49 UTC
Created attachment 209672 [details]
patch
Comment 2 Automation User 2019-12-18 00:02:49 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/103878252
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-12-18 22:08:59 UTC
A commit references this bug:

Author: leres
Date: Wed Dec 18 22:08:02 UTC 2019
New revision: 520404
URL: https://svnweb.freebsd.org/changeset/ports/520404

Log:
  comms/conserver-com: Update to 8.2.4 as suggested by emaste@. Update
  to use USES=autoreconf. Changes since 8.2.2:

   - Correct man page typo (Ed Maste <emaste@freebsd.org>)
   - Remove autotools generated files from repo and create with release
   - Better integration of Cirrus CI - FreeBSD, Linux, and MacOS
   - Moving README to markdown
   - Fix #12 - Remote infomation flags (i.e. "-x") cannot be filtered
     by console
   - Fix #8 - defaultaccess appears broken
   - Rename configure.in and use autoreconf
   - Better use of version.h and letting configure build things with
     versions
   - Correct 'impi' typo (Ed Maste <emaste@freebsd.org>)
   - Correct argument type passed to time() (Ed Maste <emaste@freebsd.org>)
   - Fix compilation without deprecated OpenSSL APIs (Rosen Penev
     <rosenp@gmail.com>)
   - Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen Penev
     <rosenp@gmail.com>)
   - Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell
     <bryan@conserver.com>)
   - configure.in: Add test for closefrom (Ed Maste <emaste@freebsd.org>)
   - regenerate autoconf files (Ed Maste <emaste@freebsd.org>)
   - Use closefrom if available (Ed Maste <emaste@freebsd.org>)
   - Correct typo (Ed Maste <emaste@freebsd.org>)
   - Add Cirrus-CI FreeBSD CI build config (Ed Maste <emaste@freebsd.org>)
   - off by one found by Ed Maste (Bryan Stansell <bryan@conserver.com>)

  PR:		242412
  Approved by:	kuriyama (maintainer timeout, 2 weeks), ler (mentor, implicit)

Changes:
  head/comms/conserver-com/Makefile
  head/comms/conserver-com/distinfo
  head/comms/conserver-com/files/patch-configure
Comment 4 Craig Leres freebsd_committer freebsd_triage 2019-12-18 22:12:45 UTC
Thanks to emaste@ for suggesting this update.