mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
o Prefer FreeBSD's strlcpy() function over qpopper's incorrect
implementation o Bump PORTREVISION Submitted by: nectar
This commit is contained in:
parent
2193fbfcfa
commit
c37f632458
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79894
2 changed files with 19 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= qpopper
|
||||
PORTVERSION= 4.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . old
|
||||
|
|
18
mail/qpopper/files/patch-common::string_util.c
Normal file
18
mail/qpopper/files/patch-common::string_util.c
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- common/string_util.c.orig Wed Mar 12 23:06:14 2003
|
||||
+++ common/string_util.c Tue Apr 29 20:00:01 2003
|
||||
@@ -37,6 +37,7 @@
|
||||
|
||||
|
||||
|
||||
+#if 0
|
||||
/*
|
||||
* Function: strlcpy
|
||||
*
|
||||
@@ -156,6 +157,7 @@
|
||||
*dst = '\0';
|
||||
return dstlen + ( src - strsource ) + strlen ( src );
|
||||
}
|
||||
+#endif
|
||||
|
||||
|
||||
/*
|
Loading…
Add table
Reference in a new issue