Commit graph

328299 commits

Author SHA1 Message Date
pin
e9f592c7f6 sysutils/tiramisu: import package
Desktop notifications, the UNIX way.
tiramisu is a notification daemon based on dunst that outputs notifications
to STDOUT in order to allow the user to process notifications any way they
prefer.

By allowing users to determine what is done with notifications, there is
infinitely more possibilities presented to the end-user than a simple
notification daemon that displays a block of text on the screen and nothing
more.

Users could have notifications display in a pre-existing bar, make a control
panel of some sort that shows notifications, push notifications to their phone
if their computer has been idle for an amount of time, make notifications more
accessible with text-to-speech, and so much more.
2020-11-12 09:05:13 +00:00
adam
df98800bbc Updated www/py-urllib3, www/py-bottle 2020-11-12 09:02:30 +00:00
adam
70225f8422 py-bottle: updated to 0.12.19
0.12.19:
Bug fixes
2020-11-12 09:02:10 +00:00
adam
1807d1585d py-urllib3: updated to 1.26.1
1.26.1 (2020-11-11)
-------------------
* Fixed an issue where two ``User-Agent`` headers would be sent if a
  ``User-Agent`` header key is passed as ``bytes``


1.26.0 (2020-11-10)
-------------------
* **NOTE: urllib3 v2.0 will drop support for Python 2**.
  `Read more in the v2.0 Roadmap <https://urllib3.readthedocs.io/en/latest/v2-roadmap.html>`_.
* Added support for HTTPS proxies contacting HTTPS servers
* Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that
  still wish to use TLS earlier than 1.2 without a deprecation warning
  should opt-in explicitly by setting ``ssl_version=ssl.PROTOCOL_TLSv1_1``
  **Starting in urllib3 v2.0: Connections that receive a ``DeprecationWarning`` will fail**
* Deprecated ``Retry`` options ``Retry.DEFAULT_METHOD_WHITELIST``, ``Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST``
  and ``Retry(method_whitelist=...)`` in favor of ``Retry.DEFAULT_ALLOWED_METHODS``,
  ``Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT``, and ``Retry(allowed_methods=...)``
* Added default ``User-Agent`` header to every request
* Added ``urllib3.util.SKIP_HEADER`` for skipping ``User-Agent``, ``Accept-Encoding``,
  and ``Host`` headers from being automatically emitted with requests
* Collapse ``transfer-encoding: chunked`` request data and framing into
  the same ``socket.send()`` call
* Send ``http/1.1`` ALPN identifier with every TLS handshake by default
* Properly terminate SecureTransport connections when CA verification fails
* Don't emit an ``SNIMissingWarning`` when passing ``server_hostname=None``
  to SecureTransport
* Disabled requesting TLSv1.2 session tickets as they weren't being used by urllib3
* Suppress ``BrokenPipeError`` when writing request body after the server
  has closed the socket
* Wrap ``ssl.SSLError`` that can be raised from reading a socket (e.g. "bad MAC")
  into an ``urllib3.exceptions.SSLError``
2020-11-12 09:00:07 +00:00
adam
30a2ea1649 Updated databases/ldb, net/samba4 2020-11-12 06:39:16 +00:00
adam
1c2ef12a1c samba4: updated to 4.13.2
Changes since 4.13.1
--------------------
   * BUG 14486: s3: modules: vfs_glusterfs: Fix leak of char
     **lines onto mem_ctx on return.
   * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special.
   * BUG 14538: smb.conf.5: Add clarification how configuration changes
     reflected by Samba.
   * BUG 14552: daemons: Report status to systemd even when running in
     foreground.
   * BUG 14553: DNS Resolver: Support both dnspython before and after 2.0.0.
   * BUG 14486: s3-vfs_glusterfs: Refuse connection when write-behind xlator is
     present.
   * BUG 14487: provision: Add support for BIND 9.16.x.
   * BUG 14537: ctdb-common: Avoid aliasing errors during code optimization.
   * BUG 14541: libndr: Avoid assigning duplicate versions to symbols.
   * BUG 14522: docs: Fix default value of spoolss:architecture.
   * BUG 14388: winbind: Fix a memleak.
   * BUG 14531: s4:dsdb:acl_read: Implement "List Object" mode feature.
   * BUG 14486: docs-xml/manpages: Add warning about write-behind translator for
     vfs_glusterfs.
   * nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h.
   * BUG 14530: vfs_shadow_copy2: Avoid closing snapsdir twice.
   * BUG 14547: third_party: Update resolv_wrapper to version 1.1.7.
   * BUG 14550: examples:auth: Do not install example plugin.
   * BUG 14513: ctdb-recoverd: Drop unnecessary and broken code.
   * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special.

