summaryrefslogtreecommitdiff
path: root/net/dtcp
AgeCommit message (Collapse)AuthorFilesLines
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
2021-07-21Bump PKGREVISION for affected packages by changing default Ruby's version.taca1-2/+2
2018-02-25pkgsrc: bump PKGREVISION by changing Ruby default versiontaca1-2/+2
Bump PKGREVISION by changing Ruby default version.
2017-08-01Comment out dead sites (DNS problems).wiz1-2/+2
2016-03-13Bump PKGREVISION by chaging default version of Ruby.taca1-1/+2
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.
2015-03-08Update 20060109 to 20130602mef3-11/+13
--------------------------- 2013-06-02 Hajimu UMEMOTO <ume@mahoroba.org> * dtcpauth.rb, dtcpc.rb, dtcps.rb: Make them work with Ruby 1.9.
2014-03-15Bump PKGREVISION from default ruby version change.obache1-2/+2
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-3/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2013-09-12Add USE_TOOLS+=nroff to packages which generate catman pages.jperkin1-1/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-15Reset maintainer, developer resigned.wiz1-2/+2
2012-03-22Bump PKGREVISION reflecting the default Ruby's version change.taca1-1/+2
2012-02-17Fix destdir build, uses a BSD makefile.hans3-7/+22
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered2-4/+4
2010-09-10* Add LICENSE.taca1-1/+2
2010-02-11DESTDIR supportjoerg3-7/+10
2007-07-02Remove FreeBSD CVS ID -- it doesn't add much information and createsjoerg2-4/+2
a mismatch between ident and the +BUILD_VERSION logic.
2007-06-18Create man page directories.joerg1-1/+3
2006-11-09Fixed the package for unprivileged builds.rillig1-2/+2
2006-07-09Update net/dtcp package to 20060109.taca2-7/+6
2006-01-04 Hajimu UMEMOTO <ume@mahoroba.org> * dtcps.rb (service_dtcp): When new connection request for UDP tunnel comes, don't disconnect existing connection even if is comes from same IPv4 address. * dtcpc.rb, dtcps.rb: Make an IPv6 over an IPv4 tunnel NAT friendly. If -n option is specified to dtcpc, it is enabled. It requires some modification to ng_ksocket of server side. 2006-01-02 Hajimu UMEMOTO <ume@mahoroba.org> * dtcpc.rb, dtcps.rb: Add experimental support for an IPv6 over an IPv4 tunnel using Netgraph. The relevant options are -b and -U. * dtcps.rb: Trap SIGINT as well as SIGTERM, and ignore SIGHUP.
2006-02-01Add CVS ID to patch.reed2-2/+4
2006-01-24Add patch so MANDIR is not hard-coded.reed3-2/+19
And set it in the make environment. This fixes installation of man page as seen on DragonFly bulk build. Revision not bumped since no change for systems where this worked before.
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-11-03Remove supporting ruby16-base package.taca1-7/+1
2005-11-03Remove dependency to ruby-dbm and ruby-digest package.taca1-6/+3
Bump PKGREVISION.
2005-10-16Use "../../lang/ruby/buildlink3.mk" instead of "../../lang/ruby/modules.mk"taca2-6/+6
and distfiles are reverted without DIST_SUBDIR.
2005-06-05Update to 20050521.hamajima3-21/+6
2005-05-03Sort.wiz1-2/+2
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+3
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-03-06Make DEPENDS to ruby-dbm and ruby-digest packages and cosmetic changetaca2-8/+15
to package name patterns. Also sort PLIST. Bump PKGREVISION.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-21Remove dependency to ruby-dbm and ruby-digest package since they aretaca1-4/+2
included in ruby (base) package. Bump PKGREVISION.
2005-02-01added DEPENDS+=${RUBY_PKGPREFIX}-dbm.hamajima3-6/+9
fix command_interpreter in rc scripts. bump PKGREVISION.
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-2/+2
Bump PKG_REVISION.
2005-01-23I changed CONF_DEPENDS=YES to USE_PKGINSTALL=YES.hamajima1-2/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-11-28Migrate ruby-installpkg to use new framework for Ruby packages.taca3-5/+21
Add trivial Makefile fix.
2004-11-27Update to 20040611.hamajima3-146/+5
2004-06-23used SUBST_*.hamajima1-7/+6
2004-06-22Fix a typo and improve grammar.wiz1-5/+6
2004-06-22Applied feedback from Hideyuki KURASHINA in pkg/25776.hamajima4-7/+23
And fix path in manpage.
2004-06-05New package for dtcp-20030228, Dynamic Tunnel Configuration Protocol daemon ↵hamajima7-0/+279
and client