Commit Graph

2582 Commits

Author SHA1 Message Date
Tim Tassonis
6bd5fae243 Update to curl-8.7.1 2024-03-27 22:37:01 +01:00
Douglas R. Reno
31ea2da5d9 wget: the tests that once failed with Python 3.12 don't with 1.24.5. 2024-03-23 14:09:49 -05:00
Bruce Dubbs
17f6553ef7 Update to bind utilities/bind-9.18.25. 2024-03-21 11:51:01 -05:00
Douglas R. Reno
0f9423c3fd rsync: Adapt to LZ4 now being in LFS. 2024-03-20 13:23:50 -05:00
Xi Ruoyao
6ba3ab5980
bookwide: Remove external references for lz4
Now lz4 is in LFS.  Also remove switches for building without lz4.
2024-03-21 02:13:51 +08:00
Bruce Dubbs
0f3a7d975a Update to glib-networking-2.80.0. 2024-03-19 13:41:37 -05:00
Thomas Trepl
afc9baf09f Upgrade wget-1.24.5 2024-03-18 09:27:39 +01:00
Ken Moffat
8d220a504f Update to mutt-2.2.13. 2024-03-12 21:52:16 +00:00
Xi Ruoyao
c0bc0a9eac
Update to glib-2.80.0 and gobject-introspection-1.80.0
Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.
2024-03-10 23:41:04 +08:00
Douglas R. Reno
4f696d278a Update to uhttpmock-0.10.0 2024-03-07 14:34:53 -06:00
Xi Ruoyao
bd80dca7a4
nmap: Use a patch to allow building with pcre2
BTW fix another "imp removal" error in the test suite.
2024-03-06 19:48:27 +08:00
Xi Ruoyao
abfacaf80e
Remove most references to PCRE1
Some notes:

- proftpd has been supporting PCRE2 since 1.3.8a.
- bluefish actually invokes PCRE via Glib, so since Glib was ported
  from PCRE1 to PCRE2 bluefish has been using PCRE2 in fact.
- zsh and rasqal will support PCRE2 in the next release.  For zsh pcre
  is not used with book instruction anyway, and for rasqal the
  maintainer suggests just relying on Glibc regex.h before the next
  release.
- The other distros (Fedora for eg) are already disabling PCRE for
  slang.
