Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 18:58:28 UTC Now

2017-02-12 01:01:19 UTC MAIN commitmail json YAML

Updated net/dante to 1.4.2
--------------------------
***
***  Monday, February 6, 2017 -- Dante v1.4.2
***

o Support new version of libminiupnp.  Patch from Michele Testa
  <themike@libero.it.example.com>

o Fix memory bug in the client that would lead to a crash when resolving
  hostnames on certain platforms.

  Diagnosis and patch from Jeremie Courreges-Anglas
  <jca@wxcvbn.org.example.org>.  Thank you.

o A new environment variable has been added to aid application
  compatibility with socksify: SOCKS_FORCE_BLOCKING_CONNECT.

  See the socksify manpage for more information.

o Fixed bug in configure that broke compilation with rpmbuild on
  newer Linux versions. Multiple bug reports received, thanks
  to everyone that reported this problem.

o Add glibc-devel as Dante rpm requirement.  Requires entry for
  librt, used by socksify.  Suggested by <ealogar@gmail.com.example.com>.
  Also needed for libdl.so.

o Various NetBSD configure and server related fixes.
  Thanks to Anthony Howe <achowe@snert.com.example.com> for bug
  reports and testing.

o Corrected srchost values in examples/sockd.conf.
  Thanks to Danesh Pajoh, Babak <Babak.DaneshPajoh@gwl.ca.example.com>
  for bug report.

o Various build fixes, affecting RHEL 7 and potentially other platforms.
  Thanks to Thomas Petazzoni <thomas.petazzoni@free-electrons.com.example.com>
  for submitting related patch.

o Updates to hostid/TCP_IPA code to use newer API version.

o Added check for OpenBSD getpwnam_shadow().

o Added workaround for __FD_ELT() fortify related bug in recent glibc
  versions.

(mef)