summaryrefslogtreecommitdiff
path: root/net/entropy
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-06-23Revbump for MySQL default changenia1-2/+2
2020-05-22Drop "optimisation" that breaks the build with clang, modern GCC andjoerg2-1/+37
clang versions are smart enough for this anyway.
2017-08-16Comment out dead sites.wiz1-3/+3
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.
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-02-11DESTDIR supportjoerg1-14/+13
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2007-03-19give away to pkgsrc-userstv1-2/+2
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv1-2/+2
PR-responsible person (such as I am ;) a little easier.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-08Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysqlxtraeme1-1/+2
pkg has been changed to 5.x). Reminded by wiz... thanks.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-08Test sizeof(unsigned short) in the int types hackery.tv3-3/+16
Use autoconf to generate configure, until this patch is regen'd at the source.
2005-10-24Update to 0.9.1.439. Minor bugfixes, still compatible with .438.tv2-6/+6
(No official changelog or release notes for this build.)
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-17Update to 0.9.1-438. Main change:tv3-9/+9
Fix a serious bug in fragment sizes of files being >= 256K. The bug wasted a lot of data store space and traffic.
2005-07-14Update to 0.9.0-433, as the -429 distfile disappeared quickly.tv2-6/+6
No official ChangeLog; summary: - various buffer size fixes - remove some double and triple encryption CPU wastes - zlib usage fixes
2005-06-30Update to 0.9.0.429.tv6-21/+74
No official ChangeLog; primary change is switching to RSA for asymmetric keys (was McEliece). The 0.8.x network is now dead, forcing this bump.
2005-06-28Update to 0.8.3.421. No official ChangeLog; summary follows:tv3-8/+20
* i18n support. * More doc. * Minor bugfixes in refresh timings (particularly for news boards).
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
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-10-29nb2: Reenable setproctitle() usage.tv1-3/+3
2004-10-29use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,jdolecek1-2/+2
so that we'd not force dependance on specific MySQL version, and instead pick the currently installed mysql*-client (or install the default if there is no mysql-client package installed yet) this makes package buildable with arbitrary MySQL version, such as 3.23.x, 4.0.x or 4.1.x
2004-10-28whitespace alignment nittv1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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.
2004-09-25Update to 0.8.2.418. No changelog; changes of note include:tv3-6/+7
* FCP HTLs are now limited to 20 rather than 5; helps propagation * Some log message severity leves are reduced (less "normal"-mode logs) * Beginnings of support for much larger primes in the crypto code.
2004-07-25www.duh.org is no longer mirroring the distfile.tv1-3/+2
2004-07-25Update to 0.8.2.416 (long overdue); some minor fixes in keyspace management.tv2-5/+5
2004-05-09s/buildlink2/buildlink3/ in an overlooked line.wiz1-2/+2
2004-04-17regen to remove an unused entry.minskim1-2/+1
2004-03-29"www" belongs in the category list, but not as the primary category (astv1-2/+2
HTTP is only one view of the data moved around by Entropy).
2004-03-29Entropy, a P2P anonymity network much like Freenet, but written in C.tv6-0/+132
From the DESCR: ===== ENTROPY is developed as a response to increasing censorship and surveillance in the internet. The program connects your computer to a network of machines which all run this software. The ENTROPY network is running parallel to the WWW and also other internet services like FTP, email, ICQ. etc. For the user the ENTROPY network looks like a collection of WWW pages. The difference to the WWW however is that there are no accesses to central servers. And this is why there is no site operator who could log who downloaded what and when. Every computer taking part in the ENTROPY network (every node) is at the same time server, router for other nodes, caching proxy and client for the user: that is You.