2024-03-05 22:22:51 +08:00
Bruce Dubbs
30360eb7f9 Update to nghttp2-1.60.0. 2024-03-03 16:44:13 -06:00
Douglas R. Reno
76484b5765 Update to glib-networking-2.78.1 2024-03-02 15:48:56 -06:00
Douglas R. Reno
5d3a53adf2 Update to c-ares-1.27.0 2024-03-02 15:09:40 -06:00
Douglas R. Reno
9dc6fdb27a Update to NetworkManager-1.46.0 2024-03-02 15:06:49 -06:00
Douglas R. Reno
912669ca25 Update to samba-4.19.5 2024-02-20 20:03:44 -06:00
Ken Moffat
9a364ced6c Tags 2024-02-20 17:46:24 +00:00
Bruce Dubbs
1638aa73e5 Typos 2024-02-19 10:07:54 -06:00
Bruce Dubbs
868811beac Many tags.
genutils
sysutils
netlibs
netprogs
netutils
editors
filesystems
shells
2024-02-18 20:06:03 -06:00
Ken Moffat
567056a157 some tags. 2024-02-19 00:22:39 +00:00
Bruce Dubbs
f67c5c8d96 Update to kde-apps-23.08.5 and associated tags. 2024-02-18 16:12:27 -06:00
Douglas R. Reno
e55d2bbd40 Update to wireshark-4.2.3 and tag it 2024-02-18 14:16:43 -06:00
Douglas R. Reno
e8b3f50d33 Tags 2024-02-17 02:49:09 -06:00
Bruce Dubbs
181e069fbc Tag all perl modules 2024-02-16 19:51:24 -06:00
Douglas R. Reno
0fa6d83628 wget: add some text about test failures caused by Python 3.12 2024-02-16 18:57:03 -06:00
Douglas R. Reno
5d0e7b85b8 A bunch of tags 2024-02-16 18:57:03 -06:00
Bruce Dubbs
1241ea193c Tag xfce and dependencies 2024-02-16 13:11:29 -06:00
Douglas R. Reno
e36541d371 Tag 2024-02-16 11:34:28 -06:00
Bruce Dubbs
b9874725d3 Many tags.
Mostly Programming and Xorg sections and dependencies.
2024-02-15 19:26:48 -06:00
Douglas R. Reno
99c90fa037 Lots of tags 2024-02-15 15:50:19 -06:00
Douglas R. Reno
ab0e3642ad Pre-reboot tags 2024-02-15 12:46:17 -06:00
Bruce Dubbs
133eab27d7 Initial LFS 12.1 tags 2024-02-15 11:41:40 -06:00
Douglas R. Reno
a0209f04dd Fix CVE-2023-52160 in wpa_supplicant. 2024-02-13 21:42:14 -06:00
Douglas R. Reno
ab98973cf4 libsoup2: Remove a now-unneeded libxml2 workaround 2024-02-05 23:44:05 -06:00
Rahul Chandra
34a96c3f57 Update to neon-0.33.0 2024-02-05 15:22:00 -05:00
Xi Ruoyao
19cebb2b85
curl: Remove "missing files" test failures
As renodr said, they are due to running tests after removing man pages
and a sentence has been added to note this fact.
2024-02-04 04:55:30 +08:00
Xi Ruoyao
76133fbdd5
networkmanager: Remove -Dlibpsl=false, move jansson to optional 2024-02-04 03:05:18 +08:00
Douglas R. Reno
7b231190a6 Promote libpsl to recommended in wget, curl, and NetworkManager.
This is to protect against the "global cookie" issue outlined in
https://daniel.haxx.se/blog/2024/01/10/psl-in-curl/

After some discussion we've decided to promote these to recommended, and
in cURL I've added a note that while the package can technically be
built without psl support, it's not recommended due to the security
implications.
2024-02-02 19:23:14 -06:00
Douglas R. Reno
971ba17eef Update to fetchmail-6.4.38 2024-02-02 10:09:32 -06:00
Douglas R. Reno
afb30af916 curl: Make libpsl required and document that the test suite fails if you
run it after the package has been installed.
2024-02-01 15:41:31 -06:00
Bruce Dubbs
1aa19207ee Update to curl-8.6.0. 2024-02-01 12:36:22 -06:00
Douglas R. Reno
12e0a8ec87 Update to c-ares-1.26.0 2024-01-27 13:54:27 -06:00
Xi Ruoyao
23b5433629
treewide: Convert more man page references to <ulink>s 2024-01-28 00:18:43 +08:00
Douglas R. Reno
268d769cec Update to nghttp2-1.59.0 2024-01-23 16:23:20 -06:00
Xi Ruoyao
6746a06db2
geoclue2: Raise libnotify to recommended
Though it's only for a demo, our policy is the package should build with
the unchanged book instruction with optional dependencies omitted.  So
this should be recommended.

Or we can add -Ddemo-agent=false into the command line but I think this
would be more nasty.

BTW sort the dependencies in alphabetical order.
2024-01-21 15:32:55 +08:00
Pierre Labastie
ab4fdfccf8 Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +01:00
Bruce Dubbs
12dc86b3ad Update to libpsl-0.21.5. 2024-01-15 03:47:44 -06:00
Bruce Dubbs
e137dc2c6e Update to ncftp-3.2.7. 2024-01-14 21:31:59 -06:00
Rahul Chandra
5efc77508f Update to samba-4.19.4 2024-01-14 13:47:04 -05:00