summaryrefslogtreecommitdiff
path: root/net/gopher
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
2019-10-04gopher: Update to 3.0.17leot5-24/+24
Changes: (changelog from debian/changelog with Debian-specific entries omitted) 3.0.17 ------ * Fix alignment issue in gopher directories. Closes: #789892. 3.0.16 ------ * Bump compat to 9. Closes: #817485. 3.0.15 ------ * Correct possible segfault in option parsing. Closes #715977, #715978. 3.0.14 ------ * Fix Debian (Closes: #798758) thanks to patch from Axel Beckert + Use autoconf and gnulib instead of autoconf2.13. 3.0.13 ------ * More changes to download.c to prefer getcwd() to get_current_dir_name(). Closes: #366560. 3.0.12 ------ * Applied patch to make it build for Hurd. Closes: #346447.
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.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-12-18Needs curses, not termcap. Doesn't build, so no revbump.dholland1-2/+2
2011-12-17Add missing mk/termcap buildlink.sbd3-9/+17
Respect LDFLAGS Bump PKGREVISION
2009-10-18update master_sites.zafer1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-20Add DESTDIR support.joerg5-20/+22
2007-03-19Fixed the COMMENT and the contents of DESCR. The gopher server isn'trillig2-5/+3
included anymore. See http://mail-index.netbsd.org/pkgsrc-users/2007/03/18/0008.html
2006-03-22Disable the OS X hack for re_comp and friends on DragonFly, where itjoerg4-1/+51
breaks unistd.h. *sigh* Fix errno.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-08Use "int" in place of socklen_t on Interix.tv1-0/+10
2005-10-30Update gopher to 3.0.11adrianp2-6/+6
* [security] Fix for client buffer overflows [CAN-2005-2772].
2005-08-11Set MAINTAINER to tech-pkg. A posting to tech-pkg said the maintainerreed1-2/+2
is not the maintainer.
2005-08-05Update to version 3.0.9salo7-21/+132
Changes: - use PKG_SYSCONFIG Upstream changelog nonexistent, security fixes for CAN-2005-1853.
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-07-10use buldlink3 so we strip gcc specific flags when not using gcc.grant1-3/+4
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-24Update to 3.0.6:wiz3-16/+9
* Deprecated gopherd in favor of PyGopherd. [XXX: which is not yet packaged, any takers?]
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-06-30Update to 3.0.5, extract of changes:wiz2-5/+5
* Logging with chroot has long since been fixed; added a note to startopts about other chroot stuff. Closes: #82590, #82591. * Gopherd sometimes sent "+INFO " instead of "+INFO: ". Fixed. * MAJOR rewrite of regex support. This should make gopher compile and work better on several platforms. * Removed the DOMAIN configure support, DOMAIN_NAME in gopherd, backupdomain in Socket.c, etc. This should prevent the no.domain.name problem that people have been seeing. Regenerated configure stuff. * Added line for .png to gopherd.conf.in And many more bug fixes. Clsoes PR 22013.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2002-01-21Initial import of gopher-3.0.2, a distributed document delivery clientagc4-0/+54
and server, into the NetBSD Packages Collection. The Internet Gopher is a distributed document delivery service. It allows a neophyte user to access various types of data residing on multiple hosts in a seamless fashion. This is accomplished by presenting the user a hierarchical arrangement of documents and by using a client-server communications model. The Internet Gopher Server accepts simple queries, and responds by sending the client a document. This is the Gopher+ distribution based on the University of Minnesota's Internet Gopher+ distribution for UNIX machines. University of Minnesota actively developed this software until 1995. In 2000, they released it to the public under the GNU General Public License. This represents the latest version of their tree, as adopted by a group of programmers. A client for VMS is included but is not currently supported. Provided in PR 15285 by jgoerzen@complete.org