summaryrefslogtreecommitdiff
path: root/net/sendfile
AgeCommit message (Collapse)AuthorFilesLines
2022-04-24sendfile: update homepage and master sitetnn1-3/+3
2021-12-27sendfile: actually SSP is a red herring, just disable FORTIFYnia1-2/+1
2021-12-27sendfile: fails to build with SSP/FORTIFYnia1-1/+5
let's hope this code isn't a pile of buffer overflows...
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
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-03net: align variable assignmentsrillig1-4/+4
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2016-05-17Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUPfhajny1-4/+4
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.
2016-04-21Use PKGMANDIR. Use PKG_SYSCONFDIR and remove obsolete subst section whilejperkin3-12/+7
here. Bump PKGREVISION for the possible change in PKG_SYSCONFDIR layout.
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-21Add CONFLICTS between chat/jabberd2 and net/sendfilecheusov1-2/+4
2012-10-21Fix some pkglint warningscheusov3-16/+19
2011-07-07adding DIST_SUBDIR and PKGREVISION since the package has changed but ↵mspo2-5/+7
distinfo and version have not
2011-07-07silently upgraded from upstream; integrating patches from pkgsrc. Got ↵mspo5-172/+16
confirmation from Ulli Horlacher
2011-07-06Updates confirmed from upstream:mspo1-4/+4
frmstag@fex:~/sendfile/sendfile-2.1b/doc: head ChangeLog 2011-06-04 better POSIX compatibility and NETBSD support
2011-06-01Update to sendfile-2.1b.is10-100/+279
Most visible change is multiprotocol support.
2011-05-27DESTDIR support.is4-15/+282
2011-03-30Not user-destdir installation ready.obache1-3/+1
/etc/* files will be modified and /var/spool/sendfile/* directories will be created and chmod during install phase.
2011-03-23DESTDIR supportjoerg3-6/+20
2011-03-20LICENSE=gnu-gpl-v2obache1-1/+2
2011-03-20for the case of PKG_SYSCONFBASE!=${PREFIX}/etc, and use SUBST for replace.obache3-12/+9
2011-03-20Use OVERRIDE_GNU_CONFIG_SCRIPTS instead of custom copy.obache1-3/+3
2010-10-14Update HOMEPAGE.wiz1-2/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+1
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-24Add DragonFly support. Honour system CFLAGS & friends.joerg3-9/+27
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-04-25Convert to buildlink3.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-1/+3
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-01Also set PKG_SYSCONFSUBDIR to "sendfile", because the program recognizesjmmv1-1/+2
several configuration files, aside from the two default ones.
2003-05-01Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv5-23/+61
2002-10-17Add patch to make sendfiled work again, provided by Matthias Friedrichwiz3-3/+17
in relation with his PR 18642. Bump to 2.1.0.2.
2002-10-13Fix DISTNAME (silent symlink update on the master site).wiz2-8/+7
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-25Rather than re-patching in a post-configure stage by means of aagc4-28/+21
script, do this at configure time by means of a conventional patch to the configuration script. Move the invocation of the post-configure stage to be a package Makefile target, rather than in a script file.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-05Fix MASTER_SITE.wiz1-2/+2
2001-02-26Upgrade to 2.1a (pkgsrc 2.1.0.1): Fixes a security problem.wiz6-33/+25
Closes pkg/12097.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04Fix typo. Report scrolled by on IRC...hubertf1-2/+2
2000-09-09No longer IS_INTERACTIVE. (Addresses pkg/9801.)wiz6-15/+63
Move contents of post-patch script to Makefile. Add DEINSTALL that mentions all the changes the install step does.