LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-06-2020, 01:44 AM   #5341
talo
Member
 
Registered: May 2015
Location: near Amsterdam
Distribution: slackware-14.2 + currrent
Posts: 65

Rep: Reputation: Disabled

Yesterday sendmail-8.16.1 was added to slackware current, however it was not build with DNSSEC DANE

APPENDDEF(`confENVDEF', `-D_FFR_TLSA_DANE') should be added to the site.config.m4, see /doc/op/op.ps par. 6.8.

thereafter O DANE = true should be added to the sendmail_xx.mc in cf/cf

talo
 
Old 07-06-2020, 05:40 AM   #5342
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
dconf-editor-3.36.4
https://download.gnome.org/sources/d...-3.36.4.tar.xz
 
Old 07-06-2020, 10:16 AM   #5343
HQuest
Member
 
Registered: Jan 2018
Location: 2001:470:c2d0::/56
Distribution: Anyone that I can interface with
Posts: 87

Rep: Reputation: Disabled
Quote:
Originally Posted by talo View Post
Yesterday sendmail-8.16.1 was added to slackware current, however it was not build with DNSSEC DANE

APPENDDEF(`confENVDEF', `-D_FFR_TLSA_DANE') should be added to the site.config.m4, see /doc/op/op.ps par. 6.8.

thereafter O DANE = true should be added to the sendmail_xx.mc in cf/cf

talo
I thought the -D_FFR_TLSA_DANE was deprecated, and replaced by -DDANE. However DANE as a whole it is currently broken (see https://groups.google.com/d/topic/co...1zw/discussion)

Also worth adding -DTLS_EC to add EC support to STARTTLS.

Last edited by HQuest; 07-06-2020 at 10:37 AM.
 
Old 07-06-2020, 01:54 PM   #5344
talo
Member
 
Registered: May 2015
Location: near Amsterdam
Distribution: slackware-14.2 + currrent
Posts: 65

Rep: Reputation: Disabled
Dear HQuest,
Dane works quite well, but the site.config was wrong. Here is the one I use, actually in version 8.16.0.41 (patched):
---------------------------------------------
APPENDDEF(`confENVDEF', `-DNETINET6')
APPENDDEF(`confMAPDEF', `-DNEWDB')
APPENDDEF(`confLIBS', `-lnsl -lssl -lcrypto -lsasl2 -lwrap -lm -ldb -lresolv')
APPENDDEF(`conf_libmilter_ENVDEF', `-DMILTER')
APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER')
APPENDDEF(`conf_libmilter_ENVDEF', `-D_FFR_MILTER_ROOT_UNSAFE ')
APPENDDEF(`confENVDEF', `-DBROKEN_PTHREAD_SLEEP')
APPENDDEF(`confENVDEF', `-DSTARTTLS -DSASL=2 -DTCPWRAPPERS -DNIS -DMAP_REGEX -DSOCKETMAP')
APPENDDEF(`confENVDEF', `-D_FFR_TLS_1')
APPENDDEF(`confENVDEF', `-D_FFR_TLSA_DANE2')dnl
-----------------------------------------------
You find all use full packages on http://talo.nl/talo/download/slackware/14.2/*

without the patch the last record should be
APPENDDEF(`confENVDEF', `-D_FFR_TLSA_DANE')dnl

There was a discussion on https://www.five-ten-sg.com/mapper/blog/DANE for version 8.16.0.29 but the patch did fit to 8.16.0.41 too.
The patch can not be used for 8.16.1 but it supports dane:ee 3.1.X. I use 3 1 1 , but you need a _25._tcp.your adress record.

It run for more then a year without problems.

talo,
for direct contact jaapw @ talo.nl
 
Old 07-06-2020, 01:56 PM   #5345
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,499

Rep: Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308
Wasn't the Sendmail sent in retirement and for covering its job wasn't hired the younger Postfix?

Or I miss something?

Last edited by LuckyCyborg; 07-06-2020 at 01:58 PM.
 
1 members found this post helpful.
Old 07-06-2020, 02:07 PM   #5346
talo
Member
 
Registered: May 2015
Location: near Amsterdam
Distribution: slackware-14.2 + currrent
Posts: 65

Rep: Reputation: Disabled
Quote:
Originally Posted by LuckyCyborg View Post
Wasn't the Sendmail sent in retirement and for covering its job wasn't hired the younger Postfix?

Or I miss something?
It was silent for more then 2 years, but the last year they were very busy with updating (Claus Assman). He didn't agree with th site.config of slackware, and followed his advice, and got sendmail running with dane.
We have a DNSSEC record and an _25._tcp.record in DNS.

The reason I use sendmail is "it runs save and keeps all alien out". I am using sendmail for ca. 20 years, and DANE:EE for one year.

talo
 
Old 07-06-2020, 05:18 PM   #5347
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
keyutils-1.6.2
https://git.kernel.org/pub/scm/linux...s-1.6.2.tar.gz
 
Old 07-07-2020, 05:25 AM   #5348
bifferos
Member
 
Registered: Jul 2009
Posts: 401

Rep: Reputation: 149Reputation: 149
Currently the generic kernel works well under many different virtualisers: Qemu, VirtualBox, VMWare, Parallels and HyperV. In the interests of including Xen (HVM + PV mode) in this list could we get the necessary kernel options added upstream? I've produced a howto [1] which includes tested steps for kernel recompilation. Whilst you can run on pure Xen (HVM) without PV drivers - albeit with reduced performance - this is not possible on Amazon: In that scenario you must add Xen guest support including Xen SCSI front-end drivers to even get your instance to boot.

I think we need as minimum:
CONFIG_XEN=y
CONFIG_PCI_XEN=y

Note that the above options could be added instead to the huge kernel, however that kernel won't boot on HyperV so you couldn't then use a single kernel for all virtualisers. Ultimately it would be nice to have a virt-specific kernel installed whenever setup detects it's running under a hypervisor (a bit like Alpine 'Virtual' version [2]). We could perhaps steal someone else's kernel config for that.

[1] http://docs.slackware.com/howtos:misc:xen_domu_guest
[2] https://alpinelinux.org/downloads/
 
Old 07-07-2020, 09:11 AM   #5349
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
SeaMonkey 2.53.3
http://www.seamonkey-project.org/rel...amonkey2.53.3/
https://archive.mozilla.org/pub/seam....source.tar.xz
 
Old 07-08-2020, 09:02 AM   #5350
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,969

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
Code:
n/rsync-3.2.2-x86_64-1.txz: Upgraded.
This version breaks bwlimit=0 which is supposed to mean unlimited.

A patch is available here:
https://github.com/WayneD/rsync/comm...ffc7212c085db1


This breaks Alien Bob's mirror-slackware-current.sh script.

I've reverted back to 3.2.1

Last edited by chrisretusn; 07-08-2020 at 12:08 PM.
 
1 members found this post helpful.
Old 07-09-2020, 12:47 AM   #5351
anon074
Member
 
Registered: Nov 2015
Posts: 36

Rep: Reputation: Disabled
Exclamation slackware64-current currently provides 32-bit sendmail binaries

There are i586 binaries in http://ftp.slackware.com/pub/slackwa...xtra/sendmail/ for several days now. My kernel is 64-bit only and cannot run 32-bit binaries.

$ file /usr/sbin/sendmail
/usr/sbin/sendmail: setgid ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, stripped
 
3 members found this post helpful.
Old 07-09-2020, 04:50 AM   #5352
talo
Member
 
Registered: May 2015
Location: near Amsterdam
Distribution: slackware-14.2 + currrent
Posts: 65

Rep: Reputation: Disabled
Quote:
Exclamation slackware64-current currently provides 32-bit sendmail binaries
Indeed there was something wrong. I tried it too, but no daemon was started.

I return to the sendmail-8.16.0.41 version which I build earlier.
talo
 
2 members found this post helpful.
Old 07-09-2020, 10:39 PM   #5353
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
speakup drivers

Quote from this ChangeLog:
Code:
Fri Jul 10 00:40:43 UTC 2020
a/kernel-generic-5.4.51-x86_64-1.txz:  Upgraded.
  +EFI_CUSTOM_SSDT_OVERLAYS y
a/kernel-huge-5.4.51-x86_64-1.txz:  Upgraded.
  SPEAKUP y -> m
  SPEAKUP_SYNTH_ACNTPC y -> m
  SPEAKUP_SYNTH_ACNTSA y -> m
  SPEAKUP_SYNTH_APOLLO y -> m
  SPEAKUP_SYNTH_AUDPTR y -> m
  SPEAKUP_SYNTH_BNS y -> m
  SPEAKUP_SYNTH_DECEXT y -> m
  SPEAKUP_SYNTH_DECTLK y -> m
  SPEAKUP_SYNTH_DTLK y -> m
  SPEAKUP_SYNTH_DUMMY y -> m
  SPEAKUP_SYNTH_KEYPC y -> m
  SPEAKUP_SYNTH_LTLK y -> m
  SPEAKUP_SYNTH_SOFT y -> m
  SPEAKUP_SYNTH_SPKOUT y -> m
  SPEAKUP_SYNTH_TXPRT y -> m
  +EFI_CUSTOM_SSDT_OVERLAYS y
a/kernel-modules-5.4.51-x86_64-1.txz:  Upgraded.
ap/vim-8.2.1167-x86_64-1.txz:  Upgraded.
d/Cython-0.29.21-x86_64-1.txz:  Upgraded.
d/kernel-headers-5.4.51-x86-1.txz:  Upgraded.
k/kernel-source-5.4.51-noarch-1.txz:  Upgraded.
  +EFI_CUSTOM_SSDT_OVERLAYS y
n/gnupg2-2.2.21-x86_64-1.txz:  Upgraded.
x/mesa-20.1.3-x86_64-1.txz:  Upgraded.
xap/mozilla-firefox-78.0.2esr-x86_64-1.txz:  Upgraded.
  This release contains a security fix and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/firefox/78.0.2/releasenotes/
    https://www.mozilla.org/security/advisories/mfsa2020-28/
  (* Security fix *)
xap/vim-gvim-8.2.1167-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
  Speakup is included as modules which will need to be loaded manually,
  for now at least.
No worries, we can modprobe the relevant driver unconditionally as done in the attached daemon manager.

As an aside in Slint we save/restore the settings for each synthesizer independently, as users may use either a hard or a soft one. Also, some users have several hard synthesizers, that need different settings, generally done using key bindings.

The user run speakup-save when happy with his or her settings, then the daemon restore them at boot, in a similar fashion as rc.alsa.
Attached Files
File Type: txt rc.espeakup.txt (6.6 KB, 11 views)
File Type: txt speakup-restore.txt (1.7 KB, 10 views)
File Type: txt speakup-save.txt (1.6 KB, 9 views)

Last edited by Didier Spaier; 07-10-2020 at 01:57 AM.
 
1 members found this post helpful.
Old 07-11-2020, 04:38 AM   #5354
Markus Wiesner
Member
 
Registered: Mar 2016
Distribution: Slackware
Posts: 146

Rep: Reputation: 237Reputation: 237Reputation: 237
Short reminder for two little issues:
 
3 members found this post helpful.
Old 07-12-2020, 05:21 AM   #5355
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Mutt 1.14.6
Quote:
Mutt 1.14.6 was released on July 11, 2020. This is a bug-fix release, fixing an error resetting access-time for relative path mailboxes.
https://gitlab.com/muttmua/mutt/raw/stable/UPDATING
ftp://ftp.mutt.org/pub/mutt/mutt-1.14.6.tar.gz
 
  


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 07:32 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