Commit graph

17 commits

Author SHA1 Message Date
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
fhajny
128d3f18f5 Update ipv6calc to 0.94.1, patches by Sebastian Wiedenroth.
Too many changes, see full changelog at:

http://cvs.deepspace6.net/cgi-bin/cvsweb.cgi/ipv6calc/ChangeLog?rev=1.293
2013-10-21 09:22:43 +00:00
hubertf
76419d3d37 Update net/ipv6calc to 0.72.1. Changes: builds cleanly on Mac OS X 2009-01-12 22:25:23 +00:00
hubertf
fc3ef68c58 Update ipv6calc to 0.61.0. Changes:
- add support for Teredo addresses
 - add new shortcut options:
	--in|-I --out|-O --action|-A
	--printcompressed|-C --printuncompressed|-U --printfulluncompressed|-F
 - update copyright range
 - add new option: -p <path to IP2Location database>
 - add support for IP2Location
 - add support for GeoIP (GeoIP-1.3.17)
2006-08-28 22:02:51 +00:00
hubertf
c62daa8aca So this package was broken because the author messed up autoconf @foo@.
Makes me wonder how this ever worked. Anyways:

Update ipv6calc to 0.50 (in the wrong hope that it was fixed, but I had to
			 do the work myself, *sigh*).

Changes:
 * nothing important as far as I could spot from the large & useless ChangeLog
   file
 * No longer requite "root" (env-var) to be passed to the pkg
 * hack to make autoconf stuff going, dumping on author to fix properly

Sorry for being in rant mode...
2005-11-08 21:50:15 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
hubertf
5cd4003474 Update ipv6calc to 0.48. Changes:
Major changes:

 Update databases

 General:
  - replace md5 function from openssl with a copy of coreutils (licence issue)
  - add support for IEEE/iab.txt database
 ipv6calc:
  - add support for recognizing 6to4 addresses generated by
     Microsoft OS
 ipv6logconv:
  - add support for recognizing 6to4 addresses generated by
     Microsoft OS
  - add support for ISATAP addresses
2004-11-23 21:32:11 +00:00
hubertf
b5e7b9d410 Update ipv6calc to 0.46. Changes:
- IPv4 database updated (20030906)
- add support of LACNIC registry
- add output format "octal"

 Print octal representation of a given IPv6 address:
  (useful for djbdns/tinydns)
  3ffe:ffff::1 ->
    \77\376\377\377\0\0\0\0\0\0\0\0\0\0\0\1
  --printfulluncompressed 3ffe:ffff::1 ->
    \077\376\377\377\000\000\000\000\000\000\000\000\000\000\000\001

 Available format options:
  --printfulluncompressed: Print in full uncompressed format

- New program "ipv6logstats" for parsing web server logs to get some
  IPv4/IPv6 distribution data and build time line charts. See examples for
  more.

- add input types:
        "ipv4hex" (hexadecimal IPv4 address)
        "ipv4revhex" (reverse hexadecimal IPv4 address)
- add support of spaces in MAC/EUI-48 addresses

- General bugfixing
2003-10-14 23:46:46 +00:00
tron
301dfd42c4 Fix build problem on systems where "openssl" is not in the base system. 2003-02-06 14:34:57 +00:00
salo
37f04cf6bf Update to version 0.45
Changes:
20021112:
	fix not proper handling of option "-q|--quiet" in some cases
	enhance help options (-h|--help now also valid) on --out|action|in
	ipv6logconf: "make test" can be now also executed by root (su to
	nobody)
        tag version 0.45

20021104:
	minor cosmetics in IEEE/OUI database
2003-01-11 08:46:40 +00:00
tron
9a71a14871 Fix bad target directory in installation target so that "ipv6logconv"
gets installed into the correct directory.
2002-11-05 10:57:53 +00:00
hubertf
ee1311af8e Update ipv6calc to 0.44. Changes:
20021104/PB:
	update IPv6 address allocation for 2001::/16
	update IPv4 databases
	remove user/group on "make install" to enable non-root RPM build
	update text on ipv6calcweb.cgi
	minor reviews
	tag version 0.44

20020830/PB:
	add support of dashes on MAC/EUI-48 addresses
	showinfo prints now type of EUI-48 addresses

20020817/PB:
	fix configure.in, learnt now how to proper use AC_CHECK_LIB and AC_CHECK_HEADERS
	 credits to Arkadiusz Miskiewicz!

20020730/PB:
	fix not proper autodetection code for MAC addresses
	tag version 0.43

20020717/PB:
	update URL to OUI database, cosmetic OUI fixes, update databases
	tag version 0.42

20020511/PB:
	bugfix not showing OUI on showinfo "-i"
	update CIDR and OUI data
2002-11-04 23:08:22 +00:00
hubertf
dd58cad0f1 Update ipv6calc to 0.40. Changes:
* most code reviewed with help of splint
* introduce new option handling (in/out/action)
  - old options are still supported, no plans to remove this
    support in next releases
