151017 Commits

Author SHA1 Message Date
cwen
2e32c1056f xtermset: fix two issues about dealing with configuration files
- Fix array bounds that caused a segfault while storing the config file
- Ensure that we hit EOF while storing/loading the config file on
unsigned char archs (powerpc, arm)

Wording hint and OK tb@
2020-10-13 15:10:39 +00:00
fcambus
9c74f2bae2 Update calcurse to 4.7.0. 2020-10-13 14:02:36 +00:00
sthen
80827ca057 update to OpenLDAP 2.4.54 2020-10-13 13:50:15 +00:00
abieber
0251c0e84b Update to v0.27.0, remove myself as maintainer.
Original diff from Denis Fondras <openbsd at ledeuns dot net>.

Thanks Denis!
2020-10-13 13:38:07 +00:00
sthen
c5ba6ad6fb fix python upgrade path from 6.7+stable-packages to -current, thanks to
James Cook for the report.
2020-10-13 12:41:03 +00:00
tb
cfa0027f97 update to tlsfuzzer 20201013 2020-10-13 12:34:26 +00:00
otto
4c1836a2f6 Update to PowerDNS Recursor 4.3.5 fixing
https://docs.powerdns.com/recursor/security-advisories/powerdns-advisory-2020-07.html
2020-10-13 12:13:29 +00:00
sthen
83047ca327 unifi 6.0.27 now public, add BUILD_V 2020-10-13 12:09:14 +00:00
ajacoutot
b95ae9a62e Update to libpwquality-1.4.4. 2020-10-13 11:48:42 +00:00
sthen
f16842e890 update to apache-tomcat-9.0.39 2020-10-13 10:26:34 +00:00
sthen
8344ef897a update to apache-tomcat-8.5.59 2020-10-13 10:26:28 +00:00
sthen
ef7956c4e2 update to apache-tomcat-7.0.106 2020-10-13 10:26:21 +00:00
sthen
352a6d5977 update to dhcpcd-9.3.1 2020-10-13 10:16:02 +00:00
bentley
a33b030a91 Removed wrong patch. 2020-10-13 09:30:05 +00:00
ajacoutot
9b7f7d1bc8 Update to osinfo-db-20201011. 2020-10-13 09:25:31 +00:00
bentley
8d25b1e274 Update to gnuradio-3.8.2.0. Drop maintainership.
Some notable changes to the package with this release:
 - move from Qt4 to Qt5
 - move from Python 2 to Python 3
 - drop dependency on py-gtk2

