Pierre Labastie
8bcda70c82
Typo
2022-12-21 23:00:29 +01:00
Pierre Labastie
624015965a
Update to gnupg2-2.4.0
2022-12-21 22:56:20 +01:00
Pierre Labastie
562131ee10
make-ca: fix the location of a distributed file
2022-12-19 16:10:45 +01:00
Ken Moffat
0d7f7190cf
Update to nss-3.86.
2022-12-18 19:03:17 +00:00
David Bryant
48771ae06f
Unless it's a directory name, or something like that, "test suite"
...
should be spelled as two words.
2022-12-13 12:19:29 -06:00
Douglas R. Reno
ee2e637781
make-ca: Remove extra newline from the new python3 instructions
2022-12-09 14:55:36 -06:00
Bruce Dubbs
cbb07ee487
Typo
2022-12-09 12:12:34 -06:00
Ken Moffat
012af225d4
Explain how to use system certificates with python3.
2022-12-01 20:18:33 +00:00
Pierre Labastie
3f2db3a638
Remove sect1info tags
...
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Pierre Labastie
b3c16a7828
Small spacing fix
2022-11-25 09:37:59 +01:00
Pierre Labastie
024fb949cc
Returns to a more reasonable value of rounds in shadow
2022-11-25 08:31:43 +01:00
Pierre Labastie
353fc67e02
Typo
...
Thanks to "rhubarbpieguy" for the report.
2022-11-24 14:58:08 +01:00
DJ Lucas
c066a42f3e
Update to make-ca-1.11. Fixes #17340 .
2022-11-23 23:33:32 -06:00
Pierre Labastie
2bfa995646
Update to libpwquality-1.4.5
2022-11-20 09:45:05 +01:00
Bruce Dubbs
e0e8726f9b
Update to krb5-1.20.1.
2022-11-17 16:35:30 -06:00
Bruce Dubbs
a46256a8f3
Update to nss-3.85.
2022-11-17 13:51:13 -06:00
Pierre Labastie
7f27f7aecc
Update to shadow-4.13
2022-11-16 17:59:31 +01:00
Pierre Labastie
3619a5b958
Adjust the number of crypt rounds in PAM files
...
To match shadow's one.
2022-11-16 17:15:52 +01:00
Pierre Labastie
ae27cdcfc9
shadow: don't use <cond> && <cmd> for conditional
...
Explain why in a comment.
2022-11-16 17:15:52 +01:00
Pierre Labastie
4635a45ddb
Shadow: increase the number of rounds for passwd
...
for the SHA512 crypt method, the default number of rounds (5000) is
too low to prevent brute force attacks on modern hardware. Multiply
it by 1000 (not sure it is enough).
2022-11-16 17:15:27 +01:00
Bruce Dubbs
3fe867a0ed
Update to polkit-122.
2022-11-15 14:37:11 -06:00
Douglas R. Reno
14bd41d008
Add JS102 and archive JS91.
2022-11-14 14:01:00 -06:00
Bruce Dubbs
5e42468556
Update to sudo-1.9.12p1.
2022-11-08 15:24:09 -06:00
Bruce Dubbs
2d63a2eaf1
Update to stunnel-5.67.
2022-11-06 13:41:54 -06:00
Xi Ruoyao
a476c5de8a
volume_key: find gpgme and gpg correctly
2022-10-28 17:17:34 +08:00
Xi Ruoyao
b3285de6d5
libgpg-error and gpgme: remove {gpg-error,gpgme}-config from contents
...
libgpg-error stop to provide gpg-error-config in 1.46. And, if gpgme is
built with libgpg-error-1.46, it won't ship gpgme-config as well.
2022-10-28 16:27:19 +08:00
Xi Ruoyao
367cbd0d1f
gpgme: add patch for using latest libgpg-error
2022-10-28 16:20:07 +08:00
Xi Ruoyao
0c73c5b624
gpgme: prepare for Python 3.11 update
2022-10-28 16:11:26 +08:00
Bruce Dubbs
bf14832521
Update to sudo-1.9.12.
2022-10-24 11:19:29 -05:00
David Bryant
7f70be6a97
Edited grammar, style, and English idiom. Clarified a few things,
...
and patched a broken link to an external reference.
2022-10-23 11:29:56 -05:00
Bruce Dubbs
c7f3c15472
Fix sed target in gnupg2
2022-10-21 14:13:17 -05:00
Bruce Dubbs
36380812f6
Update to nss-3.84.
2022-10-21 12:41:05 -05:00
Bruce Dubbs
70069a9dd3
Update to gnupg-2.3.8.
2022-10-21 12:11:42 -05:00
Bruce Dubbs
fd6f0d21e0
Update to openssh-9.1p1 snd ssh-askpass-9.1p1.
2022-10-05 18:34:45 -05:00
Bruce Dubbs
743907e6b4
Update to libcap-2.66.
2022-10-01 12:31:01 -05:00
Pierre Labastie
fb3a93b301
cracklib: Fix commands and command explanations
...
Prompted by a report by "r1c0n3r0" on irc #lfs-support.
PYTHON=python3.10 is not needed anymore, as well as CPPFLAGS.
Document autoreconf.
2022-09-30 08:15:22 +02:00
Pierre Labastie
2c6c92d6a9
Update to gnutls-3.7.8
2022-09-29 17:47:10 +02:00
Douglas R. Reno
59949b6046
Update to NSS-3.83
2022-09-21 10:14:47 -05:00
Bruce Dubbs
4d7adfd9e2
Update to stunnel-5.66.
2022-09-16 15:28:12 -05:00
Pierre Labastie
a4289351e1
Unconditionally use duktape for polkit
...
- duktape is so low overhead, that even if mozjs is later
needed, it is not a problem...
- it simplifies our instructions, otherwise, we would have had to
use four <screen> sections (sysd-duktape, sysv-duktape, sysd-mozjs,
and sysv-mozjs). GNOME can also be used with sysv.
2022-09-16 08:39:31 +02:00
Tim Tassonis
f401faa609
Add duktape-2.7.0, allow polkit to use duktape instead of JS.
2022-09-15 19:15:50 +02:00
Pierre Labastie
4e207bb418
Replace tabs with spaces (except in Makefile :)
2022-09-11 18:22:44 +02:00
Xi Ruoyao
cd29bc9b3d
postlfs: URL updates
2022-09-08 12:52:53 +08:00
Bruce Dubbs
fd6676f5cc
Update to shadow-4.12.3.
2022-09-07 19:51:01 -05:00
Pierre Labastie
4b3110c85a
Fix autoreconf command in cracklib
2022-09-06 06:42:58 +02:00
Bruce Dubbs
056b5965ec
Package updates
...
Update to neon-0.32.3.
Update to libwpe-1.12.3.
Update to cracklib-2.9.8.
Update to libsoup-3.0.8.
2022-09-05 18:03:13 -05:00
Pierre Labastie
7076607a6d
Update url of lwn.net security database
...
Also change urls to https on the vulnerabilities page
2022-09-01 07:50:29 +02:00
Bruce Dubbs
01e2c90e25
Minor fixes.
...
Remove an inoperative ftp feference for the tree command.
Fix a minor gramma error in nss.
2022-08-30 22:25:07 -05:00
Douglas R. Reno
96923efd52
Typo fixes
2022-08-28 15:11:37 -05:00
Bruce Dubbs
5cc198cd36
Update to vim-9.0.0228 (sync with LFS. And some tags.
2022-08-26 11:43:04 -05:00