aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* graphics/maim: Update to 5.6.3Mateusz Piotrowski2020-04-142-6/+5
| | | | Notes: svn path=/head/; revision=531732
* - Update to 2.231Li-Wen Hsu2020-04-142-4/+4
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=531730
* security/zeek: Update to 3.0.4 and address a remote crash vulnerability:Craig Leres2020-04-142-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/zeek/zeek/blob/e059d4ec2e689b3c8942f4aa08b272f24ed3f612/NEWS - Fix stack overflow in POP3 analyzer. An attacker can crash Zeek remotely via crafted packet sequence. Other fixes: - Fix use-after-free in Zeek lambda functions with uninitialized locals - Fix buffer overflow due to tables/records created at parse-time not rebuilt on record redef - Fix SMB NegotiateContextList parsing - Fix binpac flowbuffer frame length parsing doing too much bounds checking - Fix parsing ERSPAN III optional sub-header - Fix bug in intel indicator normalization - Fix connection duration thresholding - Fix X509Common.h header include for external plugins - Fix incorrect targeting of node-specific Broker/Cluster messages MFH: 2020Q2 Notes: svn path=/head/; revision=531729
* security/vuxml: Mark zeek < 3.0.4 as vulnerable as per:Craig Leres2020-04-141-0/+30
| | | | | | | | | | https://github.com/zeek/zeek/blob/e059d4ec2e689b3c8942f4aa08b272f24ed3f612/NEWS An attacker can crash Zeek remotely via crafted packet sequence via a stack overflow in POP3 analyzer. Notes: svn path=/head/; revision=531728
* mail/mailman: update to 2.1.30 - bug fix (incl. data loss)Matthias Andree2020-04-147-1754/+1921
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream changelog: https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/NEWS#L6 Note that upstream means 2.1.30 to be the final 2.x release, because it relies on Python 2.x which is EOL upstream. ! MAJOR DATA LOSS FIX, rename all templates/* files to .sample, ! and list them as a @sample in pkg-plist, because they can be edited ! through the web server, and an upgrade should not stomp over edited files. * rearrange makefile a bit (portlint, portfmt) * update and upload new htdig patch * expose NLS port option to pkg-install script to avoid failure * patch upstream bin/check_perms script to not complain about tightened- up messages/ and mailmanprefix (${PREFIX}/mailman) permissions that we set to 0755 instead of 02775. Mailman should not need to write outside designated directories or create new top-level directories in its install. * fix a typo in the German (mailman.po) translation * tweak pkg-install to: - leave ${PREFIX}/mailman permissions alone and not set them to 02775 - fix up non-moved .sample files if pkg-install is run with -I - create a copy of mm_cfg.py from mm_cfg.py.dist if missing (-I) - create a newsyslog.conf.d/mailman.conf if missing, from examples/mailman.newsyslog.sample if installed (-I) - not attempt to fix messages/ (translations) permissions if the NLS port option is disabled * tweak pkg-plist so that the proper permissions and groups are set by default already * clean up pkg-message, thanks to bapt@ for pointing out that a missing type: means "install or upgrade". MFH: 2020Q2 (@samples is an important fix against data loss on update) Notes: svn path=/head/; revision=531727
* science/qiskit-aer: Update 0.4.1 -> 0.5.0Yuri Victorovich2020-04-142-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531726
* multimedia/obs-studio: Update 25.0.5 -> 25.0.6Yuri Victorovich2020-04-142-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531724
* math/suitesparse: fix build on powerpc64 elfv1Piotr Kubaj2020-04-141-0/+2
| | | | | | | | After last update, compiler:openmpi comes before compiler:c++11-lang. This effectively overrides compiler:c++11-lang and causes base GCC to be used. compiler:openmpi could probably be dropped, now that all supported FreeBSD versions have compiler that supports OpenMP (either GCC or Clang), but this would mean that Clang architectures would switch from GCC to Clang for this port, so it would have to be separately tested by the maintainer. Notes: svn path=/head/; revision=531723
* Update 3.12.0 --> 3.12.4Cy Schubert2020-04-145-9/+10
| | | | Notes: svn path=/head/; revision=531722
* Update 3.15.0 --> 3.15.1Cy Schubert2020-04-144-8/+8
| | | | Notes: svn path=/head/; revision=531721
* Update to the latest cfengine commits on github.Cy Schubert2020-04-144-13/+13
| | | | Notes: svn path=/head/; revision=531720
* Update to the latest MIT KRB5 commits on github.Cy Schubert2020-04-142-5/+5
| | | | Notes: svn path=/head/; revision=531719
* Update 1.18 --> 1.18.1Cy Schubert2020-04-142-4/+4
| | | | Notes: svn path=/head/; revision=531718
* x11/libX11: Bump portrevisionNiclas Zeising2020-04-141-0/+1
| | | | | | | | | | | | Bump portrevision of x11/libX11 after updating x11/xorgproto in r531716. This is needed in order to silence the harmless "Could not resolve keysym XF86FullScreen" message that can be printed on xorg-server start. PR: 245384 Reported by: alt2600@icloud.com Notes: svn path=/head/; revision=531717
* x11/xorgproto: Update to 2020.1Niclas Zeising2020-04-143-4/+5
| | | | | | | | | | | | | | | | | | Update x11/xorgproto to 2020.1 Adds a DPMSNotify event Adds XF86XK_FullScreen keysym This update is needed to silence the harmless "Could not resolve keysym XF86FullScreen" message that can be printed on xorg-server start. [1] Complete changelog: https://lists.x.org/archives/xorg-announce/2020-April/003042.html PR: 245384 [1] Reported by: alt2600@icloud.com [1] Notes: svn path=/head/; revision=531716
* devel/git: Update to 2.26.1Renato Botelho2020-04-143-8/+9
| | | | | | | | | MFH: 2020Q2 Security: CVE-2020-5260 Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=531715
* net/liveMedia: update to 2020.04.12Tobias C. Berner2020-04-142-4/+4
| | | | | | | | | | 2020.04.12: - Updated "config.linux-with-shared-libraries" (and "liveMedia/Makefile.tail") to ensure that "libssl" and "libcrypto" are linked when "libliveMedia" is built. (Thanks to Felix Kaechele for reporting this.) Notes: svn path=/head/; revision=531712
* security/zeek: Fix typo in the rc.d scriptCraig Leres2020-04-142-1/+3
| | | | | | | | | | | (From the PR) "bro_stop" should say "zeek_stop" instead. PR: 245612 Reported by: bugs@codejammer.se MFH: 2020Q2 Notes: svn path=/head/; revision=531711
* New port: audio/pianobooster: MIDI file player that teaches how to play the ↵Yuri Victorovich2020-04-147-0/+130
| | | | | | | piano Notes: svn path=/head/; revision=531710
* devel/py-Js2Py: update to 0.70Tobias C. Berner2020-04-142-4/+4
| | | | Notes: svn path=/head/; revision=531709
* graphics/waifu2x-ncnn-vulkan: update to 20200414Jan Beich2020-04-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | Previous version stopped building after r531698: src/waifu2x.cpp:123:34: error: no matching member function for call to 'create' waifu2x_preproc->create(waifu2x_preproc_tta_int8s_spv_data, sizeof(waifu2x_preproc_tta_int8s_spv_data), "waifu2x_preproc_tta_int8s", specializations, 9, 9); ~~~~~~~~~~~~~~~~~^~~~~~ /usr/local/include/ncnn/pipeline.h:44:9: note: candidate function not viable: requires 4 arguments, but 6 were provided int create(VkShaderModule shader_module, const std::vector<vk_specialization_type>& specializations, int binding_count, int push_constant_count); ^ /usr/local/include/ncnn/pipeline.h:40:9: note: candidate function not viable: requires 3 arguments, but 6 were provided int create(const uint32_t* spv_data, size_t spv_data_size, const std::vector<vk_specialization_type>& specializations); ^ /usr/local/include/ncnn/pipeline.h:42:9: note: candidate function not viable: requires 3 arguments, but 6 were provided int create(int shader_type_index, const Option& opt, const std::vector<vk_specialization_type>& specializations); ^ Changes: https://github.com/nihui/waifu2x-ncnn-vulkan/compare/20200224...20200414 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=531708
* graphics/waifu2x-ncnn-vulkan: Fix indexYuri Victorovich2020-04-141-1/+1
| | | | Notes: svn path=/head/; revision=531707
* Correct typo in pkg-message.Michael Gmelin2020-04-141-2/+2
| | | | | | | | | | Accidentally documented fahclient_donor as fahclient_user, which has a different meaning. PR: 245506 Notes: svn path=/head/; revision=531706
* devel/qt5-core: add upstream patch to fix grpahics/krita at runtimeTobias C. Berner2020-04-142-0/+110
| | | | | | | | | | Qt5-5.14.2 introduced a regression which lead to krita deadlocking on start. [1] https://bugreports.qt.io/browse/QTBUG-83207 [2] https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.14&id=276fa8383a7535765be7182883ef4aade17ce013 Notes: svn path=/head/; revision=531705
* Delete unused audio/lua51-mpd after r531700Tobias Kortkamp2020-04-144-43/+0
| | | | Notes: svn path=/head/; revision=531704
* security/libtasn1: update to 4.16.0Roman Bogorodskiy2020-04-143-6/+6
| | | | Notes: svn path=/head/; revision=531703
* devel/qt5: adjust extra patch used with base GCCPiotr Kubaj2020-04-141-6/+6
| | | | | | | This allows devel/qt5-qmake to build on powerpc64 12.1-RELEASE. Notes: svn path=/head/; revision=531702
* Improve startup script, join "Team FreeBSD" by defaultMichael Gmelin2020-04-143-11/+85
| | | | | | | | PR: 245506 Approved by: 0mp (maintainer) Notes: svn path=/head/; revision=531701
* USES=lua gained flavors.Mathieu Arnold2020-04-1486-340/+420
| | | | | | | | | | | | | | | | | | Ports using USES=lua:module or lua:flavors will be flavored. A range of supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ) for ports not supporting all lua versions. USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of flavored lua ports, in a similar way as PHP or Python flavors. PR: 245038 Submitted by: andrew tao11 riddles org uk Reviewed by: mat, kevans, russ haley gmail com Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D16494 Notes: svn path=/head/; revision=531700
* www/yarn: fix regression with global packagesLuca Pizzamiglio2020-04-142-0/+81
| | | | | | | | | | | Add a patch to fix global packages upgrade PR: 245425 Submitted by: madpilot@ Obtained from: https://github.com/yarnpkg/yarn/issues/4884 Notes: svn path=/head/; revision=531699
* science/ncnn: Move to misc/ncnn; Update 20200226 -> 20200413Yuri Victorovich2020-04-148-6/+9
| | | | | | | Reported by: portscout (update) Notes: svn path=/head/; revision=531698
* net/kdenetwork: readd kopete as an optionTobias C. Berner2020-04-141-2/+6
| | | | | | | | PR: 245615 Reported by: tigersharke@gmail.com Notes: svn path=/head/; revision=531697
* textproc/py-gensim: Update 3.8.1 -> 3.8.2Yuri Victorovich2020-04-142-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531696
* multimedia/qt5-multimedia: fix GSTREAMER=off plistTobias C. Berner2020-04-141-2/+2
| | | | | | | | PR: 245609 Reported by: rozhuk.im@gmail.com Notes: svn path=/head/; revision=531695
* Update nginx from 1.17.9 to 1.17.10.Sergey A. Osokin2020-04-142-7/+6
| | | | | | | | | | | | | | | Keep third-party modules knobs sorted, but DEVEL_KIT must be earlier cause ARRAYVAR depends on it, so partially revert back r531124. <ChangeLog> *) Feature: the "auth_delay" directive. </ChangeLog> Notes: svn path=/head/; revision=531694
* graphics/graphviz: fix build on powerpc64 elfv2Piotr Kubaj2020-04-141-1/+7
| | | | | | | Clang 10 SIGILL's during compilation of this port after upgrade to 2.44.0. Switch to GCC for the time being while this issue is being investigated. Notes: svn path=/head/; revision=531693
* www/py-django-assets: Update to 2.0Kai Knoblich2020-04-142-9/+8
| | | | | | | | | | | | | | | | | * Assign the port to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life. * Take maintainership. Changelog: https://github.com/miracle2k/django-assets/blob/2.0/CHANGES PR: 245547 Approved by: wg (maintainer) Notes: svn path=/head/; revision=531692
* lang/pypy{,3}: Update to 7.3.0Kyle Evans2020-04-1414-241/+532
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorder some variables (pet portlint) * Use ${LOCALBASE} instead of /usr/local (pet portlint) * Remove files/patch-rpython_rlib_rvmprof_src_shared_vmprof__unix.h (upstreamed) [1] * Remove files/patch-rpython_rlib_rvmprof_cintf.py (upstreamed) [2] * Add files/patch-lib__pypy___curses__build.py to fix ncurses detection * Add files/patch-lib__pypy___blake2___blake2__build.py to avoid creating a useless empty directory which would also depend on WRKDIR Changelog: * https://doc.pypy.org/en/latest/release-v7.3.0.html#changelog [1] https://bitbucket.org/pypy/pypy/commits/587bebd539604208eb416ccdeb05e841db74e0aa [2] https://bitbucket.org/pypy/pypy/commits/24a43b6a4d733b840b7ada958fbb3b129dc28103 QA: * portlint: OK (no new issues, fix some easy ones, rest for later cleanup) * testport: OK (poudriere: 12.1-R, amd64/i386, default options tested) * reverse dependencies build OK PR: 245124 Submitted by: nimaje+fbz bureaucracy.de Approved by: koobs (mentor) Approved by: python (koobs) Differential Revision: https://reviews.freebsd.org/D24261 Notes: svn path=/head/; revision=531691
* emulators/virtualbox-ose: Switch build to USES= compiler:c++14-langKyle Evans2020-04-143-7/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The runtime breakage that started occurring after the LLVM 7 -> 8 transition has been diagnosed with help from cem@, and the attached patch fixes it. The problem ended up being that tail-call optimization was being applied to this function (which should probably be written in assembly instead) and moving the tail-call to later on after some stack manipulations. The problem with this is that this particular function uses alloca() to carefully craft a stack that it's expecting to be used for the function it's calling at the end. The new patch fixes this using a technique that was committed later on in upstream changeset 75061 to address a similar failure with GCC sanitizers enabled. The FreeBSD-specific component of this patch is using the different stack setup if __clang__ is defined as well. The extra hunk in the Config patch has been added because the VirtualBox build system cannot cope with LLVM version numbers in the way it's expecting. Hardcode it to GCC 4.2 for FreeBSD, which is what the clang __GNU* macros describe, to fix build breakage that happens with newer LLVM as the build system decides our LLVM is an even older and more broken version of GCC with a broken regparm. PR: 236616, 244847 Approved by: koobs (mentor) MFH: 2020Q2 (blanket: major runtime build fix) Notes: svn path=/head/; revision=531689
* net/cjdns: Remove the deprecation notice because it doesn't use python2 any moreYuri Victorovich2020-04-141-3/+0
| | | | Notes: svn path=/head/; revision=531688
* Add rubygem-googleapis-common-protos-types104 1.0.4 (copied from ↵Sunpoet Po-Chuan Hsieh2020-04-144-0/+33
| | | | | | | | | rubygem-googleapis-common-protos-types) - Add PORTSCOUT Notes: svn path=/head/; revision=531687
* www/uwebsockets: Fix and add to pkg-descrYuri Victorovich2020-04-141-1/+3
| | | | Notes: svn path=/head/; revision=531686
* www/cpp-httplib: Update 0.5.8 -> 0.5.9Yuri Victorovich2020-04-142-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531685
* net/cjdns: Update 20.5 -> 20.6Yuri Victorovich2020-04-142-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531684
* misc/lf: Update 13 -> 14Yuri Victorovich2020-04-142-11/+14
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531683
* dns/amass: Update 3.5.4 -> 3.5.5Yuri Victorovich2020-04-142-10/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531682
* devel/chroma: Update 0.7.1 -> 0.7.2Yuri Victorovich2020-04-142-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531681
* audio/lv2lint: Update 0.4.0 -> 0.6.0Yuri Victorovich2020-04-142-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531680
* Fix build on HEAD.Kirill Ponomarev2020-04-143-0/+39
| | | | | | | | PR: 244803 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime__dot__org> Notes: svn path=/head/; revision=531679
* Mk/Uses/go.mk: Fix gomod-vendor-diff when there are 3 or fewer items in the ↵Dmitri Goutnik2020-04-141-1/+1
| | | | | | | | | | | | | | GH_TUPLE 'make gomod-vendor-diff' currently doesn't work properly when modules2tuple doesn't return the first empty line, when 3 or fewer items are in the GH_TUPLE list. PR: 245617 Submitted by: yuri Notes: svn path=/head/; revision=531678