FreeBSD Bugzilla – Attachment 250569 Details for
Bug 278897
security/doas: update port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Update port to latest version and fix patch file
doas-6.3p12-patch.txt (text/plain), 1.48 KB, created by
Jesse Smith
on 2024-05-10 17:29:59 UTC
(
hide
)
Description:
Update port to latest version and fix patch file
Filename:
MIME Type:
Creator:
Jesse Smith
Created:
2024-05-10 17:29:59 UTC
Size:
1.48 KB
patch
obsolete
>diff -ruN /usr/ports/security/doas/Makefile doas/Makefile >--- /usr/ports/security/doas/Makefile 2024-05-01 18:01:59.000000000 +0000 >+++ doas/Makefile 2024-05-10 17:20:01.494497000 +0000 >@@ -1,5 +1,5 @@ > PORTNAME= doas >-PORTVERSION= 6.3p10 >+PORTVERSION= 6.3p12 > CATEGORIES= security > > MAINTAINER= jsmith@resonatingmedia.com >diff -ruN /usr/ports/security/doas/distinfo doas/distinfo >--- /usr/ports/security/doas/distinfo 2024-05-01 18:01:59.000000000 +0000 >+++ doas/distinfo 2024-05-10 17:20:40.358059000 +0000 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1714579988 >-SHA256 (slicer69-doas-6.3p10_GH0.tar.gz) = 60d01561936ba7737b30d836e6a5002ed4864676cc4982ee72c4463b8d1fae1c >-SIZE (slicer69-doas-6.3p10_GH0.tar.gz) = 34291 >+TIMESTAMP = 1715361640 >+SHA256 (slicer69-doas-6.3p12_GH0.tar.gz) = e4f37745345c12d4e0c8c03c8237791729cf047dbd7b2455f8de60e2f82ac1b0 >+SIZE (slicer69-doas-6.3p12_GH0.tar.gz) = 34396 >diff -ruN /usr/ports/security/doas/files/patch-doasedit doas/files/patch-doasedit >--- /usr/ports/security/doas/files/patch-doasedit 2021-09-15 07:56:00.000000000 +0000 >+++ doas/files/patch-doasedit 2024-05-10 17:22:47.004069000 +0000 >@@ -1,4 +1,4 @@ >---- doasedit.orig 2021-09-13 18:56:31 UTC >+--- doasedit.orig 2024-05-10 17:16:18 UTC > +++ doasedit > @@ -30,7 +30,7 @@ then > exit 3 >@@ -6,6 +6,6 @@ > > -temp_file=$(mktemp --tmpdir doasedit.XXXXXXXX) > +temp_file=$(mktemp -t /tmp) >- if [ ! $? ] >+ if [ ! -r "$temp_file" ] > then >- echo "Could not create temporary file." >+ echo "Was unable to create temporary file."
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 Raw
Actions:
View
Attachments on
bug 278897
: 250569