diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-01-22 20:57:12 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-01-22 22:30:21 +0100 |
commit | c3e723e5550c546829b1015b4959d78d0d153d21 (patch) | |
tree | dc089728c4d12f1a39d6efcb799a749b77d26419 /source/l | |
parent | c705d52cafb6fee40fe788f94e1812fdafb0f082 (diff) | |
download | current-c3e723e5550c546829b1015b4959d78d0d153d21.tar.gz current-c3e723e5550c546829b1015b4959d78d0d153d21.tar.xz |
Mon Jan 22 20:57:12 UTC 202420240122205712
l/SDL2_mixer-2.8.0-x86_64-1.txz: Upgraded.
l/glib2-2.78.4-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.97-x86_64-1.txz: Upgraded.
n/postfix-3.8.5-x86_64-1.txz: Upgraded.
Security (inbound SMTP smuggling): with "smtpd_forbid_bare_newline
= normalize" (default "no" for Postfix < 3.9), the Postfix
SMTP server requires the standard End-of-DATA sequence
<CR><LF>.<CR><LF>, and otherwise allows command or message
content lines ending in the non-standard <LF>, processing
them as if the client sent the standard <CR><LF>.
The alternative setting, "smtpd_forbid_bare_newline = reject"
will reject any command or message that contains a bare
<LF>, and is more likely to cause problems with legitimate
clients.
For backwards compatibility, local clients are excluded by
default with "smtpd_forbid_bare_newline_exclusions =
$mynetworks".
For more information, see:
https://www.postfix.org/smtp-smuggling.html
(* Security fix *)
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/SDL2_mixer/SDL2_mixer.url | 1 | ||||
-rwxr-xr-x | source/l/mozilla-nss/mozilla-nss.SlackBuild | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/l/SDL2_mixer/SDL2_mixer.url b/source/l/SDL2_mixer/SDL2_mixer.url index d7cb71f22..331fb811c 100644 --- a/source/l/SDL2_mixer/SDL2_mixer.url +++ b/source/l/SDL2_mixer/SDL2_mixer.url @@ -1 +1,2 @@ https://github.com/libsdl-org/SDL_mixer +https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.0/SDL2_mixer-2.8.0.tar.gz diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild index 467fadfa7..1586964e3 100755 --- a/source/l/mozilla-nss/mozilla-nss.SlackBuild +++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-nss SRCNAM=nss -VERSION=${VERSION:-3.96.1} +VERSION=${VERSION:-3.97} NSPR=${NSPR:-4.35} BUILD=${BUILD:-1} |