LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Requests for -current (14.2-->15.0) (https://www.linuxquestions.org/questions/slackware-14/requests-for-current-14-2-15-0-a-4175620463/)

gmgf 01-19-2018 06:14 AM

libunwind-1.2.1-x86_64-1.txz: Added.

just for info, it seem some packages can be recompiled with libunwind support:

gstreamer, strace, mesa, xorg-server.

gmgf 01-19-2018 06:16 AM

mesa-17.3.3:

https://mesa3d.org/relnotes/17.3.3.html
ftp://ftp.freedesktop.org/pub/mesa/mesa-17.3.3.tar.xz

ivandi 01-19-2018 07:53 AM

Please consider the diff below for the next kernel package upgrade.
The important option is:
Code:

CONFIG_CIFS_UPCALL=y
It allows cifs-utils to mount shares with sec=krb5. The others are good to have.

Code:

--- /boot/config-generic-4.14.14        2018-01-17 13:44:50.000000000 -0500
+++ .config        2018-01-18 21:23:57.289000000 -0500
@@ -7293,7 +7293,13 @@
 # CONFIG_NFS_V3_ACL is not set
 CONFIG_NFS_V4=y
 CONFIG_NFS_SWAP=y
-# CONFIG_NFS_V4_1 is not set
+CONFIG_NFS_V4_1=y
+# CONFIG_NFS_V4_2 is not set
+CONFIG_PNFS_FILE_LAYOUT=y
+CONFIG_PNFS_BLOCK=y
+CONFIG_PNFS_FLEXFILE_LAYOUT=m
+CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
+# CONFIG_NFS_V4_1_MIGRATION is not set
 # CONFIG_NFS_USE_LEGACY_DNS is not set
 CONFIG_NFS_USE_KERNEL_DNS=y
 CONFIG_NFSD=m
@@ -7312,6 +7318,7 @@
 CONFIG_NFS_COMMON=y
 CONFIG_SUNRPC=y
 CONFIG_SUNRPC_GSS=y
+CONFIG_SUNRPC_BACKCHANNEL=y
 CONFIG_SUNRPC_SWAP=y
 CONFIG_RPCSEC_GSS_KRB5=m
 # CONFIG_SUNRPC_DEBUG is not set
@@ -7322,11 +7329,11 @@
 CONFIG_CIFS=m
 # CONFIG_CIFS_STATS is not set
 CONFIG_CIFS_WEAK_PW_HASH=y
-# CONFIG_CIFS_UPCALL is not set
-# CONFIG_CIFS_XATTR is not set
-CONFIG_CIFS_DEBUG=y
-# CONFIG_CIFS_DEBUG2 is not set
-# CONFIG_CIFS_DEBUG_DUMP_KEYS is not set
+CONFIG_CIFS_UPCALL=y
+CONFIG_CIFS_XATTR=y
+CONFIG_CIFS_POSIX=y
+CONFIG_CIFS_ACL=y
+# CONFIG_CIFS_DEBUG is not set
 CONFIG_CIFS_DFS_UPCALL=y
 # CONFIG_CIFS_SMB311 is not set
 CONFIG_CIFS_FSCACHE=y


Cheers

r1w1s1 01-19-2018 08:01 AM

I'm back to slackware :) as my primary desktop.



I really miss Docker package :)

bassmadrigal 01-19-2018 08:13 AM

Quote:

Originally Posted by ricardson (Post 5808538)
I really miss Docker package :)

https://slackbuilds.org/repository/14.2/system/docker/

gmgf 01-19-2018 11:25 PM

LibRaw-0.18.7:

https://www.libraw.org/
https://www.libraw.org/data/LibRaw-0.18.7.tar.gz

wget-1.19.3:

http://lists.gnu.org/archive/html/bu.../msg00027.html
https://ftp.gnu.org/gnu/wget/wget-1.19.3.tar.lz

Gordie 01-19-2018 11:25 PM

A replacement for gftp
 
