Commit Graph

9490 Commits

Author SHA1 Message Date
Bruce Dubbs
bfef78170d Update to mercurial-6.3.3. 2023-03-05 15:44:32 -06:00
Bruce Dubbs
7873ef3c11 Update to harfbuzz-7.1.0. 2023-03-05 15:03:22 -06:00
Bruce Dubbs
585091034d Update to raptor2-2.0.16. 2023-03-03 13:01:13 -06:00
Bruce Dubbs
929823bd0b Update to poppler-23.03.0. 2023-03-03 12:40:27 -06:00
Bruce Dubbs
21e0c46962 Update to qpdf-11.3.0.
This update also requires a fix to cups-filters. For
that package adding CXXFLAGS="$CXXFLAGS -std=c++17" to
the configure instruction is suficient.
2023-03-03 12:30:56 -06:00
Bruce Dubbs
617e24ef95 Update to node.js-18.14.2. 2023-03-03 12:05:12 -06:00
Bruce Dubbs
b95ae51411 Update to babl-0.1.102. 2023-03-03 11:22:47 -06:00
Bruce Dubbs
aa11d6fcfa Update to ibus-1.5.28. 2023-03-02 16:02:00 -06:00
Bruce Dubbs
306d8b6975 Update to gegl-0.4.42. 2023-03-02 15:42:15 -06:00
Bruce Dubbs
1f32386381 Update to babl-0.1.100. 2023-03-02 15:38:52 -06:00
Bruce Dubbs
37fdf49072 Update to enchant-2.3.4. 2023-03-02 15:24:27 -06:00
Bruce Dubbs
d8cfe00537 Update to liblinear-246. 2023-03-02 15:09:42 -06:00
Douglas R. Reno
81a239fe8f Update to glib-2.74.6 2023-03-02 12:32:11 -06:00
Douglas R. Reno
237cc59ec5 Update to bubblewrap-0.8.0 2023-03-02 12:29:30 -06:00
Douglas R. Reno
6433b1304a Update to iso-codes-4.13.0 2023-03-02 12:27:34 -06:00
Douglas R. Reno
279b2358ce Update to harfbuzz-7.0.1. 2023-03-02 10:22:31 -06:00
Douglas R. Reno
c55385de8b Update to libwww-perl-6.68 (Perl Module) 2023-03-02 10:04:00 -06:00
Douglas R. Reno
8ccee9ace8 Update to HTTP-Daemon-6.16 (Perl Module) 2023-03-02 09:49:37 -06:00
Douglas R. Reno
a8c129460e Minor style nitpicks to the new Python modules, remove a duplicate
heading, and fix a strange character.
2023-02-27 22:37:25 -06:00
Douglas R. Reno
3ff0fa0442 Add intel-gmmlib to the book.
It's needed for intel-media-driver
2023-02-27 20:10:49 -06:00
Ken Moffat
e7d00a2f17 Merge branch 'ken/inkscape-core-mods' into trunk 2023-02-26 23:54:45 +00:00
Ken Moffat
6a22b91a80 msgpack : correct the name in the links.
Although the docs refer to this as MessagePack, the tarball name is
msgpack, so match that in the links and do not use studly caps
because it is not generally known as MsgPack.
2023-02-26 22:01:04 +00:00
Ken Moffat
2b533f75db Put CacheControl-0.12.11.tar.gz on anduin.
Seems unnecessary, but it gives a reliable URL.
Ideally, someone should confirm that downloading in a browser
from https://pypi.org/project/CacheControl/#files matches.
2023-02-26 21:51:47 +00:00
Bruce Dubbs
4365e4d1f0 Fix ln command in dbus 2023-02-26 15:24:04 -06:00
Ken Moffat
381cfd1854 Attempt to add CacheControl and its dep.
CacheControl is used an inkscape clipart file, and in an inkman
file for searching for external packages and getting meta data
about them.

