The NetBSD Project

CVS log for pkgsrc/net/dhisd/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / dhisd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:49 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, HEAD
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

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.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Nov 3 11:45:33 2019 UTC (4 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.20: +18 -18 lines
Diff to previous 1.20 (colored)

net: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Dec 18 19:54:14 2015 UTC (7 years, 11 months ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.19: +1 -8 lines
Diff to previous 1.19 (colored)

Fix previous attempt of passing LDFLAGS
Ok joerg@

Revision 1.19 / (download) - annotate - [select for diffs], Sun Dec 13 02:29:13 2015 UTC (7 years, 11 months ago) by wiedi
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

pass along LDFLAGS, still complains about optreset on SunOS

Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 21 17:31:47 2015 UTC (8 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Fix rpath use.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 8 01:01:52 2015 UTC (8 years, 9 months ago) by mef
Branch: MAIN
Changes since 1.16: +21 -13 lines
Diff to previous 1.16 (colored)

(pkgsrc/Makefile)
 - Add LICENSE= 2-clause-bsd
 - Drop PKG_DESTDIR_SUPPORT=
 - Add SUBST_CLASSES to edit Makefile for PREFIX
 - Add SUBST_CLASSES to edit dhisd.h and README for VARVASE and PREFIX
 - Add SPECIAL_PERMS to set mode 0700 owner root onto executables
(pkgsrc/DESCR)
 - Add pointer to ${PREFIX}/share/doc/dhisd/README for info
(pkgsrc/patches/patch-aa)
 - Removed

(upstream)
 - Update 5.1 to 5.5
-----------------
On dhisd-5.5
	The server no longer requires a 5.4 client to have rport=0
	in order to reply to the sending port. This releases a small
	issue that broke 5.4 clients with servers <= 5.3.
	As of this version, if the client's version is 5.4 or higher,
	the server always replies to the sending UDP port and disregards
	rport. 5.5. clients however continue to fill in rport in order
	to be compatible with <= 5.3 servers.

On dhisd-5.4:
	The modular architecture has been dropped and the modules and
	engines are no longer part of dhisd. Instead dhisd is again
	a DNS only updating daemon without engines; the extra functionality
	provided by previous engines can however still be replicated with
	OnCmd and OffCmd scripts on a per-host basis.

	The default configuration directory is now /usr/local/etc

	The default binaries directory is now /usr/local/sbin

	It is now possible to put all configuration parameters under a
	config file; the default is /usr/local/etc/dhisd.conf

	The pid file default location moved to /var/run/dhis/dhisd.pid

	The log file default location moved to /var/log/dhis/dhisd.log

	The server can now be bound to a specific IP address with either
	the BindAddr config option or the -b command line option.

	Multiple options have been added and are now possible with the
	command line (dhisd -h) and the config file.

	The server now binds to a UDP port (58800 by default) and sends
	UDP messages from that port; in previous versions dhisd sent
	UDP messages from a random port even though it listened on port 58000.

	In addition to the database text file (specified by the -d option
	or the DBFile config option), dhisd can now use a MySQL database
	instead to achieve the same purpose of the dhis.db file. See
	README and INSTALL for details.

	This version of the server is compatible with NAT friendly 5.4 clients.

On dhisd-5.3:
	Corrected bug that caused improper handling of comment character (;)
	in the database file.

On dhisd-5.2:
        Documentation Updates

Revision 1.16 / (download) - annotate - [select for diffs], Tue Sep 23 17:57:04 2014 UTC (9 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

SunOS needs -lsocket -lnsl.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 24 19:43:28 2010 UTC (13 years, 8 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Recursive revision bump for GMP update.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Dec 18 00:39:50 2009 UTC (13 years, 11 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.13: +11 -12 lines
Diff to previous 1.13 (colored)

PKG_DESTDIR_SUPPORT

Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:18 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:24 2005 UTC (18 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Create directories before installing files into them.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:45 2005 UTC (18 years, 8 months ago) by tv
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 21 20:26:13 2005 UTC (18 years, 9 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Sign over maintainership to tech-pkg@

Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 21 20:53:18 2004 UTC (18 years, 11 months ago) by hubertf
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

Update DHIS server to 5.1, per PR pkg/28704.

Changes:
        AUTH_ACK packets return the client's external interface IP address
        for its possible use.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 3 00:17:50 2004 UTC (19 years, 2 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 25 08:59:48 2004 UTC (19 years, 7 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Convert to buildlink3 and correct two spelling errors in DESCR.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 11 14:49:19 2004 UTC (19 years, 11 months ago) by cjep
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.5: +4 -2 lines
Diff to previous 1.5 (colored)

Remove inclusion of varargs.h as the program does not appear to use
va_{start,arg,end} and the inclusion stops the program building with
gcc3.3.

(Also use bl2.)

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 30 17:27:31 2003 UTC (19 years, 11 months ago) by cjep
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Add trailing / to HOMEPAGEs

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 17 22:51:05 2003 UTC (20 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 11 12:41:53 2002 UTC (21 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Improve gmp wildcard to be happy with 4.0.1.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 5 15:00:47 2001 UTC (22 years ago) by agc
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jun 5 23:39:27 2001 UTC (22 years, 6 months ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import dhisd-5.0: DynDNS server

By the means of a DHIS client a host which is assigned a dynamic
IP address (either from its ISP or from DHCP) is able to communicate
with a DHIS server in order to advertise its newly acquired IP
address.

The DHIS server (permanently online) listens to UDP messages from
its clients and authenticates these against its knowledge of keys.
When authentication is successful the DHIS server updates one or
more databases with the newly received IP address for the given
client.

The server then keeps sending, every period of time, check requests
to each of its connected clients. These need to be acknowledged.
If not the server will consider, on an individual basis, that the
client has disconnected and will
again update the databases to an offline state.

Alternativelly the server may receive an OFFLINE_REQ packet from
the client, in which case the DNS record is updated at once and
the online state droped.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 5 23:39:27 2001 UTC (22 years, 6 months ago) by hubertf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>