FreeBSD Bugzilla – Attachment 203601 Details for
Bug 236751
security/base-audit: Always use anticongestion function
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update 0.4
base-audit-0.4.patch (text/plain), 1.10 KB, created by
Miroslav Lachman
on 2019-04-11 18:15:07 UTC
(
hide
)
Description:
update 0.4
Filename:
MIME Type:
Creator:
Miroslav Lachman
Created:
2019-04-11 18:15:07 UTC
Size:
1.10 KB
patch
obsolete
>diff -r -u -N base-audit.orig/Makefile base-audit/Makefile >--- base-audit.orig/Makefile 2018-09-03 05:23:21.000000000 +0000 >+++ base-audit/Makefile 2019-04-11 17:55:13.400944000 +0000 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/security/base-audit/Makefile 478844 2018-09-03 05:23:21Z pi $ > > PORTNAME= base-audit >-PORTVERSION= 0.3 >+PORTVERSION= 0.4 > CATEGORIES= security > MASTER_SITES= # none > DISTFILES= # none >diff -r -u -N base-audit.orig/files/405.pkg-base-audit.in base-audit/files/405.pkg-base-audit.in >--- base-audit.orig/files/405.pkg-base-audit.in 2018-09-03 05:23:21.000000000 +0000 >+++ base-audit/files/405.pkg-base-audit.in 2019-04-11 17:55:34.126853000 +0000 >@@ -101,13 +101,7 @@ > $(( 86400 \* "${security_status_baseaudit_expiry}" )) \ > -le $(( ${now} - ${then} + 600 )) ]; then > ## When non-interactive, sleep to reduce congestion on mirrors >- if [ -n "$anticongestion_sleeptime" ]; then >- # In FreeBSD 12.0 the anticongestion function should be >- # used instead of a hard-coded sleep >- anticongestion >- else >- sleep `jot -r 1 0 600` >- fi >+ anticongestion > f="-F" > else > echo -n 'Database fetched: '
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
Flags:
000.fbsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 236751
:
203096
|
203601
|
203602