summaryrefslogtreecommitdiff
path: root/net/entropy
AgeCommit message (Collapse)AuthorFilesLines
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.