pkgsrc/net
wiz f34511ae20 Update tor to latest stable release, 0.2.7.5.
Changes in version 0.2.7.5 - 2015-11-20
  The Tor 0.2.7 release series is dedicated to the memory of Tor user
  and privacy advocate Caspar Bowden (1961-2015). Caspar worked
  tirelessly to advocate human rights regardless of national borders,
  and oppose the encroachments of mass surveillance. He opposed national
  exceptionalism, he brought clarity to legal and policy debates, he
  understood and predicted the impact of mass surveillance on the world,
  and he laid the groundwork for resisting it. While serving on the Tor
  Project's board of directors, he brought us his uncompromising focus
  on technical excellence in the service of humankind. Caspar was an
  inimitable force for good and a wonderful friend. He was kind,
  humorous, generous, gallant, and believed we should protect one
  another without exception. We honor him here for his ideals, his
  efforts, and his accomplishments. Please honor his memory with works
  that would make him proud.

  Tor 0.2.7.5 is the first stable release in the Tor 0.2.7 series.

  The 0.2.7 series adds a more secure identity key type for relays,
  improves cryptography performance, resolves several longstanding
  hidden-service performance issues, improves controller support for
  hidden services, and includes small bugfixes and performance
  improvements throughout the program. This release series also includes
  more tests than before, and significant simplifications to which parts
  of Tor invoke which others.

  (This release contains no code changes since 0.2.7.4-rc.)


Changes in version 0.2.7.4-rc - 2015-10-21
  Tor 0.2.7.4-rc is the second release candidate in the 0.2.7 series. It
  fixes some important memory leaks, and a scary-looking (but mostly
  harmless in practice) invalid-read bug. It also has a few small
  bugfixes, notably fixes for compilation and portability on different
  platforms. If no further significant bounds are found, the next
  release will the the official stable release.

  o Major bugfixes (security, correctness):
    - Fix an error that could cause us to read 4 bytes before the
      beginning of an openssl string. This bug could be used to cause
      Tor to crash on systems with unusual malloc implementations, or
      systems with unusual hardening installed. Fixes bug 17404; bugfix
      on 0.2.3.6-alpha.

  o Major bugfixes (correctness):
    - Fix a use-after-free bug in validate_intro_point_failure(). Fixes
      bug 17401; bugfix on 0.2.7.3-rc.

  o Major bugfixes (memory leaks):
    - Fix a memory leak in ed25519 batch signature checking. Fixes bug
      17398; bugfix on 0.2.6.1-alpha.
    - Fix a memory leak in rend_cache_failure_entry_free(). Fixes bug
      17402; bugfix on 0.2.7.3-rc.
    - Fix a memory leak when reading an expired signing key from disk.
      Fixes bug 17403; bugfix on 0.2.7.2-rc.

  o Minor features (geoIP):
    - Update geoip and geoip6 to the October 9 2015 Maxmind GeoLite2
      Country database.

  o Minor bugfixes (compilation):
    - Repair compilation with the most recent (unreleased, alpha)
      vesions of OpenSSL 1.1. Fixes part of ticket 17237.
    - Fix an integer overflow warning in test_crypto_slow.c. Fixes bug
      17251; bugfix on 0.2.7.2-alpha.
    - Fix compilation of sandbox.c with musl-libc. Fixes bug 17347;
      bugfix on 0.2.5.1-alpha. Patch from 'jamestk'.

  o Minor bugfixes (portability):
    - Use libexecinfo on FreeBSD to enable backtrace support. Fixes part
      of bug 17151; bugfix on 0.2.5.2-alpha. Patch from Marcin Cieślak.

  o Minor bugfixes (sandbox):
    - Add the "hidserv-stats" filename to our sandbox filter for the
      HiddenServiceStatistics option to work properly. Fixes bug 17354;
      bugfix on tor-0.2.6.2-alpha. Patch from David Goulet.

  o Minor bugfixes (testing):
    - Add unit tests for get_interface_address* failure cases. Fixes bug
      17173; bugfix on 0.2.7.3-rc. Patch by fk/teor.
    - Fix breakage when running 'make check' with BSD make. Fixes bug
      17154; bugfix on 0.2.7.3-rc. Patch by Marcin Cieślak.
    - Make the get_ifaddrs_* unit tests more tolerant of different
      network configurations. (Don't assume every test box has an IPv4
      address, and don't assume every test box has a non-localhost
      address.) Fixes bug 17255; bugfix on 0.2.7.3-rc. Patch by "teor".
    - Skip backtrace tests when backtrace support is not compiled in.
      Fixes part of bug 17151; bugfix on 0.2.7.1-alpha. Patch from
      Marcin Cieślak.

  o Documentation:
    - Fix capitalization of SOCKS in sample torrc. Closes ticket 15609.
    - Note that HiddenServicePorts can take a unix domain socket. Closes
      ticket 17364.


