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


Closed Thread
  Search this Thread
Old 03-02-2017, 08:45 AM   #2071
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106

Was rejected as a bug, and also the CVE was rejected: https://github.com/shadow-maint/shadow/issues/28
 
1 members found this post helpful.
Old 03-02-2017, 09:02 AM   #2072
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Thanks Eric. I missed that discussion.
 
Old 03-02-2017, 05:38 PM   #2073
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378
Question SSD ready FS support for installation

As I mentioned in this thread, maybe it is time to consider adding FS specifically for SSDs, such as F2FS, JFFS2, others for those who want to install Slackware on an SSD using a FS specifically for NAND devices.

Last edited by Jeebizz; 03-02-2017 at 05:50 PM.
 
Old 03-02-2017, 07:11 PM   #2074
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

xorg-server 1.19.2 released.

--
Best regards,
Andrzej Telszewski
 
2 members found this post helpful.
Old 03-02-2017, 07:49 PM   #2075
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Quote:
Originally Posted by atelszewski View Post
Hi,

xorg-server 1.19.2 released.

--
Best regards,
Andrzej Telszewski
From the release announcement:
Quote:
A collection of stability fixes here across glamor, Xwayland, input, and Prime support. Also a security fix for CVE-2017-2624, a timing attack which can brute-force MIT-MAGIC-COOKIE authentication. Everybody is encouraged to upgrade. Thanks to all who contributed fixes!
https://lists.freedesktop.org/archiv...ch/058628.html
 
Old 03-03-2017, 03:41 AM   #2076
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
binutils 2.28
https://ftp.gnu.org/gnu/binutils/binutils-2.28.tar.bz2
https://ftp.gnu.org/gnu/binutils/bin...28.tar.bz2.sig

kmod 24
https://www.kernel.org/pub/linux/uti...kmod-24.tar.xz
https://www.kernel.org/pub/linux/uti...od-24.tar.sign

vim 8.0.402 (-current is on 8.0.161)
https://github.com/vim/vim/archive/v8.0.0402.tar.gz
ftp://ftp.vim.org/pub/vim/patches/8.0/README

Last edited by mats_b_tegner; 03-03-2017 at 06:35 AM.
 
Old 03-04-2017, 10:20 AM   #2077
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Mesa-17.0.1 is available and contains 60+ tweaks.

https://lists.freedesktop.org/archiv...ch/146585.html
 
Old 03-04-2017, 01:01 PM   #2078
audriusk
Member
 
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 360

Rep: Reputation: 199Reputation: 199
Maybe it would be a good idea to remove libmsn? Windows Live Messenger was discontinued in April 2013 (except China, where it ended in October 2014). Judging from libmsn website, the project seems to be dormant: the last commit was made in 2011-11-25. Does this library still serve any purpose?
 
2 members found this post helpful.
Old 03-04-2017, 02:25 PM   #2079
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Based on this topic, it seems that on 64bit systems, /etc/ld.so.conf points to the wrong directory for the /usr/x86_64-slackware-linux/lib64 entry, because there is no lib64 directory under /usr/x86_64-slackware-linux/, only lib.

There are two potential fixes I see for this, one being to modify etc.SlackBuild to somehow adjust the sed line that changes all the lib dirs to lib64 to somehow exclude this one, or to adjust binutils.SlackBuild to change that directory to lib64 on 64bit machines. I think the latter is quite a bit easier, so I threw together a quick patch for the SlackBuild.