Changes since 4.13.0
--------------------
   * BUG 14434: CVE-2020-14318: s3: smbd: Ensure change notifies can't get set
     unless the directory handle is open for SEC_DIR_LIST.
   * BUG 12795: CVE-2020-14383: Remote crash after adding NS or MX records using
     'samba-tool'.
   * BUG 14472: CVE-2020-14383: Remote crash after adding MX records.
   * BUG 14436: CVE-2020-14323: winbind: Fix invalid lookupsids DoS.

4.31.0:
NEW FEATURES/CHANGES
====================

Python 3.6 or later required
----------------------------
Samba's minimum runtime requirement for python was raised to Python
3.5 with samba 4.12.  Samba 4.13 raises this minimum version to Python
3.6 both to access new features and because this is the oldest version
we test with in our CI infrastructure.

This is also the last release where it will be possible to build Samba
(just the file server) with Python versions 2.6 and 2.7.

As Python 2.7 has been End Of Life upstream since April 2020, Samba
is dropping ALL Python 2.x support in the NEXT release.

Samba 4.14 to be released in March 2021 will require Python 3.6 or
later to build.

wide links functionality
------------------------
For this release, the code implementing the insecure "wide links = yes"
functionality has been moved out of the core smbd code and into a separate
VFS module, vfs_widelinks. Currently this vfs module is implicitly loaded
by smbd as the last but one module before vfs_default if "wide links = yes"
is enabled on the share (note, the existing restrictions on enabling wide
links around the SMB1 "unix extensions" and the "allow insecure wide links"
parameters are still in force). The implicit loading was done to allow
existing users of "wide links = yes" to keep this functionality without
having to make a change to existing working smb.conf files.

Please note that the Samba developers recommend changing any Samba
installations that currently use "wide links = yes" to use bind mounts
as soon as possible, as "wide links = yes" is an inherently insecure
configuration which we would like to remove from Samba. Moving the
feature into a VFS module allows this to be done in a cleaner way
in future.

A future release to be determined will remove this implicit linkage,
causing administrators who need this functionality to have to explicitly
add the vfs_widelinks module into the "vfs objects =" parameter lists.
The release notes will be updated to note this change when it occurs.

NT4-like 'classic' Samba domain controllers
-------------------------------------------
Samba 4.13 deprecates Samba's original domain controller mode.

Sites using Samba as a Domain Controller should upgrade from the
NT4-like 'classic' Domain Controller to a Samba Active Directory DC
to ensure full operation with modern windows clients.

