From owner-svn-ports-all@freebsd.org Thu Jul 26 23:28:33 2018 Return-Path: Delivered-To: svn-ports-all@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 ADBE6105B96E; Thu, 26 Jul 2018 23:28:33 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EB367C007; Thu, 26 Jul 2018 23:28:33 +0000 (UTC) (envelope-from garga@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 235DE7FF5; Thu, 26 Jul 2018 23:28:33 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6QNSWGA029320; Thu, 26 Jul 2018 23:28:32 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6QNSW15029317; Thu, 26 Jul 2018 23:28:32 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201807262328.w6QNSW15029317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 26 Jul 2018 23:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475405 - in head/security/super: . files X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: in head/security/super: . files X-SVN-Commit-Revision: 475405 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2018 23:28:33 -0000 Author: garga Date: Thu Jul 26 23:28:32 2018 New Revision: 475405 URL: https://svnweb.freebsd.org/changeset/ports/475405 Log: - Update security/super to 3.30.1 - Re-generate patches with make makepatch - Pass maintainership to submitter PR: 230061 Submitted by: Vinícius Zavam Modified: head/security/super/Makefile head/security/super/distinfo head/security/super/files/patch-checks.c head/security/super/files/patch-localsys.h Modified: head/security/super/Makefile ============================================================================== --- head/security/super/Makefile Thu Jul 26 22:56:30 2018 (r475404) +++ head/security/super/Makefile Thu Jul 26 23:28:32 2018 (r475405) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= super -PORTVERSION= 3.30.0 -PORTREVISION= 1 +PORTVERSION= 3.30.1 CATEGORIES= security sysutils MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ \ http://www.ucolick.org/~will/RUE/super/ EXTRACT_SUFX= -tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= Allow others to run commands as root LICENSE= ART10 GPLv1+ Modified: head/security/super/distinfo ============================================================================== --- head/security/super/distinfo Thu Jul 26 22:56:30 2018 (r475404) +++ head/security/super/distinfo Thu Jul 26 23:28:32 2018 (r475405) @@ -1,2 +1,3 @@ -SHA256 (super-3.30.0-tar.gz) = 04738c46ef1c1dc0c400dd9d7bec4b63bd12664e67a774d243f03c1f7a8fafeb -SIZE (super-3.30.0-tar.gz) = 233353 +TIMESTAMP = 1532647430 +SHA256 (super-3.30.1-tar.gz) = 50036d932d85fc1e2d9a78d6d20a531dc190eeec895ca464bbba577c10c5db27 +SIZE (super-3.30.1-tar.gz) = 239989 Modified: head/security/super/files/patch-checks.c ============================================================================== --- head/security/super/files/patch-checks.c Thu Jul 26 22:56:30 2018 (r475404) +++ head/security/super/files/patch-checks.c Thu Jul 26 23:28:32 2018 (r475405) @@ -1,6 +1,6 @@ ---- checks.c +--- checks.c.orig 2018-05-21 22:43:28 UTC +++ checks.c -@@ -567,7 +567,6 @@ +@@ -567,7 +567,6 @@ int set_u_g() { /* Return 0 on success, -1 on failure */ @@ -8,7 +8,7 @@ void endgrent(); int i, j, k = -1; int found_gid = -1, found_egid = -1; -@@ -1425,7 +1424,6 @@ +@@ -1425,7 +1424,6 @@ int allowbrackets; /* accept names like */ char *grouplabel; /* name or numeric form */ { struct group *gp; @@ -16,7 +16,7 @@ void endgrent(); int numeric_gid; int found_gid, is_numeric=0; -@@ -1897,7 +1895,6 @@ +@@ -1897,7 +1895,6 @@ char *gp_pat; /* pattern to match */ struct group *gp; char **mem; char buf[20]; Modified: head/security/super/files/patch-localsys.h ============================================================================== --- head/security/super/files/patch-localsys.h Thu Jul 26 22:56:30 2018 (r475404) +++ head/security/super/files/patch-localsys.h Thu Jul 26 23:28:32 2018 (r475405) @@ -1,4 +1,4 @@ ---- localsys.h.orig 2007-12-20 19:14:53 UTC +--- localsys.h.orig 2018-05-21 22:43:28 UTC +++ localsys.h @@ -16,14 +16,14 @@ #ifndef LOCALSYS_H @@ -17,15 +17,14 @@ #ifdef HAVE_UNISTD_H #include #endif -@@ -293,9 +293,11 @@ extern int sysinfo(); +@@ -293,8 +293,10 @@ extern int sysinfo(); #include #endif +#ifndef __FreeBSD__ /* FBSD has a malloc.h that tells people to obey C89. */ #ifdef HAVE_MALLOC_H #include - #endif +#endif + #endif #ifdef HAVE_SYSLOG_H - #include