Re: Seeking hardening flag / blhc expoert

2019-04-05 Thread Andrey Rahmatullin
On Fri, Apr 05, 2019 at 09:07:06PM +0200, Sven Hartge wrote: > CMake is a bit "special" in that regard. To get the right hardening > flags to work for some parts of Bacula, we had to include the following > patch to kind-of brute force the flags: > https://salsa.debian.org/bacula-team/bacula/blob/m

Re: Seeking hardening flag / blhc expoert

2019-04-05 Thread Andrey Rahmatullin
On Fri, Apr 05, 2019 at 10:17:16PM +0300, Otto Kekäläinen wrote: > So apparently the 'D_FORTIFY_SOURCE=2' is in CPPFLAGS (not read by > cmake) but not in CXXFLAGS (read by cmake)[1]. That's what the wiki page says, yes. > So maybe I should define? > CXXFLAGS=$(CXXFLAGS) $(CPPFLAGS) That's the spir

Re: Seeking hardening flag / blhc expoert

2019-04-05 Thread Andrey Rahmatullin
On Fri, Apr 05, 2019 at 09:55:34PM +0300, Otto Kekäläinen wrote: > Hello! > > > > Is there any hardening flag / cmake expert around who could help me > > > get the hardening flags perfect in MariaDB 10.3? > > Start with https://wiki.debian.org/Hardening#Notes_for_packages_using_CMake > > I've rea

Bug#926499: ITP: ccls -- C/C++/ObjC language server

2019-04-05 Thread Shengjing Zhu
Package: wnpp Severity: wishlist Owner: Shengjing Zhu -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: ccls Version : 0.20190314 Upstream Author : Fangrui Song * URL : https://github.com/MaskRay/ccls/ * License : Apache-2.0 Programming Lang:

Re: Seeking hardening flag / blhc expoert

2019-04-05 Thread Niels Thykier
Otto Kekäläinen: > So apparently the 'D_FORTIFY_SOURCE=2' is in CPPFLAGS (not read by > cmake) but not in CXXFLAGS (read by cmake)[1]. > > So maybe I should define? > CXXFLAGS=$(CXXFLAGS) $(CPPFLAGS) > You have to with cmake, yes. I believe debhelper carries a similar work around (for CXXFLAGS

Re: is Wayland/Weston mature enough to be the default desktop choice in Buster?

2019-04-05 Thread Paul Wise
On Fri, Apr 5, 2019 at 11:25 PM Mo Zhou wrote: > 2. redshift doesn't work under wayland. There seems to be no CLI >program available for such purpose. GNOME/Wayland in buster supports this natively: Settings -> Devices -> Displays -> Night Light -- bye, pabs https://wiki.debian.org/PaulWis

Bug#926494: ITP: gitbrute -- brute-force a git commit hash

2019-04-05 Thread Adam Borowski
Package: wnpp Severity: wishlist Owner: Adam Borowski * Package name: gitbrute Version : - Upstream Author : Brad Fitzpatrick * URL : https://github.com/bradfitz/gitbrute/ * License : Apache 2.0 Programming Lang: Go Description : brute-force a git commi

Re: Seeking hardening flag / blhc expoert

2019-04-05 Thread Otto Kekäläinen
So apparently the 'D_FORTIFY_SOURCE=2' is in CPPFLAGS (not read by cmake) but not in CXXFLAGS (read by cmake)[1]. So maybe I should define? CXXFLAGS=$(CXXFLAGS) $(CPPFLAGS) This is the current state of mysqld, should I be happy with this or is it relevant that all functions are protected? harden

Re: Seeking hardening flag / blhc expoert

2019-04-05 Thread Sven Hartge
Otto Kekäläinen wrote: > I've read this section many times over but I don't get it. A > workaround is presented but since we are on a new debhelper it is > advised not to be used. It suggests using > /usr/share/dpkg/buildflags.mk but since we already call default.mk the > buildflags.mk should be

Re: Seeking hardening flag / blhc expoert

2019-04-05 Thread Otto Kekäläinen
Hello! > > Is there any hardening flag / cmake expert around who could help me > > get the hardening flags perfect in MariaDB 10.3? > Start with https://wiki.debian.org/Hardening#Notes_for_packages_using_CMake I've read this section many times over but I don't get it. A workaround is presented bu

Bug#926475: ITP: dlt-viewer -- Viewer for GENIVI DLT traces

2019-04-05 Thread Stefan Potyra
Package: wnpp Severity: wishlist Owner: Stefan Potyra * Package name: dlt-viewer Version : 2.18.0 Upstream Author : Alexander Wenzel (et al.) * URL : https://at.projects.genivi.org/wiki/display/PROJ/Diagnostic+Log+and+Trace * License : MPL-2.0 Programming L

Re: Seeking hardening flag / blhc expoert

2019-04-05 Thread Andrey Rahmatullin
On Fri, Apr 05, 2019 at 09:07:01PM +0300, Otto Kekäläinen wrote: > Is there any hardening flag / cmake expert around who could help me > get the hardening flags perfect in MariaDB 10.3? Start with https://wiki.debian.org/Hardening#Notes_for_packages_using_CMake > d/rules: > https://salsa.debian.or

Seeking hardening flag / blhc expoert

2019-04-05 Thread Otto Kekäläinen
Hello! Is there any hardening flag / cmake expert around who could help me get the hardening flags perfect in MariaDB 10.3? Current state of build logs issues: https://qa.debian.org/bls/packages/m/mariadb-10.3.html The blhc tool currently outputs this: $ blhc --debian --line-numbers --color ${W

Re: is Wayland/Weston mature enough to be the default desktop choice in Buster?

2019-04-05 Thread Jérémy Lal
Le ven. 5 avr. 2019 à 17:25, Mo Zhou a écrit : > Hi, > > > I think the default should be reconsidered. > > I second that since I always refuse to use Wayland, due to > > 1. Gnome's keyboard configuration under wayland is definitely rubbish. >I need extremely high keyboard repeat rate and shor

Bug#926470: RFP: annocheck -- analyse an application's compilation

2019-04-05 Thread Chris Lamb
Package: wnpp Severity: wishlist Owner: la...@debian.org X-Debbugs-CC: debian-devel@lists.debian.org * Package name: annocheck * URL : https://sourceware.org/git/?p=annobin.git * License : GPL3 Programming Lang: C Description : Analyse an application's compilation

Re: is Wayland/Weston mature enough to be the default desktop choice in Buster?

2019-04-05 Thread Mo Zhou
Hi, > I think the default should be reconsidered. I second that since I always refuse to use Wayland, due to 1. Gnome's keyboard configuration under wayland is definitely rubbish. I need extremely high keyboard repeat rate and short latency: xset r rate 160 160 The fastest repeat ra

is Wayland/Weston mature enough to be the default desktop choice in Buster?

2019-04-05 Thread Jonathan Dowland
I was surprised to learn — by way of synaptic being autoremoved — that the default desktop in Buster will be GNOME/Wayland. I personally do not think that Wayland is a sensible choice for the default *yet*; and if the consequence is that bugs for software that do not work properly with Wayland hav

Bug#926444: ITP: golang-github-minio-blake2b-simd -- Fast hashing using pure Go implementation of BLAKE2b with SIMD instructions

2019-04-05 Thread merkys
Package: wnpp Severity: wishlist Owner: Andrius Merkys X-Debbugs-CC: debian-devel@lists.debian.org, debian...@lists.debian.org * Package name    : golang-github-minio-blake2b-simd   Version : 0.0~git20160723.3f5f724-1   Upstream Author : Object Storage for AI * URL : https://g