pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/35249 CVS commit: pkgsrc/mail/sendmail
The following reply was made to PR pkg/35249; it has been noted by GNATS.
From: "John Nemeth" <jnemeth%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/35249 CVS commit: pkgsrc/mail/sendmail
Date: Sun, 15 Jun 2014 20:48:50 +0000
Module Name: pkgsrc
Committed By: jnemeth
Date: Sun Jun 15 20:48:50 UTC 2014
Modified Files:
pkgsrc/mail/sendmail: Makefile Makefile.common PLIST distinfo
options.mk
pkgsrc/mail/sendmail/files: sendmail.sh site.config.m4 smmsp.sh
pkgsrc/mail/sendmail/patches: patch-aa patch-af patch-ai
Added Files:
pkgsrc/mail/sendmail: TODO
pkgsrc/mail/sendmail/files: netbsd-proto.mc site.config.m4-ffr_tls
site.config.m4-stdbool sm_os_netbsd.h
pkgsrc/mail/sendmail/patches: patch-ao patch-ap patch-aq patch-ar
patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay
patch-az
Removed Files:
pkgsrc/mail/sendmail/files: site.config.m4-ffr_tls_1
pkgsrc/mail/sendmail/patches: patch-ab patch-ac patch-ad patch-ae
patch-al patch-am
Log Message:
Update to sendmail 8.14.9: this fixes a minor potential security issue
pkgsrc changes:
- consolidate several patches into site.config.m4
- pkgsrc LDFLAGS should always be used
- don't bother specifying file owner/group anywhere except in Makefile
- create include/sm/os/sm_os_netbsd.h to fix warnings and OS specific stuff
- install mail.local and rmail
- convert to use res_n* functions
- allows for linking against threaded libraries
- add a TODO file
- PR/35249 - Loren M. Lang
- can't find libraries on Linux, this should be fixed by using pkgsrc LDFLAGS
- PR/46694 - Makoto Fujiwara
- bring back netbsd-proto.mc from when sendmail was part of the base system
- PR/47207 - Richard Palo
- let pkgsrc infrastructure handle file ownership and group
- PR/48566 - Emmanuel Dreyfus
- always set _FFR_USE_GETPWNAM_ERRNO on NetBSD
- roll ffr_tls_1 and the suggested ffr_tls_ec into one new ffr_tls option
- not enabled by default because it changes behaviour
8.14.9/8.14.9 2014/05/21
SECURITY: Properly set the close-on-exec flag for file descriptors
(except stdin, stdout, and stderr) before executing mailers.
Fix a misformed comment in conf.c: "/*" within comment
which may cause a compilation error on some systems.
Problem reported by John Beck of Oracle.
DEVTOOLS: Fix regression in auto-detection of libraries when only
shared libraries are available. Problem reported by
Bryan Costales.
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/mail/sendmail/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/mail/sendmail/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/sendmail/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/sendmail/TODO
cvs rdiff -u -r1.50 -r1.51 pkgsrc/mail/sendmail/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/sendmail/options.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/sendmail/files/netbsd-proto.mc \
pkgsrc/mail/sendmail/files/site.config.m4-ffr_tls \
pkgsrc/mail/sendmail/files/site.config.m4-stdbool \
pkgsrc/mail/sendmail/files/sm_os_netbsd.h
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/sendmail/files/sendmail.sh \
pkgsrc/mail/sendmail/files/smmsp.sh
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/sendmail/files/site.config.m4
cvs rdiff -u -r1.1 -r0 pkgsrc/mail/sendmail/files/site.config.m4-ffr_tls_1
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/sendmail/patches/patch-aa
cvs rdiff -u -r1.12 -r0 pkgsrc/mail/sendmail/patches/patch-ab
cvs rdiff -u -r1.6 -r0 pkgsrc/mail/sendmail/patches/patch-ac
cvs rdiff -u -r1.7 -r0 pkgsrc/mail/sendmail/patches/patch-ad
cvs rdiff -u -r1.5 -r0 pkgsrc/mail/sendmail/patches/patch-ae \
pkgsrc/mail/sendmail/patches/patch-al
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/sendmail/patches/patch-af
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/sendmail/patches/patch-ai
cvs rdiff -u -r1.3 -r0 pkgsrc/mail/sendmail/patches/patch-am
cvs rdiff -u -r0 -r1.3 pkgsrc/mail/sendmail/patches/patch-ao
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/sendmail/patches/patch-ap \
pkgsrc/mail/sendmail/patches/patch-aq \
pkgsrc/mail/sendmail/patches/patch-ar \
pkgsrc/mail/sendmail/patches/patch-as \
pkgsrc/mail/sendmail/patches/patch-at \
pkgsrc/mail/sendmail/patches/patch-au \
pkgsrc/mail/sendmail/patches/patch-av \
pkgsrc/mail/sendmail/patches/patch-aw \
pkgsrc/mail/sendmail/patches/patch-ax \
pkgsrc/mail/sendmail/patches/patch-ay \
pkgsrc/mail/sendmail/patches/patch-az
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index