Index: head/mail/ssmtp/Makefile =================================================================== --- head/mail/ssmtp/Makefile (revision 552959) +++ head/mail/ssmtp/Makefile (revision 552960) @@ -1,71 +1,73 @@ # Created by: Tomasz Paszkowski # $FreeBSD$ PORTNAME= ssmtp PORTVERSION= 2.64 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= DEBIAN_POOL DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Extremely simple MTA to get mail off the system to a mail hub LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= gmake tar:bzip2 GNU_CONFIGURE= yes MAKE_ENV= TARGET_ARCH= SUB_FILES= pkg-message GROUPS= ssmtp OPTIONS_DEFINE= CRAMMD5 IPV6 LOGFILE OPENSSL USERPREFS XORIGIP OPTIONS_DEFAULT= CRAMMD5 OPENSSL XORIGIP CRAMMD5_DESC= CRAM-MD5 authentication support LOGFILE_DESC= Log file USERPREFS_DESC= User-defined revaliases in ~/.ssmtprc XORIGIP_DESC= X-Originating-IP header for REMOTE_ADDR envvar CRAMMD5_CONFIGURE_ENABLE= md5auth IPV6_CONFIGURE_ENABLE= inet6 LOGFILE_CONFIGURE_ENABLE= logfile OPENSSL_USES= ssl OPENSSL_CONFIGURE_ENABLE= ssl OPENSSL_CFLAGS= -I${OPENSSLINC} -OPENSSL_LDFLAGS= -L${OPENSSLLIB} +OPENSSL_LIBS= -L${OPENSSLLIB} -lcrypto USERPREFS_CFLAGS= -DUSERPREFS XORIGIP_EXTRA_PATCHES= ${FILESDIR}/remote-addr.patch _MAILERCONF= /etc/mail/mailer.conf post-configure: - @${REINPLACE_CMD} -e "s,/etc/ssl/certs/ssmtp.pem,${PREFIX}/etc/ssmtp/ssmtp.pem,g" \ - ${WRKSRC}/ssmtp.c ${WRKSRC}/ssmtp.conf - @${REINPLACE_CMD} -e "s, /etc, ${PREFIX}/etc,g" ${WRKSRC}/ssmtp.8 + @${REINPLACE_CMD} "s|%%ETCDIR%%|${ETCDIR}|" \ + ${WRKSRC}/ssmtp.8 \ + ${WRKSRC}/ssmtp.c \ + ${WRKSRC}/ssmtp.conf \ + ${WRKSRC}/ssmtp.conf.5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ssmtp ${STAGEDIR}${PREFIX}/sbin/ssmtp @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/revaliases \ ${STAGEDIR}${ETCDIR}/revaliases.sample ${INSTALL_DATA} ${WRKSRC}/ssmtp.conf \ ${STAGEDIR}${ETCDIR}/ssmtp.conf.sample ${INSTALL_MAN} ${WRKSRC}/ssmtp.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8 ${INSTALL_MAN} ${WRKSRC}/ssmtp.conf.5 \ ${STAGEDIR}${MAN5PREFIX}/share/man/man5 replace: @${REINPLACE_CMD} -e 's,^[^#],#&,g' ${_MAILERCONF} @${ECHO_CMD} "sendmail ${PREFIX}/sbin/ssmtp" >> ${_MAILERCONF} @${ECHO_CMD} "send-mail ${PREFIX}/sbin/ssmtp" >> ${_MAILERCONF} @${ECHO_CMD} "mailq ${PREFIX}/sbin/ssmtp" >> ${_MAILERCONF} @${ECHO_CMD} "newaliases ${PREFIX}/sbin/ssmtp" >> ${_MAILERCONF} @${ECHO_CMD} "hoststat /usr/bin/true" >> ${_MAILERCONF} @${ECHO_CMD} "purgestat /usr/bin/true" >> ${_MAILERCONF} .include Index: head/mail/ssmtp/files/patch-configure =================================================================== --- head/mail/ssmtp/files/patch-configure (revision 552959) +++ head/mail/ssmtp/files/patch-configure (revision 552960) @@ -1,24 +1,12 @@ ---- configure.orig Fri Sep 27 14:47:52 2002 -+++ configure Wed Oct 1 16:42:07 2003 -@@ -1340,7 +1340,7 @@ - #define HAVE_SSL 1 - EOF - -- LIBS="$LIBS -lssl" -+ LIBS="$LIBS $LDFLAGS -lssl -lcrypto" - fi - enableval="" - ---- configure.orig 2009-11-01 23:52:55.000000000 +0200 -+++ configure 2009-11-01 23:53:42.000000000 +0200 -@@ -1591,7 +1591,8 @@ +--- configure.orig 2020-10-22 09:36:35 UTC ++++ configure +@@ -1591,7 +1591,8 @@ if test x$enableval = xyes ; then #define MD5AUTH 1 EOF - SRCS="$SRCS md5auth/md5c.c md5auth/hmac_md5.c" + SRCS="$SRCS md5auth/hmac_md5.c" + LIBS="$LIBS -lmd" fi enableval="" - Index: head/mail/ssmtp/files/patch-md5auth-hmac_md5.c =================================================================== --- head/mail/ssmtp/files/patch-md5auth-hmac_md5.c (revision 552959) +++ head/mail/ssmtp/files/patch-md5auth-hmac_md5.c (revision 552960) @@ -1,11 +1,11 @@ ---- md5auth/hmac_md5.c.orig 2009-11-23 11:45:41.000000000 +0200 -+++ md5auth/hmac_md5.c 2011-02-21 02:27:21.000000000 +0200 +--- md5auth/hmac_md5.c.orig 2009-11-23 09:45:41 UTC ++++ md5auth/hmac_md5.c @@ -1,7 +1,7 @@ #include #include #include "global.h" -#include "md5.h" +#include /* ** Function: hmac_md5 (RFC 2104) Index: head/mail/ssmtp/files/patch-ssmtp.8 =================================================================== --- head/mail/ssmtp/files/patch-ssmtp.8 (nonexistent) +++ head/mail/ssmtp/files/patch-ssmtp.8 (revision 552960) @@ -0,0 +1,23 @@ +--- ssmtp.8.orig 2008-02-29 02:50:15 UTC ++++ ssmtp.8 +@@ -5,7 +5,7 @@ ssmtp, sendmail \- send a message using smtp + .B ssmtp + .RI "[ " flags " ] [ " address " " ... " ]" + .br +-.B /usr/lib/sendmail ++.B /usr/libexec/sendmail/sendmail + .RI "[ " flags " ] [ " address " " ... " ]" + .br + .SH DESCRIPTION +@@ -268,9 +268,9 @@ Messages root sends will be identified as from jdoe@is + through mail.isp.com. + + .SH FILES +- /etc/ssmtp/ssmtp.conf - configuration file ++ %%ETCDIR%%/ssmtp.conf - configuration file + .br +- /etc/ssmtp/revaliases - reverse aliases file ++ %%ETCDIR%%/revaliases - reverse aliases file + + .SH SEE ALSO + RFC821, RFC822, ssmtp.conf(5). Property changes on: head/mail/ssmtp/files/patch-ssmtp.8 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/mail/ssmtp/files/patch-ssmtp.c =================================================================== --- head/mail/ssmtp/files/patch-ssmtp.c (revision 552959) +++ head/mail/ssmtp/files/patch-ssmtp.c (revision 552960) @@ -1,441 +1,416 @@ ---- ssmtp.c.orig 2009-11-23 11:55:11.000000000 +0200 -+++ ssmtp.c 2011-02-21 02:56:10.000000000 +0200 +--- ssmtp.c.orig 2020-10-22 09:36:35 UTC ++++ ssmtp.c @@ -25,6 +25,7 @@ #include #include #include +#include #ifdef HAVE_SSL #include #include -@@ -55,21 +56,21 @@ +@@ -55,21 +56,21 @@ bool_t use_oldauth = False; /* use old AUTH LOGIN use #define ARPADATE_LENGTH 32 /* Current date in RFC format */ char arpadate[ARPADATE_LENGTH]; -char *auth_user = (char)NULL; -char *auth_pass = (char)NULL; -char *auth_method = (char)NULL; /* Mechanism for SMTP authentication */ -char *mail_domain = (char)NULL; -char *from = (char)NULL; /* Use this as the From: address */ +char *auth_user = NULL; +char *auth_pass = NULL; +char *auth_method = NULL; /* Mechanism for SMTP authentication */ +char *mail_domain = NULL; +char *from = NULL; /* Use this as the From: address */ char *hostname; char *mailhost = "mailhub"; -char *minus_f = (char)NULL; -char *minus_F = (char)NULL; +char *minus_f = NULL; +char *minus_F = NULL; char *gecos; -char *prog = (char)NULL; +char *prog = NULL; char *root = NULL; -char *tls_cert = "/etc/ssl/certs/ssmtp.pem"; /* Default Certificate */ -char *uad = (char)NULL; -char *config_file = (char)NULL; /* alternate configuration file */ +char *tls_cert = "/usr/local/etc/ssmtp/ssmtp.pem"; /* Default Certificate */ +char *uad = NULL; +char *config_file = NULL; /* alternate configuration file */ headers_t headers, *ht; -@@ -239,6 +240,24 @@ - } - #endif /* _GNU_SOURCE */ +@@ -261,7 +262,7 @@ char *strip_post_ws(char *str) -+#if defined(__FreeBSD_version) && __FreeBSD_version < 701101 -+char * -+strndup(const char *str, size_t n) -+{ -+ size_t len; -+ char *copy; -+ -+ for (len = 0; len < n && str[len]; len++) -+ continue; -+ -+ if ((copy = malloc(len + 1)) == NULL) -+ return (NULL); -+ memcpy(copy, str, len); -+ copy[len] = '\0'; -+ return (copy); -+} -+#endif -+ - /* - strip_pre_ws() -- Return pointer to first non-whitespace character - */ -@@ -261,7 +280,7 @@ - p = (str + strlen(str)); while(isspace(*--p)) { - *p = (char)NULL; + *p = '\0'; } return(p); -@@ -279,7 +298,7 @@ +@@ -279,7 +280,7 @@ char *addr_parse(char *str) #endif /* Simple case with email address enclosed in <> */ - if((p = strdup(str)) == (char *)NULL) { + if((p = strdup(str)) == NULL) { die("addr_parse(): strdup()"); } -@@ -287,7 +306,7 @@ +@@ -287,7 +288,7 @@ char *addr_parse(char *str) q++; if((p = strchr(q, '>'))) { - *p = (char)NULL; + *p = '\0'; } #if 0 -@@ -310,7 +329,7 @@ +@@ -310,7 +311,7 @@ char *addr_parse(char *str) q = strip_post_ws(p); if(*q == ')') { while((*--q != '(')); - *q = (char)NULL; + *q = '\0'; } (void)strip_post_ws(p); -@@ -363,7 +382,7 @@ +@@ -363,7 +364,7 @@ bool_t standardise(char *str, bool_t *linestart) *linestart = False; if((p = strchr(str, '\n'))) { - *p = (char)NULL; + *p = '\0'; *linestart = True; } return(leadingdot); -@@ -384,7 +403,7 @@ +@@ -384,7 +385,7 @@ void revaliases(struct passwd *pw) while(fgets(buf, sizeof(buf), fp)) { /* Make comments invisible */ if((p = strchr(buf, '#'))) { - *p = (char)NULL; + *p = '\0'; } /* Ignore malformed lines and comments */ -@@ -519,11 +538,11 @@ +@@ -519,11 +520,11 @@ void rcpt_save(char *str) #endif /* Ignore missing usernames */ - if(*str == (char)NULL) { + if(*str == '\0') { return; } - if((rt->string = strdup(str)) == (char *)NULL) { + if((rt->string = strdup(str)) == NULL) { die("rcpt_save() -- strdup() failed"); } -@@ -548,7 +567,7 @@ +@@ -548,7 +549,7 @@ void rcpt_parse(char *str) (void)fprintf(stderr, "*** rcpt_parse(): str = [%s]\n", str); #endif - if((p = strdup(str)) == (char *)NULL) { + if((p = strdup(str)) == NULL) { die("rcpt_parse(): strdup() failed"); } q = p; -@@ -576,7 +595,7 @@ +@@ -576,7 +577,7 @@ void rcpt_parse(char *str) } /* End of string? */ - if(*(q + 1) == (char)NULL) { + if(*(q + 1) == '\0') { got_addr = True; } -@@ -584,7 +603,7 @@ +@@ -584,7 +585,7 @@ void rcpt_parse(char *str) if((*q == ',') && (in_quotes == False)) { got_addr = True; - *q = (char)NULL; + *q = '\0'; } if(got_addr) { -@@ -668,7 +687,7 @@ +@@ -668,7 +669,7 @@ void header_save(char *str) (void)fprintf(stderr, "header_save(): str = [%s]\n", str); #endif - if((p = strdup(str)) == (char *)NULL) { + if((p = strdup(str)) == NULL) { die("header_save() -- strdup() failed"); } ht->string = p; -@@ -676,7 +695,7 @@ +@@ -676,7 +677,7 @@ void header_save(char *str) if(strncasecmp(ht->string, "From:", 5) == 0) { #if 1 /* Hack check for NULL From: line */ - if(*(p + 6) == (char)NULL) { + if(*(p + 6) == '\0') { return; } #endif -@@ -739,19 +758,19 @@ +@@ -739,19 +740,19 @@ header_parse() -- Break headers into seperate entries void header_parse(FILE *stream) { size_t size = BUF_SZ, len = 0; - char *p = (char *)NULL, *q; + char *p = NULL, *q; bool_t in_header = True; - char l = (char)NULL; + char l = '\0'; int c; while(in_header && ((c = fgetc(stream)) != EOF)) { /* Must have space for up to two more characters, since we may need to insert a '\r' */ - if((p == (char *)NULL) || (len >= (size - 1))) { + if((p == NULL) || (len >= (size - 1))) { size += BUF_SZ; p = (char *)realloc(p, (size * sizeof(char))); - if(p == (char *)NULL) { + if(p == NULL) { die("header_parse() -- realloc() failed"); } q = (p + len); -@@ -776,9 +795,9 @@ +@@ -776,9 +777,9 @@ void header_parse(FILE *stream) in_header = False; default: - *q = (char)NULL; + *q = '\0'; if((q = strrchr(p, '\n'))) { - *q = (char)NULL; + *q = '\0'; } header_save(p); -@@ -809,9 +828,9 @@ +@@ -809,9 +810,9 @@ void header_parse(FILE *stream) in_header = False; default: - *q = (char)NULL; + *q = '\0'; if((q = strrchr(p, '\n'))) { - *q = (char)NULL; + *q = '\0'; } header_save(p); -@@ -876,21 +895,27 @@ +@@ -876,21 +877,27 @@ bool_t read_config() char *rightside; /* Make comments invisible */ if((p = strchr(buf, '#'))) { - *p = (char)NULL; + /* check if # is a part of a param */ + if((q = strchr(buf, '='))) { + if ((int)(p-buf) < (int)(q-buf)) + *p = '\0'; + } + else + *p = '\0'; } /* Ignore malformed lines and comments */ - if(strchr(buf, '=') == (char *)NULL) continue; + if(strchr(buf, '=') == NULL) continue; /* Parse out keywords */ p=firsttok(&begin, "= \t\n"); if(p){ rightside=begin; - q = firsttok(&begin, "= \t\n"); + q = firsttok(&begin, " \t\n"); } if(p && q) { if(strcasecmp(p, "Root") == 0) { - if((root = strdup(q)) == (char *)NULL) { + if((root = strdup(q)) == NULL) { die("parse_config() -- strdup() failed"); } -@@ -904,7 +929,7 @@ +@@ -904,7 +911,7 @@ bool_t read_config() port = atoi(r); } - if((mailhost = strdup(q)) == (char *)NULL) { + if((mailhost = strdup(q)) == NULL) { die("parse_config() -- strdup() failed"); } -@@ -949,7 +974,7 @@ +@@ -949,7 +956,7 @@ bool_t read_config() mail_domain = strdup(q); } - if(mail_domain == (char *)NULL) { + if(mail_domain == NULL) { die("parse_config() -- strdup() failed"); } rewrite_domain = True; -@@ -1025,7 +1050,7 @@ +@@ -1025,7 +1032,7 @@ bool_t read_config() } } else if(strcasecmp(p, "TLSCert") == 0) { - if((tls_cert = strdup(q)) == (char *)NULL) { + if((tls_cert = strdup(q)) == NULL) { die("parse_config() -- strdup() failed"); } -@@ -1036,7 +1061,7 @@ +@@ -1036,7 +1043,7 @@ bool_t read_config() #endif /* Command-line overrides these */ else if(strcasecmp(p, "AuthUser") == 0 && !auth_user) { - if((auth_user = strdup(q)) == (char *)NULL) { + if((auth_user = strdup(q)) == NULL) { die("parse_config() -- strdup() failed"); } -@@ -1045,7 +1070,7 @@ +@@ -1045,7 +1052,7 @@ bool_t read_config() } } else if(strcasecmp(p, "AuthPass") == 0 && !auth_pass) { - if((auth_pass = strdup(q)) == (char *)NULL) { + if((auth_pass = strdup(q)) == NULL) { die("parse_config() -- strdup() failed"); } -@@ -1054,7 +1079,7 @@ +@@ -1054,7 +1061,7 @@ bool_t read_config() } } else if(strcasecmp(p, "AuthMethod") == 0 && !auth_method) { - if((auth_method = strdup(q)) == (char *)NULL) { + if((auth_method = strdup(q)) == NULL) { die("parse_config() -- strdup() failed"); } -@@ -1107,11 +1132,11 @@ +@@ -1107,11 +1114,11 @@ int smtp_open(char *host, int port) #ifdef INET6 struct addrinfo hints, *ai0, *ai; char servname[NI_MAXSERV]; - int s; + int s = -1; #else struct sockaddr_in name; struct hostent *hent; - int i, s, namelen; + int i, s = -1, namelen; #endif #ifdef HAVE_SSL -@@ -1310,7 +1335,7 @@ +@@ -1310,7 +1317,7 @@ char *fd_gets(char *buf, int size, int fd) buf[i++] = c; } } - buf[i] = (char)NULL; + buf[i] = '\0'; return(buf); } -@@ -1435,14 +1460,14 @@ +@@ -1435,14 +1442,14 @@ int ssmtp(char *argv[]) } if((p = strtok(pw->pw_gecos, ";,"))) { - if((gecos = strdup(p)) == (char *)NULL) { + if((gecos = strdup(p)) == NULL) { die("ssmtp() -- strdup() failed"); } } revaliases(pw); /* revaliases() may have defined this */ - if(uad == (char *)NULL) { + if(uad == NULL) { uad = append_domain(pw->pw_name); } -@@ -1490,7 +1515,7 @@ +@@ -1490,7 +1497,7 @@ int ssmtp(char *argv[]) /* Try to log in if username was supplied */ if(auth_user) { #ifdef MD5AUTH - if(auth_pass == (char *)NULL) { + if(auth_pass == NULL) { auth_pass = strdup(""); } -@@ -1742,7 +1767,7 @@ +@@ -1742,7 +1749,7 @@ char **parse_options(int argc, char *argv[]) j = 0; add = 1; - while(argv[i][++j] != (char)NULL) { + while(argv[i][++j] != '\0') { switch(argv[i][j]) { #ifdef INET6 case '6': -@@ -1760,14 +1785,14 @@ +@@ -1760,14 +1767,14 @@ char **parse_options(int argc, char *argv[]) if((!argv[i][(j + 1)]) && argv[(i + 1)]) { auth_user = strdup(argv[i+1]); - if(auth_user == (char *)NULL) { + if(auth_user == NULL) { die("parse_options() -- strdup() failed"); } add++; } else { auth_user = strdup(argv[i]+j+1); - if(auth_user == (char *)NULL) { + if(auth_user == NULL) { die("parse_options() -- strdup() failed"); } } -@@ -1777,14 +1802,14 @@ +@@ -1777,14 +1784,14 @@ char **parse_options(int argc, char *argv[]) if((!argv[i][(j + 1)]) && argv[(i + 1)]) { auth_pass = strdup(argv[i+1]); - if(auth_pass == (char *)NULL) { + if(auth_pass == NULL) { die("parse_options() -- strdup() failed"); } add++; } else { auth_pass = strdup(argv[i]+j+1); - if(auth_pass == (char *)NULL) { + if(auth_pass == NULL) { die("parse_options() -- strdup() failed"); } } -@@ -1875,14 +1900,14 @@ +@@ -1875,14 +1882,14 @@ char **parse_options(int argc, char *argv[]) case 'F': if((!argv[i][(j + 1)]) && argv[(i + 1)]) { minus_F = strdup(argv[(i + 1)]); - if(minus_F == (char *)NULL) { + if(minus_F == NULL) { die("parse_options() -- strdup() failed"); } add++; } else { minus_F = strdup(argv[i]+j+1); - if(minus_F == (char *)NULL) { + if(minus_F == NULL) { die("parse_options() -- strdup() failed"); } } -@@ -1894,14 +1919,14 @@ +@@ -1894,14 +1901,14 @@ char **parse_options(int argc, char *argv[]) case 'r': if((!argv[i][(j + 1)]) && argv[(i + 1)]) { minus_f = strdup(argv[(i + 1)]); - if(minus_f == (char *)NULL) { + if(minus_f == NULL) { die("parse_options() -- strdup() failed"); } add++; } else { minus_f = strdup(argv[i]+j+1); - if(minus_f == (char *)NULL) { + if(minus_f == NULL) { die("parse_options() -- strdup() failed"); } } Index: head/mail/ssmtp/files/patch-ssmtp.conf =================================================================== --- head/mail/ssmtp/files/patch-ssmtp.conf (revision 552959) +++ head/mail/ssmtp/files/patch-ssmtp.conf (revision 552960) @@ -1,12 +1,19 @@ ---- ssmtp.conf.orig 2020-03-05 16:17:25 UTC +--- ssmtp.conf.orig 2008-02-29 02:50:15 UTC +++ ssmtp.conf -@@ -41,3 +41,9 @@ hostname=_HOSTNAME_ +@@ -35,9 +35,15 @@ hostname=_HOSTNAME_ + #UseTLSCert=YES + + # Use this RSA certificate. +-#TLSCert=/etc/ssl/certs/ssmtp.pem ++#TLSCert=%%ETCDIR%%/ssmtp.pem + + # Get enhanced (*really* enhanced) debugging information in the logs # If you want to have debugging of the config file parsing, move this option # to the top of the config file and uncomment #Debug=YES + +# Use these parameters for securely authenticating against your +# mailhub; check ssmtp.conf(5) for further details. +# UseSTARTTLS=YES +# AuthUser=you@yourdomain.com +# AuthPass=your-secret-password Index: head/mail/ssmtp/files/patch-ssmtp.conf.5 =================================================================== --- head/mail/ssmtp/files/patch-ssmtp.conf.5 (nonexistent) +++ head/mail/ssmtp/files/patch-ssmtp.conf.5 (revision 552960) @@ -0,0 +1,20 @@ +--- ssmtp.conf.5.orig 2020-10-22 09:43:05 UTC ++++ ssmtp.conf.5 +@@ -13,7 +13,7 @@ + .Sh DESCRIPTION + .Nm ssmtp + reads configuration data from +-.Pa /etc/ssmtp/ssmtp.conf ++.Pa %%ETCDIR%%/ssmtp.conf + The file contains keyword-argument pairs, one per line. + Lines starting with + .Ql # +@@ -69,7 +69,7 @@ May also be set to + .Dq cram-md5 . + .Sh FILES + .Bl -tag -width Ds +-.It Pa /etc/ssmtp/ssmtp.conf ++.It Pa %%ETCDIR%%/ssmtp.conf + Contains configuration data for + .Nm ssmtp . + .El Property changes on: head/mail/ssmtp/files/patch-ssmtp.conf.5 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property