pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/Geomyidae



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Nov 16 12:31:52 UTC 2018

Modified Files:
        pkgsrc/net/Geomyidae: Makefile distinfo
Removed Files:
        pkgsrc/net/Geomyidae/patches: patch-main.c

Log Message:
geomyidae: Update net/Geomyidae to 0.34

Changes:
Geomyidae v0.34 Release »Above the Oceans«
------------------------------------------
I am proud to announce the v0.34 release of geomyidae!

It is named »Above the Oceans«, because it is released 11km above the Atlantic
Ocean. I can't see whales from here.

Why a new release in such a short time?

In geomyidae v0.33 is a nasty listening bug, so do not use it.

What has changed from v0.33 v0.34:
* There is finally a multi-listening implementation, which allows constant
  behaviour of IPv6 and IPv4 across all platforms, including the BSDs.

        # bind to 0.0.0.0 and :: on port 7070
        geomyidae -b $(pwd) -p 7070 -d

        # bind to :: only on port 7070
        geomyidae -6 -b $(pwd) -p 7070 -d

        # bind to the IPv4 address of some interface only
        geomyidae -4 -b $(pwd) -i google.com

        # bind to IPv6 and IPv4 of many interfaces
        geomyidae -b $(pwd) -i google.com -i google.de -i nsa.gov

Geomyidae v0.33 Release
-----------------------
I am proud to announce the v0.33 release of geomyidae!

What has changed:
* More links for geomyidae resources.
* Fixes in error messages. They now show useful messages.
* Do not exit on SIGHUP. (Fix for OpenBSD startup.)
* Fix of some memory leaks.
* Relative path support in gph files!
        * This will make portable CGI applications easier possible.
        * This is now possible:

        [1|Some Cool Menu|../cool/menu|server|port]

* Fix to set the gph replacement port.
* Fix some IPv6 binding issues.
        * Some separate binding for BSDs is still in the works.
* Manpage has been beautified.
* '/' is now stripped from base path.

I want to thank all contributors! You are making gopher better!


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/Geomyidae/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/Geomyidae/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/Geomyidae/patches/patch-main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Geomyidae/Makefile
diff -u pkgsrc/net/Geomyidae/Makefile:1.11 pkgsrc/net/Geomyidae/Makefile:1.12
--- pkgsrc/net/Geomyidae/Makefile:1.11  Fri Sep 21 17:10:57 2018
+++ pkgsrc/net/Geomyidae/Makefile       Fri Nov 16 12:31:52 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2018/09/21 17:10:57 leot Exp $
+# $NetBSD: Makefile,v 1.12 2018/11/16 12:31:52 leot Exp $
 
-DISTNAME=      geomyidae-v0.32.2
+DISTNAME=      geomyidae-v0.34
 PKGNAME=       ${DISTNAME:S/-v/-/}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ftp://bitreich.org/releases/geomyidae/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/net/Geomyidae/distinfo
diff -u pkgsrc/net/Geomyidae/distinfo:1.7 pkgsrc/net/Geomyidae/distinfo:1.8
--- pkgsrc/net/Geomyidae/distinfo:1.7   Fri Sep 21 17:10:57 2018
+++ pkgsrc/net/Geomyidae/distinfo       Fri Nov 16 12:31:52 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/09/21 17:10:57 leot Exp $
+$NetBSD: distinfo,v 1.8 2018/11/16 12:31:52 leot Exp $
 
-SHA1 (geomyidae-v0.32.2.tgz) = cf7e947cdbcc3aa050e474595e728c773733e23e
-RMD160 (geomyidae-v0.32.2.tgz) = 48c80bf1f1b2c4126c461a84674d58030ca0aba7
-SHA512 (geomyidae-v0.32.2.tgz) = 3b0927a16082df862b9efacc2f29fd1b1ca76f7d465426e179d5995a416bc27b518daba422512091304ed5479ff133e3d40f7bf66aedfbd8d99d13710809d519
-Size (geomyidae-v0.32.2.tgz) = 20897 bytes
-SHA1 (patch-main.c) = 2a1efaff4b894da05f609a638a9ad38af8ba59fe
+SHA1 (geomyidae-v0.34.tgz) = d636ec61ca97bddb36ada514c08da605488dba3a
+RMD160 (geomyidae-v0.34.tgz) = 8f1b53327d04f7e03ddfb500a39e5599e63bcde0
+SHA512 (geomyidae-v0.34.tgz) = 55b7845c8b9fbee70b2e2bd71d2e3bb8e34c3029a1ea410cb39750763c81d5c31af8c703f7b673aa28fbfd61dd7915300ed4ff22f94c8430ac754681bc30ce41
+Size (geomyidae-v0.34.tgz) = 22242 bytes



Home | Main Index | Thread Index | Old Index