LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-21-2022, 07:17 AM   #1441
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,493

Rep: Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242

Thunderbird 102.6.1

Code:
- Remote content did not load in user-defined signatures
- Addons that added new action buttons were not shown for addon upgrades, requiring removal and reinstall
- Various stability improvements
- Security fix
Release notes:
https://www.thunderbird.net/en-US/th.../releasenotes/
 
1 members found this post helpful.
Old 12-21-2022, 04:25 PM   #1442
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 470

Rep: Reputation: 246Reputation: 246Reputation: 246
Glib 2.74.4

Quote:
Overview of changes in GLib 2.74.4
==================================

* Fix missing input validation in `GDBusMenuModel` (work by Lars Uebernickel) (#861)

* Various GVariant security fixes when handling untrusted data (work by
William Manley, Philip Withnall, Simon McVittie) (#2121, #2540, #2794, #2797,
#2839, #2840, #2841)

* Bugs fixed:
- #861 insufficient input validation in GDBusMenuModel (Lars Uebernickel)
- #2121 GVariant deserialisation does not match spec for non-normal data
(William Manley, Philip Withnall)
- #2540 Parsing serialized GVariants can blow up run-time and memory (Philip
Withnall)
- #2794 GVariant offset table entry size is not checked in is_normal() (Philip
Withnall)
- #2797 g_variant_byteswap() can take a long time with some non-normal inputs
(Philip Withnall)
- #2835 gio/gapplication test fails with test_dbus_activate: assertion failed
(n_activations == 2): (1 == 2) (Philip Withnall)
- #2839 [bisected] GVariant test regression on big-endian architectures (Simon
McVittie)
- #2840 fuzz_variant_binary_byteswap: Heap-buffer-overflow in
g_variant_serialised_get_child (Philip Withnall)
- #2841 fuzz_variant_text: Timeout in fuzz_variant_text (Philip Withnall)
- #2852 alpine/musl: catching signals from a subprocess triggers
GLib:ERROR:../glib/gmain.c:5569:siginfo_t_to_wait_status: code should not be
reached (Philip Withnall)
- !3114 Backport !3113 “gaction: Validate actions activated over D-Bus” to
glib-2-74
- !3126 Backport !3125 “Various fixes to normal form handling in GVariant” to
glib-2-74
- !3134 Backport !3133 “gmenumodel: disallow exporting large menus on the bus”
to glib-2-74
- !3138 Backport !3136 “gvariant-serialiser: Convert endianness of offsets” to
glib-2-74
- !3153 Backport !3120 “glib/gthread-posix: Conditionally use `futex` and/or
`futex_time64` syscalls...” to glib-2-74
- !3161 Backport !3158 ”gmain: Define fallback values for siginfo_t constants
for musl” to glib-2-74
- !3164 Backport !3163 “gvariant: Check offset table doesn’t fall outside
variant bounds and speed up text parsing” to glib-2-74

* Translation updates:
- Abkhazian (Nart Tlisha)
- Belarusian (Vasil Pupkin)
- Georgian (Ekaterine Papava)
- Interlingue (Olga Smirnova)
 
2 members found this post helpful.
Old 12-21-2022, 07:31 PM   #1443
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 470

Rep: Reputation: 246Reputation: 246Reputation: 246
gtkmm 4.8.0

Quote:
4.8.0 (stable):

Gtk:
* TextView::get_tabs(): Fix a memory leak
* Add enum ContentFit
* Label: Add set/get/property_tabs()
* Picture: Add set/get/property_content_fit()
(Kjell Ahlstedt)

Demos:
* Dialog demo: Add a non-modal dialog
(Kjell Ahlstedt) Issue #123 (PBS)

Documentation:
* Don't translate the preprocessor macro name GDK_MODIFIER_MASK
(Kjell Ahlstedt) Issue #124 (PBS)

Build:
* Require gtk4 >= 4.7.2
(Kjell Ahlstedt)
 
Old 12-21-2022, 07:32 PM   #1444
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 470

Rep: Reputation: 246Reputation: 246Reputation: 246
gtkmm 3.24.7

Quote:
3.24.7 (stable):

Gtk:
* Don't derive gtkmm__GtkXxx GTypes from final types
(Kjell Ahlstedt) Issue glib#2661
* TextView::get_tabs(): Fix a memory leak
(Kjell Ahlstedt)

Documentation:
* Widget: Improve the class documentation
(Kjell Ahlstedt)

Demos:
* Dialog demo: Add a non-modal dialog
(Kjell Ahlstedt) Issue #123 (PBS)

Build:
* Meson build: Avoid configuration warnings
(Kjell Ahlstedt)
* MSVC build: Disable more warnings
(Chun-wei Fan)
* Fix build with -Dbuild-deprecated-api=false
(Kjell Ahlstedt) Issue #126 (bbhtt)
 
Old 12-22-2022, 04:23 AM   #1445
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 625

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Dovecot v2.3.20
 
Old 12-22-2022, 05:23 PM   #1446
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 470

Rep: Reputation: 246Reputation: 246Reputation: 246
gtk 4.8.3
Quote:
Overview of Changes in 4.8.3, 12-22-2022
========================================

* GtkText:
- Claim gestures more selectively
- Prevent unexpected notify::direction emissions

* Accessibility:
- Remember if we don't find the a11y bus

* DND:
- Prefer file:// urls over other protocols

* GtkMountOperation:
- Work on Wayland

* GtkListView:
- Cancel rubberband if not handling drag

