Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] bftpd: update to 5.4.
Date: Sat, 11 Jan 2020 00:27:44 +0100	[thread overview]
Message-ID: <20200110232744.GYSmHCOk_5VEoHnZRrNiRElX3BOVdas-_ZOMMba3wwM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18200@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages bftpd
https://github.com/void-linux/void-packages/pull/18200

bftpd: update to 5.4.


A patch file from https://github.com/void-linux/void-packages/pull/18200.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bftpd-18200.patch --]
[-- Type: text/x-diff, Size: 1925 bytes --]

From 6413621656fca57e415f1945213da1c8cecea826 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Fri, 10 Jan 2020 16:14:15 -0600
Subject: [PATCH] bftpd: update to 5.4.

---
 srcpkgs/bftpd/patches/commands.patch | 13 +++++++++++++
 srcpkgs/bftpd/template               |  6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/bftpd/patches/commands.patch

diff --git a/srcpkgs/bftpd/patches/commands.patch b/srcpkgs/bftpd/patches/commands.patch
new file mode 100644
index 00000000000..0a0d7be02c2
--- /dev/null
+++ b/srcpkgs/bftpd/patches/commands.patch
@@ -0,0 +1,13 @@
+diff --git commands.c commands.c
+index a3d83c9..a6a98ed 100644
+--- commands.c
++++ commands.c
+@@ -1144,7 +1144,7 @@ void command_retr(char *filename)
+                     wait_time.tv_usec = xfer_delay;
+                     select( 0, NULL, NULL, NULL, &wait_time);
+                 }
+-                i = read(phile, buffer, my_buffer_size)
++                i = read(phile, buffer, my_buffer_size);
+             }
+             free(buffer);
+             close(phile);
diff --git a/srcpkgs/bftpd/template b/srcpkgs/bftpd/template
index 2df6194969f..e375874c9e3 100644
--- a/srcpkgs/bftpd/template
+++ b/srcpkgs/bftpd/template
@@ -1,6 +1,6 @@
 # Template file for 'bftpd'
 pkgname=bftpd
-version=5.2
+version=5.4
 revision=1
 wrksrc="$pkgname"
 build_style=gnu-configure
@@ -8,10 +8,10 @@ configure_args="--enable-libz"
 makedepends="zlib-devel"
 short_desc="Simple FTP server"
 maintainer="Norbert Vegh <vegh@norvegh.com>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="http://bftpd.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/bftpd/bftpd-${version}.tar.gz"
-checksum=7e6259f8eada88ef598df4c1517fa260c798ad2361d9b4627b97ff2125ddaa4e
+checksum=f31a3a2953171d485ae98776dd4e8f8688cd19116522d4800f8b99c032a7bbd3
 
 pre_build() {
 	sed -i "s|LDFLAGS=$|LDFLAGS=${LDFLAGS}|" Makefile

  reply	other threads:[~2020-01-10 23:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 23:26 [PR PATCH] " voidlinux-github
2020-01-10 23:27 ` voidlinux-github [this message]
2020-01-11  7:30 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200110232744.GYSmHCOk_5VEoHnZRrNiRElX3BOVdas-_ZOMMba3wwM@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).