I found out tonight that gftp is discontinued. Latest Stable Version: 2.0.19 (11/30/2008). I wonder if it isn't time to move on?

gmgf 01-19-2018 11:43 PM

Quote:

Originally Posted by Gordie (Post 5808887)
I found out tonight that gftp is discontinued. Latest Stable Version: 2.0.19 (11/30/2008). I wonder if it isn't time to move on?

I use it since a very,very, long time, and, every day now, it is light and efficient, as long as it works, I do not see the point of removing it ;)

rworkman 01-20-2018 03:24 AM

Quote:

Originally Posted by solarfields (Post 5808165)
some icons are missing in the Xfce menus and the Settings Manager (Keyboard, for example). It seems Tango and Adwaita icon themes still expect gnome-icon-theme.

I think that's because some parts of xfce still use(d) legacy icon names, and perhaps because Tango is pretty stale anyway. I'd personally like to replace it with elementary-xfce. Anyway, can you advise which icons are missing? I'll see about adding a fallback to the relevant package(s).

solarfields 01-20-2018 03:42 AM

Quote:

Originally Posted by rworkman (Post 5808946)
I think that's because some parts of xfce still use(d) legacy icon names, and perhaps because Tango is pretty stale anyway. I'd personally like to replace it with elementary-xfce. Anyway, can you advise which icons are missing? I'll see about adding a fallback to the relevant package(s).

for this i have to check my work computer, where I had to install -current, so I can do it on Monday. I installed gnome-icon-theme from Slackware 14.1 and the issue is gone... The story is pretty similar to 14.2:

https://www.linuxquestions.org/quest...5/#post5612653
https://slackalaxy.com/2016/07/17/legacy-icons-in-xfce/

burdi01 01-20-2018 04:52 AM

Quote:

Originally Posted by rworkman (Post 5808946)
I think that's because some parts of xfce still use(d) legacy icon names, and perhaps because Tango is pretty stale anyway. I'd personally like to replace it with elementary-xfce. Anyway, can you advise which icons are missing? I'll see about adding a fallback to the relevant package(s).

I have Tango inheriting Adwaita inheriting hicolor and no missing icons.
The documentation suggests that hicolor is inherited implicitely, so the latter inherit is superfluous -- but does not hurt.
:D

gmgf 01-20-2018 04:58 AM

libmbim-1.14.4 or libmbim-1.16.0:

https://cgit.freedesktop.org/?s=idle
https://www.freedesktop.org/software...-1.14.4.tar.xz
https://www.freedesktop.org/software...-1.16.0.tar.xz

libqmi-1.18.2 or libqmi-1.20.0:

https://cgit.freedesktop.org/libqmi/
https://www.freedesktop.org/software...-1.18.2.tar.xz
https://www.freedesktop.org/software...-1.20.0.tar.xz

gmgf 01-21-2018 07:29 AM

whois-5.3.0:

https://github.com/rfc1036/whois/com...582b432639c1d6
http://ftp.debian.org/debian/pool/ma...s_5.3.0.tar.xz

gmgf 01-21-2018 01:00 PM

Another wget-1.19.4:

http://lists.gnu.org/archive/html/bu.../msg00028.html
https://ftp.gnu.org/gnu/wget/wget-1.19.4.tar.lz

gmgf 01-22-2018 01:57 AM

cryptsetup-2.0.1:

https://www.kernel.org/pub/linux/uti...1-ReleaseNotes
https://www.kernel.org/pub/linux/uti...p-2.0.1.tar.xz

gmgf 01-22-2018 04:48 AM

git-2.16.1:

https://marc.info/?l=git&m=151660046003371&w=2
https://www.kernel.org/pub/software/...-2.16.1.tar.xz

solarfields 01-22-2018 05:20 AM

I had installed -current as of Mon Jan 15 23:13:01 UTC 2018 and my AMD Radeon Pro WX 2100 card was supported, even 3D screensavers like 'Flurry' worked. Today I updated to -current as of Sat Jan 20 16:00:51 UTC 2018 and this is what I get when running glxgears:

