pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/sniproxy



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Tue Jan  8 14:41:17 UTC 2019

Modified Files:
        pkgsrc/net/sniproxy: Makefile distinfo
Removed Files:
        pkgsrc/net/sniproxy/patches: patch-src_connection.c

Log Message:
sniproxy: update to 0.6.0

2018-12-05  Dustin Lundquist <dustin%null-ptr.net@localhost>
        0.6.0 Release

        * PROXY v1 protocol support
        * SO_REUSEPORT support on Linux 3.9 and later
        * Listener ipv6_only directive to accept only IPv6 connections
        * TCP keepalive


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/sniproxy/Makefile \
    pkgsrc/net/sniproxy/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/net/sniproxy/patches/patch-src_connection.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/sniproxy/Makefile
diff -u pkgsrc/net/sniproxy/Makefile:1.6 pkgsrc/net/sniproxy/Makefile:1.7
--- pkgsrc/net/sniproxy/Makefile:1.6    Wed Apr 18 19:34:11 2018
+++ pkgsrc/net/sniproxy/Makefile        Tue Jan  8 14:41:16 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/04/18 19:34:11 kamil Exp $
+# $NetBSD: Makefile,v 1.7 2019/01/08 14:41:16 wiedi Exp $
 
-DISTNAME=      sniproxy-0.5.0
+DISTNAME=      sniproxy-0.6.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dlundquist/}
 
Index: pkgsrc/net/sniproxy/distinfo
diff -u pkgsrc/net/sniproxy/distinfo:1.6 pkgsrc/net/sniproxy/distinfo:1.7
--- pkgsrc/net/sniproxy/distinfo:1.6    Wed Apr 18 19:34:11 2018
+++ pkgsrc/net/sniproxy/distinfo        Tue Jan  8 14:41:16 2019
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/04/18 19:34:11 kamil Exp $
+$NetBSD: distinfo,v 1.7 2019/01/08 14:41:16 wiedi Exp $
 
-SHA1 (sniproxy-0.5.0.tar.gz) = 181d2ce430bac34fbdf691870d089ef0ae92340a
-RMD160 (sniproxy-0.5.0.tar.gz) = 27b10d8ffdbf960b91a319c36246a12609f0cf88
-SHA512 (sniproxy-0.5.0.tar.gz) = 52dbb217193d2b7bf9dea37b13fde395b5c56d0a6627508a245f2807920deb282aae3c1ae7e6b5fa68432990e48998989fd28027b65cb7310f214b29f98e5e5d
-Size (sniproxy-0.5.0.tar.gz) = 72654 bytes
-SHA1 (patch-src_connection.c) = 062fa7fc8f023cc9a4a57e15deaaec13d0547f6f
+SHA1 (sniproxy-0.6.0.tar.gz) = 26ff187c46eb4f98f9f1731cd26f341383ea6454
+RMD160 (sniproxy-0.6.0.tar.gz) = 24e9126e100bdc6a04a4dd5fbe7379b642e04ff2
+SHA512 (sniproxy-0.6.0.tar.gz) = 8a99573673bdd57e528c5781cb166d39c80daed699382b24c3fa18a6011d074a1d9e470fee404d24b4450cf067c9995125910b2941b5216d88d189a1d79ebf73
+Size (sniproxy-0.6.0.tar.gz) = 78515 bytes



Home | Main Index | Thread Index | Old Index