Changes in version 0.2.7.3-rc - 2015-09-25
  Tor 0.2.7.3-rc is the first release candidate in the 0.2.7 series. It
  contains numerous usability fixes for Ed25519 keys, safeguards against
  several misconfiguration problems, significant simplifications to
  Tor's callgraph, and numerous bugfixes and small features.

  This is the most tested release of Tor to date. The unit tests cover
  39.40% of the code, and the integration tests (accessible with "make
  test-full-online", requiring stem and chutney and a network
  connection) raise the coverage to 64.49%.

  o Major features (security, hidden services):
    - Hidden services, if using the EntryNodes option, are required to
      use more than one EntryNode, in order to avoid a guard discovery
      attack. (This would only affect people who had configured hidden
      services and manually specified the EntryNodes option with a
      single entry-node. The impact was that it would be easy to
      remotely identify the guard node used by such a hidden service.
      See ticket for more information.) Fixes ticket 14917.

  o Major features (Ed25519 keys, keypinning):
    - The key-pinning option on directory authorities is now advisory-
      only by default. In a future version, or when the AuthDirPinKeys
      option is set, pins are enforced again. Disabling key-pinning
      seemed like a good idea so that we can survive the fallout of any
      usability problems associated with Ed25519 keys. Closes
      ticket 17135.

  o Major features (Ed25519 performance):
    - Improve the speed of Ed25519 operations and Curve25519 keypair
      generation when built targeting 32 bit x86 platforms with SSE2
      available. Implements ticket 16535.
    - Improve the runtime speed of Ed25519 signature verification by
      using Ed25519-donna's batch verification support. Implements
      ticket 16533.

  o Major features (performance testing):
    - The test-network.sh script now supports performance testing.
      Requires corresponding chutney performance testing changes. Patch
      by "teor". Closes ticket 14175.

  o Major features (relay, Ed25519):
    - Significant usability improvements for Ed25519 key management. Log
      messages are better, and the code can recover from far more
      failure conditions. Thanks to "s7r" for reporting and diagnosing
      so many of these!
    - Add a new OfflineMasterKey option to tell Tor never to try loading
      or generating a secret Ed25519 identity key. You can use this in
      combination with tor --keygen to manage offline and/or encrypted
      Ed25519 keys. Implements ticket 16944.
    - Add a --newpass option to allow changing or removing the
      passphrase of an encrypted key with tor --keygen. Implements part
      of ticket 16769.
    - On receiving a HUP signal, check to see whether the Ed25519
      signing key has changed, and reload it if so. Closes ticket 16790.

  o Major bugfixes (relay, Ed25519):
    - Avoid crashing on 'tor --keygen'. Fixes bug 16679; bugfix on
      0.2.7.2-alpha. Reported by "s7r".
    - Improve handling of expired signing keys with offline master keys.
      Fixes bug 16685; bugfix on 0.2.7.2-alpha. Reported by "s7r".

  o Minor features (client-side privacy):
    - New KeepAliveIsolateSOCKSAuth option to indefinitely extend circuit
      lifespan when IsolateSOCKSAuth and streams with SOCKS
      authentication are attached to the circuit. This allows
      applications like TorBrowser to manage circuit lifetime on their
      own. Implements feature 15482.
    - When logging malformed hostnames from SOCKS5 requests, respect
      SafeLogging configuration. Fixes bug 16891; bugfix on 0.1.1.16-rc.

  o Minor features (compilation):
    - Give a warning as early as possible when trying to build with an
      unsupported OpenSSL version. Closes ticket 16901.
    - Fail during configure if we're trying to build against an OpenSSL
      built without ECC support. Fixes bug 17109, bugfix on 0.2.7.1-alpha
      which started requiring ECC.

  o Minor features (geoip):
    - Update geoip and geoip6 to the September 3 2015 Maxmind GeoLite2
      Country database.

  o Minor features (hidden services):
    - Relays need to have the Fast flag to get the HSDir flag. As this
      is being written, we'll go from 2745 HSDirs down to 2342, a ~14%
      drop. This change should make some attacks against the hidden
      service directory system harder. Fixes ticket 15963.
    - Turn on hidden service statistics collection by setting the torrc
      option HiddenServiceStatistics to "1" by default. (This keeps
      track only of the fraction of traffic used by hidden services, and
      the total number of hidden services in existence.) Closes
      ticket 15254.
    - Client now uses an introduction point failure cache to know when
      to fetch or keep a descriptor in their cache. Previously, failures
      were recorded implicitly, but not explicitly remembered. Closes
      ticket 16389.

  o Minor features (testing, authorities, documentation):
    - New TestingDirAuthVote{Exit,Guard,HSDir}IsStrict flags to
      explicitly manage consensus flags in testing networks. Patch by
      "robgjansen", modified by "teor". Implements part of ticket 14882.

  o Minor bugfixes (security, exit policies):
    - ExitPolicyRejectPrivate now also rejects the relay's published
      IPv6 address (if any), and any publicly routable IPv4 or IPv6
      addresses on any local interfaces. ticket 17027. Patch by "teor".
      Fixes bug 17027; bugfix on 0.2.0.11-alpha.

  o Minor bug fixes (torrc exit policies):
    - In torrc, "accept6 *" and "reject6 *" ExitPolicy lines now only
      produce IPv6 wildcard addresses. Previously they would produce
      both IPv4 and IPv6 wildcard addresses. Patch by "teor". Fixes part
      of bug 16069; bugfix on 0.2.4.7-alpha.
    - When parsing torrc ExitPolicies, we now warn for a number of cases
      where the user's intent is likely to differ from Tor's actual
      behavior. These include: using an IPv4 address with an accept6 or
      reject6 line; using "private" on an accept6 or reject6 line; and
      including any ExitPolicy lines after accept *:* or reject *:*.
      Related to ticket 16069.
    - When parsing torrc ExitPolicies, we now issue an info-level
      message when expanding an "accept/reject *" line to include both
      IPv4 and IPv6 wildcard addresses. Related to ticket 16069.
    - In each instance above, usage advice is provided to avoid the
      message. Resolves ticket 16069. Patch by "teor". Fixes part of bug
      16069; bugfix on 0.2.4.7-alpha.

  o Minor bugfixes (authority):
    - Don't assign "HSDir" to a router if it isn't Valid and Running.
      Fixes bug 16524; bugfix on 0.2.7.2-alpha.
    - Downgrade log messages about Ed25519 key issues if they are in old
      cached router descriptors. Fixes part of bug 16286; bugfix
      on 0.2.7.2-alpha.
    - When we find an Ed25519 key issue in a cached descriptor, stop
      saying the descriptor was just "uploaded". Fixes another part of
      bug 16286; bugfix on 0.2.7.2-alpha.

  o Minor bugfixes (control port):
    - Repair a warning and a spurious result when getting the maximum
      number of file descriptors from the controller. Fixes bug 16697;
      bugfix on 0.2.7.2-alpha.

  o Minor bugfixes (correctness):
    - When calling channel_free_list(), avoid calling smartlist_remove()
      while inside a FOREACH loop. This partially reverts commit
      17356fe7fd96af where the correct SMARTLIST_DEL_CURRENT was
      incorrectly removed. Fixes bug 16924; bugfix on 0.2.4.4-alpha.

  o Minor bugfixes (documentation):
    - Advise users on how to configure separate IPv4 and IPv6 exit
      policies in the manpage and sample torrcs. Related to ticket 16069.
    - Fix the usage message of tor-resolve(1) so that it no longer lists
      the removed -F option. Fixes bug 16913; bugfix on 0.2.2.28-beta.
    - Fix an error in the manual page and comments for
      TestingDirAuthVoteHSDir[IsStrict], which suggested that a HSDir
      required "ORPort connectivity". While this is true, it is in no
      way unique to the HSDir flag. Of all the flags, only HSDirs need a
      DirPort configured in order for the authorities to assign that
      particular flag. Patch by "teor". Fixed as part of 14882; bugfix
      on 0.2.6.3-alpha.

  o Minor bugfixes (Ed25519):
    - Fix a memory leak when reading router descriptors with expired
      Ed25519 certificates. Fixes bug 16539; bugfix on 0.2.7.2-alpha.

  o Minor bugfixes (linux seccomp2 sandbox):
    - Allow bridge authorities to run correctly under the seccomp2
      sandbox. Fixes bug 16964; bugfix on 0.2.5.1-alpha.
    - Allow routers with ed25519 keys to run correctly under the
      seccomp2 sandbox. Fixes bug 16965; bugfix on 0.2.7.2-alpha.

  o Minor bugfixes (open file limit):
    - Fix set_max_file_descriptors() to set by default the max open file
      limit to the current limit when setrlimit() fails. Fixes bug
      16274; bugfix on tor- 0.2.0.10-alpha. Patch by dgoulet.

  o Minor bugfixes (portability):
    - Try harder to normalize the exit status of the Tor process to the
      standard-provided range. Fixes bug 16975; bugfix on every version
      of Tor ever.
    - Check correctly for Windows socket errors in the workqueue
      backend. Fixes bug 16741; bugfix on 0.2.6.3-alpha.
    - Fix the behavior of crypto_rand_time_range() when told to consider
      times before 1970. (These times were possible when running in a
      simulated network environment where time()'s output starts at
      zero.) Fixes bug 16980; bugfix on 0.2.7.1-alpha.
    - Restore correct operation of TLS client-cipher detection on
      OpenSSL 1.1. Fixes bug 14047; bugfix on 0.2.7.2-alpha.

  o Minor bugfixes (relay):
    - Ensure that worker threads actually exit when a fatal error or
      shutdown is indicated. This fix doesn't currently affect the
      behavior of Tor, because Tor workers never indicates fatal error
      or shutdown except in the unit tests. Fixes bug 16868; bugfix
      on 0.2.6.3-alpha.
    - Unblock threads before releasing the work queue mutex to ensure
      predictable scheduling behavior. Fixes bug 16644; bugfix
      on 0.2.6.3-alpha.

  o Code simplification and refactoring:
    - Change the function that's called when we need to retry all
      downloads so that it only reschedules the downloads to happen
      immediately, rather than launching them all at once itself. This
      further simplifies Tor's callgraph.
    - Move some format-parsing functions out of crypto.c and
      crypto_curve25519.c into crypto_format.c and/or util_format.c.
    - Move the client-only parts of init_keys() into a separate
      function. Closes ticket 16763.
    - Simplify the microdesc_free() implementation so that it no longer
      appears (to code analysis tools) to potentially invoke a huge
      suite of other microdesc functions.
    - Simply the control graph further by deferring the inner body of
      directory_all_unreachable() into a callback. Closes ticket 16762.
    - Treat the loss of an owning controller as equivalent to a SIGTERM
      signal. This removes a tiny amount of duplicated code, and
      simplifies our callgraph. Closes ticket 16788.
    - When generating an event to send to the controller, we no longer
      put the event over the network immediately. Instead, we queue
      these events, and use a Libevent callback to deliver them. This
      change simplifies Tor's callgraph by reducing the number of
      functions from which all other Tor functions are reachable. Closes
      ticket 16695.
    - Wrap Windows-only C files inside '#ifdef _WIN32' so that tools
      that try to scan or compile every file on Unix won't decide that
      they are broken.
    - Remove the unused "nulterminate" argument from buf_pullup().

  o Documentation:
    - Recommend a 40 GB example AccountingMax in torrc.sample rather
      than a 4 GB max. Closes ticket 16742.
    - Include the TUNING document in our source tarball. It is referred
      to in the ChangeLog and an error message. Fixes bug 16929; bugfix
      on 0.2.6.1-alpha.

  o Removed code:
    - The internal pure-C tor-fw-helper tool is now removed from the Tor
      distribution, in favor of the pure-Go clone available from
      https://gitweb.torproject.org/tor-fw-helper.git/ . The libraries
      used by the C tor-fw-helper are not, in our opinion, very
      confidence- inspiring in their secure-programming techniques.
      Closes ticket 13338.
    - Remove the code that would try to aggressively flush controller
      connections while writing to them. This code was introduced in
      0.1.2.7-alpha, in order to keep output buffers from exceeding
      their limits. But there is no longer a maximum output buffer size,
      and flushing data in this way caused some undesirable recursions
      in our call graph. Closes ticket 16480.

  o Testing:
    - Make "bridges+hs" the default test network. This tests almost all
      tor functionality during make test-network, while allowing tests
      to succeed on non-IPv6 systems. Requires chutney commit 396da92 in
      test-network-bridges-hs. Closes tickets 16945 (tor) and 16946
      (chutney). Patches by "teor".
    - Autodetect CHUTNEY_PATH if the chutney and Tor sources are side-
      by-side in the same parent directory. Closes ticket 16903. Patch
      by "teor".
    - Use environment variables rather than autoconf substitutions to
      send variables from the build system to the test scripts. This
      change should be easier to maintain, and cause 'make distcheck' to
      work better than before. Fixes bug 17148.
    - Add a new set of callgraph analysis scripts that use clang to
      produce a list of which Tor functions are reachable from which
      other Tor functions. We're planning to use these to help simplify
      our code structure by identifying illogical dependencies.
    - Add new 'test-full' and 'test-full-online' targets to run all
      tests, including integration tests with stem and chutney.
    - Make the test-workqueue test work on Windows by initializing the
      network before we begin.
    - New make target (make test-network-all) to run multiple applicable
      chutney test cases. Patch from Teor; closes 16953.
    - Unit test dns_resolve(), dns_clip_ttl() and dns_get_expiry_ttl()
      functions in dns.c. Implements a portion of ticket 16831.
    - When building Tor with testing coverage enabled, run Chutney tests
      (if any) using the 'tor-cov' coverage binary.
    - When running test-network or test-stem, check for the absence of
      stem/chutney before doing any build operations.


