From owner-svn-ports-head@freebsd.org Fri Dec 21 00:00:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B449B135853E; Fri, 21 Dec 2018 00:00:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5CB10742EA; Fri, 21 Dec 2018 00:00:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 512C253E5; Fri, 21 Dec 2018 00:00:52 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBL00qNg055619; Fri, 21 Dec 2018 00:00:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBL00q8t055617; Fri, 21 Dec 2018 00:00:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812210000.wBL00q8t055617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 21 Dec 2018 00:00:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487929 - head/security/libhijack X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/libhijack X-SVN-Commit-Revision: 487929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5CB10742EA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2018 00:00:52 -0000 Author: yuri Date: Fri Dec 21 00:00:51 2018 New Revision: 487929 URL: https://svnweb.freebsd.org/changeset/ports/487929 Log: security/libhijack: Update 0.8.0-1 -> 0.8.0-2 Fix compilation warnings and errors. PR: 234234 Submitted by: Shawn Webb Modified: head/security/libhijack/Makefile head/security/libhijack/distinfo Modified: head/security/libhijack/Makefile ============================================================================== --- head/security/libhijack/Makefile Thu Dec 20 22:47:20 2018 (r487928) +++ head/security/libhijack/Makefile Fri Dec 21 00:00:51 2018 (r487929) @@ -2,8 +2,8 @@ PORTNAME= libhijack DISTVERSIONPREFIX= v -DISTVERSION= 0.8.0-1 -DISTVERSIONSUFFIX= -g50804aa +DISTVERSION= 0.8.0-2 +DISTVERSIONSUFFIX= -g972534d CATEGORIES= security MAINTAINER= shawn.webb@hardenedbsd.org @@ -20,7 +20,7 @@ USE_LDCONFIG= yes PLIST_FILES= include/hijack.h \ lib/libhijack.so \ - lib/libhijack.so.1 \ + lib/libhijack.so.2 \ sbin/hijack do-install: # the original install fails: https://github.com/SoldierX/libhijack/issues/6 Modified: head/security/libhijack/distinfo ============================================================================== --- head/security/libhijack/distinfo Thu Dec 20 22:47:20 2018 (r487928) +++ head/security/libhijack/distinfo Fri Dec 21 00:00:51 2018 (r487929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511722136 -SHA256 (SoldierX-libhijack-v0.8.0-1-g50804aa_GH0.tar.gz) = ec5ca09c1cad69d846c7fc6b12c04f184aeecd69acf636511ec89a4db231368e -SIZE (SoldierX-libhijack-v0.8.0-1-g50804aa_GH0.tar.gz) = 21060 +TIMESTAMP = 1545328018 +SHA256 (SoldierX-libhijack-v0.8.0-2-g972534d_GH0.tar.gz) = f2f55552b294abd81aace2e59b9c538f69562447094b04f86ebfdb23879fafba +SIZE (SoldierX-libhijack-v0.8.0-2-g972534d_GH0.tar.gz) = 23466