Error: couldn't get an RGB, Double-buffered visual

Compositor works.


EDIT:
I am an idiot... had to install libunwind and now everything works again... sorry, i am really not used to running -current...

r1w1s1 01-23-2018 09:29 AM

Quote:

Originally Posted by bassmadrigal (Post 5808550)

yes.. but it will be nice to have docker, I use a lot docker in my daily job.

Darth Vader 01-23-2018 01:37 PM

BUT, you have that Docker. You have just to install it from Slackbuilds.org :D

Or you want Slackware to include EVERYTHING by default? :p

OK, in this case I would like too: VirtualBox OSE, OpenJDK, Vagrant and so on...

But I think our BDFL will give a glorious NOPE to those requests of mine. ;)

USUARIONUEVO 01-23-2018 03:27 PM

sip-4.19.7
https://sourceforge.net/projects/pyq...-4.19.7.tar.gz

USUARIONUEVO 01-23-2018 03:32 PM

librsvg-2.42.1
https://download.gnome.org/sources/l...-2.42.1.tar.xz

changes --> https://download.gnome.org/sources/l...2.42.1.changes
news --> https://download.gnome.org/sources/l...vg-2.42.1.news

USUARIONUEVO 01-23-2018 03:41 PM

Here some python updates

python-setuptools-38.2.5
https://github.com/pypa/setuptools/a.../38.2.5.tar.gz

python-certifi-2018.1.18
https://pypi.python.org/packages/15/...18.1.18.tar.gz

USUARIONUEVO 01-23-2018 06:53 PM

sqlite-3.22.0
https://sqlite.org/2018/sqlite-autoconf-3220000.tar.gz

gmgf 01-24-2018 04:55 AM

nss-3.35:

https://developer.mozilla.org/en-US/...ew_in_NSS_3.35
https://ftp.mozilla.org/pub/security...ss-3.35.tar.gz
https://ftp.mozilla.org/pub/nspr/rel...pr-4.18.tar.gz

gmgf 01-24-2018 09:37 AM

system-config-printer-1.5.11:

