Next | Query returned 38 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2017-02-10 11:35:06 by Havard Eidnes | Files touched by this commit (2)
Log message:
Don't enable the inet6 option on the various BSDs, since their stack
require separate inet6 and inet sockets, and conserver as of 8.2.1
doesn't do that.
Bump PKGREVISION.
   2017-01-18 10:54:51 by Havard Eidnes | Files touched by this commit (6)
Log message:
Add two patches so that this at least semi-works when the inet6
option is used:

 * Use correct sockaddr length when doing getnameinfo() for inet6,
   so we avoid an early return with "permanent failure" from getnameinfo()
 * Use temp variables for walking the address lists so that we avoid trying
   freeaddrinfo(NULL) and getting SEGV

This still isn't fully baked and backward compatible: with the
inet6 option turned on, on NetBSD the conserver process only opens
an inet6 server socket and no longer serves an inet socket (a
Linuxism, I suspect), making it troublesome to interoperate with
older versions of conserver or installations on hosts without IPv6
connectivity.

PKGREVISION bumped.
   2016-06-20 17:25:39 by Eric Schnoebelen | Files touched by this commit (2)
Log message:
Revert changing the default away from "inet6".
   2016-06-16 18:05:51 by Eric Schnoebelen | Files touched by this commit (1)
Log message:
Bump PGKREVISION (forgot to do that when updating the PLIST.).
   2016-06-16 01:02:10 by Eric Schnoebelen | Files touched by this commit (2)
Log message:
options.mk:
    Don't default on inet6, since the inet6 code in conserver8 depends
    on some Linux-isms (ipv6 sockets can accept ipv4 packets.)

PLIST:
    add some example configurations that were missing.
   2016-05-05 08:23:57 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix braces in post-install rule.

Did this work?!
   2016-03-13 19:31:11 by Eric Schnoebelen | Files touched by this commit (4)
Log message:
Upstream: Update to 8.2.1
    version 8.2.1 (Jun 2, 2015):
	- added TCP keepalives between client and server - TCP-based consoles
	  already had the code - this was mostly an oversight
	- patch for SEGV and task execution - patch by Artem Savkov
	  <asavkov@redhat.com>
	- expanded break sequences from [1-9] to [1-9a-z] - based on patch by
	  Artem Savkov <asavkov@redhat.com>

pkgsrc:
    options.mk:
	add support inet6
	The way the conserver is coded, you get inet6 or you get uds
    patches/patch-conserver_readcfg.c:
	new patch, fixing a setproctitle() bug with inet6.
	This needs to be sent upstream.
    Makefile:
	install sample configurations
	Change maintainer to pkgsrc-users@netbsd.org
	    old maintainer address bounced.
	drop ``--with-regex'' option, it's no longer supported.
   2016-03-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813)
Log message:
Bump PKGREVISION for security/openssl ABI bump.
   2015-11-03 02:34:58 by Alistair G. Crooks | Files touched by this commit (79)
Log message:
Add SHA512 digests for distfiles for comms category

Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
   2014-11-23 09:57:42 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
version 8.2.0 (Apr 20, 2014):
	- added --with-trust-uds-cred which uses getsockopt() to fetch and
	  trust the client uid, bypassing password lookups - patch by Anton
	  Lundin <glance@acc.umu.se>
	- missing closedir() causing memory leak - patch by Anton Lundin
	  <glance@acc.umu.se>
	- sending a break signal over IPMI was broken - based on patch by
	  Alexander Y.  Fomichev <git.user@gmail.com>
	- IPv6 support (marked as experimental at this point because it's
	  untested (except by the author), there's a lack of documentation, and
	  I'm hoping for non-getifaddrs() system support) - patch by Milos
	  Vyletel <milos.vyletel@gmail.com>
	- no more K&R compiler support

Next | Query returned 38 messages, browsing 11 to 20 | Previous