Changes in version 0.2.7.2-alpha - 2015-07-27
  This, the second alpha in the Tor 0.2.7 series, has a number of new
  features, including a way to manually pick the number of introduction
  points for hidden services, and the much stronger Ed25519 signing key
  algorithm for regular Tor relays (including support for encrypted
  offline identity keys in the new algorithm).

  Support for Ed25519 on relays is currently limited to signing router
  descriptors; later alphas in this series will extend Ed25519 key
  support to more parts of the Tor protocol.

  o Major features (Ed25519 identity keys, Proposal 220):
    - All relays now maintain a stronger identity key, using the Ed25519
      elliptic curve signature format. This master key is designed so
      that it can be kept offline. Relays also generate an online
      signing key, and a set of other Ed25519 keys and certificates.
      These are all automatically regenerated and rotated as needed.
      Implements part of ticket 12498.
    - Directory authorities now vote on Ed25519 identity keys along with
      RSA1024 keys. Implements part of ticket 12498.
    - Directory authorities track which Ed25519 identity keys have been
      used with which RSA1024 identity keys, and do not allow them to
      vary freely. Implements part of ticket 12498.
    - Microdescriptors now include Ed25519 identity keys. Implements
      part of ticket 12498.
    - Add support for offline encrypted Ed25519 master keys. To use this
      feature on your tor relay, run "tor --keygen" to make a new master
      key (or to make a new signing key if you already have a master
      key). Closes ticket 13642.

  o Major features (Hidden services):
    - Add the torrc option HiddenServiceNumIntroductionPoints, to
      specify a fixed number of introduction points. Its maximum value
      is 10 and default is 3. Using this option can increase a hidden
      service's reliability under load, at the cost of making it more
      visible that the hidden service is facing extra load. Closes
      ticket 4862.
    - Remove the adaptive algorithm for choosing the number of
      introduction points, which used to change the number of
      introduction points (poorly) depending on the number of
      connections the HS sees. Closes ticket 4862.

  o Major features (onion key cross-certification):
    - Relay descriptors now include signatures of their own identity
      keys, made using the TAP and ntor onion keys. These signatures
      allow relays to prove ownership of their own onion keys. Because
      of this change, microdescriptors will no longer need to include
      RSA identity keys. Implements proposal 228; closes ticket 12499.

  o Major features (performance):
    - Improve the runtime speed of Ed25519 operations by using the
      public-domain Ed25519-donna by Andrew M. ("floodyberry").
      Implements ticket 16467.
    - Improve the runtime speed of the ntor handshake by using an
      optimized curve25519 basepoint scalarmult implementation from the
      public-domain Ed25519-donna by Andrew M. ("floodyberry"), based on
      ideas by Adam Langley. Implements ticket 9663.

  o Major bugfixes (client-side privacy, also in 0.2.6.9):
    - Properly separate out each SOCKSPort when applying stream
      isolation. The error occurred because each port's session group
      was being overwritten by a default value when the listener
      connection was initialized. Fixes bug 16247; bugfix on
      0.2.6.3-alpha. Patch by "jojelino".

  o Major bugfixes (hidden service clients, stability, also in 0.2.6.10):
    - Stop refusing to store updated hidden service descriptors on a
      client. This reverts commit 9407040c59218 (which indeed fixed bug
      14219, but introduced a major hidden service reachability
      regression detailed in bug 16381). This is a temporary fix since
      we can live with the minor issue in bug 14219 (it just results in
      some load on the network) but the regression of 16381 is too much
      of a setback. First-round fix for bug 16381; bugfix
      on 0.2.6.3-alpha.

  o Major bugfixes (hidden services):
    - When cannibalizing a circuit for an introduction point, always
      extend to the chosen exit node (creating a 4 hop circuit).
      Previously Tor would use the current circuit exit node, which
      changed the original choice of introduction point, and could cause
      the hidden service to skip excluded introduction points or
      reconnect to a skipped introduction point. Fixes bug 16260; bugfix
      on 0.1.0.1-rc.

  o Major bugfixes (open file limit):
    - The open file limit wasn't checked before calling
      tor_accept_socket_nonblocking(), which would make Tor exceed the
      limit. Now, before opening a new socket, Tor validates the open
      file limit just before, and if the max has been reached, return an
      error. Fixes bug 16288; bugfix on 0.1.1.1-alpha.

  o Major bugfixes (stability, also in 0.2.6.10):
    - Stop crashing with an assertion failure when parsing certain kinds
      of malformed or truncated microdescriptors. Fixes bug 16400;
      bugfix on 0.2.6.1-alpha. Found by "torkeln"; fix based on a patch
      by "cypherpunks_backup".
    - Stop random client-side assertion failures that could occur when
      connecting to a busy hidden service, or connecting to a hidden
      service while a NEWNYM is in progress. Fixes bug 16013; bugfix
      on 0.1.0.1-rc.

  o Minor features (directory authorities, security, also in 0.2.6.9):
    - The HSDir flag given by authorities now requires the Stable flag.
      For the current network, this results in going from 2887 to 2806
      HSDirs. Also, it makes it harder for an attacker to launch a sybil
      attack by raising the effort for a relay to become Stable to
      require at the very least 7 days, while maintaining the 96 hours
      uptime requirement for HSDir. Implements ticket 8243.

  o Minor features (client):
    - Relax the validation of hostnames in SOCKS5 requests, allowing the
      character '_' to appear, in order to cope with domains observed in
      the wild that are serving non-RFC compliant records. Resolves
      ticket 16430.
    - Relax the validation done to hostnames in SOCKS5 requests, and
      allow a single trailing '.' to cope with clients that pass FQDNs
      using that syntax to explicitly indicate that the domain name is
      fully-qualified. Fixes bug 16674; bugfix on 0.2.6.2-alpha.
    - Add GroupWritable and WorldWritable options to unix-socket based
      SocksPort and ControlPort options. These options apply to a single
      socket, and override {Control,Socks}SocketsGroupWritable. Closes
      ticket 15220.

  o Minor features (control protocol):
    - Support network-liveness GETINFO key and NETWORK_LIVENESS event in
      the control protocol. Resolves ticket 15358.

  o Minor features (directory authorities):
    - Directory authorities no longer vote against the "Fast", "Stable",
      and "HSDir" flags just because they were going to vote against
      "Running": if the consensus turns out to be that the router was
      running, then the authority's vote should count. Patch from Peter
      Retzlaff; closes issue 8712.

  o Minor features (geoip, also in 0.2.6.10):
    - Update geoip to the June 3 2015 Maxmind GeoLite2 Country database.
    - Update geoip6 to the June 3 2015 Maxmind GeoLite2 Country database.

  o Minor features (hidden services):
    - Add the new options "HiddenServiceMaxStreams" and
      "HiddenServiceMaxStreamsCloseCircuit" to allow hidden services to
      limit the maximum number of simultaneous streams per circuit, and
      optionally tear down the circuit when the limit is exceeded. Part
      of ticket 16052.

  o Minor features (portability):
    - Use C99 variadic macros when the compiler is not GCC. This avoids
      failing compilations on MSVC, and fixes a log-file-based race
      condition in our old workarounds. Original patch from Gisle Vanem.

  o Minor bugfixes (compilation, also in 0.2.6.9):
    - Build with --enable-systemd correctly when libsystemd is
      installed, but systemd is not. Fixes bug 16164; bugfix on
      0.2.6.3-alpha. Patch from Peter Palfrader.

  o Minor bugfixes (controller):
    - Add the descriptor ID in each HS_DESC control event. It was
      missing, but specified in control-spec.txt. Fixes bug 15881;
      bugfix on 0.2.5.2-alpha.

  o Minor bugfixes (crypto error-handling, also in 0.2.6.10):
    - Check for failures from crypto_early_init, and refuse to continue.
      A previous typo meant that we could keep going with an
      uninitialized crypto library, and would have OpenSSL initialize
      its own PRNG. Fixes bug 16360; bugfix on 0.2.5.2-alpha, introduced
      when implementing ticket 4900. Patch by "teor".

  o Minor bugfixes (hidden services):
    - Fix a crash when reloading configuration while at least one
      configured and one ephemeral hidden service exists. Fixes bug
      16060; bugfix on 0.2.7.1-alpha.
    - Avoid crashing with a double-free bug when we create an ephemeral
      hidden service but adding it fails for some reason. Fixes bug
      16228; bugfix on 0.2.7.1-alpha.

  o Minor bugfixes (Linux seccomp2 sandbox):
    - Use the sandbox in tor_open_cloexec whether or not O_CLOEXEC is
      defined. Patch by "teor". Fixes bug 16515; bugfix on 0.2.3.1-alpha.

  o Minor bugfixes (Linux seccomp2 sandbox, also in 0.2.6.10):
    - Allow pipe() and pipe2() syscalls in the seccomp2 sandbox: we need
      these when eventfd2() support is missing. Fixes bug 16363; bugfix
      on 0.2.6.3-alpha. Patch from "teor".

  o Minor bugfixes (Linux seccomp2 sandbox, also in 0.2.6.9):
    - Fix sandboxing to work when running as a relay, by allowing the
      renaming of secret_id_key, and allowing the eventfd2 and futex
      syscalls. Fixes bug 16244; bugfix on 0.2.6.1-alpha. Patch by
      Peter Palfrader.
    - Allow systemd connections to work with the Linux seccomp2 sandbox
      code. Fixes bug 16212; bugfix on 0.2.6.2-alpha. Patch by
      Peter Palfrader.

  o Minor bugfixes (relay):
    - Fix a rarely-encountered memory leak when failing to initialize
      the thread pool. Fixes bug 16631; bugfix on 0.2.6.3-alpha. Patch
      from "cypherpunks".

  o Minor bugfixes (systemd):
    - Fix an accidental formatting error that broke the systemd
      configuration file. Fixes bug 16152; bugfix on 0.2.7.1-alpha.
    - Tor's systemd unit file no longer contains extraneous spaces.
      These spaces would sometimes confuse tools like deb-systemd-
      helper. Fixes bug 16162; bugfix on 0.2.5.5-alpha.

  o Minor bugfixes (tests):
    - Use the configured Python executable when running test-stem-full.
      Fixes bug 16470; bugfix on 0.2.7.1-alpha.

  o Minor bugfixes (tests, also in 0.2.6.9):
    - Fix a crash in the unit tests when built with MSVC2013. Fixes bug
      16030; bugfix on 0.2.6.2-alpha. Patch from "NewEraCracker".

  o Minor bugfixes (threads, comments):
    - Always initialize return value in compute_desc_id in rendcommon.c
      Patch by "teor". Fixes part of bug 16115; bugfix on 0.2.7.1-alpha.
    - Check for NULL values in getinfo_helper_onions(). Patch by "teor".
      Fixes part of bug 16115; bugfix on 0.2.7.1-alpha.
    - Remove undefined directive-in-macro in test_util_writepid clang
      3.7 complains that using a preprocessor directive inside a macro
      invocation in test_util_writepid in test_util.c is undefined.
      Patch by "teor". Fixes part of bug 16115; bugfix on 0.2.7.1-alpha.

  o Code simplification and refactoring:
    - Define WINVER and _WIN32_WINNT centrally, in orconfig.h, in order
      to ensure they remain consistent and visible everywhere.
    - Remove some vestigial workarounds for the MSVC6 compiler. We
      haven't supported that in ages.
    - The link authentication code has been refactored for better
      testability and reliability. It now uses code generated with the
      "trunnel" binary encoding generator, to reduce the risk of bugs
      due to programmer error. Done as part of ticket 12498.

  o Documentation:
    - Include a specific and (hopefully) accurate documentation of the
      torrc file's meta-format in doc/torrc_format.txt. This is mainly
      of interest to people writing programs to parse or generate torrc
      files. This document is not a commitment to long-term
      compatibility; some aspects of the current format are a bit
      ridiculous. Closes ticket 2325.

  o Removed features:
    - Tor no longer supports copies of OpenSSL that are missing support
      for Elliptic Curve Cryptography. (We began using ECC when
      available in 0.2.4.8-alpha, for more safe and efficient key
      negotiation.) In particular, support for at least one of P256 or
      P224 is now required, with manual configuration needed if only
      P224 is available. Resolves ticket 16140.
    - Tor no longer supports versions of OpenSSL before 1.0. (If you are
      on an operating system that has not upgraded to OpenSSL 1.0 or
      later, and you compile Tor from source, you will need to install a
      more recent OpenSSL to link Tor against.) These versions of
      OpenSSL are still supported by the OpenSSL, but the numerous
      cryptographic improvements in later OpenSSL releases makes them a
      clear choice. Resolves ticket 16034.
    - Remove the HidServDirectoryV2 option. Now all relays offer to
      store hidden service descriptors. Related to 16543.
    - Remove the VoteOnHidServDirectoriesV2 option, since all
      authorities have long set it to 1. Closes ticket 16543.

  o Testing:
    - Document use of coverity, clang static analyzer, and clang dynamic
      undefined behavior and address sanitizers in doc/HACKING. Include
      detailed usage instructions in the blacklist. Patch by "teor".
      Closes ticket 15817.
    - The link authentication protocol code now has extensive tests.
    - The relay descriptor signature testing code now has
      extensive tests.
    - The test_workqueue program now runs faster, and is enabled by
      default as a part of "make check".
    - Now that OpenSSL has its own scrypt implementation, add an unit
      test that checks for interoperability between libscrypt_scrypt()
      and OpenSSL's EVP_PBE_scrypt() so that we could not use libscrypt
      and rely on EVP_PBE_scrypt() whenever possible. Resolves
      ticket 16189.