ok (and testing and much prodding from) rsadowski@
2020-10-13 09:04:51 +00:00
landry
515f7abb2c Bugfix update to firefox 81.0.2.
See https://www.mozilla.org/en-US/firefox/81.0.2/releasenotes/
Fixes a regression on twitter about 'network protocol violation'
(https://bugzilla.mozilla.org/show_bug.cgi?id=1665368)

note that 82.0 is due next tuesday.
2020-10-13 06:59:01 +00:00
daniel
9b8e165000 Update py-scipy to 1.5.2 which is now python3-only.
tweaks and ok bket@
2020-10-12 22:04:32 +00:00
daniel
91fed9e036 Update to py-pandas 1.1.3
ok bket@
2020-10-12 21:59:54 +00:00
daniel
95f5fbdb8d +py-pybind11,python3 2020-10-12 21:34:41 +00:00
daniel
e43c134bb3 import pybind11, needed for scipy updates.
ok bket@

Information for inst:py3-pybind11-2.5.0

Comment:
headers for interoperability between C++ and Python

Description:
pybind11 is a lightweight header-only library that exposes C++ types
in Python and vice versa, mainly to create Python bindings of
existing C++ code. Its goals and syntax are similar to the excellent
boost library.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://pypi.python.org/pypi/pybind11
2020-10-12 21:29:58 +00:00
naddy
99e769b34b update to 3.5: miscellaneous bug fixes 2020-10-12 17:37:56 +00:00
naddy
33c2a0ea6d Update to 5.3. Notable improvement:
- With --stateflags the state of some things is shown in the title bar.
2020-10-12 15:13:48 +00:00
cwen
afad673d66 xstatbar: parse properly options on archs where char is unsigned by
default (arm, powerpc)

Style hint and OK tb@
2020-10-12 10:41:35 +00:00
cwen
5d6517c66f osd_clock: fix an infinite loop on unsigned char archs (arm*, powerpc)
OK tb@
2020-10-12 10:18:56 +00:00
feinerer
f7483662c9 Update to HDF5 1.10.7 2020-10-12 06:56:07 +00:00
rsadowski
2e0bf9b38c Update jenkins to 2.260 2020-10-12 05:23:39 +00:00
rsadowski
bc7f6f7897 Update font-awesome to 5.15.1 2020-10-12 05:15:59 +00:00
daniel
7954ea3e0e Update to acpica 20200925
tested on amd64 by myself and compiled on sparc64 by kn@
2020-10-11 21:10:15 +00:00
daniel
1a91636210 kiwisolver needs cppy to build
build breakage reported by ajacoutot@
2020-10-11 19:37:30 +00:00
daniel
3cb732a71c +py-cppy,python3 2020-10-11 19:31:56 +00:00
daniel
ed50a52023 import py-cppy
Found by ajacoutot@ to be needed by the recent py-kiwisolver update.

ok bket@
2020-10-11 19:28:13 +00:00
landry
33a11e2ea0 Drop two more useless USE_LIBTOOL=Yes 2020-10-11 17:56:15 +00:00
landry
c6f43df485 Drop useless USE_LIBTOOL=Yes, as that's the default value set in bsd.port.mk 2020-10-11 17:55:17 +00:00
juanfra
d98e139d90 Move MASTER_SITES to https. Suggested by tj@. 2020-10-11 17:40:55 +00:00
landry
ebbb7d6597 Fix thunderbird langpacks by installing them in the proper directory (eg
/usr/local/lib/thunderbird/distribution/extensions).

Issue reported by Joel Carnat, thanks !
2020-10-11 17:35:33 +00:00
landry
e5f37c0e0e Fix WANTLIB-main after spatialite update (ie add minizip & rttopo) 2020-10-11 16:42:30 +00:00
landry
7c87ed6ada Actually remove:
- spatialite_gis
- librewms
- librasterlite
- libgaiagraphics
2020-10-11 16:41:12 +00:00
landry
09210518da Register spatialite_gis, librewms, libgaiagraphics & librasterlite removal 2020-10-11 16:40:04 +00:00
landry
5c629426a4 Link virtualpg to the build, and unlink spatialite_gis, librewms (both
dead upstream and superseded by spatialite_gui), libgaiagraphics &
librasterlite (dead upstream, now unused and superseded by librasterlite2)
2020-10-11 16:39:30 +00:00
landry
5309260a5b Update to spatialite_gui-2.1.0beta1.
Depends on libspatialite 5.0.0, librasterlite2 1.1.0beta1 and the newly
imported virtualpg.

Disable libxlsxwriter support as we dont have a port (yet?) for
https://libxlsxwriter.github.io/.
2020-10-11 16:37:53 +00:00
landry
204e5af924 Drop -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 from CONFIGURE_ENV, not needed anymore since spatialite now properly supports proj 6 API 2020-10-11 16:34:56 +00:00
landry
3147e0aea6 Update to librasterlite2 1.1.0beta1.
Adds dependencies on geo/librttopo, archivers/minizip & graphics/openjp2
for proper JPEG2000 support.
2020-10-11 16:34:03 +00:00
landry
7477f32b99 Update to spatialite-tools 5.0.0 2020-10-11 16:31:00 +00:00
landry
bd7c9ee9a3 Update to libspatialite 5.0.0.
Add dependency on archivers/minizip & geo/librttopo.

Now supports proj6 API since
https://www.gaia-gis.it/fossil/libspatialite/info/6eabdf0e6d3520a7
2020-10-11 16:30:30 +00:00
landry
874bd97003 Sync WANTLIB after curl dependency addition to devel/proj (could be a good candidate for libset feature..) 2020-10-11 16:26:51 +00:00
landry
a95f4913dc Major update to proj 7.1.1.
- Add curl and tiff dependencies, now that proj can read datum grids
  from remote cloud-optimized geotiffs (cf https://proj.org/usage/network.html)
- Add a README explaining how to access or sync datum grids from the CDN
  (disabled by default)

all consumers had been fixed/adapted beforehands, the last annoying one
was spatialite but it's going to be updated right now.
2020-10-11 16:25:26 +00:00
landry
9554546d05 Import virtualpg 2.0.0.
virtualpg is a dynamic extension for the SQLite DBMS. it implements the
VirtualPostgres driver, allowing to directly exchange data between
SQLite and PostgreSQL; if SpatiaLite is available even PostGIS
geometries can be exchanged from one Spatial DBMS to the other.

New requirement for an upcoming spatialite_gui update.

ok solene@
2020-10-11 16:20:47 +00:00
landry
4d1202ed5e +librttopo 2020-10-11 16:11:47 +00:00
landry
ef11de45d8 Import librttopo 1.1.0.
The RT Topology Library exposes an API to create and manage standard
(ISO 13249 aka SQL/MM) topologies using user-provided data stores.

The code is derived from PostGIS liblwgeom library enhanced to provide
thread-safety, have less dependencies and be independent from PostGIS release
cycles.

New requirement for upcoming geo/spatialite update

ok solene@
2020-10-11 16:11:15 +00:00