summaryrefslogtreecommitdiff
path: root/net/net6
AgeCommit message (Collapse)AuthorFilesLines
2020-05-22revbump after updating security/nettleadam2-4/+4
2020-03-08*: recursive bump for libffiwiz2-4/+4
2019-07-20*: recursive bump for nettle 3.5.1wiz2-4/+4
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz2-4/+4
2017-05-03Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.jperkin1-3/+2
2016-09-26Fix net/net6 build against new GnuTLSkamil3-3/+23
Patch inspired by net/vino/patches/patch-server_libvncserver_auth.c (r.1.1) Bump PKGREVISION to 3.
2016-09-19Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-4/+4
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-10-20packages that use libsigc++ need -std=c++11 nowtnn1-1/+2
approved by wiz@
2015-08-23Bump PKGREVISION for nettle shlib major bump.wiz2-3/+4
2015-02-05Remove patch-encrypt.cpp, removed from distinfo during 1.3.14 update.wiz1-17/+0
2015-01-29(pkgsrc)mef4-11/+16
- Add LICENSE as gnu-gpl-v2 - delete patch for gnutls, upstream now takes care, although the boundary is little bit different as: (patch) #if GNUTLS_VERSION_NUMBER < 0x020c00 (upstream) #if GNUTLS_VERSION_NUMBER < 0x030003 - Add comment on patch-src_select.cpp (from cvs log) (upstream) - Update 1.3.10 to 1.3.14 Version 1.3.14: * Ensure that overflows on the user ID assigned to each connection do not yield one that is already in use. (Reported by Vasiliy Kulikov.) [CVE-2011-4093] * Do not leak information about logged-in users. (Reported by Vasiliy Kulikov.) [CVE-2011-4091] * Fix build failures with GnuTLS 3.0 and above, thanks to Vincent Untz. * Updated translations Version 1.3.13: * Updated translations Version 1.3.12: * Allow non-blocking sockets on *nix. * New translations: - Korean - English (Great Britain) Version 1.3.11: * Fix possible TLS lockup on Windows. * New translation: - Ukrainian, thanks to Yuri Chornoivan!
2013-10-24Fix build on SunOS. Patch from Sebastian Wiedenroth.jperkin2-1/+14
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-23missing parts of recursive revbump for gnutls update.obache1-2/+2
2012-07-18net/net6: Fix regression due to upgrade to gnutils 3.0marino3-3/+21
GnuTLS deprecated gnutils_transport_set_lowat function in version 2.12.0 and finally removed it with version 3.0, breaking any packages that still reference it. The lowat feature is now disabled permanently I think. The patch uses the GNUTLS_VERSION_NUMBER macro to appropriately conceal the function reference. The same patch is widely seen on the 'net with other packages that use GnuTLS.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2009-10-27update to 1.3.10drochner3-13/+14
changes: -minor fixes -translation updates pkgsrc note: build against newer gnutls was fixed, don't need the libgnutls-config hack anymore
2009-07-03use libgnutls-config.mk instead of a private hackdrochner3-26/+3
2009-06-25fix the gnutls hack so that the installed .pc file doesn't containdrochner3-9/+10
unresolved variables bump PKGREVISION
2009-06-13Update to 1.3.9. Make it build with new libgnutls (which don't have thehasso3-7/+34
libgnutls-config script any more). Changes since 1.3.7: * Preallocate and only copy the string once when escaping or unescaping it. * Try to open both IPv6 and IPv4 listening sockets. This is required in case bindtov6only is 1 to also accept IPv4 connections in IPv6 mode.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-07-12Update net6 to 1.3.7.obache3-8/+11
Patch provided by in PR 38995. OKed by agc@. While here, marked as DESTDIR ready. Version 1.3.7: * Bugfix for compilation on NetBSD. * New translations: - Portuguese (partial) Version 1.3.6: * Translation roundup CVs: ----------------------------------------------------------------------
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-2/+4
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2007-11-04Imported net6.rillig5-0/+81
net6 is a library which eases the development of network-based applications as it provides a TCP protocol abstraction for C++. It is portable to both the Windows and Unix-like platforms.