LinuxQuestions.org
Review your favorite Linux distribution.
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 04-15-2016, 04:26 PM   #811
skippy1337
LQ Newbie
 
Registered: Apr 2016
Location: GA,USA
Distribution: Slackware-current
Posts: 16

Rep: Reputation: Disabled

Awesome! I appreciate you clearing that up Alien. I have been sitting on my hands wondering LOL. I had no intentions of misleading anyone or giving false witness if it was taken the wrong way.

Thanks,
Skippy
 
Old 04-15-2016, 07:41 PM   #812
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,211

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
perhaps, in the last minutes

CMake 3.5.2

https://cmake.org/

https://cmake.org/download/
 
1 members found this post helpful.
Old 04-15-2016, 07:50 PM   #813
ttk
Senior Member
 
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,038
Blog Entries: 27

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Hello,

Perl v5.22.2 (currently in RC1) fixes several bugs present in v5.22.1 (some relevant to security).

If it's not too late in the Slackware dev cycle, and if v5.22.2 final is released soon, might it be possible to upgrade Slackware's perl to v5.22.2, please?

Relevant bugs fixed from http://cpansearch.perl.org/src/SHAY/.../perldelta.pod --
  • Loss of taint in canonpath() - CVE-2015-8607
  • Set proper umask before calling mkstemp(3)
  • Calls to the placeholder &PL_sv_yes used internally when an import() or unimport() method isn't found now correctly handle scalar context.
  • In some cases, failing to parse a here-doc would attempt to use freed memory.
  • If a here-doc was found while parsing another operator, the parser had already read end of file, and the here-doc was not terminated, perl could produce an assertion or a segmentation fault.
  • Perl 5.22.0 added support for the C99 hexadecimal floating point notation, but sometimes misparsed hex floats.
  • Certain regex patterns involving a complemented posix class in an inverted bracketed character class, and matching something else optionally would improperly fail to match.
  • Fixed an issue with pack() where < pack "H" could read past the source when given a non-utf8 source and a utf8 target.
  • Fixed some cases where perl would abort due to a segmentation fault, or a C-level assert.
  • Perl now correctly raises an error when trying to compile patterns with unterminated character classes while there are trailing backslashes.
  • NOTHING regops and EXACTFU_SS regops in make_trie() are now handled properly.
  • As an optimization (introduced in Perl 5.20.0), uc(), lc(), ucfirst() and lcfirst() sometimes modify their argument in-place rather than returning a modified copy. The criteria for this optimization has been made stricter to avoid these functions accidentally modifying in-place when they should not, which has been happening in some cases, e.g. in List::Util.

Last edited by ttk; 04-15-2016 at 07:51 PM.
 
Old 04-16-2016, 02:44 AM   #814
e5150
Member
 
Registered: Oct 2005
Location: Sweden
Distribution: Slackware and Alpine
Posts: 132

Rep: Reputation: 100Reputation: 100
I've just gotten myself a bluetooth dongle, and in trying to understand the bluez ecosystem I discovered on line 40 of rc.bluetooth:
Code:
/usr/bin/rfcomm -f /etc/bluetooth/rfcomm.conf bind all > /dev/null 2>&1 || :
This does not work, since the undocumented -f switch has been removed after the 3.x bluez series. And a quick look at the source reveals that neither "bind all" is supported anymore. I'm not sure what the right thing to do is wrt the rfcomm command and rfcomm.conf file. Hopefully someone who knows more about bluetooth can figure it out..
 
1 members found this post helpful.
Old 04-16-2016, 04:03 AM   #815
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,211

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
new elfutils-0.166:

the changes on git:

https://git.fedorahosted.org/cgit/elfutils.git/log/

https://fedorahosted.org/releases/e/...-0.166.tar.bz2
 
Old 04-17-2016, 04:02 AM   #816
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

I'd like to encourage Intel graphics owners to test the driver version with git head f2a4645 and report the results here. f2a4645 has resolved important issue with SNA and seem to be a good candidate for entering -current. It is also many commits ahead of d167280 and brings new hardware support and features "improvements" (pun intended).

--
Best regards,
Andrzej Telszewski
 
Old 04-17-2016, 02:25 PM   #817
Nille_kungen
Member
 
Registered: Jul 2005
Distribution: Slackware64-current
Posts: 587

Rep: Reputation: 201Reputation: 201Reputation: 201
Mesa 11.2.1 is out
https://lists.freedesktop.org/archiv...il/113333.html
 
1 members found this post helpful.
Old 04-17-2016, 10:50 PM   #818
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
linux 4.4.8 coming soon
http://comments.gmane.org/gmane.linux.kernel/2200992
 
Old 04-18-2016, 01:56 AM   #819
atelszewski.versades
Member
 
Registered: Oct 2014
Posts: 61

Rep: Reputation: Disabled
Hi,

Quote:
Originally Posted by USUARIONUEVO View Post
All users must upgrade :^)

--
Best regards,
Andrzej Telszewski
 
Old 04-18-2016, 06:26 AM   #820
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Kernel 4.6rc4 dropped in today also. Might be good for /testing.
 
Old 04-18-2016, 01:32 PM   #821
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
4.6.rcX , have big bug in eeepc , if put down the screen and up , the system freezes. (at least in 1-3 rc, im not test rc4)
 
Old 04-18-2016, 02:08 PM   #822
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by USUARIONUEVO View Post
4.6.rcX , have big bug in eeepc , if put down the screen and up , the system freezes. (at least in 1-3 rc, im not test rc4)
Anyway the probability that an rc kernel be shipped in Slackware, even in /testing, is equal to zero.
 
Old 04-19-2016, 02:07 AM   #823
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,211

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
another new bugfix version of sqlite, 'SQLite Release 3.12.2 On 2016-04-18':

http://www.sqlite.org/releaselog/3_12_2.html

http://www.sqlite.org/download.html
 
1 members found this post helpful.
Old 04-19-2016, 04:00 AM   #824
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,211

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
new libraw1394 2.1.2

https://ieee1394.wiki.kernel.org/ind...braw1394_2.1.2

https://www.kernel.org/pub/linux/lib...4-2.1.2.tar.xz
 
Old 04-19-2016, 06:55 AM   #825
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
There are two packages for Ukrainian in /extra/aspell-word-lists, maybe it's a good time for an update?

I just noticed that in Slackware64-current for instance we have:
Code:
/archives/versions/slackware64-current/extra/aspell-word-lists$ ls -l |grep "uk.*txz$"
-rw-r--r-- 4 didier users  4719068 oct.   3  2008 aspell-uk-0.51_0-noarch-4.txz
-rw-r--r-- 4 didier users   527632 oct.   3  2008 aspell-uk-1.1_0-noarch-4.txz
/archives/versions/slackware64-current/extra/aspell-word-lists$ ls -l |grep "uk.*txz$"
Out of curiosity I had a look here: ftp://ftp.gnu.org/gnu/aspell/dict/0index.html#0.60

For Ukrainian the version listed is 1.4.0_0: ftp://ftp.gnu.org/gnu/aspell/dict/uk....4.0-0.tar.bz2

I have no clue about what version is better, but maybe an update of all files in /extra/aspell-word-lists could be considered?

aspell-en in /l also deserves an update.

Last edited by Didier Spaier; 04-19-2016 at 06:58 AM.
 
  


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 05:00 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