Commit graph

40 commits

Author SHA1 Message Date
wiz
90f4599de1 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nia
ab845b2028 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-26 11:05:20 +00:00
nia
5c85662953 net: Remove SHA1 hashes for distfiles 2021-10-07 14:41:10 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
wiz
7b294157a3 Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
agc
203292f73e Add SHA512 digests for distfiles for net category
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-11-04 00:34:51 +00:00
dholland
f25e49319b Sync the logic that decides whether to pull in openssl with the makefile
logic that decides whether to use -lcrypto. These need to stay the same
to avoid the possibility of getting a silent dependence on a (possibly
very old) builtin openssl. Of course, all it uses -lcrypto for is MD5,
but still...

PKGREVISION -> 1.

XXX: this probably shouldn't be using MD5 anyway :-/
2015-07-12 05:36:50 +00:00
dholland
b5690f5ec3 Drop ONLY_FOR_PLATFORM. A quick review of the source shows nothing
particularly BSD-specific. It might not build on vintage SVR3 but we
probably don't care... and it will probably need minor patching on
Solaris and Linux but we can do that.
2015-07-12 05:31:47 +00:00
mef
94dff9cbb5 (pkgsrc)
- Add LICENSE= 2-clause-bsd
 - Remove patch-ab (was edit from /usr/local/etc/dhclient.script
                             to    /usr/pkg/sbin/dhclient-script)
   Instead, includes above edit in SUBST to clean (false) pkglint flag.

(upstream)
 - Update 20060526 to 20090812
---------------------------
2009-08-12  Hajimu UMEMOTO  <ume@mahoroba.org>
        * dtcpclient.script: Add an ability to assign an anycast address
        by prefix delegation.  When `anycast' is specified as `hostid' of
        `prefix_delegation', an anycast address is assigned.

        Requested by:   Norikatsu Shigemura <nork@ninth-nine.com>

        * dtcpclient.script: Add support for prefix_delegation='AUTO'.  If
        `AUTO' is specified, delegated IPv6 address is assigned to upped
        interface automatically.
2015-03-08 02:45:35 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
joerg
509a40301f Fix strncat usage. Bump revision. 2013-09-10 14:28:14 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
4c69043671 Reset maintainer, developer resigned. 2012-04-15 22:07:36 +00:00
shattered
26ce32cfbd PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
obache
08a99c2a38 * set USE_BSD_MAKEFILE=yes
* add user-destdir installation support.
2010-03-08 11:47:19 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
obache
811834c8cf Fixed build problem on NetBSD 4.0_RC1 (TRUE, FALSE are already defined). 2007-09-15 11:39:16 +00:00
joerg
97fee77fc5 Remove FreeBSD CVS ID -- it doesn't add much information and creates
a mismatch between ident and the +BUILD_VERSION logic.
2007-07-02 09:46:51 +00:00
obache
45ee1937a8 Honor PKG_SYSCONFDIR and VARBASE, noticed in PR 36501.
OLD LOCATION				NEW LOCATION
  /var/run/dtcpclient.pid		${VARBASE}/run/dtcpclient.pid
  ${PREFIX}/etc/dtcpclient.auth		${PKG_SYSCONFDIR}/dtcpclient.auth
  /usr/local/dtcpclient_script.conf	${PKG_SYSCONFDIR}/dtcpclient_script.conf
2007-06-17 04:23:32 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
rillig
1bdc84a005 Fixed the package for unprivileged users. 2006-11-09 09:14:05 +00:00
hamajima
bbd42dad92 Updated dtcpclient-20060526.
- If `@' is specified as an interface for prefix delegation, it is assumed
  as a tunnel interface.
 - Add experimental support for an IPv6 over an IPv4 tunnel using Netgraph.
  The relevant options are -b and -U.
 - Make an IPv6 over an IPv4 tunnel NAT friendly. If -n option is specified,
  it is enabled. It requires some modification to ng_ksocket of server side.
 - Add $up_command and $down_command to run at up/down.
 - Add -B option to specify NAT port.
2006-08-27 14:00:41 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
joerg
5471ae4077 Split patch-aa. Honour PKGMANDIR and get working man installation
on !NetBSD.
2006-02-24 20:44:14 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
joerg
3c8e60205b Unmask build on DragonFly. 2005-12-09 16:54:01 +00:00
hamajima
8ba8641932 Update to 20050521. 2005-06-05 16:34:42 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
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-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
hamajima
443426bc3a Added support for Darwin. 2005-02-21 14:36:52 +00:00
hamajima
b0b39578ad ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* 2005-02-20 04:43:26 +00:00
hamajima
8c8f014d8f New package for dtcpclient-20040923, Dynamic Tunnel Configuration Protocol client.
dtcpc in pkgsrc/net/dtcp is ruby script, dtcpclient is native binary.
2005-01-23 05:07:43 +00:00