Commit graph

355302 commits

Author SHA1 Message Date
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
adam
cee51cc4a3 py-entrypoints: updated to 0.4
0.4:
Unknown changes
2022-04-07 12:39:05 +00:00
wiz
1d99b8a357 fontconfig: regen distinfo for patch comment change 2022-04-07 12:38:51 +00:00
adam
5c50126578 Updated devel/py-flit_core, devel/py-flit 2022-04-07 12:29:05 +00:00
adam
763b4e2d9f py-flit_core py-flit: updated to 3.7.1
Version 3.7.1

Fix building packages which need execution to get the version number, and have a relative import in __init__.py.


Version 3.7

Support for external data files such as man pages or Jupyter extension support files.
Project names are now lowercase in wheel filenames and .dist-info folder names, in line with the specification.
Improved support for bootstrapping a Python environment, e.g. for downstream packagers. flit_core.wheel is usable with python -m to create wheels before the build tool is available, and flit_core sdists also include a script to install itself from a wheel before installer is available.
Use newer importlib APIs, fixing some deprecation warnings
2022-04-07 12:28:15 +00:00