LinuxQuestions.org
Visit Jeremy's Blog.
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-19-2023, 11:14 PM   #3436
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,987

Rep: Reputation: 1557Reputation: 1557Reputation: 1557Reputation: 1557Reputation: 1557Reputation: 1557Reputation: 1557Reputation: 1557Reputation: 1557Reputation: 1557Reputation: 1557

Quote:
Originally Posted by saxa View Post
Quote:
Originally Posted by marav View Post
We generally stick with an ESR version
According to ChangeLog.txt for -current. I noted this with current for several years, the standard version is used until we are getting "closer" to a new release. The definition of "closer" has a humongous window.

It appears that Slackware 15.0 started with mozilla-firefox-91.5.1esr-x86_64-1.txz, thus the same for Slackware -current.
15.0 ChangeLog.txt
Code:
 Thu Feb 10 01:46:55 UTC 2022
patches/packages/mozilla-firefox-91.6.0esr-x86_64-1_slack15.0.txz: Upgraded.
-current ChangeLog.txt
Code:
Thu Feb 10 01:46:55 UTC 2022
xap/mozilla-firefox-97.0-x86_64-1.txz: Upgraded.
Several upgrades...
Fri Jul 7 23:06:07 UTC 2023
xap/mozilla-firefox-115.0.1-x86_64-1.txz: Upgraded.
Wed Jul 12 20:41:16 UTC 2023
xap/mozilla-firefox-115.0.2esr-x86_64-1.txz: Upgraded.
Currently on mozilla-firefox-121.0-x86_64-1cgs.txz. I build it using the source tree build, replacing standard firefox source tarball vice the tarball used with -current. Takes about 4 hours on this molasses machine. In the SlackBuild I add a comment near the top, date of upgrade and add a tag to the build. I don't change the 'else' part since I don't use a localized build. If I did, simply to modify.
Code:
if [ -z $MOZLOCALIZE ]; then
  /sbin/makepkg -l y -c n $TMP/mozilla-firefox-$VERSION-$ARCH-${BUILD}cgs.txz
else
  /sbin/makepkg -l y -c n $TMP/mozilla-firefox-$VERSION-$ARCH-${BUILD}_$MOZLOCALIZE.txz
fi
I would like to see -current use the standard firefox, but I understand why the shift to ESR in preparation for the next release.

Last edited by chrisretusn; 12-20-2023 at 07:22 AM.
 
1 members found this post helpful.
Old 12-20-2023, 04:02 AM   #3437
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,834
Blog Entries: 17

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by pghvlaans View Post
That's odd. On my laptop, active mode gave me powersave (/etc/default/cpufreq had schedutil).

EDIT: there's a separate setting called "energy_performance_preference," and that does default to performance. In my case, powersave was the scheduling governor.
Seems this was fixed now.

Quote:
a/sysvinit-scripts-15.1-noarch-9.txz: Rebuilt.
rc.cpufreq: also default to "performance" for amd-pstate-epp.
Thanks to pghvlaans.
 
Old 12-20-2023, 11:24 AM   #3438
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,078

Rep: Reputation: Disabled
Smile GRUB 2.12

Let's quote the just posted announcement by Daniel Kiper:
Quote:
Hi all,

GRUB maintainers are proud to announce GRUB 2.12 that has been just released.
You can find list of new features and major fixes since release 2.06 in the
NEWS file.

We would like to thank all the people who have contributed to the project.

The tarball is available at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz
and its signature at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz.sig

Release is signed with the following fingerprint:
BE5C 2320 9ACD DACE B20D B0A2 8C81 89F1 988C 2166

It's also available as a signed grub-2.12 tag in official git repository.

If you do not have xz support alternatively you may consider file
https://ftp.gnu.org/gnu/grub/grub-2.12.tar.gz and its signature at
https://ftp.gnu.org/gnu/grub/grub-2.12.tar.gz.sig

If you want a binary version for Windows (i386-pc, i386-efi and x86_64-efi
flavors) it is available under https://ftp.gnu.org/gnu/grub/grub-2.12-for-windows.zip
and its signature at https://ftp.gnu.org/gnu/grub/grub-2....indows.zip.sig

The GRUB documentation has been also updated and is available at
https://www.gnu.org/software/grub/gr...mentation.html

