Commit graph

355306 commits

Author SHA1 Message Date
adam
8fd75f25b3 py-acme py-certbot*: updated to 1.26.0
Certbot 1.26.0

Added

Added --new-key. When renewing or replacing a certificate that has --reuse-key
set, it will force a new private key to be generated, one time.

As before, --reuse-key and --no-reuse-key can be used to enable and disable key
reuse.

Changed

The default propagation timeout for the OVH DNS plugin (--dns-ovh-propagation-seconds)
has been increased from 30 seconds to 120 seconds, based on user feedback.

Fixed

Certbot for Windows has been upgraded to use Python 3.9.11, in response to
https://www.openssl.org/news/secadv/20220315.txt.
Previously, when Certbot was in the process of registering a new ACME account
and the ACME server did not present any Terms of Service, the user was asked to
agree with a non-existent Terms of Service ("None"). This bug is now fixed, so
that if an ACME server does not provide any Terms of Service to agree with, the
user is not asked to agree to a non-existent Terms of Service any longer.
If account registration fails, Certbot did not relay the error from the ACME server
back to the user. This is now fixed: the error message from the ACME server is now
presented to the user when account registration fails.
2022-04-08 18:00:27 +00:00
wiz
be79222690 doc: Updated editors/emacs28 to 28.1nb1 2022-04-08 15:14:14 +00:00
wiz
de582d3e96 emacs28: enable cairo by default
cairo + harfbuzz is the default graphics backend.

Bump PKGREVISION.
2022-04-08 15:14:02 +00:00
wiz
9cc88cd367 doc: Updated mail/neomutt to 20220408 2022-04-08 11:44:49 +00:00
wiz
1149740e15 neomutt: update to 20220408.
2022-04-08  Richard Russon  <rich@flatcap.org>
* Features
  - Compose multipart emails
* Bug Fixes
  - Fix screen mode after attempting decryption
  - imap: increase max size of oauth2 token
  - Fix autocrypt
  - Unify Alias/Query workflow
  - Fix colours
  - Say which file exists when saving attachments
  - Force SMTP authentication if `smtp_user` is set
  - Fix selecting the right email after limiting
  - Make sure we have enough memory for a new email
  - Don't overwrite with zeroes after unlinking the file
  - Fix crash when forwarding attachments
  - Fix help reformatting on window resize
  - Fix poll to use PollFdsCount and not PollFdsLen
  - regex: range check arrays strictly
  - Fix Coverity defects
  - Fix out of bounds write with long log lines
  - Apply `fast_reply` to 'to', 'cc', or 'bcc'
  - Prevent warning on empty emails
* Changed Config
  - New default: `set rfc2047_parameters = yes`
* Translations
  - 100% German
  - 100% Lithuanian
  - 100% Serbian
  - 100% Czech
  - 100% Turkish
  - 72% Hungarian
* Docs
  - Improve header cache explanation
  - Improve description of some notmuch variables
  - Explain how timezones and `!`s work inside `%{}`, `%[]` and `%()`
  - Document config synonyms and deprecations
* Build
  - Create lots of GitHub Actions
  - Drop TravisCI
  - Add automated Fuzzing tests
  - Add automated ASAN tests
  - Create Dockers for building Centos/Fedora
  - Build fixes for Solaris 10
  - New libraries: browser, enter, envelope
  - New configure options: `--fuzzing` `--debug-color` `--debug-queue`
* Code
  - Split Index/Pager GUIs/functions
  - Add lots of function dispatchers
  - Eliminate `menu_loop()`
  - Refactor function opcodes
  - Refactor cursor setting
  - Unify Alias/Query functions
  - Refactor Compose/Envelope functions
  - Modernise the Colour handling
  - Refactor the Attachment View
  - Eliminate the global `Context`
  - Upgrade `mutt_get_field()`
  - Refactor the `color quoted` code
  - Fix lots of memory leaks
  - Refactor Index resolve code
  - Refactor PatternList parsing
  - Refactor Mailbox freeing
  - Improve key mapping
  - Factor out charset hooks
  - Expose mutt_file_seek API
  - Improve API of `strto*` wrappers
* Upstream
  - imap QRESYNC fixes
  - Allow an empty To: address prompt
  - Fix argc==0 handling
  - Don't queue IMAP close commands
  - Fix IMAP UTF-7 for code points >= U+10000
  - Don't include inactive messages in msgset generation
2022-04-08 11:44:39 +00:00
pin
3eb50736f2 doc: Added editors/ced version 0.1.3 2022-04-08 10:26:27 +00:00
pin
5e45fc62a9 Add ced 2022-04-08 10:26:02 +00:00
pin
97daf0dd8d editors/ced
Ced is not a fully featured editor, but more likely an "ed" for csv.
Ced simply prevents you from adding surplus column or invalid data type.

