Commit Graph

25221 Commits

Author SHA1 Message Date
Bruce Dubbs
5ad1120ad6 Update to httpd-2.4.55. 2023-01-18 22:05:08 -06:00
Bruce Dubbs
4fe5cec23e Update to git-2.39.1. 2023-01-18 20:53:58 -06:00
Xi Ruoyao
97e721913b
rust: revise config.toml entries (#17520)
- Add `locked-deps = true` and `vendor = true`.  These allows building
  the package w/o downloading from crates.io (the bootstrap compiler
  still needs to be downloaded though), and eliminates the necessity of
  using a DESTDIR installation.  Note that in LFS we already do DESTDIR
  installation for ncurses so we won't lose too much educational
  material.
- Add `description = "for BLFS &version;"` so BLFS version will show up
  in the output of `rustc --version`.
- Remove `rpath = false`.  With rpath we can skip the modification of
  `/etc/ld.so.conf` file.  Note that rpath is coded as
  `$ORIGIN/../lib`, so if you run `ldd` on the executable in the build
  directory, it will show the path to the build directory; but if you
  run `ldd` on the installed executable, it will show the correct path
  to the installed library.  See `man ld.so` for more information about
  `$ORIGIN`.
2023-01-18 11:16:10 +08:00
Ken Moffat
aa5add933a Updates:
firefox-102.7.0,
JS-102.7.0.
2023-01-17 18:33:20 +00:00
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
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
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
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
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
c8d23c4a10 Fix mercurial md5 2023-01-10 21:38:14 +01:00
Bruce Dubbs
e927304aef Update to xterm-378. 2023-01-10 11:50:47 -06:00
Bruce Dubbs
be3ace26ef Update to libnma-1.10.6. 2023-01-10 11:40:28 -06:00
Bruce Dubbs
bf99bb6deb Update to xine-ui-0.99.14. 2023-01-10 11:32:47 -06:00
Bruce Dubbs
2f4e738f73 Update to mercurial-6.3.2. 2023-01-10 11:26:50 -06:00
Bruce Dubbs
e94875222a Update to php-8.2.1. 2023-01-09 22:11:32 -06:00
Douglas R. Reno
08ad87a75b Tweak the example for tigervnc so that it works. 2023-01-08 13:44:34 -06:00
Bruce Dubbs
3df3354c2b Update to Cython-0.29.33 (Python module). 2023-01-08 12:56:19 -06:00
Pierre Labastie
b423560fa6 Update to gnome-maps-43.3 2023-01-08 13:18:55 +01:00
Pierre Labastie
fcc5d9986b Update to evolution-3.46.3 2023-01-08 13:14:58 +01:00
Pierre Labastie
f85f92983b Update to gvfs-1.50.3 2023-01-08 12:42:26 +01:00
Pierre Labastie
9ff820c44e Update to evolution-data-server-3.46.3 2023-01-08 12:40:33 +01:00
Pierre Labastie
522b8ef0ce Update to libadwaita-1.2.1 2023-01-08 12:29:23 +01:00
Pierre Labastie
d6ff5a1fe4 Update to graphviz-7.0.6 2023-01-08 12:23:52 +01:00
Pierre Labastie
6e1f9cd06c Update to gedit-44.1 2023-01-08 12:16:16 +01:00