* some automagically handling relating to
  - input
  - output
  - action
  if not extra specified
* add more conversions, also add more support of IPv4 addresses
* the address information option (-i) now shows also
  - IPv4 registries (by using included current IPv4 CIDR table)
  - IPv6 registries
  - OUI (vendor) of NIC, if EUI-48/64 is a global one
* an example CGI frontend called "ipv6calcweb.cgi" to display
  information about a REMOTE_ADDR on a webpage
  - See e.g. http://ipv6.aerasec.de/index2.html for what can be
    displayed
  - Currently supported languages: en, de
2002-04-21 21:06:54 +00:00
hubertf
f9d7b7d38b Update ipv6calc to 0.39. Changes:
20020227/PB:
	libipv6addr.c: fixed a bug in ipv6addr_setoctett.c regarding num limit (oops..)
	ipv6calc.c: move structure definitions to...
	libmac.h: add related structure definition ipv6calc.c
	libipv6addr.h: add related structure definition from ipv6calc.c
	libipv4addr.*: new for handling IPv4 addresses
	ipv4_to_6to4addr.*: new for handling conversion IPv4 -> IPv6to4
	librfc3056.*: library for conversion IPv4 -> IPv6to4
	libipv6calc.c: fix array index bug of compat[] (oops..)
	tag release 0.39

20020226/PB:
	add original getopt tarball into samplecode, fill related READMEs
	tag release 0.38

20020224/PB:
	move nibble string function to librfc1886
	minor fixes
	restore original samplecode files and remove CVS id to prevent CVS changes
	add original getopt code to samplecode
	tag release 0.37

20020224/PB:
	minor Makefile fixes
	fix getopt Makefile
	minor cosmetic fix in test script
	cosmetic cleanups
	some code cleanup and minor redesign, some optimizing
	fixes stupid help call bugs
	format options can be used now in more functions
	add support of "printstart" and "printend" in "ip6int", "bitstring"
	extend "showinfo", add "machine_readable" for easier postprocessing

20020223/PB:
	complete limited support of bistring labels
	change examples to 6bone dummy address (3ffe:ffff:...)
	add a trailling dot on ip6.[int|arpa] output
	migrate getopt patch for OpenBSD submitted by Vladimir Kotal <vlada at openbsd dot cz>
	minor Makefile fixes
	tag release 0.37pre1
2002-03-03 04:09:35 +00:00
hubertf
d3057ea2c1 Update ipv6calc to 0.36.
Patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.

Changes since 0.19:

0.36: - fix bug relating to ipv6calc.h (changes now in ipv6calc.h.in)
      - start preparation for implementing bitstring conversions

0.35: - add new options: --addr_to_ip6arpa|-a
        does the same like --addr_to_ip6int|-r, but ends with "ip6.arpa"
        instead of "ip6.int"
      - addr_to_ip6int now understands "--uppercase|--lowercase"

0.34: - use now "-lcrypto" instead of full defined lib name
      - update "COPYING" to current GPLv2, add "LICENSE" with some comments
        to make Debian people happy
      - add both in spec file
      - showinfo now understands "solicited-node link-local multicast",
        "ISATAP", SLA on 6bone addresses
      - input now understands also "ISATAP" addresses
      - Change version numbering to autoconf/configure
      - Extend "showinfo" a little bit
      - Fix missing scope initialization "base85_to_ipv6addr"
        bug found by Greg Daley <greg.daley # eng.monash.edu.au>
      - changed: libipv6addr.c/ipv6addr_clear
                 librfc1924.c/base85_to_ipv6addrstruct

0.28: - Refixing compiling on BSD
      - Add a forgotten include in "eui64_to_privacy.c"

0.27: - Migrate files used from Linux kernel for address type resolution
        to libipv6addr.*
      - add some extended tests (still not catch all)
      - "--showinfo" now rudimentary works

0.26: - Create wrapper functions to be independend of byte order storage
        in structure "in6_addr"
      - "--eui64_to_privacy" now calculate expected results
      - Begin of splitting "ipv6calc.h" into several smaller header files
      - Some code cleanup

0.25: - Restructure central address structure to use "in6_addr" struct
      - Some code cleanup

0.24: - Add option "--eui64_to_privacy" to calculate pseudo random suffices
        (experimental, result is not verified)
      - Add option "--showinfo" (experimental, not finnished)
      - Add option "-d|--debug value"
      - Partially new debug code

0.23: - Fix permissions of doc files in spec file

0.22: - ANSI compiling cleanup
      - Cleanup special types to ANSI types

0.21: - Fix typo (strings.h -> string.h) at ifinet6_to_compressed.c

0.20: - Activate "--printsuffix" + "--printprefix" for
        "--addr_to_uncompressed"
      - Change format of "--mac_to_eui64" to described one (now without prefix)
2002-02-24 04:33:02 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00