Daniel

Last edited by Didier Spaier; 12-20-2023 at 11:32 AM. Reason: Typo fix.
 
9 members found this post helpful.
Old 12-20-2023, 11:30 AM   #3439
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,446

Rep: Reputation: 4199Reputation: 4199Reputation: 4199Reputation: 4199Reputation: 4199Reputation: 4199Reputation: 4199Reputation: 4199Reputation: 4199Reputation: 4199Reputation: 4199
Quote:
Originally Posted by Didier Spaier View Post
Lets quote the just posted announcement by Daniel Kiper:
\o/
Merry Xmas

Last edited by marav; 12-20-2023 at 11:37 AM.
 
Old 12-21-2023, 05:14 PM   #3440
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,078

Rep: Reputation: Disabled
Caveat for building GRUB-12.0

I built and installed grub-12.0 in Slint64-15.0 for the targets i386-pc, i386-efi, x86_64-efi, and x86-64-emu and that seems to work.

But for the builds to succeed I used a temporary workaround (temporary until fixed upstream): include these lines in the SlackBuild before the ./configure commands
Code:
# Temporary fix, cf. https://lists.gnu.org/archive/html/grub-devel/2023-12/msg00053.html
# as I got the same error but applying this patch didn't help here.
sed -i 's;$(top_srcdir)/grub-core/extra_deps.lst ;;g' grub-core/Makefile.* || exit
Attached Thumbnails
Click image for larger version

Name:	grub-2.12.png
Views:	64
Size:	9.1 KB
ID:	42264  

Last edited by Didier Spaier; 12-21-2023 at 05:33 PM. Reason: Added a pic
 
9 members found this post helpful.
Old 12-21-2023, 10:57 PM   #3441
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 468

Rep: Reputation: 244Reputation: 244Reputation: 244
lxml 4.9.4

https://github.com/lxml/lxml/release...l-4.9.4.tar.gz

Quote:
==================

Bugs fixed
----------

* LP#2046398: Inserting/replacing an ancestor into a node's children could loop indefinitely.

* LP#1980767, GH#379: ``TreeBuilder.close()`` could fail with a ``TypeError`` after
parsing incorrect input. Original patch by Enrico Minack.

* LP#1522052: A file-system specific test is now optional and should no longer fail
on systems that don't support it.

Other changes
-------------

* Wheels include zlib 1.3, libxml2 2.10.3 and libxslt 1.1.39
(zlib 1.2.12, libxml2 2.10.3 and libxslt 1.1.37 on Windows).

* Built with Cython 0.29.37.
 
Old 12-22-2023, 02:43 PM   #3442
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 624

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Postfix stable release 3.8.4 (Security: this release adds support to defend against an email spoofing attack (SMTP smuggling) on recipients at a Postfix server)
 
1 members found this post helpful.
Old 12-22-2023, 03:39 PM   #3443
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,078

Rep: Reputation: Disabled
Follow-up for GRUB 2.12

Quote:
Originally Posted by Didier Spaier View Post
But for the builds to succeed I used a temporary workaround (temporary until fixed upstream)
Fixed by the commit b835601c. I have chosen to (re)build from git master and checkout to this commit.

PS this choice makes GRUB look like 2.13

Last edited by Didier Spaier; 12-23-2023 at 04:56 AM.
 
1 members found this post helpful.
Old 12-22-2023, 07:34 PM   #3444
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 468

Rep: Reputation: 244Reputation: 244Reputation: 244
docutils 0.20.1

Quote:
Release 0.20.1 (2023-05-17)
===========================

