release: Ship DVD with only emacs at nox flavour
Contrary to the claim made in a previous commit, removing KDE and
adding all of vim and emacs results in an image which does not fit
into 4.7 GB; to be specific, it lands at 4.722 GB rather than the
claimed 4.689 GB. (This descrepancy resulted from doing test DVD
image builds using an out-of-date tree, and became visible when the
15.0-RC3 images were built.)
Limit the emacs packages shipped on the DVD to the "nox" flavor;
this brings the disk image down to 4.407 GB, aka under the 4.7 GB
limit for standard DVDs.
Fixes: 6cc6beb4c889 ("release: Remove KDE from dvd1.iso")
MFC after: 1 day (for 15.0-RC4)
nfs_commonsubs.c: Get rid of variable used as a constant
The variable ncl_mbuf_mhlen is set to MHLEN and only
used in one place. This patch simply deletes it and
replaces it with MHLEN.
This patch should not affect semantics.
Spotted while fixing cases that could do large
NFSM_DISSECT() sizes.
(cherry picked from commit 73551cd6eac29a6707c802c7d7fafcb560bf5e2b)
security/stunnel: Improve port
* Remove GNU_CONFIGURE_MANPREFIX (redundant)
* Remove if statement for libressl, already covered by BROKEN_SSL definition
* Rework multiple REINPLACE_CMD commands, remove no longer valid ones and remove requirement of -E switch. These should also be a bit easier to follow
* Use modern framework helpers for options
* Remove redundant LDFLAGS
* Rework Makefile layout to more closely follow Porters Handbook and reduces Makefile size overall
* Don't install stunnel.logrotate and stunnel.rh.init (cleans up pkg-plist)
* Remove bash-completion from pkg-plist, not installed unless specified during configure stage
PR: 290360
Approved by: maintainer timeout, blanket