2015-12-08 13:19:38 +00:00
..
3proxy Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
6tunnel Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
adns Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
aget Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
aiccu Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
airport2basestationconfig Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
airportbasestationconfig Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
airportmodemutility Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
amule Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
aoe-vblade Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
apollo Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
argus Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
aria2 aria2 1.19.2 2015-10-17 09:14:43 +00:00
arp-scan Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
arpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
arping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
arpwatch Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
autonet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
avahi Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
awhois Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
balance Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
barnyard Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
batchftp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
bftpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
bind99 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
bind910 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
bing Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
bird Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
bird6 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
bittornado Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
bittornado-gui Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
bittorrent Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
bittorrent-gui Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
bmon Major bmon update to 3.8. 2015-11-03 17:46:57 +00:00
bounce Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
bridged Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
bsddip
btget
btpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
bug-buddy Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
bwping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
cacti Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which 2015-12-06 12:13:12 +00:00
cacti-spine Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
calypso Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
cclive Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ccrtp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
cdpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
cftp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
chimera Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
chksniff Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
choparp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
choqok Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
chrony Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
cia Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
cidr Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
cisco-mibs Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
citrix_ica Disable on Linux too as it hangs the 32-bit bulk build. 2015-06-19 15:30:27 +00:00
clisp-rawsock
clive Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
cmu-dhcpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
cntlm Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
coda Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
coherence Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
coilmq Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
connect Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
corebird Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
corkscrew Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
couriertcpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
csup Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dante Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
darkstat Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
DarwinStreamingServer Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dc_gui2 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dcsharp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dctc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ddclient Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
delegate Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dgd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dhcpcd Update to dhcpcd-6.9.4 with the following changes: 2015-11-30 16:22:32 +00:00
dhcpcd-dbus Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dhcpcd-gtk Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dhcpcd-icons Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dhcpcd-qt Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dhcpd-pools Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dhid Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dhisd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
djbdns Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
djbdns-run Remove mk/find-prefix.mk usage from the net category. 2015-11-25 12:52:11 +00:00
dlint Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
dnscap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dnscheck Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dnsdoctor Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dnsmasq Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dnstop Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dnstracer Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
docsis Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
driftnet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
drill Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dtcp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dtcpclient Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dtorrent Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
dynipclient Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
echoping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ed2k-gtk-gui Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
edonkey2k Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ekiga Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
entropy Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
erlang-p1_sip Import 20 Erlang module packages that will work as dependencies 2015-11-04 13:45:44 +00:00
erlang-p1_stun Import 20 Erlang module packages that will work as dependencies 2015-11-04 13:45:44 +00:00
ether2dns Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
etherape Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ettercap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ettercap-NG Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
exabgp Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
ez-ipupdate Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
fair-identd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
fetch
filezilla Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
firewalk Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
flickcurl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
flodo Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
flow-tools Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
fmirror Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
fpdns Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
fping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
fping6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
freeDiameter Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
freenet-tools Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
freeradius Remove a fix intended for NetBSD/amd64 2.0, added to address PR/31225 in r1.37 2015-11-08 01:04:11 +00:00
freeradius2 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
freerdp Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
ftplibpp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ftpproxy Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gated
gcloud-golang-metadata Revbump all packages using Go after the Go update. 2015-09-13 14:34:25 +00:00
GeoIP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
Geomyidae Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
get-flash-videos Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
get_iplayer Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gethost Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gift Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gift-fasttrack Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gift-gnutella Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gift-openft Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
giftcurs Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gini Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gitso Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
gkrellm-multiping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gkrellm-snmp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gkrellm-wireless Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
glib-networking Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gnapfetch Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gnet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gnet1 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gnetcat Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gnome-netstatus Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gnome-nettool Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gnome-online-accounts Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gnome-vfs-smb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gnugk Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
go-net Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gofish Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gopher Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
grilo Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
grilo-plugins Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
grilo-testui Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
grive Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
grive2 Updated net/grive2 to 0.4.1 2015-11-09 14:52:34 +00:00
gsnmp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gssdp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gst-plugins0.10-mms
gst-plugins0.10-rtmp
gst-plugins0.10-soup Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
gst-plugins1-libnice Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
gst-plugins1-mms
gst-plugins1-rtmp
gst-plugins1-soup Update gstreamer1 and plugins to 1.6.1. 2015-11-18 12:04:16 +00:00
gst-rtsp-server Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gt-itm Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gtk-gnutella Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gtk-vnc Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
gtk_wicontrol Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gupnp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gupnp-av Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gupnp-dlna Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gupnp-igd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
gupnp-tools Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
haproxy Remove obsolete patch. 2015-11-12 16:35:28 +00:00
hesiod Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
hf6to4
hlfl Fixed order of lines in distinfo 2015-11-02 18:43:09 +00:00
host Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
howl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
hping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
hping3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
hs-network Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
httping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
httptunnel Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
iana-etc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
icinga-base Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
icsi-finger Move bsd.prefs.mk earlier before uses of PKGMANDIR, which is I think 2015-11-08 21:41:25 +00:00
iftop Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
IglooFTP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
inadyn Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
iodine Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ipcalc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ipcheck Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
iperf Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
iperf3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ipgrab Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
iplog Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ipv6calc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ipw Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
irrd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
irrtoolset5 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
isc-dhclient4
isc-dhcp4 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
isc-dhcpd4
isc-dhcrelay4
ishell Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
isic Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
istgt Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
jftpgw Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
jigdo Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
jumpgate Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
jwhois Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kdenetwork-filesharing Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kdenetwork-strigi-analyzers Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kdenetwork3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kftpgrabber Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kget Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kiax Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kismet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kmldonkey Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kmldonkey-kde3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
knock Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
knot Disable recvmmsg() on NetBSD as a workaround. 2015-10-27 18:56:40 +00:00
kopete Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kphone Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
kppp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
krdc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
krfb Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ktorrent Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ktorrent-kde3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
LaBrea Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
lambdamoo Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
lambdamoo-core Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
lambdamoo-doc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
latd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ldns Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
lft Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
lftp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libares Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libasyncns Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libbind Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libcares Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libcmis Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libdlna Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
libdmapsharing Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libdmapsharing3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libdnet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libexosip Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libfetch When the openssl option is enabled, ensure that the openssl libraries 2015-08-13 21:49:47 +00:00
libgdata Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libgdata0.6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libIDL Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libktorrent Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
liblive Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libmms Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libnice Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libnids Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libnipper Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libpcap Changes 1.7.4: 2015-10-17 10:07:54 +00:00
libquvi Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libquvi-scripts Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libradius Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
librsync Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libsoup Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libsscript Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libtorrent Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libtrace Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libupnp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libvncserver Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
libzrtpcpp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
linc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
lldpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
llnlxdir Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
llnlxftp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
logjam Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
lopster Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
lua-socket Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
maradns Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mbrowse Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mcast-tools Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
md-whois Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mDNSResponder Fix the HAVE_BROKEN_RECVDSTADDR patch which was masking a call to memset(). 2015-11-20 09:32:53 +00:00
mDNSResponder-nss Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
megatools Import megatools-1.9.95 as net/megatools. 2015-11-27 10:28:02 +00:00
microdc2 Don't try to feed "-liconv" to ar(1). Fixes openbsd build. 2015-11-08 21:50:08 +00:00
mikutter Update to mikutter 3.2.10. 2015-11-14 16:38:03 +00:00
mimms Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
miniupnpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
miredo Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mirror Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
miruo Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mitmproxy Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
mldonkey Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
mldonkey-gui Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
modpcap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mono-nat Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
monotorrent Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
monsoon Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mosh Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mouse-pppoe Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mppe-lkm Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mrstat Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mrt Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mrtg Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
msdl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mtftpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mtr Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
mydns-mysql
mydns-pgsql Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-base Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
nagios-nrpe Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-nsca Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-dnsrbl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-dotpid Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-dumpdates Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-fstab Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-gfbricks Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-ldap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-milter Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-mysql Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-mysqlslave Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-pgsql Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-radius Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-raidctl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-snmp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-spamd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugin-syncrepl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagios-plugins Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nagstamon Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
nam Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
napshare Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nasd BROKEN_EXCEPT_ON_PLATFORM, not BROKEN_EXCEPT_FOR_PLATFORM. Oops. 2015-11-08 21:55:11 +00:00
nbtscan Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ncftp3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nemesis Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
net-snmp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
net6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
netatalk22 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
netatalk30 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
netbsd-iscsi-initiator
netbsd-iscsi-target
netcat Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
netcat-openbsd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
netcat6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
netdisco Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
netgroup Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
netname Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
netpipes Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nfdump Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ngrep Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nicotine Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
nicovideo-dl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nidentd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nipper Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nload Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nmap Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
nocol Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nprobe Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ns Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nsd NSD 4.1.6 2015-10-22 17:32:29 +00:00
nslint Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
nstx Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ntop Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ntp4 update checksum and bump revision 2015-10-29 11:28:44 +00:00
ocaml-ipaddr Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ocamlnet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ocsinventory-agent Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ocsync Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
oidentd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
oinkmaster Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
omniNotify Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
omniORB Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
openag Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
openconnect Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
openh323 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
openntpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
openresolv Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
openslp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
openvmps Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
openvpn Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
openvpn-acct-wtmpx Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
openvpn-nagios Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
openwbem Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ORBit Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ORBit2 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ortp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
overnet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
owncloudclient Update to 2.0.2 2015-11-02 15:52:24 +00:00
p5-Cisco-Abbrev Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Danga-Socket Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Data-Stream-Bulk Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-DNS-LDNS Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-DNS-ZoneParse Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-File-RsyncP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-FusionInventory-Agent Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-FusionInventory-Agent-Task-Network Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-gcap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Geo-IP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Geo-IPfree Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-grake Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-IO-Interface Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-IO-SessionData Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-IO-Socket-INET6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-IO-Socket-Multicast Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-IP-Country Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Akismet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Amazon Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Amazon-S3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-AMQP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Bind Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Bonjour Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-CIDR-Lite Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-CIDR-Set Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Daemon Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-DBus Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Dev-MIBLoadOrder Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-DHCP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-DNS Update p5-Net-DNS to 1.03: 2015-11-12 16:30:36 +00:00
p5-Net-DNS-Resolver-Programmable Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-DNS-Zone-Parser Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-DNSServer Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Domain-TLD Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-eBay Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Frame Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Frame-Dump Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Frame-Layer-IPv6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Frame-Simple Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-FTPSSL Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-GitHub Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Gnats Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Google Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Google-AuthSub Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Google-Code Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Ident Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-INET6Glue Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Interface Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-IP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-IPv4Addr Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-IPv6Addr Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Jifty Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-LDAP-Server Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Libdnet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Libdnet6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-LibIDN Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-MAC Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-NBName Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-OAuth Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-OpenID-Common Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-OpenID-Consumer Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Packet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Pcap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-RawIP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Server Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Server-SS-PreFork Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-SMTP-TLS Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-SNMP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-SNMP-Mixin Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-SSH-Expect Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Telnet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Telnet-Cisco Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-TFTP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Trac Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Twitter Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Write Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-XMPP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-XWhois Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Net-Z3950-ZOOM Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-NetAddr-IP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-NetPacket Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Nmap-Parser Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-POE-Component-Client-DNS Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-POE-Component-Client-Ident Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-POE-Component-SNMP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-RADIUS Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-RadiusPerl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Regexp-Common-net-CIDR Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Regexp-IPv6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-RPC-XML Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-RT-Client-REST Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-SNMP-Info Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-SNMP-MIB-Compiler Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-SNMP_Session Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-SOAP-Lite Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Socket6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Test-DNS Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Test-RequiresInternet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Test-TCP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-umph Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Umph-Prompt Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-WebService-Google-Reader Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-WebService-MusicBrainz Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-X500-DN Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
p5-Zabbix-Sender Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
packit Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
paris-traceroute Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
parpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
partysip Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pchar Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pconsole Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pear-Net_DIME Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pear-Net_IDNA2 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pear-Net_LDAP2 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pear-Net_LDAP3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pear-Net_Sieve Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pear-Net_SMTP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pear-Net_Socket Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pear-Net_URL Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pear-Net_URL2 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pear-SOAP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pen Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
perlbal Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pfnet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
php-baikal Import php55-baikal-0.2.7 as net/php-baikal, packaged for wip by myself. 2015-11-24 11:38:28 +00:00
php-ftp
php-geoip Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
php-snmp
php-soap
php-sockets
php-xmlrpc
php-yaz Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pim6dd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pim6sd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pload Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
podcastdl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
poink
polsms
poptop Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
portmap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
powerdns Update powerdns to 3.4.6. 2015-10-22 19:01:24 +00:00
powerdns-ldap Update powerdns to 3.4.6. 2015-10-22 19:01:24 +00:00
powerdns-mysql Update powerdns to 3.4.6. 2015-10-22 19:01:24 +00:00
powerdns-pgsql Update powerdns to 3.4.6. 2015-10-22 19:01:24 +00:00
powerdns-recursor Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pppd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pptp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
proftpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
proftpd-geoip Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-ldap Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-memcached Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-mysql Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-odbc Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-postgresql Package ProFTPD using DSO (Dynamic Shared Objects) support. 2015-09-25 10:01:36 +00:00
proftpd-sqlite Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
proxycheck Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
proxytunnel Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
publicfile Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
publicfile-run Remove mk/find-prefix.mk usage from the net category. 2015-11-25 12:52:11 +00:00
puf Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pure-ftpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
pxe Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-adns Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-amqp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-apache-libcloud Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-beanstalkc Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-boto Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-caldav Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-celery Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-dns Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-dns3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-dpkt Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-dropbox Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-eventlib Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-foolscap Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-GeoIP Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-gevent Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-google Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-hatop Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-hpack Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-IP Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-ipaddress Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-irclib Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-junos-eznc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-kenosis Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-kombu Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-libdnet Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-libpcap Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-medusa Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-metar Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-ncclient Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-netaddr Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-netifaces Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-netlib Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-netsnmp Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-omniORBpy Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-ORBit Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-pcap Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-ptt Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-s3cmd Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-simplesoap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-smb Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-soaplib Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-soappy Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-socketpool Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-softlayer Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-softlayer_messaging Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-spreadmodule Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-suds Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-tweepy Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-twisted Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-twisted-docs
py-twython Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-zmq Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
py-zsi Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
pygopherd Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
qadsl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
quagga Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
queryperf Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
quvi Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ra-rtsp-proxy
rabbiter Allow this package build on Ruby 2.2. 2015-06-11 17:41:00 +00:00
rabbitmq Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
rabbitmq-c Update net/rabbitmq-c to 0.7.1. 2015-10-18 08:47:46 +00:00
Radicale Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
radiusclient-ng Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
radiusd-cistron Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
radsecproxy Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
rancid Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
rbldnsd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
rdesktop Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
rdist6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
remmina Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
remmina-plugins Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
rinetd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
rootprobe Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
rp-l2tp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
rp-pppoe Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
rsync Remove unnecessary build dependency on perl. 2015-11-13 13:41:39 +00:00
rtmpdump Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
rtorrent Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-addressable Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-amq-client Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-amq-protocol Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-amqp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-dnsruby Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-domain_name Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-em-socksify Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-icmp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-ipaddress Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-net-dhcp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-net-ldap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-net-ping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-netaddr Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-netrc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-rubytter Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-snmp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-soap4r Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-stompserver Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-tw Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-twitter Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-twitter-stream Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ruby-userstream Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
samba Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
samba4 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
scamper Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
scapy Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
scdp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
scli Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sdig Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sdist Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
SDL2_net Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
SDL_net Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sendfile Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ser Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sharity-light Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sipcalc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sipsak Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sitescooper Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
slurm Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
smokeping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sniffit Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sniproxy Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
snmptt Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
snort Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
snort-rules Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
socat Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
socket++ Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
socks4 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
solaris-tap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
speedtouch Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
spegla Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
spread Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
spreadlogd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
srsh Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sslh Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ssmping Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ssync Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
stripes Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sup Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
syncffsd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
syncthing Update to 0.12.7. 2015-12-08 03:20:55 +00:00
syncthing-gtk Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
synergy Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
sysmon Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tacacs Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tacacs-shrubbery Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcl-scotty Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcpdmerge Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcpdpriv Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcpdstat Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcpdump Changes 4.7.4: 2015-10-17 10:08:22 +00:00
tcpflow Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcpick Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcpillust Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcpreplay Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcpslice Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcptrace Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcptraceroute Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tcptraceroute6 Avoid the horrible dynamic sized types extension from GCC. 2015-11-06 20:36:01 +00:00
teamspeak-client Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
teamspeak-server Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tigervnc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tightvnc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tightvncviewer Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tinc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tinyfugue Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tkined Update homepage - according to archive.org, the URL entered in 2006 2015-09-14 11:17:25 +00:00
tn5250 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tnftp merge tnftp-20151004 from ftp.n.o/pub/NetBSD/misc/tnftp/tnftp-20151004.tar.gz 2015-10-04 14:44:06 +00:00
tnftpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tor Update tor to latest stable release, 0.2.7.5. 2015-12-08 13:19:38 +00:00
torrentutils Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
totd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
traceroute-as Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
traceroute-nanog Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
trafshow Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
transmission Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
transmission-gtk Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
transmission-qt Remove qt5-dbus dependency 2015-11-01 09:15:13 +00:00
trickle Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tsclient Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tsocks Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
tspc BROKEN_EXCEPT_ON_PLATFORM, not BROKEN_EXCEPT_FOR_PLATFORM. Oops. 2015-11-08 21:55:11 +00:00
ttt Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
twittering-mode Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
twitux Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
u6rd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ucarp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ucspi-ssl Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ucspi-tcp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
udns Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
udpcast Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
udptunnel Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
uftp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
unbound Unbound 1.5.6 2015-10-22 18:14:40 +00:00
unfs3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
unison Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
unison2.32 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
unison2.40 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
unworkable Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
upclient Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
upnpinspector Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
urlgfe Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
userppp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
uucp cosmetic fix to previous 2015-11-08 23:19:22 +00:00
vcheck Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
vde Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
vinagre Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
vino Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
vnc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
vncviewer Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
vnstat Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
vpnc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
vpnc-script Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
vsftpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
vtun Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wakeup Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
walker Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wap-utils Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
waste
wget Fix linker errors when building with --disable-ipv6. 2015-11-23 21:49:04 +00:00
wgetpaste Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
whatmask Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
whois3 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
whoson Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wide-dhcpv6 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wimon Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wireshark Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
wistumbler Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wistumbler2 Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wistumbler2-gtk Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
wmget Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wminet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wmnd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wmnet Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wmpload Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wol Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wpa_gui Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wpa_supplicant Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
wu-ftpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
x2vnc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
xfce4-wavelan-plugin Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
xfindproxy Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
xipdump Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
xl2tpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
xmftp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
xnap Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
xorp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
xrmftp Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
xtraceroute Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
xymon Remove mk/find-prefix.mk usage from the net category. 2015-11-25 12:52:11 +00:00
xymonclient Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
yafc Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
yale-tftpd Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
yaz Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
youtube-dl Update net/youtube-dl to 20151124. 2015-11-27 09:52:42 +00:00
ytalk Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
ywho Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
zeroconf-ioslave Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
zeromq Add upstream patch to fix build with libsodium-1.0.6. 2015-11-24 11:01:34 +00:00
zsync Add SHA512 digests for distfiles for net category 2015-11-04 00:34:51 +00:00
Makefile + megatools 2015-11-27 10:28:45 +00:00