Path to this page:
./
net/sendfile,
Implementation of the Simple asynchronous file transfer protocol
Branch: CURRENT,
Version: 2.1bnb4,
Package name: sendfile-2.1bnb4,
Maintainer: pkgsrc-usersReference implementation of the SAFT (simple asynchronous file
transfer) protocol. Sendfile allows to send arbitrary files to a
remote user.
DEINSTALL [+/-]#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:58:50 zuntum Exp $
#
case "$2" in
DEINSTALL) cat <<EOF
========================================================================
If you won't be using sendfile any longer, do the following:
o remove the "saft" lines from /etc/services and /etc/inetd.conf;
restart inetd.
o remove the check_sendfile lines from /etc/profile and /etc/csh.login
o remove the directory /var/spool/sendfile and its contents
========================================================================
EOF
;;
esac
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2016-05-17) Updated to version: sendfile-2.1bnb4
- (2016-04-22) Updated to version: sendfile-2.1bnb3
- (2012-10-21) Updated to version: sendfile-2.1bnb2
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2011-07-07) Updated to version: sendfile-2.1bnb1
CVS history: (Expand)
2022-04-24 17:11:29 by Tobias Nygren | Files touched by this commit (1) | |
Log message:
sendfile: update homepage and master site
|
2021-12-27 11:07:32 by Nia Alarie | Files touched by this commit (1) |
Log message:
sendfile: actually SSP is a red herring, just disable FORTIFY
|
2021-12-27 11:06:31 by Nia Alarie | Files touched by this commit (1) |
Log message:
sendfile: fails to build with SSP/FORTIFY
let's hope this code isn't a pile of buffer overflows...
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255) |
Log message:
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2016-05-17 12:32:09 by Filip Hajny | Files touched by this commit (36) |
Log message:
Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP
for all pkgsrc dir/file ownership rules. Fixes unprivileged
user/group names from leaking into binary packages, manifest as
non-fatal chown/chgrp failure messages at pkg_add time.
Bump respective packages' PKGREVISION.
|