Commit Graph

3114 Commits

Author SHA1 Message Date
Douglas R. Reno
a1a652ad15 Package Updates:
Update to URI-5.12 (Perl Module)
Update to xf86-input-synaptics-1.9.2 (Xorg Driver)
Update to hdparm-9.64
Update to wayland-protocols-1.26
Update to libdrm-2.4.112
2022-07-13 19:46:02 -05:00
Douglas R. Reno
c2051dbdc3 Five Security Updates:
Update to node.js-16.16.0
Update to php-8.1.8
Add security patch for Dovecot (fixes CVE-2022-30550)
Update to seamonkey-2.53.13
Update to gnupg-2.3.7
Mark git as a security update
2022-07-13 17:12:03 -05:00
Douglas R. Reno
86bb3fe874 libportal: Add text to describe how to set the available backends using
the -Dbackends= option.
2022-07-12 10:05:20 -05:00
Bruce Dubbs
b3f68f50e2 Update to xapian-core-1.4.20. 2022-07-05 09:11:33 -05:00
Pierre Labastie
c5ad78ed86 Update to glib2-2.72.3 2022-07-04 12:05:37 +02:00
Bruce Dubbs
a151e7310b Update to wayland-1.21.0. 2022-07-01 12:50:27 -05:00
Xi Ruoyao
8e637fcfef
js: reword CC=gcc CXX=g++ description
Note than only "setting" CC=gcc CXX=g++ will not work:

    CC=gcc
    CXX=g++
    sh ../js/src/configure.in ...

will not pass CC=gcc and CXX=g++ to sh.  It's needed to export CC and
CXX:

    CC=gcc
    CXX=g++
    export CC CXX
    sh ../js/src/configure.in ...

Or, explicitly pass them:

    CC=gcc CXX=g++ h ../js/src/configure.in ...
2022-06-29 13:22:51 +08:00
Ken Moffat
e603046023 Update to js-91.11.0 (security fix). 2022-06-28 15:48:54 +01:00
Douglas R. Reno
156e1887fa Package updates
Update to exempi-2.6.2
Update to libidn-1.41
Update to ModemManager-1.18.10
Update to exim-4.96
Update to sqlite-autoconf-3390000 (3.39.0)
2022-06-26 10:42:53 -05:00
Bruce Dubbs
ea5d407889 Update to libqmi-1.30.8. 2022-06-25 18:00:49 -05:00
Douglas R. Reno
54055a2fe5 Package Updates
Update to SBC-2.0
Update to libidn-1.40
Update to libwacom-2.3.0
2022-06-21 09:31:56 -05:00
Xi Ruoyao
d6436f702c
pcre2: update download URL 2022-06-12 19:50:43 +08:00
Bruce Dubbs
202c424a50 Update to talloc-2.3.4. 2022-06-10 13:12:18 -05:00
Bruce Dubbs
09b6c356e5 Package updates.
Update to node-16.15.1.
Update to poppler-22.06.0.
2022-06-03 13:32:05 -05:00
Pierre Labastie
42e002dece Fix MIME type detection in glib2 2022-06-03 08:22:13 +02:00
Douglas R. Reno
87fbbb78b5 Package Updates:
Update to libblockdev-2.27
Update to iso-codes-4.10.0
Update to Log-Log4perl-1.55 (Perl Module)
Update to xkeyboard-config-2.36
Update to libadwaita-1.1.2
2022-06-02 12:05:55 -05:00
Douglas R. Reno
4c695f6b76 Package Updates
Update to xscreensaver-6.04
Update to glib-2.72.2
Update to gnome-settings-daemon-42.2
Update to tracker/tracker-miners 3.3.1
2022-06-01 10:10:14 -05:00
Bruce Dubbs
ba0f629d5c Update to umockdev-0.17.13. 2022-05-31 20:55:46 -05:00
Ken Moffat
71e36c7987 Package Updates:
firefox-91.10.0,
js-91.10.0,
nss-3.79.
2022-05-31 18:41:49 +01:00
Bruce Dubbs
caee73e91d Make the britli instruction sensible 2022-05-29 20:09:37 -05:00
Pierre Labastie
91331cba85 Update to nspr-4.34 2022-05-26 20:26:40 +02:00
Pierre Labastie
72d2b98822 Update to libqalculate-4.2.0 2022-05-26 20:22:42 +02:00
Pierre Labastie
1ba06ad986 Update to libbytesize-2.7 2022-05-26 20:04:53 +02:00
Bruce Dubbs
43ad17a006 Update to libxkbcommon-1.4.1. 2022-05-22 11:58:10 -05:00
Ken Moffat
f9579a89d3 Updates for mozilla packages:
firefox-91.9.1,
js-91.9.1,
thunderbird-91.9.1.