https://github.com/zdohnal/system-co...inter/releases
(this release is mostly bugfix, updated translations, removed some deprecated parts in code (abandoning libgnome-keyring and starting using libsecret) and in UI and added Till's patches from Ubuntu (Thank you, Till!). Enjoy!)
https://github.com/zdohnal/system-co...-1.5.11.tar.xz

libwacom-0.27:

https://sourceforge.net/projects/lin...r.bz2/download

xf86-input-wacom-0.36.0:

https://sourceforge.net/projects/lin...r.bz2/download

USUARIONUEVO 01-24-2018 06:20 PM

curl-7.58.0
https://github.com/curl/curl/release...-7.58.0.tar.xz

changes --> https://curl.haxx.se/changes.html

zakame 01-24-2018 10:34 PM

Quote:

Originally Posted by ricardson (Post 5810272)
yes.. but it will be nice to have docker, I use a lot docker in my daily job.

And just as another option, I made a rebuild of the docker-ce package from download.docker.com for those who don't want/cannot build it: https://github.com/zakame/docker-ce-SlackBuild

I'm ok with docker not in the main repo since it is quite a moving target, and for the most part, you'd be getting additional tools anyway like docker-compose and/or docker-machine.

Markus Wiesner 01-25-2018 02:21 AM

Quote:

Originally Posted by USUARIONUEVO (Post 5811103)

Quote:

Thu Jan 25 02:24:04 UTC 2018
n/curl-7.58.0-x86_64-1.txz: Upgraded.
The new curl is no longer compiled with libssh2. Intended change?

curl-7.57.0-x86_64-1:
Code:

# curl -V
curl 7.57.0 (x86_64-pc-linux-gnu) libcurl/7.57.0 OpenSSL/1.0.2n zlib/1.2.11 libidn2/2.0.4 libssh2/1.8.0
Release-Date: 2017-11-29
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy

curl-7.58.0-x86_64-1:
Code:

# curl -V
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.0.2n zlib/1.2.11 libidn2/2.0.4
Release-Date: 2018-01-24
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy


Petri Kaukasoina 01-25-2018 03:51 AM

gcc 7.3 released. This release includes code generation options to mitigate
Spectre Variant 2 (CVE 2017-5715)

solarfields 01-25-2018 08:28 AM

kernel 4.14.15, since it fixes erroneous TSC rate on Skylake Xeon

shastah 01-25-2018 05:46 PM

Quote:

Originally Posted by solarfields (Post 5811299)
kernel 4.14.15, since it fixes erroneous TSC rate on Skylake Xeon

+1
It also fixes hissing sound after suspend on xps13 9360 with 8th gen cpus

Petri Kaukasoina 01-26-2018 12:26 AM

There's now a file .spectre_v2_timestamp in the current gcc source directory, which tells that gcc-compiled packages newer than that have been compiled using a compiler that contains this mitigation. But -mindirect-branch=thunk should also be added to SLKCFLAGS in all the SlackBuild scripts to actually use the new functionality.

EDIT: Or maybe the idea is that upstream will add it if sees necessary and Slackware will use it then.

nobodino 01-26-2018 01:28 AM

Is this flag also applicable to gcc?
If so, need to build it twice, once without, and a second time with the new SLKCFLAGS?

Petri Kaukasoina 01-26-2018 01:47 AM

Quote:

Originally Posted by nobodino (Post 5811575)
Is this flag also applicable to gcc?
If so, need to build it twice, once without, and a second time with the new SLKCFLAGS?

GCC is built twice already. The build contains two stages: first a c compiler is built and in the second stage it uses that to compile the c compiler again (and the other languages).

I don't know if gcc compilations contain any secrets to be obtained by the perpetrator. But gcc packages also contain libraries like libstdc++.so which certainly would be necessary to be made safe.

EDIT: ok, I tried it. I already had Pat's gcc-7.3. Added -mindirect-branch=thunk to SLKCFLAGS and it was used even in the first stage, which seems strange because the native compiler doesn't even have to be GCC. So maybe it would have been a problem to use earlier gcc. And there were three stages, not two, so it built the new GCC even third time to be absolutely sure to get exactly the same results as after second time...

solarfields 01-26-2018 01:56 AM

Monospace fonts hinting
 
somehow the majority of monospace fonts in -current look too thick:
https://i.imgur.com/CstsPIS.png

this is how it used to look in 14.2:
https://i.imgur.com/CPI9EBV.png

I have webcore-fonts installed and have followed the instructions:
https://slackbuilds.org/repository/1...webcore-fonts/

all other fonts look just fine. I am running Xfce with Full anti-aliasing enabled (as I always do).

Petri Kaukasoina 01-26-2018 03:49 AM

Quote:

Originally Posted by Petri Kaukasoina (Post 5811563)
There's now a file .spectre_v2_timestamp in the current gcc source directory, which tells that gcc-compiled packages newer than that have been compiled using a compiler that contains this mitigation. But -mindirect-branch=thunk should also be added to SLKCFLAGS in all the SlackBuild scripts to actually use the new functionality.

Or maybe I am totally wrong. https://gcc.gnu.org/ml/gcc/2018-01/msg00211.html says "User code should be built with CET, not retpolines.".

GazL 01-26-2018 04:02 AM

Eye of the Beholder!

I thought the newer rendering looked much better. :)

solarfields 01-26-2018 04:06 AM

Quote:

Originally Posted by GazL (Post 5811616)
Eye of the Beholder!

I thought the newer rendering looked much better. :)

geez, man! :D:D:D

I am still trying to figure it out...

USUARIONUEVO 01-26-2018 05:30 AM

ruby-2.5.0
https://cache.ruby-lang.org/pub/ruby/ruby-2.5.0.tar.xz

a4z 01-26-2018 10:54 AM