* Wayland:
- Fix button masks

* Windows:
- Fix resizes with native decorations

* X11:
- Fix some ordering problems with surface destruction
 
Old 12-22-2022, 05:26 PM   #1447
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 470

Rep: Reputation: 246Reputation: 246Reputation: 246
gtk+ 3.24.36

Quote:
Overview of Changes in GTK+ 3.24.36, 12-22-2022
===============================================

This release is the first GTK 3 release to exclusively
use the meson build system.

* GtkLabel:
- Tweak selection behavior

* GtkEmojiChooser:
- Properly handle empty recent section

* GtkFileChooser:
- Make ~ key work regardless of dead keys

* build:
- Improve handling of flaky tests
- Drop the autotools build

* Wayland:
- Fix problems with X<>Wayland DND
- Revert cursor changes from 3.24.35
- Fix handling of surrounding text in input

* Windows:
- Improve handling of line ends in clipboard

* MacOS:
- Use NSTrackingArea
 
1 members found this post helpful.
Old 12-23-2022, 07:32 PM   #1448
HQuest
Member
 
Registered: Jan 2018
Location: 2001:470:c2d0::/56
Distribution: Anything I can interface with
Posts: 107

Rep: Reputation: Disabled
extras/sendmail also needs to be rebuilt to be linked with l/icu4c-72.1. If one has applied any -current updates since Dec 17 2022 when the temporary icu4c-71.1 libs were removed off a/aaa_libraries, it will continue to work until restarted.

Code:
# /etc/rc.d/rc.sendmail restart
Starting sendmail MTA daemon:  /usr/sbin/sendmail -L sm-mta -bd -q25m
/usr/sbin/sendmail: error while loading shared libraries: libicuuc.so.71: cannot open shared object file: No such file or directory
Starting sendmail MSP queue runner:  /usr/sbin/sendmail -L sm-msp-queue -Ac -q25m
/usr/sbin/sendmail: error while loading shared libraries: libicuuc.so.71: cannot open shared object file: No such file or directory
# _
 
1 members found this post helpful.
Old 12-23-2022, 07:53 PM   #1449
HQuest
Member
 
Registered: Jan 2018
Location: 2001:470:c2d0::/56
Distribution: Anything I can interface with
Posts: 107

Rep: Reputation: Disabled
Can we also start looking at upgrading OpenSSL to the more modern v3.0? For the record, v1.1.1 support will end in September 2023. From https://www.openssl.org/source/:

Quote:
Note: The latest stable version is the 3.0 series supported until 7th September 2026. This is also a Long Term Support (LTS) version. The previous LTS version (the 1.1.1 series) is also available and is supported until 11th September 2023. All older versions (including 1.1.0, 1.0.2, 1.0.0 and 0.9.8) are now out of support and should not be used. Users of these older versions are encouraged to upgrade to 3.0 as soon as possible. Extended support for 1.0.2 to gain access to security fixes for that version is available.
 
1 members found this post helpful.
Old 12-24-2022, 07:11 AM   #1450
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,688

Rep: Reputation: 3578Reputation: 3578Reputation: 3578Reputation: 3578Reputation: 3578Reputation: 3578Reputation: 3578Reputation: 3578Reputation: 3578Reputation: 3578Reputation: 3578
I for one, I started to believe that naming the development tree of Slackware as "current" is misleading for the beginner users of Slackware.

So, my proposal is to rename the tree of slackware-current to slackware-development or slackware-devel or slackware-testing or whatever else name associated with its true development stage.

Let's acknowledge that "current" had a different meaning 30 years ago, but that today it just generate confusion.

Last edited by LuckyCyborg; 12-24-2022 at 07:27 AM.
 
Old 12-24-2022, 07:39 AM   #1451
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,092

Rep: Reputation: Disabled
Assuming I be allowed to add to the confusion, why not Slackware-next by analogy with linux-next?
 
Old 12-24-2022, 08:37 AM   #1452
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,199

Rep: Reputation: 7397Reputation: 7397Reputation: 7397Reputation: 7397Reputation: 7397Reputation: 7397Reputation: 7397Reputation: 7397Reputation: 7397Reputation: 7397Reputation: 7397
No real need, in my opinion, to change the name of -current. Those who seem to not understand -current is the development branch will get just as "confused" regardless of whatever name is used.
 
7 members found this post helpful.
Old 12-24-2022, 08:49 AM   #1453
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,493

Rep: Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242Reputation: 4242
Quote:
Originally Posted by LuckyCyborg View Post
I for one, I started to believe that naming the development tree of Slackware as "current" is misleading for the beginner users of Slackware.

So, my proposal is to rename the tree of slackware-current to slackware-development or slackware-devel or slackware-testing or whatever else name associated with its true development stage.

Let's acknowledge that "current" had a different meaning 30 years ago, but that today it just generate confusion.
I don't see people confused by Sid or Rawhide …
 
Old 12-24-2022, 09:31 AM   #1454
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 470

Rep: Reputation: 246Reputation: 246Reputation: 246
I thought that this thread was a place to request updates to programs that are already included in Slackware and maybe request a program or library that isn't included. Please tell me if I am wrong.
 
Old 12-24-2022, 09:37 AM   #1455
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,007

Rep: Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568
Quote:
Originally Posted by cwizardone View Post
No real need, in my opinion, to change the name of -current. Those who seem to not understand -current is the development branch will get just as "confused" regardless of whatever name is used.
Agree with this.
 
4 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration