Date: Thu, 26 Jul 2018 23:28:32 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475405 - in head/security/super: . files Message-ID: <201807262328.w6QNSW15029317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <egypcio@googlemail.com> 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 <caller> */ 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 <unistd.h> #endif -@@ -293,9 +293,11 @@ extern int sysinfo(); +@@ -293,8 +293,10 @@ extern int sysinfo(); #include <unistd.h> #endif +#ifndef __FreeBSD__ /* FBSD has a malloc.h that tells people to obey C89. */ #ifdef HAVE_MALLOC_H #include <malloc.h> - #endif +#endif + #endif #ifdef HAVE_SYSLOG_H - #include <syslog.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807262328.w6QNSW15029317>