FreeBSD Bugzilla – Attachment 192484 Details for
Bug 227491
ftp/vsftpd-ext: Update to 3.03 ext.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update vsftpd-ext to 3.0.3.1 port version.
vsftpd-ext-3.0.3.1.diff (text/plain), 3.81 KB, created by
Leonid Nevecherya
on 2018-04-13 10:54:46 UTC
(
hide
)
Description:
Update vsftpd-ext to 3.0.3.1 port version.
Filename:
MIME Type:
Creator:
Leonid Nevecherya
Created:
2018-04-13 10:54:46 UTC
Size:
3.81 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 467231) >+++ Makefile (working copy) >@@ -3,7 +3,6 @@ > > PORTNAME= vsftpd-ext > PORTVERSION= ${UPSTREAMVERSION}.${EXTVERSION} >-PORTREVISION= 2 > CATEGORIES= ftp ipv6 > MASTER_SITES= http://vsftpd.devnet.ru/files/${UPSTREAMVERSION}/ext.${EXTVERSION}/ > PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} >@@ -14,7 +13,7 @@ > > LICENSE= GPLv2 > >-UPSTREAMVERSION=3.0.2 >+UPSTREAMVERSION=3.0.3 > EXTVERSION= 1 > > USES= alias gmake tar:tgz >Index: distinfo >=================================================================== >--- distinfo (revision 467231) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (vsFTPd-3.0.2-ext1.tgz) = c276f25e5525dc1b104bde8c437a5a9c0cb0efed16056519214d1b9d71497c7d >-SIZE (vsFTPd-3.0.2-ext1.tgz) = 227801 >+TIMESTAMP = 1523611798 >+SHA256 (vsFTPd-3.0.3-ext1.tgz) = 9d0e83657d51b58a91c1d138375e10ed03555fc061f357b15e37dc89de71b593 >+SIZE (vsFTPd-3.0.3-ext1.tgz) = 230764 >Index: files/patch-sysstr.c >=================================================================== >--- files/patch-sysstr.c (nonexistent) >+++ files/patch-sysstr.c (working copy) >@@ -0,0 +1,11 @@ >+--- sysstr.c.orig 2012-01-03 09:51:23 UTC >++++ sysstr.c >+@@ -74,7 +74,7 @@ str_chdir(const struct mystr* p_str) >+ int >+ str_open(const struct mystr* p_str, const enum EVSFSysStrOpenMode mode) >+ { >+- enum EVSFSysUtilOpenMode open_mode = kVSFSysStrOpenUnknown; >++ enum EVSFSysUtilOpenMode open_mode = (enum EVSFSysUtilOpenMode) kVSFSysStrOpenUnknown; >+ switch (mode) >+ { >+ case kVSFSysStrOpenReadOnly: > >Property changes on: files/patch-sysstr.c >___________________________________________________________________ >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: files/patch-utility >=================================================================== >--- files/patch-utility (revision 467231) >+++ files/patch-utility (nonexistent) >@@ -1,13 +0,0 @@ >---- utility.c.orig 2012-10-26 20:05:38 UTC >-+++ utility.c >-@@ -40,6 +40,10 @@ die2(const char* p_text1, const char* p_ >- void >- bug(const char* p_text) >- { >-+ static int inside_bug = 0; >-+ if (inside_bug) >-+ vsf_sysutil_exit(1); >-+ inside_bug++; >- /* Rats. Try and write the reason to the network for diagnostics */ >- vsf_sysutil_activate_noblock(VSFTP_COMMAND_FD); >- (void) vsf_sysutil_write_loop(VSFTP_COMMAND_FD, "500 OOPS: ", 10); > >Property changes on: files/patch-utility >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-utility.c >=================================================================== >--- files/patch-utility.c (nonexistent) >+++ files/patch-utility.c (working copy) >@@ -0,0 +1,13 @@ >+--- utility.c.orig 2012-09-23 00:14:36 UTC >++++ utility.c >+@@ -40,6 +40,10 @@ die2(const char* p_text1, const char* p_ >+ void >+ bug(const char* p_text) >+ { >++ static int inside_bug = 0; >++ if (inside_bug) >++ vsf_sysutil_exit(1); >++ inside_bug++; >+ /* Rats. Try and write the reason to the network for diagnostics */ >+ vsf_sysutil_activate_noblock(VSFTP_COMMAND_FD); >+ (void) vsf_sysutil_write_loop(VSFTP_COMMAND_FD, "500 OOPS: ", 10); > >Property changes on: files/patch-utility.c >___________________________________________________________________ >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
nevecherya
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 227491
: 192484