Package: suckless-tools / 40-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| suckless-tools | 40-1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 1001_tabbed_manpage_hyphen fix.patch | (download) |
tabbed/tabbed.1 |
18 9 + 9 - 0 ! |
escapes "-" symbol in manpage and use temp file in secure way Manpage for tabbed was using "-" symbol without escape which will be considered by groff as hyphen. This patch escapes the "-" in man- pages. This patch also replaces existing example given by upstream to embed an app into tabbed with a version which uses the secure temp files using mktemp. . |
| 2001_fix_setuid_slock.patch | (download) |
slock/Makefile |
9 5 + 4 - 0 ! |
remove setsid bit on slock binary Upstream Makefile was installing slock with setsid bit on. This patch make slock to belong shadow group and sets sgid bit |
| 2002_dpkg_buildflags.patch | (download) |
dmenu/config.mk |
6 3 + 3 - 0 ! |
patch to allow injection of hardening flags This patch allows the hardening flags injection into all Makefile during build time. It also removes -Os and -O0 from upstream config.mk to allow DEB_BUILD_OPTIONS=noopt. This patch also removes -s option to allow proper working of nostrip value for DEB_BUILD_OPTIONS. . |
| 2003_transparent makefiles.patch | (download) |
dmenu/Makefile |
54 27 + 27 - 0 ! |
makes command execution in makefile transparent This patch makes all compile install clean and other targets related command execution transparent by removing preceding @ symbol. This is required for a verbose output generation when DH_VERBOSE=1 . |
| 2004_use_system_searchpaths.patch | (download) |
dmenu/config.mk |
8 2 + 6 - 0 ! |
fix ftbfs on mipsel* due to custom library search paths. This patch removes library search -L/usr/lib and include paths defined by upstream. Since all the libraries and headers needed are available in default path these flags are redundant also since |