Code:
diff --git a/binutils.SlackBuild b/binutils.SlackBuild
index 41fa980..6d46e9b 100755
--- a/binutils.SlackBuild
+++ b/binutils.SlackBuild
@@ -167,7 +167,7 @@ make install DESTDIR=$PKG || exit 1
 # Move ldscripts to /usr/lib${LIBDIRSUFFIX}, and then put symlinks in place
 mv $PKG/usr/${TARGET}/lib/ldscripts $PKG/usr/lib${LIBDIRSUFFIX}
 ( cd $PKG/usr/${TARGET}
-  ln -s /usr/lib${LIBDIRSUFFIX}/ldscripts lib/ldscripts
+  ln -s /usr/lib${LIBDIRSUFFIX}/ldscripts lib${LIBDIRSUFFIX}/ldscripts
   for FILE in ar as ld ld.bfd ld.gold nm objcopy objdump ranlib strip ; do
     if [ -r "/usr/bin/$FILE" ]; then
       rm -f bin/$FILE
It likely isn't a big deal as there doesn't seem to be anything residing in there other than a symlink for ldscripts that points to /usr/lib${LIBDIRSUFFIX}/ldscripts/, but it probably wouldn't hurt to make sure ld.so.conf points to the correct directory anyway
 
3 members found this post helpful.
Old 03-05-2017, 08:44 PM   #2080
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
eliloconfig

Adding an option in eliloconfig to use something other than the default "Slackware" would be a nice feature. This would enable distinct UEFI NVRAM entries to select from when booting. Perhaps like "test" or something similiar.
Just a thought
I know you can boot other installations from your elilo.conf file, but this would allow a recovery if your Slackware entry gets hosed up.
Thanks
John

Last edited by AlleyTrotter; 03-05-2017 at 08:47 PM.
 
2 members found this post helpful.
Old 03-06-2017, 08:31 PM   #2081
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Firefox-52.0, https://ftp.mozilla.org/pub/firefox/....source.tar.xz

Release notes, https://www.mozilla.org/en-US/firefo.../releasenotes/

Firefox now supports WebAssemby. Dropped support for npapi plugins other than flash. Various security fixes.

Thunderbird-45.8.0, https://ftp.mozilla.org/pub/thunderb....source.tar.xz

Thunderbird security fixes, https://www.mozilla.org/en-US/securi...s/mfsa2017-07/

MC-4.8.19. The "what's new," http://midnight-commander.org/wiki/NEWS-4.8.19

GIMP-2.8.20. The overview of changes, https://git.gnome.org/browse/gimp/pl...?h=GIMP_2_8_20

Last edited by cwizardone; 03-07-2017 at 05:32 PM. Reason: Added Thunderbird security fixes. Added Firefox release notes.
 
2 members found this post helpful.
Old 03-07-2017, 03:46 AM   #2082
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by cwizardone View Post
Quote:
Allow rebind TAB key to change panel (#3672)
Oh, Thank GOD!
 
1 members found this post helpful.
Old 03-07-2017, 05:01 AM   #2083
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
network-manager-applet-1.4.6:

http://ftp.gnome.org/pub/gnome/sourc...let-1.4.6.news

http://ftp.gnome.org/pub/gnome/sourc...t-1.4.6.tar.xz

let/1.4/network-manager-applet-1.4.6.tar.xz

harfbuzz-1.4.4:

https://fossies.org/linux/harfbuzz/NEWS

https://www.freedesktop.org/software...-1.4.4.tar.bz2

gnutls-3.5.10:

https://lists.gnupg.org/pipermail/gn...ch/008342.html

ftp://ftp.gnutls.org/gcrypt/gnutls/v...-3.5.10.tar.xz
 
2 members found this post helpful.
Old 03-08-2017, 09:46 AM   #2084
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
libinput-1.6.3:

more fix and improvement since 1.6.0 version

https://lists.freedesktop.org/archiv...ry/032940.html
https://lists.freedesktop.org/archiv...ry/033169.html
https://lists.freedesktop.org/archiv...ch/033377.html

https://www.freedesktop.org/software...t-1.6.3.tar.xz
 
2 members found this post helpful.
Old 03-08-2017, 07:41 PM   #2085
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 257

Rep: Reputation: 147Reputation: 147
motif 2.3.6 released:
* Fixed bug 1654 (Rendering issues seen while scrolling window)
* Fixed parallel building error
 
1 members found this post helpful.
  


Closed Thread



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
[SOLVED] how to show the current time at the top in the current shell Always ? rohitchauhan Linux - General 5 04-09-2014 03:05 PM
Slackware ARM (current) epic mistake: the current Android kernels are kicked out! Darth Vader Slackware 16 08-25-2013 04:36 PM
[SOLVED] setup fails on most current Slackware-current March 26, 2012 AlleyTrotter Slackware 15 04-09-2012 06:05 AM
Observation of Feb -current vs March -current Hangaber Slackware 14 03-12-2010 08:26 AM
cvs diff the most current and second last current version powah Linux - Software 1 03-30-2006 01:02 PM

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

All times are GMT -5. The time now is 07:25 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