LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-2021, 06:30 PM   #7681
mumahendras3
Member
 
Registered: Feb 2018
Location: Indonesia
Distribution: Slackware-current + s6 + s6-rc + s6-linux-init (github.com/mumahendras3/sl6ckware)
Posts: 126

Rep: Reputation: Disabled

Pipewire 0.3.28 released: https://gitlab.freedesktop.org/pipew...eleases/0.3.28
 
Old 05-20-2021, 03:21 AM   #7682
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
Quote:
Originally Posted by mumahendras3 View Post
Code:
Package:    pipewire-0.3.28-x86_64-1
Repository: slackware64
Path:       ./slackware64/l/pipewire-0.3.28-x86_64-1.txz
Url:        http://ftp.slackware.com/pub/slackware/slackware64-current/slackware64/l/pipewire-0.3.28-x86_64-1.txz
 
Old 05-20-2021, 03:38 AM   #7683
Nobby6
Member
 
Registered: Jul 2012
Location: Sunshine Coast, Australia
Distribution: Slackware 64
Posts: 237
Blog Entries: 1

Rep: Reputation: 212Reputation: 212Reputation: 212
Bind 9.16.16 released

https://downloads.isc.org/isc/bind9/...d-9.16.16.html
 
1 members found this post helpful.
Old 05-20-2021, 07:59 AM   #7684
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,226

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
libsigc++-2.10.7
https://download.gnome.org/sources/l...-2.10.7.tar.xz

libsigc++-3.0.7
https://download.gnome.org/sources/l...+-3.0.7.tar.xz
 
1 members found this post helpful.
Old 05-20-2021, 05:17 PM   #7685
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,226

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
glibmm-2.68.1
https://download.gnome.org/sources/g...-2.68.1.tar.xz
 
Old 05-21-2021, 03:52 AM   #7686
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,987

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
Quote:
WARNING: certificate /etc/ssl/certs/cacert-class3.crt
is about to expire in time equal to or less than 7 days from now on,
or has already expired - it might be a good idea to obtain/create new one.

NOTE: This message is being sent only once.

A lock-file
/var/run/certwatch-mailwarning-sent-cacert-class3.crt
has been created, which will prevent this script from mailing you again
upon its subsequent executions by crond. You dont need to care about it;
the file will be auto-deleted as soon as you'll prolong your certificate.
With /var/run/ now being a tmpfs it is not persistent across boots, so this email will be triggered again if the system has been rebooted. Perhaps /var/lock, /var/lib or /var/tmp would be a better place.
 
2 members found this post helpful.
Old 05-21-2021, 06:16 AM   #7687
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,226

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
atkmm-2.28.2
https://download.gnome.org/sources/a...-2.28.2.tar.xz
 
Old 05-21-2021, 06:47 AM   #7688
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,347

Rep: Reputation: Disabled
Quote:
Originally Posted by chrisretusn View Post
With /var/run/ now being a tmpfs it is not persistent across boots, so this email will be triggered again if the system has been rebooted. Perhaps /var/lock, /var/lib or /var/tmp would be a better place.
Or /var/state.
 
2 members found this post helpful.
Old 05-21-2021, 07:06 AM   #7689
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,226

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
pangomm-2.48.1
https://download.gnome.org/sources/p...-2.48.1.tar.xz
 
Old 05-21-2021, 02:33 PM   #7690
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,226

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
libepoxy-1.5.8
https://download.gnome.org/sources/l...y-1.5.8.tar.xz

gtkmm-3.24.5
https://download.gnome.org/sources/g...-3.24.5.tar.xz

Many thanks !
 
Old 05-22-2021, 03:44 PM   #7691
ecd102
LQ Newbie
 
Registered: Sep 2011
Distribution: Slackware-current
Posts: 20

Rep: Reputation: Disabled
After updating to Fri May 21 19:33:21 UTC 2021 version, logrotate reports followings:

httpd:5 keyword 'size' not properly separated, found 0x3d
mcelog:6 keyword 'size' not properly separated, found 0x3d

This is because /etc/logrotate.d/httpd and /etc/logrotate.d/mcelog have malformed size line.

httpd:
size=5M

mcelog:
size=+2048k

Those should be "size 5M" and "size 2048k".

And please rebuild imagemagick against perl-5.34.
Its "Image::Magick" perl module needs rebuild.
 
Old 05-22-2021, 04:16 PM   #7692
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
A matter of days for httpd-2.4.48 to be official

https://svn.apache.org/viewvc?view=r...vision=1889976
 
Old 05-23-2021, 01:06 AM   #7693
TurboBlaze
Member
 
Registered: Jan 2018
Location: Russian Federation, Lipetsk region, Dankov
Distribution: Porteus
Posts: 196

Rep: Reputation: Disabled
In the testing/packages/linux-5.12.x/ - kernel 5.12.x build with KCSAN: dynamic data race detector
Code:
CONFIG_KCSAN=y
?
Quote:
KCSAN is supported by both GCC and Clang. With GCC we require version 11 or later, and with Clang also require version 11 or later.
https://www.kernel.org/doc/html/late...ols/kcsan.html
 
Old 05-23-2021, 03:42 AM   #7694
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
Quote:
Originally Posted by TurboBlaze View Post
In the testing/packages/linux-5.12.x/ - kernel 5.12.x build with KCSAN: dynamic data race detector
Code:
CONFIG_KCSAN=y
?
This is probably enabled as a dependency
 
Old 05-23-2021, 05:20 AM   #7695
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,938

Rep: Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568Reputation: 1568
Quote:
Originally Posted by TurboBlaze View Post
In the testing/packages/linux-5.12.x/ - kernel 5.12.x build with KCSAN: dynamic data race detector
Code:
CONFIG_KCSAN=y
?
Quote:
Originally Posted by marav View Post
This is probably enabled as a dependency
What are you talking? CONFIG_KCSAN is not enabled in testing/packages/linux-5.12.x. If you wanted to enable it, you would first need a newer compiler. (It seems to be for kernel hackers.)
 
  


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
[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:18 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