Unfortunately, I cannot find a working link.  When I go to
https://pypi.org/project/CacheControl/#files and click on the
link for CacheControl-0.12.11.tar.gz I get a good download,
but if I mouse over that to read where it points to I get
a very long link which starts
 https://files.pythonhosted.org/packages/49/9b/
followed by \n unfeasibly long hash which only remains visible
while my mouse is on the link.

Trying to point to c/CacheControl fails.

Current upstream has v0.12.12 but there is at least one issue for
why that might not be at pythonhosted, and trying to link to the
tag for 0.12.11 (there are no releases there) fails.
2023-02-26 20:58:24 +00:00
Ken Moffat
87c4eb2c6c cssselect - put test deps in order. 2023-02-26 17:31:17 +00:00
Ken Moffat
cbc921032d inkscape core extensions: add pySerial. 2023-02-26 17:27:45 +00:00
Bruce Dubbs
8fdbeef95c Fix apache-ant fetch.xml problem.
apache-ant tries to download NetRexx.zip from an IBM site
that no longer accepts annonymous ftp.  We now host that
file on anduin.
2023-02-26 11:07:17 -06:00
Ken Moffat
09185439e0 numpy - display as NumPy in the links. 2023-02-26 16:52:15 +00:00
Ken Moffat
5a434ec758 Modules for inkscape - add cssselect.
All the docs refer to it as lowercase, so I have used CSSSelect
for titlecase.
2023-02-26 16:48:05 +00:00
Ken Moffat
7b3ac32de7 inkscape python modules - add NumPy
To get a feel for what is involved, this is probably the worst
of them.

Also comment out the perl XML module dependency, not mentioned in
core extensions.
2023-02-26 04:12:29 +00:00
Bruce Dubbs
e9237c36cb Update to unrar-6.2.6. 2023-02-24 15:01:46 -06:00
Bruce Dubbs
6f0a8c8604 Update to gdb-13.1. 2023-02-24 14:49:27 -06:00
Xi Ruoyao
3a8cdb193b
pax: Reword the comment so I won't change http to https again :( 2023-02-24 23:45:36 +08:00
Pierre Labastie
9ff9d3b0e7 use http:// for mirbsd site
Their https seems to use a too old version of tls
2023-02-24 16:30:18 +01:00
Ken Moffat
0e50eaf257 Update to HTTP-Daemon-6.15. 2023-02-24 00:59:13 +00:00
Pierre Labastie
1917897d33 Typo in subversion's sed for ruby 2023-02-23 21:35:11 +01:00
Bruce Dubbs
ae20e9a7f0 Use --exit-with-x11 for dbus-launch 2023-02-22 10:43:22 -06:00
Xi Ruoyao
7844a4ae09
colord: Apply the upstream fix for a double free
As it's causing a FTBFS on 32-bit x86, make it into 11.3.
2023-02-22 16:35:58 +08:00
Bruce Dubbs
043de93cd8 Three more tags 2023-02-21 20:38:41 -06:00
Pierre Labastie
50ce5dc00e Add OpenJDK-19.0.2+7 32 bit binary 2023-02-21 22:53:14 +01:00
Xi Ruoyao
339f27a1fb
lcms2: Add a link to upstream change to justify the sed
Comment change only.
2023-02-21 12:48:14 +08:00
Bruce Dubbs
4b6e2b26bc More tags 2023-02-19 19:42:20 -06:00
Bruce Dubbs
76b3adb90d Update to userspace-rcu-0.14. 2023-02-19 14:33:16 -06:00
Pierre Labastie
ab473cf99b Update java 64 bit binary to 19.0.2+7 2023-02-19 09:38:03 +01:00
Pierre Labastie
9a0cb19514 Update to OpenJDK-19.0.2+7 (security update) 2023-02-19 09:07:07 +01:00
Xi Ruoyao
ad9e10cdcf
glib2: Document a test failure
Well, I've reported the issue to upstream very early but they didn't
response before we tag glib2.  So let's just document it as a known
failure now...
2023-02-19 15:20:43 +08:00
Bruce Dubbs
acd88fc231 Tags and move 2 unneeded files 2023-02-18 23:21:52 -06:00
Douglas R. Reno
74b918b73e Update to WebKitGTK+-2.38.5 (Security Update) and tag Epiphany+Deps 2023-02-18 17:26:57 -06:00
Douglas R. Reno
b464299292 Tag WebKit dependencies 2023-02-18 14:22:38 -06:00
Douglas R. Reno
e325e6ea02 Tags for LXDE and Sawfish 2023-02-18 09:17:01 -06:00
Bruce Dubbs
790d2916e5 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-02-17 22:35:59 -06:00
Bruce Dubbs
dc1a45e9de Lots of tags 2023-02-17 22:35:46 -06:00
Ken Moffat
bd550c1b12 Some tags. 2023-02-18 02:35:51 +00:00
Douglas R. Reno
dbd73d6b58 Last round of tags for the day from me 2023-02-17 14:57:04 -06:00
Xi Ruoyao
8cf92e149b
bluez: Update kernel configuration section
1. I'm pretty sure MD5, SHA1, and KEY_DH_OPERATIONS are not needed
   because I've tried testing bluez w/o them.
