From owner-svn-ports-head@freebsd.org Sun May 10 03:54:27 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E9212D7146; Sun, 10 May 2020 03:54:27 +0000 (UTC) (envelope-from tobik@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 49KVYv1CWpz4fpQ; Sun, 10 May 2020 03:54:27 +0000 (UTC) (envelope-from tobik@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 1845C26DE2; Sun, 10 May 2020 03:54:27 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04A3sQxT095262; Sun, 10 May 2020 03:54:26 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04A3sQYW095261; Sun, 10 May 2020 03:54:26 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202005100354.04A3sQYW095261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 10 May 2020 03:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534807 - head/www/gophernicus/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/www/gophernicus/files X-SVN-Commit-Revision: 534807 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.32 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: Sun, 10 May 2020 03:54:27 -0000 Author: tobik Date: Sun May 10 03:54:26 2020 New Revision: 534807 URL: https://svnweb.freebsd.org/changeset/ports/534807 Log: www/gophernicus: Use libc's strlcpy and strlcat Added: head/www/gophernicus/files/patch-gophernicus.h (contents, props changed) Added: head/www/gophernicus/files/patch-gophernicus.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/gophernicus/files/patch-gophernicus.h Sun May 10 03:54:26 2020 (r534807) @@ -0,0 +1,11 @@ +--- gophernicus.h.orig 2019-07-23 01:52:07 UTC ++++ gophernicus.h +@@ -55,7 +55,7 @@ + #define HAVE_SHMEM /* Shared memory support */ + #define HAVE_UNAME /* uname() */ + #define HAVE_POPEN /* popen() */ +-#undef HAVE_STRLCPY /* strlcpy() from OpenBSD */ ++#define HAVE_STRLCPY /* strlcpy() from OpenBSD */ + #undef HAVE_SENDFILE /* sendfile() in Linux & others */ + /* #undef HAVE_LIBWRAP autodetected, don't enable here */ +