FreeBSD Bugzilla – Attachment 215855 Details for
Bug 247473
security/doas: Update to 6.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed svn patch
doas-6.3.diff (text/plain), 2.32 KB, created by
Nuno Teixeira
on 2020-06-22 09:39:52 UTC
(
hide
)
Description:
Proposed svn patch
Filename:
MIME Type:
Creator:
Nuno Teixeira
Created:
2020-06-22 09:39:52 UTC
Size:
2.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 539797) >+++ Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= doas >-PORTVERSION= 6.2p4 >-PORTREVISION= 1 >+PORTVERSION= 6.3 > CATEGORIES= security > > MAINTAINER= jsmith@resonatingmedia.com >@@ -11,9 +10,9 @@ > LICENSE= BSD2CLAUSE ISCL > LICENSE_COMB= multi > LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE >-LICENSE_FILE_ISCL= ${WRKSRC}/LICENSE >+LICENSE_FILE_ISCL= ${WRKSRC}/LICENSE > >-USES= gmake >+USES= gmake > USE_GITHUB= yes > GH_ACCOUNT= slicer69 > >@@ -23,8 +22,9 @@ > > SUB_FILES= pkg-message > PLIST_FILES= bin/doas \ >- man/man5/doas.conf.5.gz \ >- man/man1/doas.1.gz >+ etc/doas.conf.sample \ >+ man/man1/doas.1.gz \ >+ man/man5/doas.conf.5.gz > > # These are upstream's default paths that are set for the GLOBAL_PATH variable > # in doas.h since the 6.1 release. Those paths are then used for target user's >@@ -39,5 +39,6 @@ > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/doas.1.final ${STAGEDIR}${MAN1PREFIX}/man/man1/doas.1 > ${INSTALL_MAN} ${WRKSRC}/doas.conf.5.final ${STAGEDIR}${MAN5PREFIX}/man/man5/doas.conf.5 >+ ${INSTALL_DATA} ${WRKSRC}/doas.conf.sample ${STAGEDIR}${PREFIX}/etc/doas.conf.sample > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 539797) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1577500586 >-SHA256 (slicer69-doas-6.2p4_GH0.tar.gz) = 427a98e6641c9f6b76f6d9992e89f66c7ccab7f6d8bb24b19f4d25e0b98e6ab1 >-SIZE (slicer69-doas-6.2p4_GH0.tar.gz) = 26098 >+TIMESTAMP = 1592817001 >+SHA256 (slicer69-doas-6.3_GH0.tar.gz) = 90dd57cc86f2a66dbcc3c2673fc5c40fade81e60f131420517cd0a6f6d15be72 >+SIZE (slicer69-doas-6.3_GH0.tar.gz) = 26782 >Index: files/pkg-message.in >=================================================================== >--- files/pkg-message.in (revision 539797) >+++ files/pkg-message.in (working copy) >@@ -5,7 +5,8 @@ > > %%PREFIX%%/etc/doas.conf > >-must be created. Refer to doas.conf(5) for further details. >+must be created. Refer to doas.conf(5) for further details and/or follow >+%%PREFIX%%/etc/doas.conf.sample as an example. > > Note: In order to be able to run most desktop (GUI) applications, the user > needs to have the keepenv keyword specified. If keepenv is not specified then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 247473
: 215855