139541 Commits

Author SHA1 Message Date
landry
1249223f27 Update to QGIS 3.8.1. 2019-07-24 08:51:05 +00:00
landry
f977fd3b31 Update to py-qscintilla 2.11.1, from Caspar Schutijser, thanks !
Enforces dependency on the matching qscintilla version.
2019-07-24 08:50:19 +00:00
landry
e526a2a38e Update to qscintilla 2.11.1, from Caspar Schutijser, thanks ! 2019-07-24 08:49:43 +00:00
kirby
cc37ba54a2 Update to viking-1.7.
This update brings support of newer gpsd API.
OK landry@ (maintainer)
2019-07-24 06:51:40 +00:00
lteo
dae5f1c7c4 Update to Snort 2.9.14.
Also link libsf_appid_preproc.so against libc++abi so that luajit can access
libunwind symbols, and regen patches and WANTLIB.

tested by abieber@
ok abieber@, Markus Lude (maintainer)
2019-07-24 02:15:57 +00:00
naddy
106ab15aa0 Fix the Ada build now that realpath(3) conforms to POSIX and returns
an error if the last component of the path does not exist.

This is a bug in libgnat.  The System.File_IO.Open function calls
full_name -> __gnat_full_name -> realpath on files that have not
yet been created.  The Linux realpath was considered lacking, so a
different approach is used there.  We now remove OpenBSD from the
#ifdef of operating systems supporting realpath and follow the Linux
code path.

New Ada bootstraps are required.

ok sthen@ pascal@
2019-07-23 21:17:47 +00:00
kn
7614d44d99 Remove hardcoded optimizations 2019-07-23 19:56:50 +00:00
kn
f1274de1cd Comment the patch 2019-07-23 19:51:08 +00:00
kn
537892c6ae Set COMPILER
It uses -std=c++11, fix space nit while here.
2019-07-23 19:50:03 +00:00
jasper
7cacd39f5e +angrop 2019-07-23 19:27:40 +00:00
jasper
fd83bb3b8d +angr 2019-07-23 19:25:30 +00:00
jasper
f60405f947 import angrop-8.19.4.5
angrop is a tool to automatically generate ROP chains.

It is built on top of angr's symbolic execution engine, and uses constraint
solving for generating chains and understanding the effects of gadgets.

angrop should support all the architectures supported by angr, although more
testing needs to be done.

Typically, it can generate rop chains (especially long chains) faster than
humans.

It includes functions to generate chains which are commonly used in exploitation
and CTF's, such as setting registers, and calling functions.

join work with and ok kn@
2019-07-23 19:24:59 +00:00
jasper
29511e6dc8 import angr-8.19.4.5 and supporting libraries
angr is a suite of Python 3 libraries that let you load a binary
and do a lot of cool things to it:

- Disassembly and intermediate-representation lifting
- Program instrumentation
- Symbolic execution
- Control-flow analysis
- Data-dependency analysis
- Value-set analysis (VSA)
- Decompilation

join work with and ok kn@
rough edges will be handled in-tree
2019-07-23 19:22:21 +00:00
bcallah
da3fc3b943 Bugfix update to feh-3.2.1
Changelog: https://feh.finalrewind.org/archive/3.2.1/
2019-07-23 14:22:00 +00:00
ajacoutot
18882c5eff Update to spidermonkey-60.8.0.
ok jasper@ (maintainer)
2019-07-23 12:58:22 +00:00
kurt
b0fdb9e3f3 Update to 11.0.4+11:
* Contains many upstream bug fixes and security fixes which can be mined
  from the release notes here:

  https://adoptopenjdk.net/release_notes.html

* Remove patches merged into bsd-port upstream
* Add corrections for issues that didn't make the bsd-port release
2019-07-23 11:55:42 +00:00
sthen
7492fa4421 fix IRC protocol parsing in icbirc, from Matthew Martin, ok semarie@ 2019-07-23 09:58:42 +00:00
lteo
4d82db7012 Take maintainership; ok rpointel@
Add a comment that ST4-${ST4_VER}.jar is only needed during build for antlr;
it is not needed at runtime and therefore does not need to be packed.
2019-07-23 02:52:58 +00:00
lteo
e6545fccae Build and pack native components so that Ghidra can decompile programs on
OpenBSD.  This is based on a pull request from Jeremy O'Brien at
https://github.com/NationalSecurityAgency/ghidra/pull/490 and the Ghidra
build guide at
https://github.com/NationalSecurityAgency/ghidra/blob/master/DevGuide.md .

In addition, I have made these changes to make Ghidra work better as an OpenBSD
port:

1. I removed the explicit check for Gradle 5.0 because I was able to build
   Ghidra with latest versions of Gradle.  At the time of commit, our
   java/gradle port is 5.5.1 which is the latest version of Gradle.

2. By default, the Ghidra build process tries to fetch dependent files on demand
   while building.  This will cause the build to fail if the port is built using
   the _pbuild user.  To fix this, I made the port fetch all the dependent .jar
   files prior to building.  I also used gradle's --offline flag which
   explicitly tells gradle to "Execute the build without accessing network
   resources".

3. To prevent the build process from touching $HOME, I made gradle use
   ${WRKDIR}/gradle as its home and also modified GHelpBuilder.java
   (the program that builds help files during build) to log to ${WRKDIR}
   instead of $HOME/.ghidra.

4. One of the Gradle scripts (ip.gradle) scans the Ghidra source tree so
   I had to explicitly tell it to exclude *.orig and *.beforesubst.