That's it. No searching, filtering, no nothing.
2022-04-08 10:25:20 +00:00
pin
c51b3298f2 doc: Added time/rsclock version 0.1.7 2022-04-08 10:23:08 +00:00
pin
ae9713c996 Add rsclock 2022-04-08 10:22:40 +00:00
pin
905fe5e8d0 time/rsclock
rsClock is a simple terminal clock.
2022-04-08 10:21:52 +00:00
wiz
2baae06132 doc/TODO: + scidavis-2.7.1. 2022-04-08 06:54:47 +00:00
wiz
4ee57b3657 pan: add some missing tool dependencies 2022-04-08 06:52:53 +00:00
adam
6c052cc740 Updated security/libgpg-error, devel/py-jupyter_client 2022-04-08 06:48:02 +00:00
adam
a01707c089 py-jupyter_client: updated to 7.2.2
7.2.2

Maintenance and upkeep improvements

- Include py.typed file
- [pre-commit.ci] pre-commit autoupdate
- More Cleanup
2022-04-08 06:47:40 +00:00
wiz
22b5787291 cnxtview: not parallel-make safe 2022-04-08 06:47:34 +00:00
adam
90d6ed838d libgpg-error: updated to 1.45
Noteworthy changes in version 1.45 (2022-04-07)
-----------------------------------------------

 * Support the "sysopen" mode parameter for gpgrt_fopen so that file
   names longer than MAX_PATH can be supported under Windows.

 * gpgrt_access and gpgrt_mkdir now support file names longer than
   MAX_PATH.

 * gpgrt_fopen now maps "/dev/null" to "nul" on Windows.

 * Published some internal helper functions for Windows.

 * Interface changes relative to the 1.42 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_free_wchar                 NEW.
 gpgrt_fname_to_wchar             NEW.
 gpgrt_utf8_to_wchar              NEW.
 gpgrt_wchar_to_utf8              NEW.
2022-04-08 06:39:42 +00:00
wiz
315f05c268 doc: Updated archivers/xz to 5.2.5nb1 2022-04-08 06:30:05 +00:00
wiz
8e2f89f96c xz: add upstream patch to fix CVE-2022-1271
Bump PKGREVISION
2022-04-08 06:29:56 +00:00
wiz
01206c0f35 doc: Updated archivers/gzip to 1.12 2022-04-08 06:24:49 +00:00
wiz
32cf836a22 gzip: update to 1.12.
* Noteworthy changes in release 1.12 (2022-04-07) [stable]

** Changes in behavior

  'gzip -l' no longer misreports file lengths 4 GiB and larger.
  Previously, 'gzip -l' output the 32-bit value stored in the gzip
  header even though that is the uncompressed length modulo 2**32.
  Now, 'gzip -l' calculates the uncompressed length by decompressing
  the data and counting the resulting bytes.  Although this can take
  much more time, nowadays the correctness pros seem to outweigh the
  performance cons.

  'zless' is no longer installed on platforms lacking 'less'.

** Bug fixes

  zgrep applied to a crafted file name with two or more newlines
  can no longer overwrite an arbitrary, attacker-selected file.
  [bug introduced in gzip-1.3.10]

  zgrep now names input file on error instead of mislabeling it as
  "(standard input)", if grep supports the GNU -H and --label options.

  'zdiff -C 5' no longer misbehaves by treating '5' as a file name.
  [bug present since the beginning]

  Configure-time options like --program-prefix now work.


* Noteworthy changes in release 1.11 (2021-09-03) [stable]

** Performance improvements

  IBM Z platforms now support hardware-accelerated deflation.
2022-04-08 06:24:00 +00:00
wiz
b9574cc65d doc: Updated x11/xdpyinfo to 1.3.3 2022-04-08 06:17:54 +00:00
wiz
6f7811f082 xdpyinfo: update to 1.3.3.
This release includes a pair of changes to align with the xserver-21.x
release series - it prints the version without the leading "1." for 21.x
xservers, and it changes the default for building DMX support from --with-dmx
to --without-dmx as DMX is no longer included in the 21.x xservers.
(The DMX support in xdpyinfo is not removed in this release, and can be
 enabled at build time with the --with-dmx flag to configure, but may be
 fully removed in a future release of xdpyinfo.)

Adam Jackson (1):
      xdpyinfo: Fix printing the X.Org release version for xserver >= 21

Alan Coopersmith (10):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Only check for XFree86 if vendor string doesn't match X.Org
      Add explicit casts to clear implicit conversion warnings
      Disable DMX support by default, leave --with-dmx to enable it
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: stop requiring Signed-off-by in commits
      xdpyinfo 1.3.3

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Thomas Kuehne (1):
      fix -Wunused-[...] compiler warnings
2022-04-08 06:17:45 +00:00
wiz
49d982824b doc: Updated time/xclock to 1.1.1 2022-04-08 06:16:31 +00:00
wiz
105676fab4 xclock: update to 1.1.1
Alan Coopersmith (2):
      Fall back to sin() and cos() calls on systems without sincos()
      xclock 1.1.1

Thomas Kuehne (2):
      fix -Wmissing-field-initializers warning
      fix -Wabsolute-value compiler warning
