Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 05:58:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235874] irc/ii: Update to version 1.8
Message-ID:  <bug-235874-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235874

            Bug ID: 235874
           Summary: irc/ii: Update to version 1.8
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sbz@FreeBSD.org
          Reporter: tobias.rehbein@web.de
          Assignee: sbz@FreeBSD.org
             Flags: maintainer-feedback?(sbz@FreeBSD.org)

Created attachment 202175
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202175&action=
=3Dedit
Update irc/ii to latest version 1.8

Update irc/ii to latest version 1.8

Changes:
- prevent nick collisions by only setting the nick after the server
  accepted it and print a message about change to server log.
- remove query.sh.
- add OpenBSD pledge(2) support.
- fix QUIT message string.
- raw IRC output to stdout.
- add quit command (/q [string]).
- write timestamp in outfile as UNIX timestamp (UTC+0).
- server host (-s) doesn't default to irc.freenode and is now required.
- add option (-u) to connect directly to a UNIX domain socket, this
  is useful for tunneling connections.
- remove "in" file when leaving a channel (enabled commented code).
- remove "in" files on exit.
- use IRC_MAX (512), instead of PIPE_BUF (4096) on most systems.
  PIPE_BUF is guaranteed to be atleast 512 bytes for atomic operations.
- Makefile: always be verbose.
- use C99 and -D_DEFAULT_SOURCE
- remove obsolete gethostbyname, use getaddrinfo.
- IPV6 support.
- timeout now uses separate exit statuscode 2.
- cleanup:
    - use arg.h for command-line option parsing.
    - use sbase util functions (estrtol, eprintf).
    - use and import OpenBSD strlcpy().
    - man page typos.
- style:
    - linewrap to 79 characters.
    - coding style fixes.
    - non-roman numerals for LICENSE period.

* portlint -AC: ok
* poudriere testport: ok

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235874-7788>