Commit Graph

25443 Commits

Author SHA1 Message Date
Douglas R. Reno
4cbdd08bba Update to fuse3-3.13.0 2023-01-17 09:32:22 -06:00
Pierre Labastie
c9384fd073 Remove the --disable-rpath option for gnutls
This option is not needed for recent versions of gnutls, as
the build system does exactly what is expected: link binaries and
libraries with rpath pointing to the build tree at first, then
remove rpath completely when relinking at install time.
2023-01-17 13:50:55 +01:00
Bruce Dubbs
82bb519300 Update to IO-Socket-SSL-2.079 (Perl Module). 2023-01-16 22:57:29 -06:00
Bruce Dubbs
1c78e1cb1f Update to unbound-1.17.1. 2023-01-16 14:24:46 -06:00
Bruce Dubbs
f08bf6afb2 Update to mpg123-1.31.2. 2023-01-16 14:12:27 -06:00
Thomas Trepl
579c512dc8 Make ssh-askpass using gtk3 (prev. gtk2) 2023-01-15 18:20:42 +01:00
Xi Ruoyao
5b6873f4d7
efi: remove reference to CONFIG_EFI_VARS
It's already removed since Linux 6.0.

Link: https://git.kernel.org/torvalds/c/ab17c0cd
Reported-by: Zhang Wen <zhw2101024@gmail.com>
2023-01-15 20:29:11 +08:00
Pierre Labastie
f15d31dfb7 Use remap as in the template for rust tests 2023-01-15 09:06:37 +01:00
Pierre Labastie
3ca8be3478 Minor corrections to template 2023-01-15 09:01:01 +01:00
Xi Ruoyao
7ea158e3c9
networkmanager: remove extra empty lines in kernel configuration 2023-01-15 12:50:36 +08:00
Ken Moffat
7baeffeaad Update to rustc-1.66.1. 2023-01-15 03:16:16 +00:00
Pierre Labastie
e0fff61157 pythonhosted.xml: remove files not on pythonhosted
Even commented out, a user could uncomment them and fail to
download them with the pythonhosted.xml instructions.
2023-01-14 17:51:56 +01:00
Tim Tassonis
9335a99c84 Update to thunar-4.18.2, libxfce4util-4.18.1 and xfce4-panel-4.18.1 2023-01-14 17:13:56 +01:00
Pierre Labastie
fc82888a8b Add comments to pythonhosted.xsl 2023-01-14 17:02:44 +01:00
Pierre Labastie
b54fdc84ab Update to libreoffice-7.4.4.2 2023-01-14 13:19:26 +01:00
Pierre Labastie
18aaa2028d update to ed-1.19 2023-01-14 12:00:12 +01:00
Pierre Labastie
f039b1d5ea Update to xfsprogs-6.1.1 2023-01-14 11:56:42 +01:00
Pierre Labastie
f7bc1721dc Update to mesa-22.3.3 2023-01-14 11:50:15 +01:00
Bruce Dubbs
e58cf1493e Update to llvm-15.0.7. 2023-01-13 14:29:43 -06:00
Ken Moffat
365161e619 Mention FileCheck in the changelog. 2023-01-13 19:09:16 +00:00
Bruce Dubbs
109eb9ef2c Install FileCheck when building llvm 2023-01-13 12:08:22 -06:00
Pierre Labastie
da7d9ae174 Fix a missing `\' in Makefile 2023-01-13 14:29:18 +01:00
Thomas Trepl
97e37e1b60 Upgrade iptables-1.8.9 2023-01-13 10:29:24 +01:00
Douglas R. Reno
898a61ec88 Update to pipewire-0.3.64. 2023-01-12 22:52:51 -06:00
Douglas R. Reno
abe5f54a90 Update to tracker-miners3-3.4.3 2023-01-12 22:48:15 -06:00
Douglas R. Reno
f7182cd4b8 Update to libpcap-1.10.3 2023-01-12 22:44:24 -06:00
Douglas R. Reno
592bd5cbb8 Update to libwebp-1.3.0 2023-01-12 22:39:19 -06:00
Douglas R. Reno
5ee0432a2e Update to gtksourceview5-5.6.2 2023-01-12 22:33:28 -06:00
Douglas R. Reno
d3494cd621 Update to NetworkManager-1.40.10. 2023-01-12 22:20:33 -06:00
Douglas R. Reno
c0589340b5 Update to apache-ant-1.10.13 2023-01-12 22:15:14 -06:00
Pierre Labastie
851f6a7f8c Finish reformatting Makefile
Also the "echo" command should be preceded with @, not $(Q)
2023-01-12 15:56:52 +01:00
Pierre Labastie
a2f7a1c282 Add a "modeline" to Makefile
It sets tabstops to 3 in this file, since formatting is made for
this tab size. Plus reformat a few lines
2023-01-12 15:54:01 +01:00
Pierre Labastie
6c4a91a874 tidy up Makefile new part
Use the PYHOSTED variable
use $(Q) instead of @
2023-01-12 09:59:51 +01:00
Pierre Labastie
7f5bdbb90b version.ent is an "order-only" dep of pythonhosted
the python module pages include general.ent, which needs
conditional.ent and version.ent, so that should exist for generating
pythonhosted.xml. OTOH, what is in version.ent doesn't matter.
2023-01-11 15:46:37 +01:00
Pierre Labastie
bcd84ba442 Add pythonhosted.xml as a dependency of BLFS_FULL 2023-01-11 15:22:11 +01:00
Pierre Labastie
5247008596 Makefile: refactor "version" target
Makefile's use files for their dependency calculations. Since
git-version.sh generates files (version.ent and conditional.ent)
use version.ent to see whether git-version.sh has been run.

The only target that should depend on version.ent is then
$(BLFS_FULL) since all other targets depend (directly or indirectly
on this one).

version.ent itself depends on any change made to xml files, xsl files,
packages.ent, general.ent. We could add more (Makefile, gnome.ent, some
scripts), but let's see whether we really want it.
2023-01-11 15:19:04 +01:00
Pierre Labastie
a04cf4b89f Clean up variable names and use in Makefile 2023-01-11 15:05:59 +01:00
Pierre Labastie
3c265f56a1 ALLXML shouldn't depend on pythonhosted.xml 2023-01-11 15:03:38 +01:00
Pierre Labastie
fa7b6373fb Add a fallback for pythonhosted.xml
When pythonhosted.xml has not yet been generated, it cannot be
"xinluded". This just generates a warning at xinclude time, but
then the idref is missing, which may generate failures.
2023-01-11 14:56:27 +01:00
Pierre Labastie
0231d6943a Remove debug messages when generating pythonhosted 2023-01-11 14:55:29 +01:00
Douglas R. Reno
7aab8c1d7d Update to eog-43.2 2023-01-10 19:32:24 -06:00
Douglas R. Reno
4927677fba Update to nautilus-43.2
Minor change to the changelog - the dhcpcd changes are SysV specific
2023-01-10 19:25:47 -06:00
Tim Tassonis
9f44beb323 Fix setting hostname in dhcpcd service. 2023-01-11 01:11:54 +01:00
Tim Tassonis
885e93dd68 Add option in dhcpcd service script to set the hostname. 2023-01-10 23:49:41 +01:00
Pierre Labastie
139b9105f5 Add a make rule to generate pythonhosted.xml 2023-01-10 22:56:53 +01:00
Pierre Labastie
b588758fe1 Stop tracking pythonhosted.xml
Delete it and add it to .gitignore
2023-01-10 22:54:38 +01:00
Pierre Labastie
7c086d9415 Add a include file for pythonhosted 2023-01-10 22:47:59 +01:00
Pierre Labastie
82c348ce97 Add a stylesheet for generating pythonhosted.xml 2023-01-10 22:05:34 +01:00
Pierre Labastie
3bdc4eba16 Merge branch 'trunk' into plabs/python-mods 2023-01-10 21:57:10 +01:00
Pierre Labastie
c8d23c4a10 Fix mercurial md5 2023-01-10 21:38:14 +01:00