Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam eeb049cab7 nettle: updated to 3.6
Nettle 3.6:

This release adds a couple of new features, most notable being
support for ED448 signatures.

It is not binary compatible with earlier releases. The shared
library names are libnettle.so.8.0 and libhogweed.so.6.0, with
sonames nibnettle.so.8 and libhogweed.so.6. The changed
sonames are mainly to avoid upgrade problems with recent
GnuTLS versions, that depend on Nettle internals outside of
the advertised ABI. But also because of the removal of
internal poly1305 functions which were undocumented but
declared in an installed header file, see Interface changes
below.

New features:

* Support for Curve448 and ED448 signatures. Contributed by
  Daiki Ueno.

* Support for SHAKE256 (SHA3 variant with arbitrary output
  size). Contributed by Daiki Ueno.

* Support for SIV-CMAC (Synthetic Initialization Vector) mode,
  contributed by Nikos Mavrogiannopoulos.

* Support for CMAC64, contributed by Dmitry Baryshkov.

* Support for the "CryptoPro" variant of the GOST hash
  function, as gosthash94cp. Contributed by Dmitry Baryshkov.

* Support for GOST DSA signatures, including GOST curves
  gc256b and gc512a. Contributed by Dmitry Baryshkov.

* Support for Intel CET in x86 and x86_64 assembly files, if
  enabled via CFLAGS (gcc --fcf-protection=full). Contributed
  by H.J. Lu and Simo Sorce.

* A few new functions to improve support for the Chacha
  variant with 96-bit nonce and 32-bit block counter (the
  existing functions use nonce and counter of 64-bit each),
  and functions to set the counter. Contributed by Daiki Ueno.

* New interface, struct nettle_mac, for MAC (message
  authentication code) algorithms. This abstraction is only
  for MACs that don't require a per-message nonce. For HMAC,
  the key size is fixed, and equal the digest size of the
  underlying hash function.

Bug fixes:

* Fix bug in cfb8_decrypt. Previously, the IV was not updated
  correctly in the case of input data shorter than the block
  size. Reported by Stephan Mueller, fixed by Daiki Ueno.

* Fix configure check for __builtin_bswap64, the incorrect
  check would result in link errors on platforms missing this
  function. Patch contributed by George Koehler.

* All use of old-fashioned suffix rules in the Makefiles have
  been replaced with %-pattern rules. Nettle's use of suffix
  rules in earlier versions depended on undocumented GNU make
  behavior, which is being deprecated in GNU make 4.3.

  Building with other make programs than GNU make is untested
  and unsupported. (Building with BSD make or Solaris make
  used to work years ago, but has not been tested recently).

Interface changes:

* Declarations of internal poly1305.h functions have been
  removed from the header file poly1305.h, to make it clear
  that they are not part of the advertised API or ABI.

Miscellaneous:

* Building the public key support of nettle now requires GMP
  version 6.1.0 or later (unless --enable-mini-gmp is used).

* A fair amount of changes to ECC internals, with a few
  deleted and a few new fields in the internal struct
  ecc_curve. Files and functions have been renamed to more
  consistently match the curve name, e.g., ecc-256.c has been
  renamed to ecc-secp256r1.c.

* Documentation for chacha-poly1305 updated. It is no longer
  experimental. The implementation was updated to follow RFC
  8439 in Nettle-3.1, but that was not documented or announced
  at the time.
2020-05-22 08:01:51 +00:00
archivers py-lz4: updated to 3.0.2 2020-05-16 08:31:37 +00:00
audio Fix audio/lv2 API fallout 2020-05-22 01:13:18 +00:00
benchmarks benchmarks/fio: remove nonexistent file from REPLACE_PYTHON 2020-05-22 05:53:36 +00:00
biology mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
bootstrap Highly silly typo. 2020-05-07 14:20:49 +00:00
cad cad/freehdl: remove nonexistent file from REPLACE_PERL 2020-05-22 05:55:42 +00:00
chat *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
comms comms/asterisk15: remove unknown configure option --with-ltdl 2020-05-21 14:25:59 +00:00
converters recode: Drop maintainership. 2020-05-20 11:43:36 +00:00
cross cross/ppc-morphos-gcc9: skip portability check for libgo 2020-05-21 18:26:46 +00:00
databases databases/ruby-activeldap: update to 6.0.2 2020-05-21 16:09:04 +00:00
devel devel/lmdbg: fix typo in REPLACE_SH 2020-05-22 05:58:51 +00:00
distfiles
doc Updated multimedia/ffmpeg4, multimedia/ffplay4 2020-05-22 08:00:08 +00:00
editors editors/emacs25: don't try to fix nonexistent grep-changelog 2020-05-22 05:51:19 +00:00
emulators emulators/fs-uae: document suspicious array[char] 2020-05-22 05:37:08 +00:00
filesystems mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
finance pytest from versioned depends 2020-05-16 17:42:41 +00:00
fonts tex-mfware: update to 2020 2020-05-21 10:32:20 +00:00
games games/crossfire-server: remove nonexistent file from REPLACE_PERL 2020-05-22 05:46:26 +00:00
geography py-googlemaps: Update to 4.4.0. 2020-05-16 14:12:51 +00:00
graphics ilmbase, openexr: Update to 2.5.1 2020-05-21 20:58:32 +00:00
ham Avoid rebuilding everything for doxygen, just the docs are fine. Don't 2020-05-19 13:58:24 +00:00
inputmethod inputmethod/ibus: allow no-op SUBST block 2020-05-16 14:16:20 +00:00
lang Fix build with newer libffi 2020-05-22 01:18:33 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24. 2020-05-21 16:04:21 +00:00
math math: add tex-minifp{,-doc} 2020-05-22 03:11:41 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs texlive-collection-latexextra: add new packages 2020-05-22 03:57:05 +00:00
misc Fix various build issues. 2020-05-22 01:24:36 +00:00
mk Add a missing redirect to ensure that all files are picked up for 2020-05-22 01:24:05 +00:00
multimedia ffmpeg4/ffplay4: updated to 4.2.3 2020-05-22 07:59:29 +00:00
net net/argus: remove no-op REPLACE_PERL 2020-05-22 05:45:23 +00:00
news news/libcanlock: Add libcanlock-3.pc to PLIST 2020-05-20 15:33:39 +00:00
packages
parallel parallel: Update to 20200422 2020-05-19 14:35:25 +00:00
pkgtools pkgtools/pkglint: update to 20.1.7 2020-05-18 19:11:16 +00:00
print print: add tex-{dashrule,enotez,quoting,savesym,silence,threeparttablex,translations,xpatch}* 2020-05-22 03:36:20 +00:00
regress mk/pkgformat/metadata.mk: fix relative paths in PATCHDIR and FILESDIR 2020-05-21 18:48:43 +00:00
security nettle: updated to 3.6 2020-05-22 08:01:51 +00:00
shells mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
sysutils *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
templates
textproc *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
time time: add tex-datetime2* packages 2020-05-22 01:58:50 +00:00
wm *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
www Use std::unsorted_map to avoid issues with newer boost 2020-05-22 01:17:25 +00:00
x11 x11/kitty: remove nonexistent file from REPLACE_PYTHON 2020-05-22 05:57:10 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git