LinuxQuestions.org
Help answer threads with 0 replies.
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 05-19-2024, 09:39 AM   #4591
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,292

Rep: Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079Reputation: 1079

frameworks-5.116.0

https://kde.org/fr/announcements/frameworks/5/5.116.0/

Last edited by gmgf; 05-19-2024 at 09:40 AM.
 
2 members found this post helpful.
Old 05-20-2024, 12:12 AM   #4592
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,936

Rep: Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568
less-655
https://greenwoodsoftware.com/less/
(less-654 doesn't display ISO-8859 characters C0...FF.)
 
Old 05-20-2024, 06:13 AM   #4593
fulalas
Member
 
Registered: Jun 2017
Posts: 151

Rep: Reputation: 34
Wasn't libgcc_s version supposed to be the same in aaa_libraries and gcc packages? At the moment they're not.
 
Old 05-20-2024, 09:27 AM   #4594
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,226

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
gi-docgen-2024.1
https://download.gnome.org/sources/g...-2024.1.tar.xz
 
Old 05-20-2024, 10:47 AM   #4595
bigbadaboum
Member
 
Registered: Apr 2023
Posts: 160

Rep: Reputation: 63
could we stole this idea to SBo to put it in Slackware.

Quote:
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
Quote:
CWD=$(pwd)
TMP=${TMP:-/tmp/Slackware}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
This with a RC.LOCAL_SHUTDOWN that clean/temp/SBO and TEMP/SLACKware would be good.

I have already written that in /etc/rc.d/rc.local_shutdown
/usr/bin/find /tmp -mindepth 1 -maxdepth 1 -delete

Thanks to the old Slackware users.
https://www.linuxquestions.org/quest...nt-4175560283/
 
1 members found this post helpful.
Old 05-20-2024, 01:00 PM   #4596
lostintime
Member
 
Registered: Dec 2021
Posts: 208

Rep: Reputation: Disabled
I long have liked the SBo method of OUTPUT=${OUTPUT:-/tmp}. I am able to set the OUTPUT environment variable to my local repositories. With the output set to $TMP, I have to modify the build script or manually copy the package to my local repositories. Perhaps I am the only person affected, perhaps not. Seems this would be a straightforward change though without causing commotion?
 
Old 05-20-2024, 01:44 PM   #4597
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,440

Rep: Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187
Quote:
Originally Posted by lostintime View Post
I long have liked the SBo method of OUTPUT=${OUTPUT:-/tmp}. I am able to set the OUTPUT environment variable to my local repositories. With the output set to $TMP, I have to modify the build script or manually copy the package to my local repositories. Perhaps I am the only person affected, perhaps not. Seems this would be a straightforward change though without causing commotion?
Isn't it the same as: TMP=${TMP:-/tmp} ?
 
1 members found this post helpful.
Old 05-21-2024, 04:18 AM   #4598
opty
Member
 
Registered: Mar 2021
Posts: 183

Rep: Reputation: Disabled
Quote:
Originally Posted by bigbadaboum View Post
could we stole this idea to SBo to put it in Slackware.

[...]
Yes.

Quote:
Originally Posted by bigbadaboum View Post
This with a RC.LOCAL_SHUTDOWN that clean/temp/SBO and TEMP/SLACKware would be good.
No.
 
Old 05-21-2024, 05:30 AM   #4599
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,936

Rep: Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568
Quote:
Originally Posted by opty View Post
Own directory in /tmp for distribution SlackBuilds, e.g. /tmp/Swc based on /tmp/SBo but that doesn't look very nice so rather /tmp/slackware?
Quote:
Originally Posted by bigbadaboum View Post
TEMP/SLACKware would be good.
Quote:
Originally Posted by opty View Post
Securitywise it would be a good idea to build the distro under /tmp/slackware if a root-owned /tmp/slackware were automatically created in rc.S like /tmp/.X11-unix is. Or under some other directory other than /tmp which wouldn't be writable to all. The situation now is that there are many binaries with RPATH or RUNPATH in the elf header pointing to a directory under /tmp. For example

Code:
$ objdump -p /usr/lib64/ruby/3.3.0/x86_64-linux/enc/iso_8859_1.so|grep R.*PATH
  RPATH                /tmp/ruby-3.3.1
because ruby was built in /tmp/ruby-3.3.1.

A non-root perpetrator can create a directory /tmp/ruby-3.3.1 and plant a malicious library there, containing a modified function which /usr/lib64/ruby/3.3.0/x86_64-linux/enc/iso_8859_1.so wants to load.

If the ruby package had been built in /tmp/slackware/ruby-3.3.1, it would be RPATH=/tmp/slackware/ruby-3.3.1 and the perpetrator could not plant the malicious library there if there were /tmp/slackware with no write access.

Even better would be to use another build directory, not writable for non-root, not placed under /tmp, so it would not depend on a /tmp/slackware place holder directory to exist.

I wrote a script to search for dangerous RPATH/RUNPATH: https://www.linuxquestions.org/quest...ml#post6472015

Last edited by Petri Kaukasoina; 05-21-2024 at 05:53 AM.
 
5 members found this post helpful.
Old 05-21-2024, 05:41 PM   #4600
lonestar_italy
Member
 
Registered: Nov 2010
Location: Italy
Distribution: Slackware64-current
Posts: 175

Rep: Reputation: 70
xorg-xwayland 24.1.0

 
1 members found this post helpful.
Old 05-21-2024, 05:54 PM   #4601
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,548

Rep: Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556
Quote:
Originally Posted by lonestar_italy View Post
xorg-xwayland 24.1.0

This is another one of those things where perhaps I'm the only one trying to build for 32-bit x86.
 
3 members found this post helpful.
Old 05-21-2024, 06:05 PM   #4602
lonestar_italy
Member
 
Registered: Nov 2010
Location: Italy
Distribution: Slackware64-current
Posts: 175

Rep: Reputation: 70
Quote:
Originally Posted by volkerdi View Post
This is another one of those things where perhaps I'm the only one trying to build for 32-bit x86.
Ah I see...it will wait then
 
2 members found this post helpful.
Old 05-21-2024, 06:29 PM   #4603
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 578

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Quote:
Originally Posted by volkerdi View Post
This is another one of those things where perhaps I'm the only one trying to build for 32-bit x86.
Do I gather correctly from that comment
that it (along with other items), either will not build or is at-least difficult to build for 32bit ?

And if so, is there a possibility that 15.1 might be the last 32bit Slackware ?
 
Old 05-21-2024, 06:31 PM   #4604
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,548

Rep: Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556Reputation: 8556
Quote:
Originally Posted by glennmcc View Post
Do I gather correctly from that comment
that it (along with other items), either will not build or is at-least difficult to build for 32bit ?

And if so, is there a possibility that 15.1 might be the last 32bit Slackware ?
Heh. There's always that possibility. Hell, there's a possibility that 15.0 might be the last 32-bit Slackware.
 
7 members found this post helpful.
Old 05-21-2024, 06:48 PM   #4605
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 578

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Quote:
Originally Posted by volkerdi View Post
Heh. There's always that possibility. Hell, there's a possibility that 15.0 might be the last 32-bit Slackware.
Well then, if that be the case, anyone running 32bit 15.0 had better hurry up
and get upgraded to 32bit -current before it disappears and there is no 32bit 15.1

BTW, my only bare metal 32bit machine is a circa 1997 P-II that is dropped-back to 14.0
because it is just too slow and has too little RAM to run anything newer.
(tried 15.0 and it just can't handle it, in-fact X crashes right back to the cli with "invalid instruction")
 
1 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 11:43 AM.

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