The smaller SBU times on firefox and js are because my SBU with
gcc-12 takes longer, not because the builds are quicker.
2022-05-21 23:30:55 +01:00
Bruce Dubbs
8bc9e2849c Update to umockdev-0.17.12. 2022-05-20 13:15:44 -05:00
Bruce Dubbs
0ade4624b3 Update umocdev and touch up some dependencies in lxde
Update to umockdev-0.17.10.
2022-05-13 10:50:42 -05:00
Xi Ruoyao
ac7f1b00c0
pcre: glib2 does not have internal pcre now 2022-05-07 20:18:53 +08:00
Bruce Dubbs
0a73ebad21 Update to libxml2-2.9.14. 2022-05-03 17:34:01 -05:00
Ken Moffat
492efd215b Update to firefox-91.9.0 and JS-91.9.0. 2022-05-03 17:25:55 +01:00
Pierre Labastie
a1d18c141a Update-to libqmi-1.30.6 2022-04-30 17:04:42 +02:00
Pierre Labastie
381eb87da7 Update to libmbim-1.26.4 2022-04-30 17:04:42 +02:00
Bruce Dubbs
afd2ea83a7 Update to node-16.15.0. 2022-04-27 18:07:26 -05:00
Pierre Labastie
c5b7d908d7 JS-91: fix 32 bit builds
Same sed as for firefox
2022-04-25 08:14:58 +02:00
Bruce Dubbs
325ebd7dd6 Fix gspell url 2022-04-23 09:45:44 -05:00
Xi Ruoyao
5b1d11c632
replace URLs containing "gnome/sources" with gnome-download-http entity 2022-04-23 16:23:11 +08:00
Bruce Dubbs
eabab82465 Update to gspell-1.10.0. 2022-04-22 16:04:08 -05:00
Bruce Dubbs
46ccf4ea07 Update to libseccomp-2.5.4. 2022-04-22 13:41:55 -05:00
Bruce Dubbs
ed7ed607ba Remove some obsolete notes 2022-04-21 15:02:05 -05:00
Bruce Dubbs
5cf79594b7 pdate to libaio-0.3.113. 2022-04-21 10:48:21 -05:00
Bruce Dubbs
3f045034c3 Update instructions for the Brotli python module 2022-04-20 20:26:04 -05:00
Pierre Labastie
7a9a7b2665 Remove spaces at the end of lines 2022-04-20 15:36:11 +02:00
Xi Ruoyao
9a06e3e6f8
libarchive: drop unneeded sed
The test failure with OpenSSL 3 is fixed by upstream:
https://github.com/libarchive/libarchive/pull/1717
2022-04-20 15:08:02 +08:00
Bruce Dubbs
8610833b72 Update to enchant-2.3.3. 2022-04-16 23:31:52 -05:00
Bruce Dubbs
118e8ef57e Update to pcre2-10.40. 2022-04-16 14:59:33 -05:00
Bruce Dubbs
5a472da610 Update to glib-2.72.1. 2022-04-14 15:13:12 -05:00
Bruce Dubbs
92aa2390f7 Update to json-c-0.16. 2022-04-14 14:56:58 -05:00
Bruce Dubbs
706e72e3e2 Update to boost_1_79_0. 2022-04-14 14:49:38 -05:00
Bruce Dubbs
aab2a487e1 Update to icu4c-71_1-src. 2022-04-13 11:44:02 -05:00
Bruce Dubbs
5a1049aa68 Update to umockdev-0.17.9. 2022-04-12 16:50:17 -05:00