help from bentley@ and Jeremy O'Brien
ok bentley@ rpointel@ (maintainer)
2019-07-23 02:09:20 +00:00
kurt
f31adb89db Update to u222:
* Contains many upstream bug fixes and security fixes which can be mined
  from u212-u222 release notes here:

  https://adoptopenjdk.net/release_notes.html

* Removed patches merged upstream
2019-07-22 23:15:39 +00:00
ajacoutot
664299e149 Missing BDEP on devel/gettext,-tools.
/bin/sh: /usr/local/bin/xgettext: not found
2019-07-22 16:13:08 +00:00
robert
d9fe30a4b1 update to 8.7.82.59 2019-07-22 16:10:27 +00:00
kmos
1ea2ab3bfb Update www/py-mako to 1.0.14
Switched test runner from py-nose to py-test. Updated dependencies
to reflect new version.

Tweak and ok sthen@
2019-07-22 13:08:18 +00:00
kmos
b2e7a78dba Update devel/py-fasteners to 0.15
Added a missing TEST_DEPENDS on devel/py-pbr

Patched to use built-in time.monotonic rather than py-monotonic for
the python3 flavor. A pull request has been made with upstream to
integrate this change.

ok sthen@
2019-07-22 13:00:01 +00:00
kmos
b3b9bec518 Update MarkupSafe to version 1.1.1
"Fix segfault when __html__ method raises an exception when using the C
speedups. The exception is now propagated correctly. (#109)"

ok sthen@
2019-07-22 12:55:10 +00:00
kmos
c69187e217 Update net/py-idna 2.5 -> 2.8
Bring py-idna current.

Updates the code to Unicode 11.0.0 and provides other fixes. All tests pass
for both python2 and python3 on amd64.

OK sthen@
2019-07-22 12:51:59 +00:00
pvk
c2a9d96c70 Update py-pygments 2.1.3 -> 2.4.2
Changelog: http://pygments.org/docs/changelog/
ok sthen@
2019-07-22 11:21:08 +00:00
ajacoutot
debd041ac0 Update to x264-20190720.
from Brad (maintainer)
2019-07-22 06:56:33 +00:00
ajacoutot
df4a7c8b59 Update to libass-0.14.0.
from Brad (maintainer)
2019-07-22 06:55:41 +00:00
espie
935e9f2b7c cleaner way to deal with paths, no functional change 2019-07-21 11:10:23 +00:00
jasper
ad216a3ee5 update to i3lock-2.12 2019-07-21 10:26:40 +00:00
landry
705d7ba72c Update to xfce4-cpugraph 1.1.0 2019-07-21 09:40:10 +00:00
landry
7cedc58345 Update to xfce4-terminal 0.8.8 2019-07-21 09:38:46 +00:00
landry
825ef2e594 Update to xfce4-screensaver 0.1.6 2019-07-21 09:33:14 +00:00
landry
e2a5343ebe Update to xfce4-power-manager 1.6.3 2019-07-21 09:32:37 +00:00
landry
f001ea9ff2 Update to xfmpc 0.3.0 2019-07-21 09:31:30 +00:00
landry
79e7d031b4 Update to garcon 0.6.3. 2019-07-21 09:30:56 +00:00
landry
cdb9138639 Update to tumbler 0.2.5 2019-07-21 09:30:43 +00:00
landry
e57626aca5 Update to testdisk 7.1 2019-07-21 09:30:14 +00:00
bcallah
4c07309e97 Bugfix update to dhex-0.69
ok kmos@
2019-07-21 04:37:46 +00:00
bcallah
6118408836 Mark gbc BROKEN-sparc64. This has never built on sparc64. It fails with a
Bus error during build. Changing -O levels did nothing. Changing to egcc
did nothing. If you need an alternative bc/dc on sparc64, there's ebc.

Thanks to kmos@ for testing with me.
2019-07-21 04:12:10 +00:00
jturner
47697b83fd Update mu to 1.2.0 and add Stefan as maintainer. Diff from Stefan Hagen
<sh+ports at codevoid dot de> with comments and ok from sthen@.
2019-07-21 00:10:04 +00:00
espie
70d0d70b25 fix sqlports, bump to make sure 2019-07-20 23:12:47 +00:00
kmos
1ac0cf026b Update www/py-yarl 1.0.0 -> 1.3.0
Updated to most recent version. All regression tests pass on amd64.
It's sole consumer www/py-aiohttp doesn't have working regression
tests but its two consumers pass all regression tests with this
new version.

OK jung@ (maintainer) sthen@
2019-07-20 21:58:33 +00:00
kmos
915696f9c2 Update textproc/py-xmltodict 0.11.0 -> 0.12.0
Has numerous small fixes, most don't affect us. One of them is to
"add support for Python 3.7" but the old version worked fine for us.

OK jung@ (maintainer) sthen@
2019-07-20 21:52:47 +00:00
sthen
05926b119d No need to patch Makefile.am to remove doxygen; it is unused unless "make html"
is run. This means autoconf+automake are no longer needed. ok kmos@ tb@
2019-07-20 21:45:04 +00:00
sthen
db56303280 update to protobuf-c 1.3.2, from maintainer Jonathon Sisson 2019-07-20 17:44:50 +00:00
naddy
89038a58c6 remove xz dependency for autopoint again; this is a generic gettext-tools
dependency that has been added there
2019-07-20 16:31:07 +00:00
naddy
854be27cbd the autopoint tool requires xz 2019-07-20 15:46:48 +00:00
naddy
12b63ef6b1 maintenance update to 19.07 2019-07-20 14:42:25 +00:00