rbt 0.13.26 → 0.13.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rbt might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +57 -56
- data/lib/rbt/commandline/commandline.rb +3 -3
- data/lib/rbt/constants/remote_URLs.rb +1 -1
- data/lib/rbt/cookbooks/search_for_tags/search_for_tags.rb +5 -5
- data/lib/rbt/gui/gtk3/statistics/statistics.rb +1 -1
- data/lib/rbt/gui/gtk3/url_action/url_action.rb +1 -1
- data/lib/rbt/gui/unified_gtk/installer/installer.rb +2 -2
- data/lib/rbt/installer/handle_installing_and_compiling_programs.rb +2 -2
- data/lib/rbt/installer/menu.rb +73 -72
- data/lib/rbt/installer/meson_and_ninja_related_code.rb +2 -2
- data/lib/rbt/installer/misc.rb +7 -7
- data/lib/rbt/make/make.rb +2 -1
- data/lib/rbt/misc/map_this_input_to_that_registered_program.rb +1 -1
- data/lib/rbt/misc/sed_wrapper.rb +1 -1
- data/lib/rbt/toplevel_methods/check_this_cookbook_file_for_errors.rb +2 -1
- data/lib/rbt/utility_scripts/expand_cookbooks.rb +5 -4
- data/lib/rbt/utility_scripts/report_the_registered_programs.rb +3 -3
- data/lib/rbt/version/version.rb +2 -2
- data/lib/rbt/yaml/cookbooks/attica.yml +2 -2
- data/lib/rbt/yaml/cookbooks/bluezqt.yml +2 -2
- data/lib/rbt/yaml/cookbooks/breezeicons.yml +2 -2
- data/lib/rbt/yaml/cookbooks/cares.yml +2 -2
- data/lib/rbt/yaml/cookbooks/cmake.yml +2 -2
- data/lib/rbt/yaml/cookbooks/evolution.yml +2 -2
- data/lib/rbt/yaml/cookbooks/fileroller.yml +7 -2
- data/lib/rbt/yaml/cookbooks/gdb.yml +7 -2
- data/lib/rbt/yaml/cookbooks/gjs.yml +2 -2
- data/lib/rbt/yaml/cookbooks/gpgme.yml +2 -2
- data/lib/rbt/yaml/cookbooks/kitemmodels.yml +5 -0
- data/lib/rbt/yaml/cookbooks/konsole.yml +2 -2
- data/lib/rbt/yaml/cookbooks/libseccomp.yml +8 -3
- data/lib/rbt/yaml/cookbooks/libvirt.yml +2 -2
- data/lib/rbt/yaml/cookbooks/libxkbcommon.yml +2 -2
- data/lib/rbt/yaml/cookbooks/linux.yml +2 -2
- data/lib/rbt/yaml/cookbooks/mesa.yml +2 -2
- data/lib/rbt/yaml/cookbooks/mlt.yml +2 -2
- data/lib/rbt/yaml/cookbooks/mupdf.yml +2 -2
- data/lib/rbt/yaml/cookbooks/mutter.yml +2 -2
- data/lib/rbt/yaml/cookbooks/perl.yml +2 -2
- data/lib/rbt/yaml/cookbooks/pipewire.yml +2 -2
- data/lib/rbt/yaml/cookbooks/poppler.yml +3 -3
- data/lib/rbt/yaml/cookbooks/qbittorrent.yml +2 -2
- data/lib/rbt/yaml/cookbooks/rst2html5.yml +5 -0
- data/lib/rbt/yaml/cookbooks/sanebackends.yml +4 -0
- data/lib/rbt/yaml/cookbooks/shadow.yml +2 -2
- data/lib/rbt/yaml/cookbooks/sqliteautoconf.yml +2 -2
- data/lib/rbt/yaml/cookbooks/toml.yml +4 -1
- data/lib/rbt/yaml/cookbooks/tumbler.yml +2 -2
- data/lib/rbt/yaml/cookbooks/unoconv.yml +5 -1
- data/lib/rbt/yaml/cookbooks/xfce4appfinder.yml +3 -0
- data/lib/rbt/yaml/cookbooks/xfce4powermanager.yml +8 -3
- data/lib/rbt/yaml/cookbooks/xfce4settings.yml +2 -2
- data/lib/rbt/yaml/cookbooks/xosd.yml +1 -0
- data/lib/rbt/yaml/cookbooks/zfs.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/attica.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/bluezqt.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/cares.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/cmake.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/evolution.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/fileroller.yml +12 -11
- data/lib/rbt/yaml/expanded_cookbooks/gdb.yml +12 -12
- data/lib/rbt/yaml/expanded_cookbooks/gjs.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/gpgme.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/kitemmodels.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/konsole.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/ksirk.yml +4 -4
- data/lib/rbt/yaml/expanded_cookbooks/libseccomp.yml +12 -12
- data/lib/rbt/yaml/expanded_cookbooks/libvirt.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/libxkbcommon.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/linux.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/mesa.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/mlt.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/mupdf.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/mutter.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/openssl.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/perl.yml +10 -10
- data/lib/rbt/yaml/expanded_cookbooks/pipewire.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/poppler.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/qbittorrent.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/rst2html5.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/sanebackends.yml +5 -3
- data/lib/rbt/yaml/expanded_cookbooks/shadow.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/sqliteautoconf.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/toml.yml +2 -2
- data/lib/rbt/yaml/expanded_cookbooks/tumbler.yml +9 -9
- data/lib/rbt/yaml/expanded_cookbooks/unoconv.yml +7 -7
- data/lib/rbt/yaml/expanded_cookbooks/xfce4appfinder.yml +3 -3
- data/lib/rbt/yaml/expanded_cookbooks/xfce4powermanager.yml +14 -14
- data/lib/rbt/yaml/expanded_cookbooks/xfce4settings.yml +8 -8
- data/lib/rbt/yaml/expanded_cookbooks/xosd.yml +1 -1
- data/lib/rbt/yaml/expanded_cookbooks/zfs.yml +9 -9
- data/lib/rbt/yaml/programs_version/available_programs_versions.md +29 -29
- data/lib/rbt/yaml/programs_version/programs_version.yml +29 -28
- data/lib/rbt/yaml/programs_version/the_expanded_coobkook_dataset_was_last_updated_on_this_day.yml +1 -1
- data/lib/rbt/yaml/these_programs_were_updated.yml +28 -0
- metadata +3 -3
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 982120
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/xfce4powermanager/"
|
@@ -14,15 +14,15 @@
|
|
14
14
|
:configure_options: ''
|
15
15
|
:configure_options_explained: ''
|
16
16
|
:copy_source: false
|
17
|
-
:description:
|
18
|
-
manages the power sources on the computer and the devices that can be controlled
|
17
|
+
:description: " This software is a power manager for the Xfce desktop, Xfce power
|
18
|
+
manager manages the power sources on the computer and the devices that can be controlled
|
19
19
|
to reduce their power consumption (such as LCD brightness level, monitor sleep,
|
20
20
|
CPU frequency scaling). In addition, xfce4-power-manager provides a set of freedesktop-compliant
|
21
21
|
DBus interfaces to inform other applications about current power level so that they
|
22
22
|
can adjust their power consumption, and it provides the inhibit interface which
|
23
23
|
allows applications to prevent automatic sleep actions via the power manager; as
|
24
|
-
an example, the operating system'
|
25
|
-
while it is performing update operations.
|
24
|
+
an example, the operating system's package manager should make use of this interface
|
25
|
+
while it is performing update operations."
|
26
26
|
:do_not_download: false
|
27
27
|
:do_not_symlink: false
|
28
28
|
:echo_yes: ''
|
@@ -39,7 +39,7 @@
|
|
39
39
|
:installation_steps: []
|
40
40
|
:is_an_active_project: true
|
41
41
|
:keep_extracted: true
|
42
|
-
:last_update:
|
42
|
+
:last_update: 03 December 2023
|
43
43
|
:libexec:
|
44
44
|
:libraries:
|
45
45
|
- xfce4/panel/plugins/libxfce4powermanager.so
|
@@ -48,7 +48,7 @@
|
|
48
48
|
:m4_files: []
|
49
49
|
:manual_steps:
|
50
50
|
:may_we_modify_the_configure_options: true
|
51
|
-
:md5sum:
|
51
|
+
:md5sum: eb906cec18734aaff683cd1868991725
|
52
52
|
:meson_configure_options:
|
53
53
|
:mirror: ''
|
54
54
|
:modify_the_makefile: false
|
@@ -60,14 +60,14 @@
|
|
60
60
|
:pre_configure_steps: []
|
61
61
|
:pre_make_commands: []
|
62
62
|
:pre_make_install_sed: []
|
63
|
-
:prefix: "/home/Programs/Xfce4powermanager/4.18.
|
63
|
+
:prefix: "/home/Programs/Xfce4powermanager/4.18.3/"
|
64
64
|
:preinstall: []
|
65
65
|
:program_compile_name: ''
|
66
|
-
:program_full_name: xfce4-power-manager-4.18.
|
66
|
+
:program_full_name: xfce4-power-manager-4.18.3.tar.xz
|
67
67
|
:program_name: xfce4-power-manager
|
68
|
-
:program_name_and_program_version: xfce4-power-manager-4.18.
|
69
|
-
:program_path: "/home/x/src/xfce4powermanager/xfce4-power-manager-4.18.
|
70
|
-
:program_version: 4.18.
|
68
|
+
:program_name_and_program_version: xfce4-power-manager-4.18.3
|
69
|
+
:program_path: "/home/x/src/xfce4powermanager/xfce4-power-manager-4.18.3.tar.xz"
|
70
|
+
:program_version: 4.18.3
|
71
71
|
:required_deps_on:
|
72
72
|
- upower
|
73
73
|
:run_configure: true
|
@@ -84,14 +84,14 @@
|
|
84
84
|
:symlink_pkgconfig_files: false
|
85
85
|
:tags:
|
86
86
|
- xfce
|
87
|
-
:url1: https://archive.xfce.org/src/xfce/xfce4-power-manager/4.18/xfce4-power-manager-4.18.
|
87
|
+
:url1: https://archive.xfce.org/src/xfce/xfce4-power-manager/4.18/xfce4-power-manager-4.18.3.tar.bz2
|
88
88
|
:url2: http://archive.xfce.org/src/xfce/xfce4-power-manager/
|
89
89
|
:use_autoconf: false
|
90
90
|
:use_autogen: false
|
91
91
|
:use_build_directory: false
|
92
92
|
:use_glib_schema: false
|
93
93
|
:use_this_build_directory:
|
94
|
-
:use_this_build_system:
|
94
|
+
:use_this_build_system: configure
|
95
95
|
:use_this_make_command: make
|
96
96
|
:use_this_make_install_command:
|
97
97
|
:wikipedia:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 1318160
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/xfce4settings/"
|
@@ -43,7 +43,7 @@
|
|
43
43
|
:installation_steps: []
|
44
44
|
:is_an_active_project: true
|
45
45
|
:keep_extracted: true
|
46
|
-
:last_update:
|
46
|
+
:last_update: 01 December 2023
|
47
47
|
:libexec:
|
48
48
|
:libraries:
|
49
49
|
- xfce4/settings/appearance-install-theme
|
@@ -52,7 +52,7 @@
|
|
52
52
|
:m4_files: []
|
53
53
|
:manual_steps:
|
54
54
|
:may_we_modify_the_configure_options: true
|
55
|
-
:md5sum:
|
55
|
+
:md5sum: 78c9d2bf6ce53253d29dc033740ad8bb
|
56
56
|
:meson_configure_options:
|
57
57
|
:mirror: ''
|
58
58
|
:modify_the_makefile: false
|
@@ -67,11 +67,11 @@
|
|
67
67
|
:prefix: "/usr/"
|
68
68
|
:preinstall: []
|
69
69
|
:program_compile_name: ''
|
70
|
-
:program_full_name: xfce4-settings-4.18.
|
70
|
+
:program_full_name: xfce4-settings-4.18.4.tar.xz
|
71
71
|
:program_name: xfce4-settings
|
72
|
-
:program_name_and_program_version: xfce4-settings-4.18.
|
73
|
-
:program_path: "/home/x/src/xfce4settings/xfce4-settings-4.18.
|
74
|
-
:program_version: 4.18.
|
72
|
+
:program_name_and_program_version: xfce4-settings-4.18.4
|
73
|
+
:program_path: "/home/x/src/xfce4settings/xfce4-settings-4.18.4.tar.xz"
|
74
|
+
:program_version: 4.18.4
|
75
75
|
:required_deps_on: []
|
76
76
|
:run_configure: true
|
77
77
|
:run_ldconfig: true
|
@@ -87,7 +87,7 @@
|
|
87
87
|
:symlink_pkgconfig_files: false
|
88
88
|
:tags:
|
89
89
|
- xfce
|
90
|
-
:url1: https://archive.xfce.org/src/xfce/xfce4-settings/4.18/xfce4-settings-4.18.
|
90
|
+
:url1: https://archive.xfce.org/src/xfce/xfce4-settings/4.18/xfce4-settings-4.18.4.tar.bz2
|
91
91
|
:url2: https://archive.xfce.org/src/xfce/xfce4-settings/
|
92
92
|
:use_autoconf: false
|
93
93
|
:use_autogen: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
:apply_patch: false
|
3
|
-
:archive_size:
|
3
|
+
:archive_size: 31735504
|
4
4
|
:archive_type: ".tar.xz"
|
5
5
|
:autosymlink_lib64:
|
6
6
|
:base_dir: "/home/x/src/zfs/"
|
@@ -32,7 +32,7 @@
|
|
32
32
|
:installation_steps: []
|
33
33
|
:is_an_active_project: true
|
34
34
|
:keep_extracted: true
|
35
|
-
:last_update:
|
35
|
+
:last_update: 01 December 2023
|
36
36
|
:libexec:
|
37
37
|
:libraries: []
|
38
38
|
:licence: CDDL
|
@@ -40,7 +40,7 @@
|
|
40
40
|
:m4_files: []
|
41
41
|
:manual_steps:
|
42
42
|
:may_we_modify_the_configure_options: true
|
43
|
-
:md5sum:
|
43
|
+
:md5sum: c4d87293e6792ba9788e77eed6c8b710
|
44
44
|
:meson_configure_options:
|
45
45
|
:mirror: ''
|
46
46
|
:modify_the_makefile: false
|
@@ -52,14 +52,14 @@
|
|
52
52
|
:pre_configure_steps: []
|
53
53
|
:pre_make_commands: []
|
54
54
|
:pre_make_install_sed: []
|
55
|
-
:prefix: "/home/Programs/Zfs/2.2.
|
55
|
+
:prefix: "/home/Programs/Zfs/2.2.2/"
|
56
56
|
:preinstall: []
|
57
57
|
:program_compile_name: ''
|
58
|
-
:program_full_name: zfs-2.2.
|
58
|
+
:program_full_name: zfs-2.2.2.tar.xz
|
59
59
|
:program_name: zfs
|
60
|
-
:program_name_and_program_version: zfs-2.2.
|
61
|
-
:program_path: "/home/x/src/zfs/zfs-2.2.
|
62
|
-
:program_version: 2.2.
|
60
|
+
:program_name_and_program_version: zfs-2.2.2
|
61
|
+
:program_path: "/home/x/src/zfs/zfs-2.2.2.tar.xz"
|
62
|
+
:program_version: 2.2.2
|
63
63
|
:required_deps_on: []
|
64
64
|
:run_configure: true
|
65
65
|
:run_ldconfig: true
|
@@ -74,7 +74,7 @@
|
|
74
74
|
:symlink_headers: false
|
75
75
|
:symlink_pkgconfig_files: false
|
76
76
|
:tags: []
|
77
|
-
:url1: https://github.com/openzfs/zfs/releases/download/zfs-2.2.
|
77
|
+
:url1: https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz
|
78
78
|
:url2: https://github.com/openzfs/zfs/releases
|
79
79
|
:use_autoconf: false
|
80
80
|
:use_autogen: false
|
@@ -135,7 +135,7 @@ atspi 1.32.0 01 December 2012 http://ftp.gnome.org/pub
|
|
135
135
|
atspi2atk 2.38.0 13 September 2020 http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz
|
136
136
|
atspi2core 2.48.3 29 May 2023 https://download.gnome.org/sources/at-spi2-core/2.48/at-spi2-core-2.48.3.tar.xz
|
137
137
|
attal 1.0rc1 01 May 2014 http://www.attal-thegame.org/base.php?langue=en&page=accueil
|
138
|
-
attica 5.
|
138
|
+
attica 5.112.0 04 December 2023 https://download.kde.org/stable/frameworks/5.112/attica-5.112.0.tar.xz
|
139
139
|
attr 2.4.48 23 February 2019 http://download.savannah.nongnu.org/releases/attr/attr-2.4.48.tar.gz
|
140
140
|
attrs 19.1.0 12 May 2019 https://files.pythonhosted.org/packages/cc/d9/931a24cc5394f19383fbbe3e1147a0291276afa43a0dc3ed0d6cd9fda813/attrs-19.1.0.tar.gz
|
141
141
|
aubio 0.4.7 06 June 2019 https://aubio.org/pub/aubio-0.4.7.tar.bz2
|
@@ -226,7 +226,7 @@ blueman 2.3.5 23 November 2022 https://github.com/bluem
|
|
226
226
|
bluez 5.68 03 July 2023 https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.68.tar.xz
|
227
227
|
bluezalsa 11.09.2022 11 September 2022 bluez-alsa-11.09.2022
|
228
228
|
bluezgnome 0.14 01 June 2014 http://www.kernel.org/pub/linux/bluetooth/bluez-gnome-0.14.tar.gz
|
229
|
-
bluezqt 5.
|
229
|
+
bluezqt 5.112.0 04 December 2023 https://download.kde.org/stable/frameworks/5.112/bluez-qt-5.112.0.tar.xz
|
230
230
|
bluezutils 2.25 28 July 2016 http://bluez.sf.net/download/bluez-utils-2.25.tar.gz
|
231
231
|
bodr 6 01 May 2014 http://www.blueobelisk.org/
|
232
232
|
bogofilter 1.2.5 21 October 2019 https://sourceforge.net/projects/bogofilter/files/bogofilter-stable/bogofilter-1.2.5.tar.xz
|
@@ -243,7 +243,7 @@ brasero 3.12.2 01 August 2017 http://ftp.gnome.org/pub/g
|
|
243
243
|
breeze 5.27.9 24 October 2023 https://download.kde.org/stable/plasma/5.27.9/breeze-5.27.9.tar.xz
|
244
244
|
breezegrub 5.27.9 24 October 2023 https://download.kde.org/stable/plasma/5.27.9/breeze-grub-5.27.9.tar.xz
|
245
245
|
breezegtk 5.27.9 24 October 2023 https://download.kde.org/stable/plasma/5.27.9/breeze-gtk-5.27.9.tar.xz
|
246
|
-
breezeicons 5.
|
246
|
+
breezeicons 5.112.0 04 December 2023 https://download.kde.org/stable/frameworks/5.112/breeze-icons-5.112.0.tar.xz
|
247
247
|
breezeplymouth 5.27.9 24 October 2023 https://download.kde.org/stable/plasma/5.27.9/breeze-plymouth-5.27.9.tar.xz
|
248
248
|
bridgeutils 1.7.1 27 March 2021 https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.7.1.tar.xz
|
249
249
|
briquolo 0.5.7 01 June 2014 http://briquolo.free.fr/download/briquolo-0.5.7.tar.bz2
|
@@ -294,7 +294,7 @@ cantarellfonts 0.303.1 10 December 2021 https://download.gnome.o
|
|
294
294
|
cantor 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/cantor-23.08.2.tar.xz
|
295
295
|
capybara 3.37.1 27 May 2022 https://rubygems.org/downloads/capybara-3.37.1.gem
|
296
296
|
capybaramechanize 1.12.0 27 May 2022 https://rubygems.org/downloads/capybara-mechanize-1.12.0.gem
|
297
|
-
cares 1.
|
297
|
+
cares 1.23.0 03 December 2023 https://c-ares.haxx.se/download/c-ares-1.23.0.tar.gz
|
298
298
|
caribou 0.4.20 16 February 2016 http://ftp.gnome.org/pub/GNOME/sources/caribou/0.4/caribou-0.4.20.tar.xz
|
299
299
|
castlecombat 0.8.1 28 July 2016 http://prdownloads.sourceforge.net/castle-combat/castle-combat-0.8.1.tar.gz
|
300
300
|
caxlsx 3.2.0 27 May 2022 https://rubygems.org/downloads/caxlsx-3.2.0.gem
|
@@ -372,7 +372,7 @@ cluttergst 3.0.27 07 February 2019 http://ftp.gnome.org/pub
|
|
372
372
|
cluttergtk 1.8.4 09 August 2017 http://ftp.gnome.org/pub/gnome/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz
|
373
373
|
cluttergtkmm 1.6.0 18 March 2015 http://ftp.gnome.org/pub/GNOME/sources/clutter-gtkmm/1.6/clutter-gtkmm-1.6.0.tar.xz
|
374
374
|
cluttermm 1.17.3 01 May 2014 http://ftp.gnome.org/pub/GNOME/sources/cluttermm/1.17/cluttermm-1.17.3.tar.xz
|
375
|
-
cmake 3.27.
|
375
|
+
cmake 3.27.9 29 November 2023 https://github.com/Kitware/CMake/releases/download/v3.27.9/cmake-3.27.9.tar.gz
|
376
376
|
cmark 0.29.0 26 May 2020 https://github.com/commonmark/cmark/archive/0.29.0.tar.gz
|
377
377
|
cmdftp 0.9.7 01 June 2014 http://download.savannah.nongnu.org/releases/cmdftp/cmdftp-0.9.7.tar.gz
|
378
378
|
cmdparse 3.0.7 06 March 2021 https://rubygems.org/downloads/cmdparse-3.0.7.gem
|
@@ -632,7 +632,7 @@ evilvte 0.5.2~pre1 01 June 2013 http://www.calno.com/evilvte
|
|
632
632
|
evilwm 1.1.1 24 February 2017 http://www.6809.org.uk/evilwm/evilwm-1.1.1.tar.gz
|
633
633
|
evince 44.3 06 July 2023 https://download.gnome.org/sources/evince/44/evince-44.3.tar.xz
|
634
634
|
evisum 0.2.6 29 November 2019 https://download.enlightenment.org/rel/apps/evisum/evisum-0.2.6.tar.xz
|
635
|
-
evolution 3.50.
|
635
|
+
evolution 3.50.2 03 December 2023 https://download.gnome.org/sources/evolution/3.50/evolution-3.50.2.tar.xz
|
636
636
|
evolutiondataserver 3.48.2 27 May 2023 https://download.gnome.org/sources/evolution-data-server/3.48/evolution-data-server-3.48.2.tar.xz
|
637
637
|
evolutionews 3.48.2 27 May 2023 https://download.gnome.org/sources/evolution-ews/3.48/evolution-ews-3.48.2.tar.xz
|
638
638
|
evolutionmapi 3.48.1 27 May 2023 https://download.gnome.org/sources/evolution-mapi/3.48/evolution-mapi-3.48.1.tar.xz
|
@@ -690,7 +690,7 @@ figlet 2.2.5 23 August 2019 ftp://ftp.figlet.org/pub/f
|
|
690
690
|
file 5.44 28 July 2023 https://astron.com/pub/file/file-5.44.tar.gz
|
691
691
|
filechdir 0.1010 12 April 2019 https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-0.1010.tar.gz
|
692
692
|
filelight 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/filelight-23.08.2.tar.xz
|
693
|
-
fileroller
|
693
|
+
fileroller 43.1 03 December 2023 https://download.gnome.org/sources/file-roller/43/file-roller-43.1.tar.xz
|
694
694
|
filesharedir 1.116 05 June 2018 https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.116.tar.gz
|
695
695
|
fileslurper 0.010 26 December 2017 http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/File-Slurper-0.010.tar.gz
|
696
696
|
filetype 1.1.0 21 August 2022 https://files.pythonhosted.org/packages/ba/42/53be9807e47b164a172721ad7960acdc7ec6ad45216c9962f5e933b0e314/filetype-1.1.0.tar.gz
|
@@ -815,7 +815,7 @@ gconfmm 2.28.3 20 March 2015 http://ftp.gnome.org/pub/GN
|
|
815
815
|
gcr 4.0.0 12 October 2022 https://download.gnome.org/sources/gcr/4.0/gcr-4.0.0.tar.xz
|
816
816
|
gdado 2.2 01 June 2014 http://sourceforge.net/projects/gdado/files/souce%20code/gdado-2.2/gdado-2.2.tar.gz
|
817
817
|
gdal 2.1.4 20 September 2017 http://download.osgeo.org/gdal/2.1.4/gdal-2.1.4.tar.xz
|
818
|
-
gdb
|
818
|
+
gdb 14.1 03 December 2023 https://ftp.gnu.org/pub/gnu/gdb/gdb-14.1.tar.xz
|
819
819
|
gdbm 1.23 16 September 2022 https://ftp.gnu.org/pub/gnu/gdbm/gdbm-1.23.tar.gz
|
820
820
|
gdesklets 0.35.4 01 June 2014 http://www.gdesklets.de/files/gDesklets-0.35.4.tar.bz2
|
821
821
|
gdk3 3.5.1 27 May 2022 https://rubygems.org/downloads/gdk3-3.5.1.gem
|
@@ -868,7 +868,7 @@ gitcola 2.10 27 July 2017 https://github.com/git-cola/
|
|
868
868
|
gitdb 0.6.4 10 August 2017 https://pypi.python.org/packages/e3/95/7e5d7261feb46c0539ac5e451be340ddd64d78c5118f2d893b052c76fe8c/gitdb-0.6.4.tar.gz#md5=44e4366b8bdfd306b075c3a52c96ae1a
|
869
869
|
gitg 3.32.0 23 May 2019 http://ftp.gnome.org/pub/gnome/sources/gitg/3.32/gitg-3.32.0.tar.xz
|
870
870
|
giv 0.9.15 01 June 2014 http://downloads.sourceforge.net/giv/giv-0.9.15.tar.gz
|
871
|
-
gjs 1.
|
871
|
+
gjs 1.78.1 03 December 2023 https://download.gnome.org/sources/gjs/1.78/gjs-1.78.1.tar.xz
|
872
872
|
gkrellm 2.3.11 25 August 2022 http://gkrellm.srcbox.net/releases/gkrellm-2.3.11.tar.bz2
|
873
873
|
glabels 3.4.1 29 April 2018 http://ftp.gnome.org/pub/gnome/sources/glabels/3.4/glabels-3.4.1.tar.xz
|
874
874
|
glade 3.40.0 11 August 2022 https://download.gnome.org/sources/glade/3.40/glade-3.40.0.tar.xz
|
@@ -1064,7 +1064,7 @@ gparted 1.5.0 21 February 2023 http://downloads.sourcef
|
|
1064
1064
|
gpass 0.5.1 01 June 2014 http://projects.netlab.jp/gpass/
|
1065
1065
|
gperf 3.1 20 July 2017 https://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz
|
1066
1066
|
gperiodic 2.0.10 01 June 2014 http://www.frantz.fi/software/gperiodic-2.0.10.tar.gz
|
1067
|
-
gpgme 1.
|
1067
|
+
gpgme 1.23.2 03 December 2023 https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.23.2.tar.bz2
|
1068
1068
|
gphoto2 2.5.28 05 January 2022 https://sourceforge.net/projects/gphoto/files/gphoto/2.5.28/gphoto2-2.5.28.tar.bz2
|
1069
1069
|
gpm 1.20.7 18 February 2019 http://anduin.linuxfromscratch.org/BLFS/gpm/gpm-1.20.7.tar.bz2
|
1070
1070
|
gpredict 0.9.0 01 June 2014 http://groundstation.sourceforge.net/gpredict/
|
@@ -1551,7 +1551,7 @@ konforka 0.0 01 June 2014 http://kin.klever.net/dist/k
|
|
1551
1551
|
kongress 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/kongress-23.08.2.tar.xz
|
1552
1552
|
konqueror 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/konqueror-23.08.2.tar.xz
|
1553
1553
|
konquest 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/konquest-23.08.2.tar.xz
|
1554
|
-
konsole 23.08.
|
1554
|
+
konsole 23.08.3 04 December 2023 https://download.kde.org/stable/release-service/23.08.3/src/konsole-23.08.3.tar.xz
|
1555
1555
|
kontact 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/kontact-23.08.2.tar.xz
|
1556
1556
|
kontactinterface 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/kontactinterface-23.08.2.tar.xz
|
1557
1557
|
kontrast 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/kontrast-23.08.2.tar.xz
|
@@ -1947,7 +1947,7 @@ librsync 2.3.2 26 November 2021 https://github.com/librs
|
|
1947
1947
|
libsafe 2.0.16 01 June 2014 https://github.com/tagatac/libsafe-CVE-2005-1125/blob/master/libsafe-2.0-16.tgz
|
1948
1948
|
libsamplerate 0.2.2 07 September 2021 https://github.com/libsndfile/libsamplerate/releases/download/0.2.2/libsamplerate-0.2.2.tar.xz
|
1949
1949
|
libsass 3.6.5 22 May 2021 https://github.com/sass/libsass/archive/3.6.5/libsass-3.6.5.tar.gz
|
1950
|
-
libseccomp 2.5.
|
1950
|
+
libseccomp 2.5.5 03 December 2023 https://github.com/seccomp/libseccomp/releases/download/v2.5.5/libseccomp-2.5.5.tar.gz
|
1951
1951
|
libsecret 0.21.0 10 August 2023 https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.0.tar.xz
|
1952
1952
|
libselinux 3.5 23 February 2023 https://github.com/SELinuxProject/selinux/releases/download/3.5/libselinux-3.5.tar.gz
|
1953
1953
|
libsexy 0.1.11 01 June 2014 http://releases.chipx86.com/libsexy/libsexy/libsexy-0.1.11.tar.gz
|
@@ -1998,7 +1998,7 @@ libvautils 2.20.0 23 October 2023 https://github.com/intel/
|
|
1998
1998
|
libvdpau 1.5 12 February 2023 https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/1.5/libvdpau-1.5.tar.bz2
|
1999
1999
|
libvdpauvagl 0.3.4 11 April 2015 https://github.com/i-rinat/libvdpau-va-gl/releases/download/v0.3.4/libvdpau-va-gl-0.3.4.tar.gz
|
2000
2000
|
libviper 1.4.6 01 June 2014 http://sourceforge.net/projects/libviper/files/libviper-1.4.6.tar.gz
|
2001
|
-
libvirt 9.
|
2001
|
+
libvirt 9.10.0 02 December 2023 https://libvirt.org/sources/libvirt-9.10.0.tar.xz
|
2002
2002
|
libvisio 0.1.7 20 August 2019 https://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.7.tar.xz
|
2003
2003
|
libvisual 0.4.0 01 January 2013 http://sourceforge.net/projects/libvisual/files/libvisual/libvisual-0.4.0/libvisual-0.4.0.tar.bz2
|
2004
2004
|
libvncserver 0.9.13 12 March 2021 https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.13.tar.gz
|
@@ -2039,7 +2039,7 @@ libxfontcache 1.0.4 01 June 2014 https://www.x.org/releases/i
|
|
2039
2039
|
libxft 2.3.8 18 April 2023 https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.xz
|
2040
2040
|
libxi 1.8.1 08 May 2023 https://www.x.org/releases/individual/lib/libXi-1.8.1.tar.xz
|
2041
2041
|
libxinerama 1.1.5 31 October 2022 https://www.x.org/releases/individual/lib/libXinerama-1.1.5.tar.xz
|
2042
|
-
libxkbcommon 1.
|
2042
|
+
libxkbcommon 1.6.0 03 December 2023 https://xkbcommon.org/download/libxkbcommon-1.6.0.tar.xz
|
2043
2043
|
libxkbfile 1.1.2 12 December 2022 https://www.x.org/releases/individual/lib/libxkbfile-1.1.2.tar.xz
|
2044
2044
|
libxkbui 1.0.2 01 June 2014 https://www.x.org/releases/individual/lib/libxkbui-1.0.2.tar.bz2
|
2045
2045
|
libxklavier 5.3 01 September 2013 http://ftp.gnome.org/pub/GNOME/sources/libxklavier/5.3/libxklavier-5.3.tar.xz
|
@@ -2092,7 +2092,7 @@ lineakd 0.9 01 May 2014 http://prdownloads.sourcefor
|
|
2092
2092
|
linkgrammar 5.2.5 28 September 2015 http://www.abiword.org/downloads/link-grammar/5.2.5/link-grammar-5.2.5.tar.gz
|
2093
2093
|
links 2.29 21 March 2023 http://links.twibright.com/download/links-2.29.tar.bz2
|
2094
2094
|
linlibertine 2.0.9 01 June 2014 http://sourceforge.net/projects/linuxlibertine
|
2095
|
-
linux 6.6.
|
2095
|
+
linux 6.6.4 03 December 2023 https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.4.tar.xz
|
2096
2096
|
linuxlive 6.2.4 01 June 2014 ftp://ftp.slax.org/Linux-Live/linux-live-6.2.4.tar.gz
|
2097
2097
|
linuxpam 1.5.2 06 September 2021 https://github.com/linux-pam/linux-pam/releases/download/v1.5.2/Linux-PAM-1.5.2.tar.xz
|
2098
2098
|
liquidwar 5.6.5 23 November 2019 http://www.ufoot.org/download/liquidwar/v5/5.6.5/liquidwar-5.6.5.tar.gz
|
@@ -2252,7 +2252,7 @@ merb 1.1.3 26 November 2019 https://rubygems.org/dow
|
|
2252
2252
|
mercurial 6.3.3 03 March 2023 https://www.mercurial-scm.org/release/mercurial-6.3.3.tar.gz
|
2253
2253
|
mercurycompiler 0.13.1 01 June 2014 http://www.mercury.csse.unimelb.edu.au/download.html
|
2254
2254
|
merkuro 23.08.2 12 October 2023 https://download.kde.org/stable/release-service/23.08.2/src/merkuro-23.08.2.tar.xz
|
2255
|
-
mesa 23.
|
2255
|
+
mesa 23.3.0 03 December 2023 https://mesa.freedesktop.org/archive/mesa-23.3.0.tar.xz
|
2256
2256
|
mesademos 6.5 01 June 2014 http://mesh.dl.sourceforge.net/sourceforge/mesa3d/MesaDemos-6.5.tar.bz2
|
2257
2257
|
mesaglut 7.10 01 June 2014 ftp://ftp.freedesktop.org/pub/mesa/7.10/MesaGLUT-7.10.tar.bz2
|
2258
2258
|
mesk 0.1.0 01 June 2014 http://mesk.nicfit.net/releases/mesk-0.1.0.tgz
|
@@ -2295,7 +2295,7 @@ mkrf 0.2.3 29 November 2017 https://rubygems.org/dow
|
|
2295
2295
|
mktemp 1.7 01 December 2012 https://www.mktemp.org/dist/mktemp-1.7.tar.gz
|
2296
2296
|
mkvtoolnix 41.0.0 01 February 2020 https://mkvtoolnix.download/sources/mkvtoolnix-41.0.0.tar.xz
|
2297
2297
|
mlr 4.4.0 14 August 2016 https://github.com/johnkerl/miller/releases/download/v4.4.0/mlr-4.4.0.tar.gz
|
2298
|
-
mlt 7.
|
2298
|
+
mlt 7.22.0 03 December 2023 https://github.com/mltframework/mlt/releases/download/v7.22.0/mlt-7.22.0.tar.gz
|
2299
2299
|
mmcommon 1.0.5 03 December 2022 https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.5.tar.xz
|
2300
2300
|
mobs 2.3.2 01 June 2014 http://www.dervishd.net/Projects/mobs-2.3.2.tar.gz
|
2301
2301
|
moc 2.5.2 09 June 2017 http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.2.tar.bz2
|
@@ -2379,7 +2379,7 @@ multijson 1.15.0 15 April 2021 https://rubygems.org/downlo
|
|
2379
2379
|
multipartpost 2.2.3 22 June 2022 https://rubygems.org/downloads/multipart-post-2.2.3.gem
|
2380
2380
|
mummer 3.23 01 November 2013 https://sourceforge.net/projects/mummer/files/mummer/3.23/MUMmer3.23.tar.gz
|
2381
2381
|
muparser 2.2.6.1 19 January 2019 https://github.com/beltoforion/muparser/archive/muparser-2.2.6.1.tar.gz
|
2382
|
-
mupdf 1.23.
|
2382
|
+
mupdf 1.23.7 03 December 2023 https://www.mupdf.com/downloads/archive/mupdf-1.23.7-source.tar.gz
|
2383
2383
|
murmurhash3 0.1.7 22 March 2023 https://rubygems.org/downloads/murmurhash3-0.1.7.gem
|
2384
2384
|
muse 2.2.1 25 September 2015 http://sourceforge.net/projects/lmuse/files/muse-2.2/muse-2.2.1.tar.gz
|
2385
2385
|
musepack r475 01 November 2012 http://files.musepack.net/source/musepack_src_r475.tar.gz
|
@@ -2389,7 +2389,7 @@ musl 1.2.3 02 August 2022 https://musl.libc.org/rele
|
|
2389
2389
|
mustermann 1.1.1 28 May 2020 https://rubygems.org/downloads/mustermann-1.1.1.gem
|
2390
2390
|
mutagen 1.43.0 04 December 2019 https://files.pythonhosted.org/packages/aa/fd/ed738775442e3614849fefdf41417d7bff3ccb010d49c8f729432cc3c1e5/mutagen-1.43.0.tar.gz
|
2391
2391
|
mutt 2.2.12 09 September 2023 http://ftp.mutt.org/pub/mutt/mutt-2.2.12.tar.gz
|
2392
|
-
mutter 44.
|
2392
|
+
mutter 44.7 03 December 2023 https://download.gnome.org/sources/mutter/44/mutter-44.7.tar.xz
|
2393
2393
|
mxk 1.10 01 June 2014 http://welz.org.za/projects/mxk/mxk-1.10.tar.gz
|
2394
2394
|
mxml 3.2 07 March 2021 https://github.com/michaelrsweet/mxml/releases/download/v3.2/mxml-3.2.tar.gz
|
2395
2395
|
myghty 1.0 01 June 2014 http://easynews.dl.sourceforge.net/sourceforge/myghty/Myghty-1.0.tar.gz
|
@@ -2628,7 +2628,7 @@ pekwm 0.1.17 01 January 2014 https://www.pekwm.org/pro
|
|
2628
2628
|
penguincommand 1.6.11 01 January 2013 http://user.cs.tu-berlin.de/~karlb/penguin-command/
|
2629
2629
|
pengupop 2.2.4 01 June 2014 http://www.junoplay.com/pengupop
|
2630
2630
|
pentagram 16.02.2008 01 December 2012 http://pentagram.sourceforge.net/download.php
|
2631
|
-
perl 5.38.
|
2631
|
+
perl 5.38.1 26 November 2023 https://www.cpan.org/src/5.0/perl-5.38.1.tar.xz
|
2632
2632
|
gettext 1.07 05 June 2020 https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/gettext-1.07.tar.gz
|
2633
2633
|
pg 1.4.6 27 February 2023 https://rubygems.org/downloads/pg-1.4.6.gem
|
2634
2634
|
phodav 3.0 02 July 2022 https://download.gnome.org/sources/phodav/3.0/phodav-3.0.tar.xz
|
@@ -2660,7 +2660,7 @@ pip 23.2.1 30 September 2023 https://files.pythonhos
|
|
2660
2660
|
pipenv 2018.11.26 12 February 2019 https://files.pythonhosted.org/packages/fd/e9/01822318551caa0d62a181ba3b10f0f3757bb1e270da97165bd52db92776/pipenv-2018.11.26.tar.gz
|
2661
2661
|
pipepanic 0.1.3 01 December 2012 http://www.users.waitrose.com/~thunor/pipepanic/#downloads
|
2662
2662
|
pipewalker 0.4.3 01 December 2012 http://sourceforge.net/project/showfiles.php?group_id=198283
|
2663
|
-
pipewire 0.
|
2663
|
+
pipewire 1.0.0 26 November 2023 https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.0.0/pipewire-1.0.0.tar.bz2
|
2664
2664
|
pitivi 2023.03 27 March 2023 https://download.gnome.org/sources/pitivi/2023/pitivi-2023.03.tar.xz
|
2665
2665
|
pixman 0.42.2 03 November 2022 https://www.x.org/releases/individual/lib/pixman-0.42.2.tar.xz
|
2666
2666
|
pjproject 1.14.2 01 June 2014 http://www.pjsip.org/release/1.14.2/pjproject-1.14.2.tar.bz2
|
@@ -2717,7 +2717,7 @@ polkitqt1 0.114.0 03 March 2015 https://github.com/KDE/polk
|
|
2717
2717
|
poltergeist 1.18.1 13 August 2018 https://rubygems.org/downloads/poltergeist-1.18.1.gem
|
2718
2718
|
polyglot 0.3.5 14 October 2018 https://rubygems.org/downloads/polyglot-0.3.5.gem
|
2719
2719
|
polylib 5.22.5 01 November 2012 http://icps.u-strasbg.fr/polylib/polylib_src/polylib-5.22.5.tar.gz
|
2720
|
-
poppler 23.
|
2720
|
+
poppler 23.12.0 02 December 2023 https://poppler.freedesktop.org/poppler-23.12.0.tar.xz
|
2721
2721
|
popplerdata 0.4.12 04 February 2023 http://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz
|
2722
2722
|
popt 1.19 18 September 2022 http://ftp.rpm.org/popt/releases/popt-1.x/popt-1.19.tar.gz
|
2723
2723
|
porcupine 0.0.7 01 June 2014 http://www.innoscript.org/component/option,com_remository/Itemid,33/
|
@@ -2818,7 +2818,7 @@ pyxdg 0.27 07 December 2020 https://files.pythonhost
|
|
2818
2818
|
pyxml 0.8.4 01 June 2014 http://mesh.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz
|
2819
2819
|
pyyaml 6.0 06 June 2022 https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz
|
2820
2820
|
qalculategtk 3.7.0 29 February 2020 https://github.com/Qalculate/qalculate-gtk/releases/download/v3.7.0/qalculate-gtk-3.7.0.tar.gz
|
2821
|
-
qbittorrent 4.6.
|
2821
|
+
qbittorrent 4.6.2 28 November 2023 https://downloads.sourceforge.net/qbittorrent/qbittorrent-4.6.2.tar.xz
|
2822
2822
|
qca 2.3.5 21 October 2022 https://download.kde.org/stable/qca/2.3.5/qca-2.3.5.tar.xz
|
2823
2823
|
qcaqt5 2.1.0.3 22 September 2017 https://download.kde.org/stable/qca-qt5/2.1.0.3/src/qca-qt5-2.1.0.3.tar.xz
|
2824
2824
|
qdbm 1.8.77 12 September 2015 http://sourceforge.net/projects/qdbm/files/qdbm/1.8.77/qdbm-1.8.77.tar.gz
|
@@ -3045,7 +3045,7 @@ setuptools 68.2.2 14 October 2023 https://files.pythonhoste
|
|
3045
3045
|
setxkbmap 1.3.4 20 May 2023 https://www.x.org/releases/individual/app/setxkbmap-1.3.4.tar.xz
|
3046
3046
|
sg3utils 1.47 17 November 2021 http://sg.danny.cz/sg/p/sg3_utils-1.47.tar.xz
|
3047
3047
|
sgmlcommon 0.6.3 10 July 2015 ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-0.6.3.tgz
|
3048
|
-
shadow 4.14.
|
3048
|
+
shadow 4.14.2 26 November 2023 https://github.com/shadow-maint/shadow/releases/download/4.14.2/shadow-4.14.2.tar.xz
|
3049
3049
|
shapelib 1.3.0 01 November 2013 http://download.osgeo.org/shapelib/shapelib-1.3.0.tar.gz
|
3050
3050
|
shareddesktopontologies 0.11.0 01 October 2013 http://sourceforge.net/projects/oscaf/files/shared-desktop-ontologies/0.11.0/shared-desktop-ontologies-0.11.0.tar.bz2
|
3051
3051
|
sharedmimeinfo 2.1 10 October 2021 https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/2.1/shared-mime-info-2.1.tar.gz
|
@@ -3148,7 +3148,7 @@ sprockets 4.0.2 17 June 2020 https://rubygems.org/downloa
|
|
3148
3148
|
sprocketsrails 3.2.2 15 April 2021 https://rubygems.org/downloads/sprockets-rails-3.2.2.gem
|
3149
3149
|
spyc 0.3beta 01 May 2014 http://spyc.sourceforge.net/
|
3150
3150
|
sqlite3 1.6.1 06 March 2023 https://rubygems.org/downloads/sqlite3-1.6.1.gem
|
3151
|
-
sqliteautoconf
|
3151
|
+
sqliteautoconf 3440200 26 November 2023 https://www.sqlite.org/2023/sqlite-autoconf-3440200.tar.gz
|
3152
3152
|
v 3.11.0 05 February 2019 https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.11.0.tar.gz
|
3153
3153
|
sqliteman 1.0.1 01 May 2014 http://sqliteman.com/
|
3154
3154
|
sqliteruby 2.2.3 28 November 2017 https://rubygems.org/downloads/sqlite-ruby-2.2.3.gem
|
@@ -3323,7 +3323,7 @@ ttycursor 0.7.1 28 May 2020 https://rubygems.org/downloa
|
|
3323
3323
|
ttyprogressbar 0.17.0 28 May 2020 https://rubygems.org/downloads/tty-progressbar-0.17.0.gem
|
3324
3324
|
ttyscreen 0.8.0 17 June 2020 https://rubygems.org/downloads/tty-screen-0.8.0.gem
|
3325
3325
|
tulip 3.0.0B6 01 May 2014 http://downloads.sourceforge.net/auber/tulip-3.0.0B6.tar.bz2?modtime=1184356395&big_mirror=0
|
3326
|
-
tumbler 4.18.
|
3326
|
+
tumbler 4.18.2 03 December 2023 https://archive.xfce.org/src/xfce/tumbler/4.18/tumbler-4.18.2.tar.bz2
|
3327
3327
|
tunapie 2.1.19 27 November 2019 https://sourceforge.net/projects/tunapie/files/tunapie/2.1/tunapie-2.1.19.tar.gz
|
3328
3328
|
tunnel 1.2.1 01 May 2014 http://tspiteri.org/tunnel/download/
|
3329
3329
|
turbolinks 5.2.1 28 May 2020 https://rubygems.org/downloads/turbolinks-5.2.1.gem
|
@@ -3626,13 +3626,13 @@ xfce4mpcplugin 0.5.0 30 August 2017 http://archive.xfce.org/sr
|
|
3626
3626
|
xfce4notifyd 0.8.2 03 March 2023 https://archive.xfce.org/src/apps/xfce4-notifyd/0.8/xfce4-notifyd-0.8.2.tar.bz2
|
3627
3627
|
xfce4panel 4.18.4 24 May 2023 https://archive.xfce.org/src/xfce/xfce4-panel/4.18/xfce4-panel-4.18.4.tar.bz2
|
3628
3628
|
xfce4panelprofiles 1.0.10 06 February 2020 https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.10.tar.bz2
|
3629
|
-
xfce4powermanager 4.18.
|
3629
|
+
xfce4powermanager 4.18.3 03 December 2023 https://archive.xfce.org/src/xfce/xfce4-power-manager/4.18/xfce4-power-manager-4.18.3.tar.bz2
|
3630
3630
|
xfce4pulseaudioplugin 0.4.7 03 June 2023 https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.4/xfce4-pulseaudio-plugin-0.4.7.tar.bz2
|
3631
3631
|
xfce4sampleplugin 0.1.2 25 September 2017 http://archive.xfce.org/src/panel-plugins/xfce4-sample-plugin/0.1/xfce4-sample-plugin-0.1.2.tar.gz
|
3632
3632
|
xfce4screensaver 4.18.2 01 June 2023 https://archive.xfce.org/src/apps/xfce4-screensaver/4.18/xfce4-screensaver-4.18.2.tar.bz2
|
3633
3633
|
xfce4screenshooter 1.9.8 13 March 2022 http://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/xfce4-screenshooter-1.9.8.tar.bz2
|
3634
3634
|
xfce4session 4.18.2 29 March 2023 https://archive.xfce.org/src/xfce/xfce4-session/4.18/xfce4-session-4.18.2.tar.bz2
|
3635
|
-
xfce4settings 4.18.
|
3635
|
+
xfce4settings 4.18.4 01 December 2023 https://archive.xfce.org/src/xfce/xfce4-settings/4.18/xfce4-settings-4.18.4.tar.bz2
|
3636
3636
|
xfce4statusnotifierplugin 0.2.0 26 September 2017 http://archive.xfce.org/src/panel-plugins/xfce4-statusnotifier-plugin/0.2/xfce4-statusnotifier-plugin-0.2.0.tar.bz2
|
3637
3637
|
xfce4systemloadplugin 1.2.3 18 August 2019 https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2
|
3638
3638
|
xfce4taskmanager 1.4.0 30 December 2020 https://git.xfce.org/apps/xfce4-taskmanager/snapshot/xfce4-taskmanager-1.4.0.tar.gz
|
@@ -3781,7 +3781,7 @@ zee 0.6 01 May 2014 https://sourceforge.net/proj
|
|
3781
3781
|
zenity 3.44.2 10 August 2023 https://download.gnome.org/sources/zenity/3.44/zenity-3.44.2.tar.xz
|
3782
3782
|
zeroconfioslave 22.04.3 07 July 2022 https://download.kde.org/stable/release-service/22.04.3/src/zeroconf-ioslave-22.04.3.tar.xz
|
3783
3783
|
zeromq 4.3.4 02 February 2021 https://github.com/zeromq/libzmq/releases/download/v4.3.4/zeromq-4.3.4.tar.gz
|
3784
|
-
zfs 2.2.
|
3784
|
+
zfs 2.2.2 01 December 2023 https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz
|
3785
3785
|
zile 2.6.2 06 May 2021 https://ftp.gnu.org/pub/gnu/zile/zile-2.6.2.tar.gz
|
3786
3786
|
zim 0.70 13 April 2019 https://zim-wiki.org/downloads/zim-0.70.tar.gz
|
3787
3787
|
zimg 3.0.4 10 February 2023 https://github.com/sekrit-twc/zimg/archive/release-3.0.4.tar.gz
|