gcc 7.3 is here, including retpoline patches
https://gcc.gnu.org/ml/gcc-announce/2018/msg00000.html

happy recompiling!

please don't forget, this is also a good,opportunity to switch to the C++11 standard ABI

USUARIONUEVO 01-26-2018 03:38 PM

Quote:

Originally Posted by a4z (Post 5811746)
gcc 7.3 is here, including retpoline patches
https://gcc.gnu.org/ml/gcc-announce/2018/msg00000.html

happy recompiling!

please don't forget, this is also a good,opportunity to switch to the C++11 standard ABI

gcc-7.3 is done today 26 january updates...enjoy !!

USUARIONUEVO 01-27-2018 02:18 PM

libvpx-1.7.0
https://github.com/webmproject/libvp.../v1.7.0.tar.gz

USUARIONUEVO 01-27-2018 03:07 PM

binutils-2.30
https://sourceware.org/pub/binutils/...ls-2.30.tar.xz

USUARIONUEVO 01-27-2018 06:00 PM

mutt-1.9.3
ftp://ftp.mutt.org/pub/mutt/mutt-1.9.3.tar.gz

USUARIONUEVO 01-27-2018 06:29 PM

btrfs-progs-4.14.1
https://git.kernel.org/pub/scm/linux...-4.14.1.tar.gz

coralfang 01-28-2018 02:09 AM

Would be nice to see mpv.
https://github.com/mpv-player/mpv

gmgf 01-28-2018 03:40 AM

ncurses-6.1:

http://invisible-island.net/ncurses/announce.html
https://invisible-mirror.net/archive...ses-6.1.tar.gz
https://invisible-mirror.net/archive...erminfo.src.gz

cwizardone 01-28-2018 07:05 AM

Quote:

Originally Posted by USUARIONUEVO (Post 5812252)

Quote:

Originally Posted by USUARIONUEVO (Post 5812277)

Quote:

Originally Posted by USUARIONUEVO (Post 5812339)

Done!
:)

Quote:

Sun Jan 28 04:44:45 UTC 2018
a/btrfs-progs-v4.14.1-x86_64-1.txz: Upgraded.
d/binutils-2.30-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
d/oprofile-1.2.0-x86_64-2.txz: Rebuilt.
Recompiled against binutils-2.30.
l/ffmpeg-3.4.1-x86_64-3.txz: Rebuilt.
Recompiled against libvpx-1.7.0.
l/gst-plugins-good-1.12.4-x86_64-3.txz: Rebuilt.
Recompiled against libvpx-1.7.0.
l/libvpx-1.7.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
n/mutt-1.9.3-x86_64-1.txz: Upgraded.
xap/xine-lib-1.2.9-x86_64-1.txz: Upgraded.
Compiled against libvpx-1.7.0.
xap/xine-ui-0.99.10-x86_64-1.txz: Upgraded.

orbea 01-28-2018 08:59 AM

Quote:

Originally Posted by coralfang (Post 5812475)
Would be nice to see mpv.
https://github.com/mpv-player/mpv

Mplayer works a lot better and supports ffmpeg releases unlike mpv.

gmgf 01-29-2018 07:01 AM

I think i have found the 'mtp' problem with dolphin and kernel-4.14:

(the libgphoto2 udev rules in the current SlackBuild are brobabbly for old udev version)

it seem it's libgphoto2 build problem, i have modified the SlackBuild like this:

Code:

mkdir -p $PKG/lib/udev/rules.d
$PKG/usr/bin/print-camera-list udev-rules version 201 mode 0660 owner root group plugdev \
  > $PKG/lib/udev/rules.d/40-gphoto.rules
# For udev >= 201
mkdir -p $PKG/lib/udev/hwdb.d/
$PKG/usr/bin/print-camera-list hwdb > $PKG/lib/udev/hwdb.d/20-gphoto.hwdb

It seem that solve, only, partially the problem.


All times are GMT -5. The time now is 04:33 PM.