2022-04-08 06:16:20 +00:00
markd
7b4827e697 tex package updates 2022-04-08 05:44:59 +00:00
markd
282249c3c9 tex-cmcyr{,-doc}: update to 2021
changes unknown
2022-04-08 05:43:28 +00:00
markd
7fa5f214bf tex-cjkutils{,-doc}: update to 4.8.5
changes unknown
2022-04-08 05:40:12 +00:00
markd
91550ebeac tex-cjk{,-doc}: update to 4.8.5
changes unknown
2022-04-08 05:36:36 +00:00
markd
0936d11775 tex-cjk-ko{,-doc}: update to 2.2
Support automatic Josa selection after Hangul syllables (U+AC00 .. U+D7A3)
2022-04-08 05:31:33 +00:00
markd
dad1511fa3 tex-cjk-gs-integrate{,-doc}: update to 20210625.0
* More database for free fonts (Google Fontworks fonts, HaranoAji).
2022-04-08 05:28:02 +00:00
markd
a65ed08b9f tex-circuitikz{,-doc}: update to 1.4.6
A nasty bug fix and some hack to avoid that some global Ti*k*Z option
spill into the shapes.

- Fix bug with legacy transmission lines in `overlay`s
- Robustify some shapes: do not let arrows option pass
  to the inner drawing
- Add warning about global draw options in the manual
- Fixes in the documentation: hyperlink the index again,
  cite new recovery point, remove some legacy construct
- Added 1.4.6 rollback point
2022-04-08 05:21:48 +00:00
markd
aa93a8dce8 tex-chemfig{,-doc}: update to 1.6b
changes unknown
2022-04-08 05:17:03 +00:00
markd
4572db8f1a tex-changes{,-doc}: update to 4.2.1
changes unknown
2022-04-08 05:13:55 +00:00
markd
7a38157e42 tex-cellspace{,-doc}: update to 1.9.0
The package has now been made aware of the new implementation of
\@endpbox of array. The new implementation solves a problem with
empty cells for paragraph-type columns (m, p, b) by testing
whether \prevdepth is greater than 1000 pt.
2022-04-08 05:10:15 +00:00
markd
068b958826 tex-carlisle{,-doc}: update to 2021
Update to ltxtable.sty (first update since 1995) to match recent
longtable update.   Internal changes only.
2022-04-08 05:06:49 +00:00
markd
1d193e516a tex-c90{,-doc}: update to 2021
changes unknown
2022-04-08 05:02:04 +00:00
schmonz
600f768575 README.macOS: rewrite for typical new users.
Historical details have moved:

https://wiki.netbsd.org/pkgsrc/macos_porting_notes/
2022-04-08 01:21:49 +00:00
ryoon
8ab99b61c9 nss: Regenerate distinfo to follow recent changes 2022-04-07 22:58:23 +00:00
wiz
f50ced5c84 doc: Updated fonts/noto-emoji-ttf to 2.034nb1 2022-04-07 20:00:05 +00:00
wiz
79dbb3285e noto-emoji-ttf: do not install Windows compatibility font 2022-04-07 19:59:55 +00:00
riastradh
e94a4be1c0 devel/nss: Patch ctype(3) abuse. 2022-04-07 19:08:40 +00:00
schmonz
685f0953e7 s/bootstrap-pkgsrc/pkgsrc bootstrap/g 2022-04-07 17:39:42 +00:00
schmonz
e0b74d004d doc: Updated devel/py-approvaltests to 5.0.0 2022-04-07 17:29:30 +00:00
schmonz
aee2e91a75 Update to 5.0.0. From the changelog:
These changes are only breaking if you extend the Namer classes.

# Namer/NamerBase

Namer is now a pure interface and the abstract parts have been moved to
NamerBase. Fix: If you are extending approvaltests.core.Namer you will
probably want to extend approvaltests.namer.NamerBase.

# StackFrameNamer renames

- Directory -> directory
- MethodName -> method_name
- ClassName -> class_name
2022-04-07 17:29:26 +00:00
wiz
24db34dd45 noto-emoji-ttf: fix LICENSE
the fonts are ofl-v1.1; other stuff has other licenses but
we only use the fonts
2022-04-07 15:56:40 +00:00
gdt
102621ce6d bootstrap: Rototill README.Linux
Convert to markdown because the previous style was too confusing.  A
lot of this is ancient; mark it as such.  Fold in comments from Peter
Lai about working/non-working gcc versions.
2022-04-07 15:16:55 +00:00
adam
5a80bd34af Updated devel/py-entrypoints, devel/py-jupyter_client 2022-04-07 13:13:36 +00:00
adam
fae4afe00a py-jupyter_client: updated to 7.2.1
7.2.1

Maintenance and upkeep improvements

- Handle Warnings



7.2.0

Enhancements made

- Update consoleapp.py

Bugs fixed

- Json packer: handle TypeError and fallback to old json_clean
- Prefer sending signals to kernel process group

Maintenance and upkeep improvements

- Mock is not needed
- Add pytest opts and clean up workflows
- Clean up dependency handling
- Use built in run cancellation
2022-04-07 13:13:11 +00:00
wiz
63d916656f fontconfig: pkglint cleanup 2022-04-07 12:39:06 +00:00