2. Some options mentioned by the package's README should be added.
3. The menu hierarchy of Cryptographic API section has been changed in
   recent kernel releases so we need to adapt.
4. Let's not encourage people to use CONFIG_EXPERT.
2023-02-18 04:22:00 +08:00
Thomas Trepl
9138c6e080 Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk 2023-02-17 18:10:59 +01:00
Thomas Trepl
edbc1762eb A few tags (mostly on xfce) 2023-02-17 18:10:37 +01:00
Douglas R. Reno
b474dfa2af Another round of tags 2023-02-17 11:06:49 -06:00
Ken Moffat
9bea06ac87 Update to node.js-v18.14.1.
Also tag nghttp2.
2023-02-17 11:49:02 +00:00
Douglas R. Reno
03c0def241 Tags for GTK+-3 2023-02-16 21:37:27 -06:00
Douglas R. Reno
3c8c8b2a93 Update to php-8.2.3 (Security Update) 2023-02-16 20:09:25 -06:00
Douglas R. Reno
ac0d66d9b2 Tags for PHP dependencies 2023-02-16 19:10:14 -06:00
Douglas R. Reno
e24abcdfdc Subversion: minor reformat of my sed from yesterday (remove extra -i) 2023-02-16 18:54:37 -06:00
Douglas R. Reno
c344167547 Update to mariadb-10.6.12 and tag it with libaio 2023-02-16 18:18:55 -06:00
Douglas R. Reno
be5298b47f Update to git-2.39.2 (Security Update) and tag it 2023-02-16 15:06:27 -06:00
Douglas R. Reno
6fdbe40edd Tag remaining dependencies for Git 2023-02-16 15:03:54 -06:00
Douglas R. Reno
18aa933933 Lots of tags for X 2023-02-16 14:17:59 -06:00
Douglas R. Reno
429b408532 Update to harfbuzz-7.0.0 and tag 2023-02-16 09:54:39 -06:00
Douglas R. Reno
466fffbd34 Update to freetype-2.13.0 and tag 2023-02-16 09:28:13 -06:00
Pierre Labastie
1b45a47060 Fix race condition in newt
See https://wiki.linuxfromscratch.org/blfs/ticket/17667
2023-02-16 15:04:46 +01:00
Douglas R. Reno
15445abd8c Lots of tags 2023-02-15 23:24:25 -06:00
Douglas R. Reno
893d3e5a94 Subversion: Adapt the Ruby bindings to Ruby-3.2. See #17666
Also tagged it
2023-02-15 23:13:04 -06:00
Douglas R. Reno
f040dc0c2b Python2: typo fix 2023-02-15 21:24:38 -06:00
Ken Moffat
2a7cafaf97 Tags 2023-02-15 21:53:49 +00:00
Douglas R. Reno
09a464aa5f Lots of tags and a typo fix in Nettle 2023-02-15 15:23:24 -06:00
Douglas R. Reno
6bd8b8ab00 Tag LLVM, and mention an additional failed test 2023-02-15 10:03:29 -06:00
Douglas R. Reno
9c87711c52 Tags 2023-02-14 20:49:41 -06:00
Douglas R. Reno
d0c42be1cf Initial tags for 11.3 2023-02-14 18:44:18 -06:00
Ken Moffat
382633a4ba Ruby: change target for rust link:
In the XML, rustc is the program, rust is the versioned package.
2023-02-15 00:06:03 +00:00
Ken Moffat
c043e454dc Update to firefox-102.8.0 and JS-102.8.0. 2023-02-14 22:21:06 +00:00
Douglas R. Reno
9d774b6f34 Update to vala-0.56.4 2023-02-14 15:34:47 -06:00
Douglas R. Reno
33c11ec182 Update to ruby-3.2.1 2023-02-14 14:32:46 -06:00
Xi Ruoyao
e6bb6b7fae
libgusb: Make doc generation explicit 2023-02-15 00:21:13 +08:00
Xi Ruoyao
a51e56d5ba
Add an entity for gi-docgen explanation and use it 2023-02-14 20:19:13 +08:00
Xi Ruoyao
a4bf068b52
libportal: Fix docdir before installation explicitly 2023-02-14 20:00:02 +08:00
Xi Ruoyao
ba7d11765a
lcms2: Apply an upstream fix to unbreak colord
The fix will be released in the next version, which will be rolled out
in "late Feb".  Apply it as a simple sed so it won't slow down the
tagging for 11.3.
2023-02-14 14:59:45 +08:00
Bruce Dubbs
340bf9de9b Update to rustc-1.67.1. 2023-02-13 18:18:39 -06:00
Bruce Dubbs
10eddc26a5 Update to dos2unix-7.4.4. 2023-02-13 14:41:06 -06:00
Bruce Dubbs
40f6b8d281 Update to Python-3.11.2. 2023-02-13 13:48:47 -06:00
Bruce Dubbs
404943c6d4 Update to dbus-1.14.6. 2023-02-13 12:50:49 -06:00
Xi Ruoyao
0fe14c351e
ibus: Add a configuration section about updating GTK+ IM module caches 2023-02-13 04:39:21 +08:00
Xi Ruoyao
215f39e065
libportal: Fix doc dir if gi-docgen used 2023-02-13 02:51:30 +08:00
Xi Ruoyao
1f649561f2
ibus: Document a new test failure 2023-02-13 02:41:14 +08:00
Xi Ruoyao
c47e5255c9
Revert "udisks2: add a configuration for kernel NTFS3 driver"
This reverts commit e9dfbc0c26 and
6fa16a5033.

No longer needed: udisks-2.9.4 already knows NTFS3 and prefers it over
ntfs-3g.
2023-02-13 02:41:13 +08:00
Douglas R. Reno
b912fbb616 Update to libgusb-0.4.5 2023-02-12 12:26:50 -06:00
Xi Ruoyao
d4236e0e66
upower: Man pages need xsltproc, not gtk-doc 2023-02-13 00:26:56 +08:00
Ken Moffat
f848bc0672 Update to XML-LibXSLT-2.002001 (Perl module). 2023-02-12 11:16:09 +00:00
Xi Ruoyao
cdbdcb1cc5
fftw: Add --enable-avx2, and document --enable-{sse2,avx,avx2,avx512}
The first AVX2-capable CPUs are released in 2013 (ten years ago)
and now all recent Intel Core and AMD Ryzen models support it.  So
it makes sense to enable it now.  AVX512F is much uncommon now for
non-server CPU models (only Rocket Lake, Alder Lake with E-cores
disabled, and Zen 4), so leave it as <option>.
2023-02-12 13:46:15 +08:00
Xi Ruoyao
ce1f29a387
libgusb: Fix the location of installed document 2023-02-11 20:00:16 +08:00