SMBv1 only protocol options deprecated
--------------------------------------
A number of smb.conf parameters for less-secure authentication methods
which are only possible over SMBv1 are deprecated in this release.
2020-11-12 06:37:18 +00:00
adam
d5d9faeb34 ldb: updated to 2.2.0
2.2.0:
Unknown changes
2020-11-12 06:26:57 +00:00
adam
09d7a265db Updated databases/openldap 2020-11-12 06:24:55 +00:00
gutteridge
29cae8ed2f musescore: set to a release build
This package uses both CMAKE_BUILD_TYPE and now MUSESCORE_BUILD_CONFIG
in different places to define its build type, so add the latter. (The
former doesn't seem relevant to us now, but leave it in just in case.)
2020-11-12 03:34:07 +00:00
gutteridge
59b53b150f samurai: fix SunOS build 2020-11-12 01:24:35 +00:00
gutteridge
ee69dc0102 file-roller: add missing tool depends (fix sandboxed builds) 2020-11-12 01:20:02 +00:00
wiz
813c79c0a1 firefox78: one INSTALLATION_DIRS line per dir
for easier syncing with other packages
2020-11-11 23:04:44 +00:00
nia
644621e76e firefox: Honor user's compiler choice again, don't require Python 2.
The python 2 dependency was seemingly removed in Firefox 78.0 so we
can remove those old hacks.

Firefox needs clang for some unknown part of the build process (rust
related?), even if building with GCC.

The previous solution in pkgsrc was to force the use of clang, because
pkgsrc provides cwrappers which provided gcc-as-clang, which broke
everything. Instead, override the clang wrapper with the actual clang
executable.

This means the majority of the build happens with GCC (or ccache, distcc,
whatever the user chooses, rather than overriding it with clang). Should help
sparc64, where clang doesn't work too well.

Full build tested on NetBSD/amd64.
2020-11-11 22:21:33 +00:00
markd
9ac06ac88b php73: Fix build with ICU 68
Untested - but since the same patches work for 72 and 74, assume they work
for 73.
2020-11-11 20:05:10 +00:00
markd
f567f42e6b php72: Fix build with ICU 68
From Jura Lutter's patches for php74.
2020-11-11 20:01:34 +00:00
nia
11c800fd31 doc: Updated meta-pkgs/gnome3 to 0.0.0.20201111 2020-11-11 19:24:23 +00:00
nia
ab65b276d1 gnome3: Needs accountsservice 2020-11-11 19:23:05 +00:00
nia
26f3585a46 firefox78: Honor user's compiler choice again, don't require Python 2.
The python 2 dependency was seemingly removed in Firefox 78.0 so we
can remove those old hacks.

Firefox needs clang for some unknown part of the build process (rust
related?), even if building with GCC.

The previous solution in pkgsrc was to force the use of clang, because
pkgsrc provides cwrappers which provided gcc-as-clang, which broke
everything. Instead, override the clang wrapper with the actual clang
executable.

This means the majority of the build happens with GCC (or ccache, distcc,
whatever the user chooses, rather than overriding it with clang). Should help
sparc64, where clang doesn't work too well.

Full build tested on NetBSD/amd64.
2020-11-11 19:10:05 +00:00
otis
fecfff9626 mutt: Fix build on platforms without u_int32_t 2020-11-11 18:57:15 +00:00
nia
191e955ae1 gnome-session: Needs msgfmt with --xml 2020-11-11 17:55:59 +00:00
jperkin
2574729ebe doc: Updated net/inetutils to 1.9.4nb3 2020-11-11 16:50:26 +00:00
jperkin
4f19debd92 inetutils: Fix path to cp(1) and setuid perms.
The path to the tools cp was being embedded in the grcp program.  Bump
PKGREVISION.
2020-11-11 16:50:17 +00:00
jperkin
d1ac6d1a19 doc: Updated net/tsocks to 1.8beta5nb4 2020-11-11 16:23:05 +00:00
jperkin
fe04f222f4 tsocks: Add support for Darwin.
Uses different variable names and .dylib instead of .so, taken from the
MacPorts version of this script.  Bump PKGREVISION.
2020-11-11 16:22:54 +00:00
ryoon
712f6c2117 firefox78: Fix build
mk/endian.mk included mk/compiler.mk and PKG_CC and PKG_CXX were
effective.
Now mk/endian.mk has been removed and include mk/compiler.mk
explicitly to use clang only.
2020-11-11 16:13:51 +00:00
jmcneill
23d35b2efd Add missing textproc/enca dependency and use "shasum -a 256" instead of
"sha256" on NetBSD for compatibility with 9.x
2020-11-11 15:47:50 +00:00
ryoon
2768c50918 firefox: Fix build
mk/endian.mk includes mk/compiler.mk and PKG_CC and PKG_CXX were
effective.
Now mk/endian.mk has been removed and include mk/compiler.mk
explicitly to use clang only.

Reported by martin@ on tech-pkg@.
2020-11-11 15:30:46 +00:00
nia
38cd4461d9 libhandy: fix buildlink3.mk 2020-11-11 14:39:44 +00:00
nia
7f02f78e14 gnome-font-viewer: Needs msgfmt --xml 2020-11-11 14:28:55 +00:00
nia
cba8e7192f file-roller: Needs msgfmt features NetBSD doesn't provide 2020-11-11 14:27:25 +00:00
nia
fda631ae0c gnome-tracker: Needs vala 2020-11-11 14:26:32 +00:00
gdt
a1bbdda654 doc: Updated databases/guile-pg to 0.48 2020-11-11 14:25:29 +00:00
gdt
a627d39feb databases/guile-pg: Update to 0.48
pkgsrc: changes: re-enable .la

There are some test issues, but it seems better to move to 0.48 than
stay at 0.47.  If you are a pkgsrc user of guile-pg and disagree,
please speak up (and help test/fix!).


- 0.48 | 2020-10-26

  - installation by default deletes the .la files

    See README re "SOFIXFLAGS".

  - configuration changes

    - configure script tries to use pkg-config(1)

      The configure script now tries to use pkg-config(1) to determine
      directory values for the ‘-I’ and ‘-L’ compiler switches.  The
      standard way is still supported (see README).

    - configure-time ‘INITDB’ specification

      For "make check", you can specify to the configure script the
      initdb(1) program to use with option ‘INITDB=/path/to/initdb’.
      For example:

       ./configure INITDB=/usr/lib/postgresql/9.4/bin/initdb

      This saves the value of ‘INITDB’ so you don't need to specify it
      manually for each "make check" invocation (see README).

  - builtin array variant types now have prefix-asterisk names

    Previously, the builtin array variant types had names that end
    in "[]" (i.e., one or more pairs of square braces).  These now
    have prefix-asterisk names.

     (was)              (now)
     text[]             *text
     text[][]           **text
     int4[]             *int4
     aclitem[]          *aclitem

    Furthermore, old-style names are no longer supported.  This is
    concomitant w/ dropping of ‘define-db-col-type-array-variant’
    (see below).

  - dropped items

    All these were announced in Guile-PG 0.47 (2015-02-23).

    - module ‘(database postgres-resdisp)’

    - proc ‘(database postgres) pg-lo-read’

    - procs in module ‘(database postgres-types)’

      - ‘dbcoltypes’

      - ‘dbcoltype-lookup’

      - ‘dbcoltype:stringifier’

      - ‘dbcoltype:default’

      - ‘dbcoltype:objectifier’

      - ‘define-db-col-type-array-variant’
2020-11-11 14:25:22 +00:00
gson
40457e7405 Updated misc/py-anita to 2.8 2020-11-11 12:26:06 +00:00
gson
32c9efb5f2 misc/py-anita: update to 2.8
Changes from 2.7:

Preemeptively support sysinst requesting entropy as a single line.

Fix bug in 2.7 that caused the provision of entropy to the installer
to fail when running under Python 3.

Omit ",cdrom" when passing a CD-ROM device to a Xen PV domain because
doing so will cause NetBSD/Xen to ignore device since xenbus_probe.c
1.51.
2020-11-11 12:24:52 +00:00
tm
1c740a904b doc: Updated databases/phpmyadmin to 4.9.7 2020-11-11 11:58:31 +00:00
tm
60cd4f6fc1 phpmyadmin: update to 4.9.7
4.9.7 (2020-10-15)
- issue #16397 Fix compatibility problems with older PHP versions (also issue #16399)
- issue #16396 Fix broken two-factor authentication

4.9.6 (2020-10-09)
- issue        [security] Fix XSS vulnerability with the transformation feature (PMASA-2020-5)
- issue        [security] Fix SQL injection vulnerability with search feature (PMASA-2020-6)
2020-11-11 11:56:14 +00:00
nia
0b270dfabd firefox52: Make PaX MPROTECT safe on NetBSD. Bump PKGREVISION.
This little bit of extra security is pretty critical when using this
older Firefox release.
2020-11-11 11:15:38 +00:00
nia
f1953398aa firefox52: clean up some pkglint problems. 2020-11-11 11:11:30 +00:00
mef
9ec8dc7d46 (devel/gnustep-base) revert some recent changes by pkglint -F 2020-11-11 11:03:11 +00:00
mef
c801209e38 (devel/gnustep-base) Adhoc build fix for icu-68, pkglint -F 2020-11-11 10:45:52 +00:00
nia
27260e9489 firefox52: Adapt to firefox68 wording 2020-11-11 10:26:49 +00:00
nia
20adb354d1 firefox68: Clean up pkglint problems.
While here, note why this package is kept around.
2020-11-11 10:21:34 +00:00
leot
d320d45f2f gh: Remove an extra comment so distinfo still matches
termenv 0.7.1 or newer is probably not helpful for just NetBSD but for
everything else that is not Linux and Darwin.
2020-11-11 10:20:43 +00:00
nia
7426451daa firefox78: Clean up some problems identified by pkglint.
Most of these PLIST variables are no longer used.
2020-11-11 10:13:29 +00:00
nia
ee2438f6b5 firefox: Clean up some problems identified by pkglint.
Most of these PLIST variables are no longer used.
2020-11-11 10:11:21 +00:00
nia
e79bbd5cf0 doc: Removed lang/spidermonkey52 2020-11-11 09:52:37 +00:00
nia
af69c6fe96 Remove spidermonkey52 - it's no longer used. 2020-11-11 09:52:00 +00:00
nia
0d650e3ac1 ftp.gnu.org redirects to https. 2020-11-11 09:26:32 +00:00
adam
ae1a4145fd openldap: updated to 2.4.56
OpenLDAP 2.4.56
Fixed slapd to remove assert in certificateListValidate
Fixed slapd to remove assert in csnNormalize23
Fixed slapd to better parse ldapi listener URIs
2020-11-11 09:22:26 +00:00