* docutils/MANIFEST.in
- Include tox.ini and docutils.conf in the source package
(cf. bug #467 and bug #461).
* tools/rst2odt_prepstyles.py
- Moved to ``docutils/writers/odf_odt/prepstyles.py``.
Replaced with a provisional backwards compatibility script.
* ensure no (less) development files in package and
no html-files in egg-directory.
https://files.pythonhosted.org/packa...-0.20.1.tar.gz

Last edited by reddog83; 12-22-2023 at 07:47 PM.
 
Old 12-23-2023, 01:28 AM   #3445
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,090

Rep: Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761
I'm sure that this is already contemplated/planned, but wouldn't it be nice if Qt6 appeared in a not-to-distant future (maybe in /testing to begin with)?
More and more applications depend on Qt6. A recent announcement from the mkvtoolnix developers:
Quote:
2023-12-10: Dropped support for Qt 5. Qt 6.2.0 or newer is now the minimum requirement for building MKVToolNix starting with v82.
I'm aware of the SBo script for Qt6, but I lack the necessary hardware stated in the README file:
Quote:
Qt6 requires 16GB of RAM to build, and a minimum of 40GB of available
disk storage.
 
3 members found this post helpful.
Old 12-23-2023, 03:47 AM   #3446
gian_d
Member
 
Registered: Nov 2019
Location: Cagliari, Sardinia (Italy)
Distribution: Slackware
Posts: 80

Rep: Reputation: Disabled
requests-2.31.0 and urllib3-2.1.0

Hi, if possible, can they be updated to the latest versions released?

urllib3 latest release: https://github.com/urllib3/urllib3/releases/tag/2.1.0
There are several changes after the version 1.26.8:
https://github.com/urllib3/urllib3/b...in/CHANGES.rst

requests latest release: https://github.com/psf/requests/releases/tag/v2.31.0
It also has several changes after the version 2.26.0:
https://github.com/psf/requests/blob/main/HISTORY.md


I had to upgrade these packages because their upgrade is needed by a package released in Slackbuilds.org.
The upgrade seems no giving issues with the current configuration.

To build these releases I used the same slackbuilds available in slackware64-current/source:
1) the slackbuild of python-requests works as is without any changes

2) the one of python-urllib3 required a little edit since urllib3 has dropped the deprecated setup.py
I replaced the line 'python3 setup.py ...' with the following (taken from other slackbuilds):
Code:
unshare -n python3 -m build --wheel --no-isolation || exit 1
python3 -m installer --destdir "$PKG" dist/*.whl || exit 1
Thanks
 
Old 12-23-2023, 09:40 PM   #3447
biker_rat
Member
 
Registered: Feb 2010
Posts: 373

Rep: Reputation: 220Reputation: 220Reputation: 220
kgha did you know ponce posts these precompiled packages: https://ponce.cc/slackware/qt6_and_deps/current/x86_64/
they've worked for me. I installed them as a dep to try out that opensource ai chat implementation that someone posted a slackbuild for in these forums.
removed them , but ponce's qt6 worked for me
 
3 members found this post helpful.
Old 12-24-2023, 05:15 AM   #3448
dchmelik
Senior Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware, FreeBSD, Illumos, NetBSD, DragonflyBSD, Plan9, Inferno, OpenBSD, FreeDOS, HURD
Posts: 1,075

Rep: Reputation: 149Reputation: 149
I'd like to see some things to improve GUI such as the following.
  • gtk-chtheme (or things for newer GTK, but haven't seen one that still works for what this works for, like hexchat, palemoon, etc.)
  • liquidshell (faster KDE)
  • lxappearance (like gtk-chtheme but doesn't seem to do much/anything for older GTK still-used)

Last edited by dchmelik; 12-24-2023 at 05:17 AM.
 
Old 12-25-2023, 03:12 AM   #3449
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,185

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by dchmelik View Post
...//snip
[*]liquidshell (faster KDE)

...//snip
How much difference from the default shell with desktop effects turned off?

In particular, over narrow band (< 100kbps) and high latency (> 1s) links ... since I find the default shell fast enough when I use it to access servers about 3000km away through connections with bandwidths on the order of 100Mbps.
 
Old 12-25-2023, 08:11 AM   #3450
dchmelik
Senior Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware, FreeBSD, Illumos, NetBSD, DragonflyBSD, Plan9, Inferno, OpenBSD, FreeDOS, HURD
Posts: 1,075

Rep: Reputation: 149Reputation: 149
Question LiquidShell: don't know

Quote:
Originally Posted by guanx View Post
How much difference from the default shell with desktop effects turned off?[...]
Couldn't try LiquidShell yet; hope it's faster like XFCE or alternative QT window managers or desktop environments.

Last edited by dchmelik; 12-25-2023 at 09:27 AM. Reason: unecessarily long
 
  


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 07:30 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