Describe: sync_20150203-295-g1c32217
at 1c322175b24f9597b5ed2ea938f321c04ab35711 (commit)
- Log -----------------------------------------------------------------
Commit: 1c322175b24f9597b5ed2ea938f321c04ab35711
Update INDEX
M INDEX
Commit: 4294ec8e45270b70712e04c17320ecf254bae654
Fix a few MAINTAINER and duplicate REVISIONS that slipped in.
M archivers/gtar/Makefile
M audio/mp3blaster/Makefile
M devel/luafs/Makefile
M devel/ninja/Makefile
M devel/re2c/Makefile
M net/luasocket/Makefile
M net/wireshark/Makefile
M net/ysmv7/Makefile
Commit: c3979ea36e6ef59e85ad6a751fe1047e31b8625f
update to jenkins-1.596.1, which fixes some additional bugs
M devel/jenkins/stable/Makefile
M devel/jenkins/stable/distinfo
Commit: ac60cf7ef5facd43bef771bae4f2552b9e14178a
update to the latest versions available which fix the security issues mentioned
here:
https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-02-27
M devel/jenkins/devel/Makefile
M devel/jenkins/devel/distinfo
M devel/jenkins/stable/Makefile
M devel/jenkins/stable/distinfo
Commit: a076e918234af5ba541373f7aabeac94ab75deb1
Make tortoisehg works with actual version of mercurial. from Matthew Clarke
(thanks). ok sthen@.
M devel/tortoisehg/Makefile
M devel/tortoisehg/distinfo
A devel/tortoisehg/files/config.py
M devel/tortoisehg/pkg/PLIST
Commit: c914c7c7d4916de39cf4aa00307835a062e15eea
SECURITY update to gnupg-1.4.19
M security/gnupg/Makefile
M security/gnupg/distinfo
M security/gnupg/patches/patch-cipher_Makefile_in
M security/gnupg/patches/patch-doc_Makefile_in
M security/gnupg/patches/patch-g10_Makefile_in
M security/gnupg/patches/patch-keyserver_Makefile_in
M security/gnupg/patches/patch-tools_Makefile_in
M security/gnupg/patches/patch-util_Makefile_in
M security/gnupg/pkg/PLIST
Commit: c1a36a9e506aeaba4451a6d585becaf88fdadc0d
SECURITY update to cups-filters-1.0.66.
M print/cups-filters/Makefile
M print/cups-filters/distinfo
Commit: 002d9109fc8c0ee160d5783d1ed1777127b637ff
SECURITY update to libgcrypt-1.6.3. CVE-2014-3591, CVE-2015-0837
M security/libgcrypt/Makefile
M security/libgcrypt/distinfo
Commit: cbc3b44b5983d9b880ad284e912484f662329ffc
Mark as broken for 5.7
M net/samba4/Makefile
Commit: 94749273de8d824abf94f429e54691379e8f1cbd
Unbreak tinyca.
M security/tinyca/Makefile
A security/tinyca/patches/patch-lib_CA_pm
A security/tinyca/patches/patch-lib_OpenSSL_pm
Commit: 45560b325487359de3256052f1a8f75e6eea191c
zap extra noise, suggested by aja@, okay sthen@
M devel/quirks/Makefile
M devel/quirks/files/Quirks.pm
Commit: d8579dd4e0ca82a2667a659d697e41b5eb635409
Don't enable audio/opus' fixed-point code on arm; in the current version the
asm code requires EABI. Retain as a commented-out section as a hint for future
review. Problem reported by Jan Stary, ok naddy@
M audio/opus/Makefile
Commit: 70df0af20b850c32f733b38adc795f5305f41c5b
Add missing daemon_flags and rename manpages conflicting with postfix
M mail/sendmail/Makefile
M mail/sendmail/pkg/PLIST-main
M mail/sendmail/pkg/README-main
M mail/sendmail/pkg/sendmail.rc
Commit: 2cbeebaf6dc095bc3ebd2ad35412d4d8f5549beb
Unbreak ck-launch-session by properly initializing len in get_kinfo_proc().
from jmatthew@
M sysutils/consolekit/Makefile
M sysutils/consolekit/patches/patch-src_ck-manager_c
M sysutils/consolekit/patches/patch-src_ck-sysdeps-openbsd_c
Commit: d0f0f288a35018ae5de54dfba7e11a5868488c9d
SECURITY update for CVE-2015-0240
M net/samba/Makefile
A net/samba/patches/patch-libcli_auth_schannel_state_tdb_c
M net/samba/patches/patch-source3_rpc_server_netlogon_srv_netlog_nt_c
Commit: 22db36ca7da85c1350730456c0da2a2d361269d3
Fix backwards memcpy that breaks netplay.
M games/chocolate-doom/Makefile
A games/chocolate-doom/patches/patch-src_net_client_c
A games/chocolate-doom/patches/patch-src_net_server_c
Commit: b37b9d23defc772eca2d9eda64c6ac5dc2e1a342
Revert, we're locked.
M audio/ncmpcpp/Makefile
D audio/ncmpcpp/patches/patch-src_window_cpp
Commit: e0a6a1ece4417d6d9eef84f013865a1f80c1cc39
Merge fix from the '0.6.x' maintenance branch:
M audio/ncmpcpp/Makefile
A audio/ncmpcpp/patches/patch-src_window_cpp
Commit: e5695f3e8ec5301b8ced3aa120d1e98b1d006f82
Add dependency WANTLIB for jpeg ok sthen@
M x11/p5-Tk/Makefile
Commit: 9d3dad55d837eac9dbf5c502c126c03212d9b8d7
Update sysutils/ansible to 1.8.4
M sysutils/ansible/Makefile
M sysutils/ansible/distinfo
M sysutils/ansible/pkg/PLIST
Commit: ccfe8da8699a952b44268cab37dd5723df113f2b
Update to p5-Tk 804.033, fixing segfaults with the majority of programs using
it (broken since the perl update). All dependent ports build OK, and fixes
crashes in the sample of dep ports that I tested at runtime.
M x11/p5-Tk/Makefile
M x11/p5-Tk/distinfo
A x11/p5-Tk/patches/patch-JPEG_Makefile_PL
M x11/p5-Tk/pkg/PLIST-main
Commit: 58f87350968b27ed04817af5a891e3d57ef85744
Replace an overlapping memcpy with memmove, ok ajacoutot@ naddy@
M print/hplip/Makefile
A print/hplip/patches/patch-prnt_cupsext_cupsext_c
Commit: e25480a3fdbce23e0ae9b3cdbbe631fba9376b08
Rework how the GPU vendor and device id is detected by using direct calls to
Mesa. The current solution is based on a diff from jsg@. Also fix font redering
issues with WebKit, with 3rd party TTFs with a diff from Yoshihisa Matsushita.
M www/chromium/Makefile
M www/chromium/files/chrome
D www/chromium/files/gpuid.c
M www/chromium/patches/patch-gpu_config_gpu_info_collector_linux_cc
A www/chromium/patches/patch-gpu_config_gpu_info_collector_linux_h
A www/chromium/patches/patch-gpu_config_gpu_info_collector_x11_cc
M
www/chromium/patches/patch-third_party_WebKit_Source_platform_fonts_skia_FontCacheSkia_cpp
A www/chromium/patches/patch-ui_gl_generate_bindings_py
M www/chromium/pkg/PLIST
Commit: c7430bc5625ebbf022dec080f107e30ecab9ab97
update to 40.0.2214.115
M www/chromium/Makefile
M www/chromium/distinfo
Commit: ba6c79b8efb2a913c79841936f16dbc00e175ec1
Update to lumina-0.8.2.1424293520. - fix a crash with Desktop plugins on OpenBSD
M x11/lumina/Makefile
M x11/lumina/distinfo
D x11/lumina/patches/patch-libLumina_LuminaOS-OpenBSD_cpp
D x11/lumina/patches/patch-libLumina_LuminaUtils_cpp
M x11/lumina/pkg/PLIST
Commit: 050b3e4fa8616aa44a7c82dfffd1943a16aa6a97
Bugfix update to colord-1.2.9.
M graphics/colord/Makefile
M graphics/colord/distinfo
Commit: 70bcc78c0ffb4db2e6a27ac360e36f7c83e82203
fix the worst syntax and semantic errors to make the manual usable, drop
USE_GROFF, and bump; issues reported by and OK naddy@
M net/ysmv7/Makefile
A net/ysmv7/patches/patch-src_man_ysm_1
Commit: c7f25cdc14617164b2dc28bfcf334fa342b10a89
drop USE_GROFF for mdoc page
M x11/xtu/Makefile
Commit: 1ce898b76a5af63d1d4d1483cf2044a8b3f86616
fix typo in mdoc macro name and drop USE_GROFF
M net/honeyd/Makefile
M net/honeyd/patches/patch-honeyd_8
Commit: 0eaf64ea00c431e2e7d9e3c59b215641a9726104
fix path to zarafa-autorespond
M mail/zarafa/zarafa/Makefile
M mail/zarafa/zarafa/patches/patch-spooler_DAgent_cpp
Commit: 504c5c129f96464e4bbf1b031e45c8fea4f4086c
Fix localhost.cf path
M mail/sendmail/Makefile
M mail/sendmail/pkg/PLIST-main
Commit: 5d90a429926dcca686d56d5b31f9f78fa08fbc5a
Update to luafs-1.6.3 ; Florian Stinglmayr
M devel/luafs/Makefile
M devel/luafs/distinfo
M devel/luafs/patches/patch-Makefile
M devel/luafs/patches/patch-config
Commit: 77d1f1b6e1e4aacf1dd021288508ce80e9066161
update to elasticsearch-1.4.4
M textproc/elasticsearch/Makefile
M textproc/elasticsearch/distinfo
M textproc/elasticsearch/pkg/PLIST
Commit: a10d04d7744331a94e4e39477e2b814816865303
Update to hwdata-0.275 and add forgotten file in PLIST.
M misc/hwdata/Makefile
M misc/hwdata/distinfo
M misc/hwdata/pkg/PLIST
Commit: 442c7e6dff8f14e953982d9c6a92e316840e1c6c
Bump tryton modules to their latest bugfix release.
M productivity/tryton/sale_supply_drop_shipment/Makefile
M productivity/tryton/sale_supply_drop_shipment/distinfo
M productivity/tryton/stock/Makefile
M productivity/tryton/stock/distinfo
M productivity/tryton/stock_forecast/Makefile
M productivity/tryton/stock_forecast/distinfo
M productivity/tryton/stock_inventory_location/Makefile
M productivity/tryton/stock_inventory_location/distinfo
M productivity/tryton/stock_location_sequence/Makefile
M productivity/tryton/stock_location_sequence/distinfo
M productivity/tryton/stock_lot/Makefile
M productivity/tryton/stock_lot/distinfo
M productivity/tryton/stock_package/Makefile
M productivity/tryton/stock_package/distinfo
M productivity/tryton/stock_product_location/Makefile
M productivity/tryton/stock_product_location/distinfo
Commit: 8c54e6e845a319edbf7e95ba3c863eed5d2037f0
Bugfix update to gtkspell3-3.0.7. - fix a crasher
M textproc/gtkspell3/Makefile
M textproc/gtkspell3/distinfo
M textproc/gtkspell3/pkg/PLIST
Commit: b72161c42bb1ba5dfe3ab26d2eb0e2880ebcc5f8
SECURITY update to php-5.4.38, ok robert@
M lang/php/5.4/Makefile
M lang/php/5.4/distinfo
Commit: e0c208cdc4bda3268f2bbc1abe6388c0b8fa8524
SECURITY update to php-5.5.22, ok robert@
M lang/php/5.5/Makefile
M lang/php/5.5/distinfo
M lang/php/5.5/patches/patch-configure_in
M lang/php/5.5/patches/patch-php_ini-development
M lang/php/5.5/patches/patch-php_ini-production
M lang/php/5.5/patches/patch-sapi_cgi_cgi_main_c
M lang/php/5.5/patches/patch-sapi_fpm_php-fpm_conf_in
M lang/php/5.5/pkg/PLIST-main
Commit: 0690ce1243f74595089a9c789f72cc273d1f1d46
Bugfix update to vino-3.14.2. - Handle closed signal properly on notification
prompt
M x11/gnome/vino/Makefile
M x11/gnome/vino/distinfo
Commit: c5af1cc725be833055d62df1d9524235998e6578
fix fucked-up update. gnupg-1 and gnupg-2 are not allowed to conflict! this
breaks the bulk builds.
M security/gnupg2/Makefile
M security/gnupg2/pkg/PLIST
Commit: 659b8f4b9143b29e8af13a2d0b7253f775a04ad8
Update to youtube-dl-2015.02.19.2
M www/youtube-dl/Makefile
M www/youtube-dl/distinfo
M www/youtube-dl/pkg/PLIST
Commit: 9dfb3728ec7026722e6820381a1b45b5774c99a0
bugfix update to squid-3.4.12, including several crashes with debugging, and
fix silent SSL/TLS failure on "split-stack" OS (i.e. using different sockets
for v4/v6, like us)
M www/squid/stable/Makefile
M www/squid/stable/distinfo
Commit: f67591ea742382b9dfa81af962c57675f3bf6841
requires nroff to build cmds.doc
M editors/jove/Makefile
Commit: 57b1a1615ea029e9385025ec680d9e81a54d91da
Bugfixing update to mlterm-3.4.3
M x11/mlterm/Makefile
M x11/mlterm/distinfo
M x11/mlterm/patches/patch-configure_in
M x11/mlterm/patches/patch-mlterm_Makefile_in
M x11/mlterm/patches/patch-xwindow_fb_x_h
M x11/mlterm/patches/patch-xwindow_x_screen_c
Commit: 16e18a08b8333c70282a7841b5c177b3dd5835b6
honours CFLAGS and remove an old comment on a patch diff by Donovan Watteau ok
sthen@
M misc/memcached/Makefile
M misc/memcached/patches/patch-items_c
Commit: 540294504fefbe5fa3804fd9130d1e7137ff152d
update to BIND 9.10.2P2
M net/isc-bind/Makefile
M net/isc-bind/distinfo
Commit: 34556045bf8ae0db7d7c057c44af0b33d5416083
Adjust the "meta" rc-scripts (these are used in ports with multiple daemons
which should all be started/stopped together), previously "restart" would
restart each sub-daemon in turn, but actually it should stop all daemons and
only then start them again. Additionally, as suggested by ajacoutot, stop the
procedure and return an error if stopping one of the rc scripts failed. ok
ajacoutot@ rpe@
M sysutils/bacula/Makefile
M sysutils/bacula/pkg/bacula.rc
Commit: 250829c5d0fa8f14c99da6201a9fac5023d64d75
drop USE_GROFF from this BROKEN port, too
M geo/gmapcatcher/Makefile
Commit: 8f1076a7fdb4fac3437efbd7b46f578399947426
fix roff errors that were eating some text; drop USE_GROFF
M devel/re2c/Makefile
A devel/re2c/patches/patch-re2c_1_in
Commit: 9e2145218912557f9460da5595ac47ca9f8967ea
Drop USE_GROFF from this IGNOREd port, too.
M devel/pkgconfig/Makefile
Commit: decb866ba86964a4b01eb9e8f22434b5ef909cb3
Fix hba "samehost"/"samenet" support.
M databases/postgresql/Makefile
A databases/postgresql/patches/patch-src_backend_libpq_ip_c
Commit: 50b01fdfc9b2aa0c553596df1b0151953b29f61c
escape backslashes for roff
M audio/mp3blaster/Makefile
A audio/mp3blaster/patches/patch-mp3blaster_1
Commit: afdf33bf9ceb5f39ec53c165654288e398a751da
Fix directory-traversal vulnerability involving long UTF-8 encodings. Nice
write-up at http://www.openwall.com/lists/oss-security/2015/02/18/3
M archivers/cabextract/Makefile
A archivers/cabextract/patches/patch-src_cabextract_c
Commit: d227e761135e9aa17bb564316d61b072d73e4edf
drop Roman Kravchuk as maintainer per his request.
M net/netbsd-iscsi-target/Makefile
Commit: 4fccb2682f65448e5437cb2559c654f10aabf5bc
drupal views CVE
M devel/quirks/Makefile
M devel/quirks/files/Quirks.pm
Commit: ccc2a5c925be302f8b9ef3dd19625110b3f05e3c
zap useless lines
M net/hpodder/Makefile
M net/hpodder/files/hpodder.1
Commit: a8b40b85ca1ed8a76a86cf7a8f444f01e347a5d7
update to gnome-font-viewer-3.14.1
M x11/gnome/font-viewer/Makefile
M x11/gnome/font-viewer/distinfo
Commit: 541f04a3086211dc6258705f17cea7ca4de9de4d
security update to 6.2.18 SA-CONTRIB-2015-039 - Views - Multiple vulnerabilities
M www/drupal6/views/Makefile
M www/drupal6/views/distinfo
D www/drupal6/views/patches/patch-includes_view_inc
Commit: 31e0731c2cba3a57d3801af33d40a09012d0e9a9
Update www/sarg to 2.3.10
M www/sarg/Makefile
M www/sarg/distinfo
Commit: 6f3a874e68fa5286d2e56cc24e673a18fddb0007
Update to trytond-module-stock_split-3.2.2.
M productivity/tryton/stock_split/Makefile
M productivity/tryton/stock_split/distinfo
Commit: 17efcb935b83fb48653d0d2ef24a3efd25eb8a4f
Update to trytond-module-stock_supply-3.2.3.
M productivity/tryton/stock_supply/Makefile
M productivity/tryton/stock_supply/distinfo
Commit: b240fbb64f95d8246331016b6754e6aa51312bd4
Update to trytond-module-stock_supply_production-3.2.2.
M productivity/tryton/stock_supply_production/Makefile
M productivity/tryton/stock_supply_production/distinfo
Commit: 912a406ce3199a678db0f7c09cc0b10fd2f30700
Update to trytond-module-timesheet_cost-3.2.1.
M productivity/tryton/timesheet_cost/Makefile
M productivity/tryton/timesheet_cost/distinfo
Commit: 0d5949baca555631eb8f59807ca748bcd879471b
Update to trytond-module-timesheet-3.2.1.
M productivity/tryton/timesheet/Makefile
M productivity/tryton/timesheet/distinfo
Commit: 96ecc9bd6785c5b8549aefb6b6f332b5567c19ad
Update to trytond-module-stock_supply_day-3.2.1.
M productivity/tryton/stock_supply_day/Makefile
M productivity/tryton/stock_supply_day/distinfo
Commit: 227b90b8d3685c80d07de653fe2a8b4014447ad2
Hook up the tests.
M multimedia/x265/Makefile
Commit: 20354bc565e051bc319dfdc9d313cb854291cac4
properly escape backslash in csh alias definition and drop USE_GROFF
M textproc/glimpse/Makefile
A textproc/glimpse/patches/patch-glimpse_1
A textproc/glimpse/patches/patch-glimpseindex_1
Commit: b648d28accb97a7e4717b8fd54fcd0bdc4342141
regen patches
M textproc/glimpse/patches/patch-Makefile_in
M textproc/glimpse/patches/patch-index_convert_c
Commit: f32d50fc287ec4fac964b606cbe3a8e65741fa87
properly escape Perl-compatible regex for roff and drop USE_GROFF
M mail/mixmaster/Makefile
A mail/mixmaster/patches/patch-mix_1
Commit: 461e01f65e7a3cea76d0dffa7ec7668edfd0143a
properly escape backslash and drop USE_GROFF
M mail/faces/Makefile
A mail/faces/patches/patch-faces_man
Commit: 750d246e29c61e16e6b54fa3a63b6bf9a83d003d
Adjust the "meta" rc-scripts (these are used in ports with multiple daemons
which should all be started/stopped together), previously "restart" would
restart each sub-daemon in turn, but actually it should stop all daemons and
only then start them again. Additionally, as suggested by ajacoutot, stop the
procedure and return an error if stopping one of the rc scripts failed. ok
ajacoutot@ rpe@
M mail/zarafa/zarafa/Makefile
M mail/zarafa/zarafa/pkg/zarafa.rc
M net/netatalk/Makefile
M net/netatalk/pkg/netatalk.rc
M net/samba/Makefile
M net/samba/pkg/samba.rc
M sysutils/cfengine/Makefile
M sysutils/cfengine/pkg/cfengine.rc
Commit: b498661e39d56d737a6ac7c502d46a09b6b69abc
regen patches
M mail/faces/patches/patch-Makefile
M mail/faces/patches/patch-compface_compface_1
M mail/faces/patches/patch-extern_h
M mail/faces/patches/patch-faces_h
M mail/faces/patches/patch-filters_ikon2icon_c
M mail/faces/patches/patch-filters_ikon2xbm
Commit: 5623f030a7f1868efa96f417ffa8fdb289b2cb2a
Bugfix update to gdal 1.11.2.
M geo/gdal/Makefile
M geo/gdal/distinfo
M geo/gdal/patches/patch-configure
M geo/gdal/patches/patch-frmts_openjpeg_openjpegdataset_cpp
M geo/gdal/pkg/PLIST-main
Commit: 8dd3c89e725b01c25b43d024c7b485ab5fcc0a42
Use arc4random() instead of something weirdly biased that is cobbled together
from two rand() calls. From Jan Stary.
M sysutils/memtester/Makefile
A sysutils/memtester/patches/patch-sizes_h
Commit: 7e1526535feb33a40e312f7f6ad1bb05a5af11c3
fix roff syntax and drop USE_GROFF
M textproc/filepp/Makefile
A textproc/filepp/patches/patch-filepp_1
A textproc/filepp/patches/patch-modules_blc_blc_1_in
Commit: 94eae29925d969a209589e319f27f9a3a283f6ba
Fix the contributors section in the man page; from Debian. Drop USE_GROFF.
M games/xasteroids/Makefile
A games/xasteroids/patches/patch-xasteroids_man
Commit: 5beee8703eda7101b4970f77e95788ff73a94556
Drop USE_GROFF: mandoc produces the intended output.
M mail/sma/Makefile
Commit: 84cfd6b65ee7bc396914960716e21b0b497936dc
don't preformat man pages and drop USE_GROFF
M lang/kawa/Makefile
A lang/kawa/patches/patch-doc_Makefile_in
Commit: fa21ea5f7cc99baa83fd63d2bee57b25a3ae578e
A dot or a single quote introduces a roff(7) macro; fix text lines beginning
with such a character. Drop USE_GROFF. ok and delousing schwarze@
M games/dungeon-crawl/Makefile
M games/dungeon-crawl/patches/patch-docs_crawl_6
M games/dungeon-crawl/patches/patch-source_ouch_h
M games/dungeon-crawl/patches/patch-source_spl-cast_h
M games/wanderer/Makefile
A games/wanderer/patches/patch-wanderer_6
M net/tclcurl/Makefile
A net/tclcurl/patches/patch-doc_tclcurl_n
M net/zsync/Makefile
A net/zsync/patches/patch-doc_zsync_1
M security/aircrack-ng/Makefile
A security/aircrack-ng/patches/patch-manpages_airodump-ng_1
Commit: 3525605d69f913cdc6d35fbe93cd475215790994
Otter Browser has changed GitHub repo. This made the root source directory name
change, which in turn resulted in distfile change. No actual changes in
package, therefore, no bump - just unbreaking the build.
M www/otter-browser/Makefile
M www/otter-browser/distinfo
Commit: ec16fcdd0253251cd586864131865fa7586b1cb2
Add --with-mantype=doc to CONFIGURE_ARGS, to install mdoc manuals instead of
man manuals. Fixes man rake22, which was broken before. Remove USE_GROFF as
mandoc formats the manuals properly.
M lang/ruby/1.9/Makefile
M lang/ruby/2.0/Makefile
M lang/ruby/2.1/Makefile
M lang/ruby/2.2/Makefile
Commit: d8a0923f96eb5d58af7496bd703f9d7e375a892b
Update to totem-pl-parser-3.10.4.
M x11/gnome/totem-pl-parser/Makefile
M x11/gnome/totem-pl-parser/distinfo
M x11/gnome/totem-pl-parser/pkg/PLIST
Commit: cd395787e999604841a0e01632ff9b9cfb8f2804
Fix hba with IPv6 connections.
M databases/postgresql/Makefile
A databases/postgresql/patches/patch-src_backend_libpq_hba_c
Commit: 93cde218e711a3b4df6a564548b4e72f0783f487
Add a patch from OpenConnect upstream; "If we get an AC_PKT_DISCONN message
with no payload, just skip printing the disconnect reason." Fixes printing junk
and possibly crashing if the server goes away.
M net/openconnect/Makefile
A net/openconnect/patches/patch-cstp_c
M net/openconnect/pkg/DESCR
Commit: 003f91c727fe9ff984ec0ab07c74b2a9dcb1b373
Add memcpy() workaround and reenable Ada support Rename all egnat* binaries
back to gnat*, sync with 4.8 Add hppa Ada support Delete debug patch for a
linker issue solved some time ago
M lang/gcc/4.9/Makefile
M lang/gcc/4.9/distinfo
D lang/gcc/4.9/patches/patch-gcc_ada_Make-generated_in
M lang/gcc/4.9/patches/patch-gcc_ada_gcc-interface_Make-lang_in
M lang/gcc/4.9/patches/patch-gcc_ada_gcc-interface_Makefile_in
A lang/gcc/4.9/patches/patch-gcc_ada_osint_adb
A lang/gcc/4.9/patches/patch-gcc_ada_system-openbsd-hppa_ads
M lang/gcc/4.9/pkg/PLIST-ada
Commit: 50a395ce31f8af55485abc6ec86a4cd38941b9b3
regen distinfo for upstream re-rolled distfile (only change is in
.hg_archival.txt)
M sysutils/shelldap/distinfo
Commit: 6fb91d044ff13117dafacc9a2a7fbae46cb76eec
Update to proteus-3.2.3.
M productivity/tryton/proteus/Makefile
M productivity/tryton/proteus/distinfo
Commit: 26d1330683111b51bcb12789eea6f16c1b12e423
Update to tryton-3.2.7.
M productivity/tryton/tryton/Makefile
M productivity/tryton/tryton/distinfo
Commit: b5ac6f0af9f0d0a07faa140d9fd21c5d1fb8b462
Update to trytond-3.2.5.
M productivity/tryton/trytond/Makefile
M productivity/tryton/trytond/distinfo
Commit: a1684ffdeb55e3f8056e34acfa45e3e7de88d37c
Update to 20150216.
M lang/seed7/Makefile
M lang/seed7/distinfo
M lang/seed7/pkg/PLIST
Commit: 46083f69b927e2a66e40c52d2fac75fa88ea0bc3
Enable x265 on PowerPC since as of 1.5 it now works.
M graphics/ffmpeg/Makefile
Commit: 8021f7e585ef978c04afcf66d09aec06affc6c39
Update to x265 1.5.
M multimedia/x265/Makefile
M multimedia/x265/distinfo
D multimedia/x265/patches/patch-source_common_constants_cpp
D multimedia/x265/patches/patch-source_common_constants_h
D multimedia/x265/patches/patch-source_common_param_cpp
D multimedia/x265/patches/patch-source_common_primitives_cpp
D multimedia/x265/patches/patch-source_common_quant_cpp
D multimedia/x265/patches/patch-source_common_threading_h
D multimedia/x265/patches/patch-source_common_threadpool_cpp
D multimedia/x265/patches/patch-source_common_wavefront_cpp
D multimedia/x265/patches/patch-source_common_wavefront_h
D multimedia/x265/patches/patch-source_common_winxp_h
D multimedia/x265/patches/patch-source_encoder_api_cpp
D multimedia/x265/patches/patch-source_encoder_entropy_cpp
D multimedia/x265/patches/patch-source_encoder_slicetype_cpp
Commit: 30b327dd371c43bc2a83f92a3f9ceaa9e4d5de8a
Use the correct default devices for CDROM / DVD playback on OpenBSD; copied
over from MPlayer.
M multimedia/mpv/Makefile
A multimedia/mpv/patches/patch-DOCS_man_mpv_rst
A multimedia/mpv/patches/patch-DOCS_man_options_rst
M multimedia/mpv/patches/patch-old-configure
Commit: 96ed49435faebe0ed904f15b4e7c15cc87bdc7c8
Fix the example of using a different DVD drive other than the default for
OpenBSD.
M x11/mplayer/Makefile
M x11/mplayer/patches/patch-DOCS_man_en_mplayer_1
Commit: ce31fe15da64aad81ab098f734ccf2d33af2582a
Drop USE_GROFF from ports where the formatting differences are acceptable or
mandoc provides the more useful output.
M databases/openldap23/Makefile
M databases/pgloader/Makefile
M devel/ddd/Makefile
M devel/fox/Makefile
M devel/gputils/Makefile
M devel/libmemcached/Makefile
M devel/mico/Makefile
M devel/p5-DateTime-Locale/Makefile
M devel/poedit/Makefile
M devel/remake/Makefile
M devel/shtool/Makefile
M devel/xmake/Makefile
M editors/jove/Makefile
M editors/traditional-vi/Makefile
M editors/vim/Makefile
M games/an/Makefile
M games/gnugo/Makefile
M games/pioneers/Makefile
M games/sdlroids/Makefile
M games/xboard/Makefile
M games/xcubes/Makefile
M games/xdino/Makefile
M games/xpilot/Makefile
M games/xscorch/Makefile
M graphics/barcode/Makefile
M graphics/darktable/Makefile
M graphics/dcraw/Makefile
M graphics/digikam/Makefile
M graphics/dumpmpeg/Makefile
M graphics/giftrans/Makefile
M graphics/gocr/Makefile
M graphics/jpegpixi/Makefile
M graphics/potrace/Makefile
M graphics/xanim/Makefile
M graphics/xbmbrowser/Makefile
M graphics/xsane/Makefile
M inputmethods/scim-tables/Makefile
M lang/gforth/Makefile
M lang/hugs/Makefile
M lang/librep/Makefile
M lang/nbfc/Makefile
M lang/ruby/1.8/Makefile
M lang/swi-prolog/Makefile
M lang/vala/Makefile
M mail/akpop3d/Makefile
M mail/bulk_mailer/Makefile
M mail/claws-mail/Makefile
M mail/drac/Makefile
M mail/exmh2/Makefile
M mail/hypermail/Makefile
M mail/imapfilter/Makefile
M mail/milter-greylist/Makefile
M mail/pgpsendmail/Makefile
M mail/py-policyd-spf/Makefile
M mail/smtpclient/Makefile
M mail/solid-pop3d/Makefile
M mail/sympa/Makefile
M mail/tkrat/Makefile
M mail/wmbiff/Makefile
M mail/xfaces/Makefile
M mail/zarafa/zarafa/Makefile
M math/fftw3/Makefile
M math/ginac/Makefile
M math/grace/Makefile
M math/octave/Makefile
M math/pari/Makefile
M math/plplot/Makefile
M math/sc/Makefile
M misc/cdrdao/Makefile
M misc/mc/Makefile
M misc/mmv/Makefile
M misc/most/Makefile
M misc/openbabel/Makefile
M misc/randtype/Makefile
M misc/shared-mime-info/Makefile
M misc/xless/Makefile
M misc/xtimer/Makefile
M misc/ytree/Makefile
M multimedia/audiopreview/Makefile
M multimedia/avinfo/Makefile
M multimedia/mpgtx/Makefile
M multimedia/xine-ui/Makefile
M net/angst/Makefile
M net/axel/Makefile
M net/bwm-ng/Makefile
M net/castget/Makefile
M net/charm/Makefile
M net/ctrace/Makefile
M net/dhcping/Makefile
M net/ekg/Makefile
M net/firewalk/Makefile
M net/flickcurl/Makefile
M net/flow-tools/Makefile
M net/fmirror/Makefile
M net/ftpcopy/Makefile
M net/ices/Makefile
M net/ike-scan/Makefile
M net/ipcad/Makefile
M net/ipfm/Makefile
M net/ipsvd/Makefile
M net/ipv6calc/Makefile
M net/irc/Makefile
M net/kismet/Makefile
M net/mrtg/Makefile
M net/nemesis/Makefile
M net/nslint/Makefile
M net/ntop/Makefile
M net/oidentd/Makefile
M net/olsrd/Makefile
M net/pavuk/Makefile
M net/pchar/Makefile
M net/plushs/Makefile
M net/proxy-suite/Makefile
M net/rsnapshot/Makefile
M net/scapy/Makefile
M net/snort/Makefile
M net/ssvnc/Makefile
M net/supybot/Makefile
M net/tcpreen/Makefile
M net/tcptraceroute/Makefile
M net/tn5250/Makefile
M net/ttcp/Makefile
M net/uucp/Makefile
M net/weex/Makefile
M net/xprobe/Makefile
M news/leafnode/Makefile
M news/yencode/Makefile
M plan9/9menu/Makefile
M plan9/larswm/Makefile
M print/fontforge/Makefile
M print/foomatic-db-engine/Makefile
M print/ghostscript/gnu/Makefile
M print/libXp/Makefile
M print/lyx/Makefile
M productivity/fet/Makefile
M productivity/impressive/Makefile
M security/chrootuid/Makefile
M security/gnupg2/Makefile
M security/hlfl/Makefile
M security/isic/Makefile
M security/its4/Makefile
M security/libmcrypt/Makefile
M security/mcrypt/Makefile
M security/portscanner/Makefile
M security/pwsafe/Makefile
M security/shash/Makefile
M security/smbsniff/Makefile
M sysutils/apachetop/Makefile
M sysutils/clusterit/Makefile
M sysutils/colortail/Makefile
M sysutils/diskrescue/Makefile
M sysutils/faubackup/Makefile
M sysutils/hot-babe/Makefile
M sysutils/radmind/Makefile
M sysutils/rpl/Makefile
M sysutils/rsyslog/Makefile
M sysutils/sleuthkit/Makefile
M sysutils/smartmontools/Makefile
M sysutils/tpb/Makefile
M textproc/agrep/Makefile
M textproc/hyperestraier/Makefile
M textproc/ispell/Makefile
M textproc/mgdiff/Makefile
M textproc/par/Makefile
M textproc/pinfo/Makefile
M textproc/py-epydoc/Makefile
M textproc/raptor/Makefile
M textproc/rman/Makefile
M textproc/source-highlight/Makefile
M textproc/texi2html/Makefile
M textproc/tre/Makefile
M textproc/xmlwf/Makefile
M www/apache-httpd/Makefile
M www/calamaris/Makefile
M www/cherokee/Makefile
M www/links+/Makefile
M www/llgal/Makefile
M www/rawdog/Makefile
M www/snownews/Makefile
M www/surf/Makefile
M www/surfraw/Makefile
M www/w3mir/Makefile
M www/weblint/Makefile
M www/wwwoffle/Makefile
M x11/amiwm/Makefile
M x11/asfiles/Makefile
M x11/bbkeys/Makefile
M x11/blast/Makefile
M x11/ctwm/Makefile
M x11/gnustep/make/Makefile
M x11/icewm/Makefile
M x11/ion/Makefile
M x11/jwm/Makefile
M x11/klavaro/Makefile
M x11/mterm/Makefile
M x11/partiwm/Makefile
M x11/pekwm/Makefile
M x11/piewm/Makefile
M x11/qvwm/Makefile
M x11/rox-filer/Makefile
M x11/sawfish/Makefile
M x11/tint/Makefile
M x11/tvtwm/Makefile
M x11/waimea/Makefile
M x11/wmii/Makefile
M x11/wmpinboard/Makefile
M x11/wmweather/Makefile
M x11/xdaliclock/Makefile
M x11/xdtm/Makefile
M x11/xfce4/terminal/Makefile
M x11/xmonad/Makefile
M x11/xosd/Makefile
M x11/xvkbd/Makefile
Commit: cdd515ab2cef1abe188d2bfba1dc7dd8ec8679a2
igmpproxy has an rc script; change the "add to rc.local" doco, spotted by weerd@
M net/igmpproxy/Makefile
M net/igmpproxy/pkg/README
Commit: 74ff0227d4c12fe61e0dc417180b26ca2885a3a5
regen
M databases/postgresql/patches/patch-configure
Commit: 13d8a102d153168ff9fea7ea4880ca47534a0326
bugfix update to xfce4-whiskermenu 1.4.3
M x11/xfce4/xfce4-whiskermenu/Makefile
M x11/xfce4/xfce4-whiskermenu/distinfo
Commit: e2833a01400a2ce1a286c6946c475de4e7f77677
Update to gtk+2-2.24.26.
M x11/gtk+2/Makefile
M x11/gtk+2/distinfo
M x11/gtk+2/patches/patch-gtk_Makefile_in
Commit: 294d968fa4a350c2d75cbf89843b684782b3f7c9
hookup dkimproxy which seems to have been forgotten when originally imported
M mail/Makefile
Commit: 6feca5716f0ea59d061941f744c94c88750c317b
Update to librsvg-2.40.7.
M x11/gnome/librsvg/Makefile
M x11/gnome/librsvg/distinfo
M x11/gnome/librsvg/patches/patch-configure
M x11/gnome/librsvg/pkg/PLIST
Commit: dfb8686e4f1747b0da6c885ce4f247da25a642cf
* delete bogus version number from README; from Kaspars at Bankovskis dot net *
we no longer change the rendering of the bullet character * avoid groff warning
"unbalanced .el request" when running with -mdoc -ww * improve rendering of
large braces in UTF-8 output (accepted upstream) * bump REVISION ok sthen@
naddy@
M textproc/groff/Makefile
A textproc/groff/patches/patch-src_libs_libgroff_glyphuni_cpp
A textproc/groff/patches/patch-src_libs_libgroff_uniglyph_cpp
M textproc/groff/patches/patch-tmac_doc-common
M textproc/groff/pkg/README
Commit: 9b3299323b52dd4a5c8ab897c5d2870bcea30610
adjust tests to use HDB not MDB, problem reported by nigel@ no pkg change
M databases/p5-ldap/patches/patch-test_cfg
Commit: dbd0a93176a85eb0d552537c69f4b442116bc386
Turn off MDB in openldap-server, as shown by the p5-ldap regress tests it does
not work correctly on OpenBSD (slapd segfaults).
M databases/openldap/Makefile
Commit: dadd64e01dfd2d6a0433eb91befa8c5db39b0a4b
regen patch; no pkg change
M databases/p5-ldap/patches/patch-test_cfg
Commit: 4e7bb9b255e09bfb3415061438be6e5f6fd15143
Update to hotplug-diskmount-0.9
M sysutils/hotplug-diskmount/Makefile
M sysutils/hotplug-diskmount/distinfo
Commit: 08dd605e8e21e694282f8d5a214ea269c5082b90
Merge a dozain of bugfixes from upstream.
M x11/gnome/librsvg/Makefile
M x11/gnome/librsvg/distinfo
Commit: 82d44317cb897de4b4a469d018cda39ca4190c0e
Validate autostart condition gsettings key to fix a crash (upstream).
M x11/gnome/session/Makefile
A x11/gnome/session/patches/patch-gnome-session_gsm-autostart-app_c
Commit: 91db808440aaa1329fbc00e0ef2130ede1154a68
Update to caribou-0.4.17.
M x11/gnome/caribou/Makefile
M x11/gnome/caribou/distinfo
M x11/gnome/caribou/pkg/PLIST
Commit: f0997ff7f121604497076c5fbeaf1fbe726020ab
Drop USE_GROFF: apart from trivial page footer differences, groff and mandoc
produce identical UTF-8 output.
M sysutils/tentakel/Makefile
Commit: 9d18434eb1d649273a9d26c116de89baff1d6d93
use mesa to get the gpu vendor and device id and pass it to chromium because we
can't use libpci due to permission restrictions and use some more UI code on
BSD as well
M www/chromium/Makefile
M www/chromium/files/chrome
A www/chromium/files/gpuid.c
A www/chromium/patches/patch-base_memory_ref_counted_h
A www/chromium/patches/patch-base_message_loop_message_loop_cc
A www/chromium/patches/patch-cc_resources_raster_worker_pool_cc
A
www/chromium/patches/patch-chrome_browser_download_chrome_download_manager_delegate_cc
M
www/chromium/patches/patch-chrome_browser_ui_aura_chrome_browser_main_extra_parts_aura_cc
A www/chromium/patches/patch-chrome_browser_ui_browser_cc
A
www/chromium/patches/patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc
A www/chromium/patches/patch-chrome_common_extensions_command_cc
A www/chromium/patches/patch-content_browser_gpu_gpu_internals_ui_cc
M
www/chromium/patches/patch-content_browser_renderer_host_render_widget_host_view_aura_cc
M www/chromium/patches/patch-content_gpu_gpu_main_cc
A
www/chromium/patches/patch-content_renderer_webscrollbarbehavior_impl_gtkoraura_cc
A
www/chromium/patches/patch-content_shell_browser_shell_browser_context_cc
A www/chromium/patches/patch-gpu_config_gpu_info_collector_linux_cc
M www/chromium/pkg/PLIST
Commit: c8f3ca12c5d744275acf3e13317a33cac557868a
Update to 3.6.1
M x11/worker/Makefile
M x11/worker/distinfo
Commit: 47f83dc87f98f778d21f3d50222f0abff1b0cc29
Drop USE_GROFF: trivial page footer differences only.
M misc/xtar/Makefile
Commit: 94edba6703c0990960db6feba5a9b8dd48dcafaf
- update to facter-2.4.1 * mostly changes in preparation for puppet 4 *
https://docs.puppetlabs.com/facter/2.4/release_notes.html
M sysutils/ruby-facter/Makefile
M sysutils/ruby-facter/distinfo
M sysutils/ruby-facter/patches/patch-lib_facter_util_config_rb
D sysutils/ruby-facter/patches/patch-spec_unit_util_config_spec_rb
Commit: 126a90bd39dbfe04a63e70b7917e53de52f6fc6a
update to farstream-0.2.7
M net/farstream/Makefile
M net/farstream/distinfo
Commit: 72f8e1a902a92ccc6d03dda4c9a477ed221ae1b9
Drop USE_GROFF since groff and mandoc produce identical output.
M graphics/xzgv/Makefile
M net/nepenthes/Makefile
M net/poink/Makefile
Commit: 11fe0e7895e2b8e91ae4b79268570bedc597328c
Update to hslogger-1.2.8
M devel/hs-hslogger/Makefile
M devel/hs-hslogger/distinfo
Commit: e109c8db2b380c8dbf8f845ae05da7b29d738c4a
Add Ada support on hppa
M lang/gcc/4.8/Makefile
M lang/gcc/4.8/distinfo
M lang/gcc/4.8/patches/patch-gcc_ada_gcc-interface_Makefile_in
A lang/gcc/4.8/patches/patch-gcc_ada_system-openbsd-hppa_ads
Commit: 2c799660cc771034cae9725f38911461ba70d7f8
Update to foomatic-db-engine-4.0.12.
M print/foomatic-db-engine/Makefile
M print/foomatic-db-engine/distinfo
M print/foomatic-db-engine/patches/patch-configure
Commit: 82e64971e5796bed90009d2f538c24786c0688dc
Avoid backwards memcpy.
M emulators/mupen64plus/video-glide64/Makefile
A emulators/mupen64plus/video-glide64/patches/patch-src_TexBuffer_cpp
M emulators/mupen64plus/video-glide64mk2/Makefile
A
emulators/mupen64plus/video-glide64mk2/patches/patch-src_Glide64_TexBuffer_cpp
Commit: 9bc24d9192da97b83962039c3307a50bd46cee5e
update MASTER_SITES.
M sysutils/firmware/iwm/Makefile
M sysutils/firmware/iwn/Makefile
M sysutils/firmware/wpi/Makefile
Commit: 55f7fc230b0560a0217943014125337fcdbc57c8
update to p5-ldap 0.64
M databases/p5-ldap/Makefile
M databases/p5-ldap/distinfo
Commit: 8d64e09d61b13c8b3d82326692bf451dca647b11
Update to 1.5.2.14
M games/manaplus/Makefile
M games/manaplus/distinfo
Commit: 9c88baccc66046394b94a3bf18f73372ad27fc97
reserve uid for wip port, net/ocserv
M infrastructure/db/user.list
Commit: 333d478b69ae8b79e4f81ae83a00659342b71431
Update to cups-filters-1.0.65.
M print/cups-filters/Makefile
M print/cups-filters/distinfo
Commit: 20405593f5171908e870f2d3db983d59b058b765
Dist tarball has moved; update MASTER_SITES.
M devel/tklib/Makefile
Commit: 78bcb0529c6003382583d9dd245c973b01bca749
Dist tarball has moved; update MASTER_SITES.
M devel/tcllib/Makefile
Commit: d686f3cf4517d598ffb89b84060221bbdaac0a8a
Add a missing net/bpf.h inclusion, activating code that handles the conflicting
DLT_* values on various OS. Specifically, fixes things so DLT_LOOP packets are
handled by the correct dissector and displayed as IP rather than raw packets.
M net/wireshark/Makefile
A net/wireshark/patches/patch-wiretap_pcap-common_c
Commit: 51f869f5907d956fa4cf52cbfd4e36b53f0c2976
update to wireshark 1.12.3 take maintainer so i notice updates in portscout
M net/wireshark/Makefile
M net/wireshark/distinfo
Commit: a0f211b88ff938c96d97f9103b32cb5f60302233
Update to hslogger-1.2.7
M devel/hs-hslogger/Makefile
M devel/hs-hslogger/distinfo
Commit: 3e09a23cc18960722c3614d29e05f5f5e651425a
Use an env var to avoid a ${SUBST_CMD}
M databases/ruby-redis/Makefile
M databases/ruby-redis/patches/patch-Rakefile
Commit: 614daaf417c196eb6a508b096131b56509e1e361
Update to ruby-redis-3.2.1
M databases/ruby-redis/Makefile
M databases/ruby-redis/distinfo
A databases/ruby-redis/patches/patch-Rakefile
M databases/ruby-redis/patches/patch-test_publish_subscribe_test_rb
M databases/ruby-redis/pkg/PLIST
Commit: 85d4319763f63e50a1708d997da3d8937f3ec717
Maintenance update to CMake-3.1.3
M devel/cmake/Makefile
M devel/cmake/cmake.port.mk
M devel/cmake/distinfo
Commit: 3bfec86c0c4498cc9a36b39a4210e2db270ec9f3
update to mpv 0.7.3, from Dmitrij D. Czarkoff, ok bentley@
M multimedia/mpv/Makefile
M multimedia/mpv/distinfo
Commit: c60de3b2754e04709e83a615eda77fb22f25c80f
use --libs to specify the path to find libldns; this is no longer auto detected
(possibly as a result of installperl r1.31 / hints/openbsd.sh r1.57)
M net/p5-Net-LDNS/Makefile
Commit: 9983a6d90d9e3ddc0b2051bb1eff217c942413a3
Update to salt-2014.7.2.
M sysutils/salt/Makefile
M sysutils/salt/distinfo
M sysutils/salt/patches/patch-salt_modules_disk_py
M sysutils/salt/patches/patch-salt_modules_mount_py
M sysutils/salt/pkg/PLIST
Commit: aa10da7149418c6f5cf8d7ac8f9269848524d982
update to nginx 1.7.10, ok robert@
M www/nginx/Makefile
M www/nginx/distinfo
Commit: 0dd63aa2833e833837a2f9f594dbe614a378dad0
Update to 2.1.2
M security/gnupg2/Makefile
M security/gnupg2/distinfo
Commit: 29e8cbfed91e40b5b1fba1245971b277701f9073
Merge fixes from upstream:
M x11/i3/Makefile
M x11/i3/patches/patch-i3bar_src_child_c
M x11/i3/patches/patch-i3bar_src_xcb_c
Commit: c01baf28770ef1562a17c0528ea07baa57f6ae06
Update to cups-filters-1.0.63.
M print/cups-filters/Makefile
M print/cups-filters/distinfo
Commit: 597b5aab140ab11de23b8957497cdbddd766378b
security update to elasticsearch-1.4.3, addressing CVE-2015-1427
M textproc/elasticsearch/Makefile
M textproc/elasticsearch/distinfo
M textproc/elasticsearch/pkg/PLIST
Commit: 6dd2766cb3b594d538852f9aea0f221a10dbdc59
update to 40.0.2214.114
M www/chromium/Makefile
M www/chromium/distinfo
Commit: 900d25f72c8849b054077616318baed80fe4a24f
As reported by naddy, the dcraw distfile was re-rolled. Update distinfo; diff
shows a code change (adding a lenovo smartphone) so bump REVISION.
M graphics/dcraw/Makefile
M graphics/dcraw/distinfo
Commit: fd68212bca81cd9720583bb8c4b241a57184eb67
update to 2.7.7
M sysutils/sec/Makefile
M sysutils/sec/distinfo
Commit: cea91d7f4279837e6d36dd82b28f3daf80cd622f
update to ufraw-0.21, including new dcraw
M graphics/ufraw/Makefile
M graphics/ufraw/distinfo
Commit: d015de8ef14871d2b34a4e85adfc9a31bc297bac
fix paths
M security/polarssl/pkg/PLIST
Commit: cc5622938b3033ec3c70dab80e30b88ade5b64df
missed cvs rm
D security/polarssl/patches/patch-library_asn1parse_c
Commit: 425e0b08bbe0fa7ff8d52baed2db5410a8f3098b
Use srand_deterministic() as Pidgin expects deterministic results which fixes
the nick colours in multiuser chat rooms changing between restarts of Pidgin.
M net/pidgin/Makefile
A net/pidgin/patches/patch-pidgin_gtkconv_c
Commit: da0ba892293d417d1169bd47ca40c36d72b07531
Bring in fixes for the stack overflows with the SSE2 code on i386 and fixes for
the AVX detection (yes, just because a CPU has AVX support does not mean the
kernel does too -- silly Google developers).
M multimedia/libvpx/Makefile
A multimedia/libvpx/patches/patch-build_make_configure_sh
A multimedia/libvpx/patches/patch-vp9_encoder_x86_vp9_variance_sse2_c
A multimedia/libvpx/patches/patch-vpx_ports_x86_cpuid_c
A multimedia/libvpx/patches/patch-vpx_ports_x86_h
Commit: eef97701ebb9bce0777dd8b1cbe0b0d44b835e7b
Copy over from 4.8.. Stop running the fixincludes script.
M lang/gcc/4.9/Makefile
A lang/gcc/4.9/patches/patch-gcc_Makefile_in
M lang/gcc/4.9/pkg/PLIST-main
Commit: 2e15bcf2f2dfcc73231fb434f8e94d8937e1ac60
Add -rdynamic handling for hppa.
M lang/gcc/4.8/Makefile
A lang/gcc/4.8/patches/patch-gcc_config_pa_pa-openbsd_h
Commit: 82126600cca25ef343eb50c8272a131b02ad990a
Update to Postfix 2.11.4.
M mail/postfix/stable/Makefile
M mail/postfix/stable/distinfo
Commit: 9070eba1a208cdf53911f7289d4a45d0087a25f4
Update to Postfix 3.1-20150201.
M mail/postfix/snapshot/Makefile
M mail/postfix/snapshot/distinfo
Commit: 732861ee12ab1a6b405f7eeb99b9e23f195fb479
* add proper python shebang to rabbitmqadmin plugin command line tool, *
unbreak rabbitmqctl eval '' and friends, the patch to rabbitmqctl that
existed to run the code seems to be superfluous, and broke that
M net/rabbitmq/Makefile
D net/rabbitmq/patches/patch-scripts_rabbitmqctl
Commit: a880cbf17262871c1a3eb96c335a8feb1a6863a7
Update to quilt v0.64.
M devel/quilt/Makefile
M devel/quilt/distinfo
M devel/quilt/patches/patch-Makefile_in
D devel/quilt/patches/patch-configure_ac
D devel/quilt/patches/patch-quilt_mail_in
M devel/quilt/patches/patch-test_delete_test
D devel/quilt/patches/patch-test_faildiff_test
M devel/quilt/pkg/PLIST
Commit: 195baef7e5bd675562057528f606f27d3bccd443
update to dcraw-9.23
M graphics/dcraw/Makefile
M graphics/dcraw/distinfo
Commit: f393c1cb5bb0ad97eea29b3cd3bf4b56673a39bd
polarssl->mbedtls
M devel/quirks/Makefile
M devel/quirks/files/Quirks.pm
Commit: f8998561dee643c0f5c1a47263ec8e5e2500d500
Update to mbedtls 1.3.10 (the name changed). This version is still under GPL
but a forthcoming version moves to the Apache license.
M security/polarssl/Makefile
M security/polarssl/distinfo
M security/polarssl/patches/patch-CMakeLists_txt
M security/polarssl/pkg/PLIST
Commit: a8887540d78b28909f558eb656eac06570674e2b
Merge fixes from upstream:
M net/mldonkey/Makefile
A net/mldonkey/patches/patch-config_Makefile_config_in
A net/mldonkey/patches/patch-src_daemon_common_commonOptions_ml
A net/mldonkey/patches/patch-src_networks_bittorrent_bTOptions_ml
A net/mldonkey/patches/patch-src_utils_lib_misc2_mlcpp
A net/mldonkey/patches/patch-src_utils_lib_stubs_c_c
M net/mldonkey/patches/patch-src_utils_net_terminal_ml
A net/mldonkey/patches/patch-tools_bt_dht_node_ml
Commit: 0448c1e12925948399c0465fed3de4c03f4eee12
Update to gtk-vnc-0.5.4.
M x11/gtk-vnc/Makefile
M x11/gtk-vnc/distinfo
M x11/gtk-vnc/pkg/PLIST
Commit: a8a23fb8c03cc0ffe2ffec84e0b066f5726d9248
missing run deps for roundcubemail (a.k.a. commit from correct directory),
problems reported by ajacoutot
M mail/roundcubemail/Makefile
Commit: 74bff9e6c2ae016778ebc2be5b3cd7a75a34020e
update to pear-Net-SMTP-1.6.2
M net/pear-Net-SMTP/Makefile
M net/pear-Net-SMTP/distinfo
Commit: e9e61b9c90a80f24a7f2adfc1cb3c0eae3192e04
update to pear-Mail-mimeDecode-1.5.5
M mail/pear-Mail-mimeDecode/Makefile
M mail/pear-Mail-mimeDecode/distinfo
Commit: 35630dbd456f666fe6db2119d38de73ceb47640a
update to rcube-sieverules-2.2, for roundcube 1.1
M mail/rcube-sieverules/Makefile
M mail/rcube-sieverules/distinfo
M mail/rcube-sieverules/pkg/PLIST
Commit: 0037614c815ab51354cb81d2ecb67c7b35de8303
update to rcube-contextmenu 2.1, for roundcube 1.1
M mail/rcube-contextmenu/Makefile
M mail/rcube-contextmenu/distinfo
M mail/rcube-contextmenu/pkg/PLIST
Commit: 7b26bc349bc71ba73b629014f07a1513dfc68402
update to roundcube 1.1.0, allows searches across multiple folders, better
support for screen readers and more.
M mail/roundcubemail/Makefile
M mail/roundcubemail/distinfo
M mail/roundcubemail/patches/patch-bin_update_sh
M mail/roundcubemail/patches/patch-config_defaults_inc_php
M mail/roundcubemail/pkg/PLIST
Commit: 3a1a3d7531a651150c05835b873d23414cc83501
Chase firefox 35.0.1 and update seamonkey to 2.32.1.
M www/seamonkey-i18n/Makefile.inc
M www/seamonkey-i18n/distinfo
M www/seamonkey/Makefile
M www/seamonkey/distinfo
Commit: e9bbc25cf008d9f86096ccdceb5f64887e10ae3c
Use VERSION in MASTER_SITES. pointed out by ajacoutot@
M geo/gpx-viewer/Makefile
Commit: ea225bf4e15c2d751b7ba2f2b07ed03842fa936a
restore PLIST, unbreaks packaging on i386 (insufficient memory to link with
libpdf enabled).
M www/chromium/Makefile
M www/chromium/pkg/PLIST
Commit: f19951e4967de9947fa450e6604e21b3ee30c526
Update to gpx-viewer 0.4.0.
M geo/gpx-viewer/Makefile
M geo/gpx-viewer/distinfo
Commit: 1107884582443239a5277e5629df9ad36bbce111
Update django to 1.7.4. ok aja@. Release notes:
https://docs.djangoproject.com/en/1.7/releases/1.7.4/
M www/py-django/Makefile
M www/py-django/distinfo
M www/py-django/patches/patch-django_core_servers_basehttp_py
M www/py-django/pkg/PLIST
Commit: 09889d88740a561c32664fec93b4ce36759e821a
zap zero-byte patches
D devel/haddock/patches/patch-haddock_cabal
Commit: c5dfb701221759d2d5d3dff02242e31ffddf15a3
install missing headers.lua as spotted by tedu@
M net/luasocket/Makefile
M net/luasocket/pkg/PLIST
Commit: 9e5754dcc1027ec2cfca01c485638dd8d3c94912
Update to cups-2.0.2.
M print/cups/Makefile
M print/cups/distinfo
D print/cups/patches/patch-backend_usb-libusb_c
M print/cups/patches/patch-config-scripts_cups-common_m4
D print/cups/patches/patch-config_h_in
D print/cups/patches/patch-scheduler_process_c
M print/cups/patches/patch-test_run-stp-tests_sh
M print/cups/pkg/PLIST-main
Commit: 4d515407036ad1eba9161a0063abee0f06a3dddb
Update youtube-dl to 2015.02.10.2
M www/youtube-dl/Makefile
M www/youtube-dl/distinfo
M www/youtube-dl/pkg/PLIST
Commit: ff4ad212c13850bc391ebb8a22b63030093128c9
Update to dbus-glib-0.104.
M x11/dbus-glib/Makefile
M x11/dbus-glib/distinfo
M x11/dbus-glib/pkg/PLIST
Commit: 168e53473be0ec192be56f79808bd975546ac73d
Minor update to dbus-1.8.16.
M x11/dbus/Makefile
M x11/dbus/distinfo
Commit: 2adc4316ea99ec6f534ddc5d4951f4d9a69e41b7
Zap empty patch file.
D www/varnish/patches/patch-bin_varnishd_mgt_param_c
Commit: b94925be77e2642dc17b15fa673e045b54a6e6ac
Update to 0.29.1 From Florian Stinglmayr (MAINTAINER)
M textproc/the_silver_searcher/Makefile
M textproc/the_silver_searcher/distinfo
Commit: b56ea67524175912bd3916ef3b28bb39c14a653b
effectively unbreak/enable arc4random usage, introduced 7 years ago, made
obvious with the recent update to 2.07:
M security/pwgen/Makefile
M security/pwgen/patches/patch-configure_in
M security/pwgen/patches/patch-randnum_c
Commit: a0e6d702dd475b7f6519f4148232aa0095dab54d
Update to fluxbox-1.3.7
M x11/fluxbox/Makefile
M x11/fluxbox/distinfo
M x11/fluxbox/patches/patch-Makefile_in
D x11/fluxbox/patches/patch-src_FbTk_TextButton_cc
M x11/fluxbox/patches/patch-util_fluxbox-generate_menu_in
Commit: 5f1ea00099c776b0c25086d68d9fdfe21cce42d9
requires intltool; ok ajacoutot@
M inputmethods/uim-tomoe-gtk/Makefile
Commit: 071cbfa4302bc6936b1970685a34f0fb493a51b3
enable building the AVX decoder on amd64; ok sthen@
M audio/mpg123/Makefile
Commit: 38043b3af11cf0fa2a4524868bcfc84c7ec119d8
Don't try to use doxygen when it happens to be found in the environment. Drop
USE_GROFF: minimal differences only.
M devel/libhid/Makefile
Commit: 6bc5688012c6455bebbd0c76f9d724152cb497c0
Verbose build; replace my cheap hack with the proper fix from upstream:
M devel/ninja/Makefile
M devel/ninja/patches/patch-configure_py
A devel/ninja/patches/patch-src_graph_cc
Commit: fc2ce23d0e2bdf78ad8e6feea17e2e6534796b45
Update to evolution-ews-3.12.11.
M mail/evolution-ews/Makefile
M mail/evolution-ews/distinfo
Commit: 347d46e0c792d3cc03cff84ef42fc85a2567668d
Update to evolution-3.12.11.
M mail/evolution/Makefile
M mail/evolution/distinfo
Commit: a68ac2adfefa86abfde49827df8f317ec9eb5526
Update to evolution-data-server-3.12.11.
M databases/evolution-data-server/Makefile
M databases/evolution-data-server/distinfo
Commit: 02ee0387f7ab054277f21840860bfaa479a9ddfe
disable interactive in AddCreateDelete.pm
M infrastructure/bin/check-lib-depends
Commit: 580ebffae1e03c0ab7ccfe1d48dd3d6436151055
Update to youtube-dl-2015.02.06
M www/youtube-dl/Makefile
M www/youtube-dl/distinfo
M www/youtube-dl/pkg/PLIST
Commit: cf28a3ecb8232f6d143050bdb080774d0f376f2f
Update libssh to 0.6.4, bugfix and security release. More information:
https://www.libssh.org/2014/12/19/libssh-0-6-4-security-and-bugfix-release/ Few
tweaks from jca@ and aja@, thanks.
M security/libssh/Makefile
M security/libssh/distinfo
M security/libssh/pkg/PLIST
Commit: df634b3e75852123ba68d4c19f735bdd3957ef2b
Update v7 to tomcat-7.0.59
M www/tomcat/v7/Makefile
M www/tomcat/v7/distinfo
M www/tomcat/v7/pkg/PLIST-examples
Commit: d9d700e12968d615c33608f7166f6eb98374c3f9
Bugfix update to 4.3.5
M audio/libxmp/Makefile
M audio/libxmp/distinfo
Commit: 94691de47f2f9f02c774c0f6f33c1984c17f9ecd
Update to 20150206.
M games/wtf/Makefile
M games/wtf/distinfo
Commit: 8b15fe189e6c3b4154679979146cb969ced12bd2
Livestreamer homepage changed. Bump.
M multimedia/livestreamer/Makefile
Commit: de15ef9823dffbffdce18e02f94d7dcc4a509e34
bugfix update to trac 1.0.4
M www/trac/Makefile
M www/trac/distinfo
Commit: 55acb0464688f312f4d71b47129c64a9b3f1a06d
Zap unneeded patch
M audio/ncmpcpp/Makefile
D audio/ncmpcpp/patches/patch-src_window_cpp
Commit: 0dc0aeda364ced15077f096abf3da1e67a926c23
exif.c: do bounds checks before accessing the exif array (upstream git commit
89256a02f51edc44b556f759998eadfd8cf01b17)
M graphics/feh/Makefile
A graphics/feh/patches/patch-src_exif_c
Commit: 6300b6b54bc7bb03413d26c4c387f6d77d691556
Bugfixing update to mpd-0.19.9
M audio/mpd/Makefile
M audio/mpd/distinfo
M audio/mpd/patches/patch-Makefile_in
M audio/mpd/patches/patch-configure
Commit: 93717c2b8a77af7d6e3cbdc8da249c59fc8af716
Drop USE_GROFF: acceptable differences only.
M devel/nasm/Makefile
M devel/yasm/Makefile
Commit: 842a8ce245e35669da162ff8d092e770dee714da
Switch freerdp back to libressl.
M x11/freerdp/Makefile
A x11/freerdp/patches/patch-libfreerdp-core_tls_c
Commit: 07ae84448381e7266fcef274ddaac275776fd2c9
- Use rcctl(8) in commandline examples. - Add a section how to setup icinga-cgi
with httpd(8) and slowcgi(8).
M net/icinga/core/Makefile
M net/icinga/core/pkg/README-main
Commit: e313474f8873e408741556c07a9124671e24c568
update to xca 1.1.0. templates didn't seem to work in 0.9.3 previously (though
they have worked in the past); this fixes it for me.
M security/xca/Makefile
M security/xca/distinfo
A security/xca/patches/patch-Makefile
M security/xca/patches/patch-configure
M security/xca/patches/patch-doc_Makefile
D security/xca/patches/patch-lib_x509v3ext_cpp
M security/xca/patches/patch-misc_Makefile
D security/xca/patches/patch-misc_xca_desktop
M security/xca/pkg/PLIST
Commit: 57e9304c8f3e898fc1183c75ab84b598d22b3c55
Update to git-2.3.0
M devel/git/Makefile
M devel/git/distinfo
M devel/git/patches/patch-Makefile
A devel/git/patches/patch-contrib_svn-fe_Makefile
M devel/git/patches/patch-t_test-lib_sh
Commit: f6910c68d7e5541d41a29db05022001f86508fcf
update to ruby-msgpack-0.5.11
M net/ruby-msgpack/Makefile
M net/ruby-msgpack/distinfo
Commit: 5a2626a9def1e827076a37adffc862ad3381933d
update to libvirt-python-1.2.12
M sysutils/libvirt-python/Makefile
M sysutils/libvirt-python/distinfo
Commit: fa605effb9f25bc3b169f7f69c3fdb1d666ecddf
update to Sys-Virt-1.2.12
M sysutils/p5-Sys-Virt/Makefile
M sysutils/p5-Sys-Virt/distinfo
Commit: a612f8ab2dac5bad8bd66c4b3909fb2c0a055bd0
update to libvirt-1.2.12
M sysutils/libvirt/Makefile
M sysutils/libvirt/distinfo
Commit: 4dbcfe6243ea0cfed7a88fbe7ad71ac78521daa3
Fix crash when using ssh (from upstream). reported by rpointel@ ok jasper@
(maintainer)
M x11/remmina/Makefile
M x11/remmina/patches/patch-cmake_FindVTE_cmake
M x11/remmina/patches/patch-remmina_CMakeLists_txt
M x11/remmina/patches/patch-remmina_src_remmina_ssh_plugin_c
M x11/remmina/pkg/PLIST
Commit: edf7fc8d84018df0ebbd8cccc4f40795748098ce
update to asterisk-11.16.0
M telephony/asterisk/Makefile
M telephony/asterisk/distinfo
M telephony/asterisk/patches/patch-channels_chan_sip_c
M telephony/asterisk/patches/patch-main_asterisk_c
M telephony/asterisk/patches/patch-res_res_fax_c
Commit: b8c36ebb782044a73bb82ba15c3c3e94bf854e3b
Update to icinga2-2.2.4. Change rc script to use "icinga2 daemon" and rc_bg to
force running in the background; it was previously using "icinga2 daemon -d",
but since 2.2.2 this has been hanging on OpenBSD.
M net/icinga/core2/Makefile
M net/icinga/core2/distinfo
M
net/icinga/core2/patches/patch-etc_icinga2_scripts_mail-host-notification_sh
D
net/icinga/core2/patches/patch-etc_icinga2_scripts_mail-service-notification_sh
D net/icinga/core2/patches/patch-icinga-app_icinga_cpp
M net/icinga/core2/patches/patch-lib_base_stacktrace_cpp
A net/icinga/core2/patches/patch-lib_cli_daemoncommand_cpp
A net/icinga/core2/patches/patch-third-party_execvpe_execvpe_c
M net/icinga/core2/pkg/PLIST-main
M net/icinga/core2/pkg/PLIST-mysql
M net/icinga/core2/pkg/PLIST-pgsql
M net/icinga/core2/pkg/README-main
M net/icinga/core2/pkg/icinga2.rc
Commit: c085995b305a1c351295d9c9ed2d49437d734869
Security fixes: CVE-2014-8139: CRC32 verification heap-based overflow
CVE-2014-8140: out-of-bounds write issue in test_compr_eb() CVE-2014-8141:
out-of-bounds read issues in getZip64Data() CVE-2014-9636: out-of-bounds
read/write in test_compr_eb()
M archivers/unzip/Makefile
A archivers/unzip/patches/patch-extract_c
A archivers/unzip/patches/patch-fileio_c
M archivers/unzip/patches/patch-process_c
Commit: 25348907448fe27b2289e8e18a606209b9b8a48d
add a comment re possible_drivers
M sysutils/firmware/Makefile
Commit: df1a7675b18d859df6a6b036c97f9c818d8e782a
Remove dependency on procmail. Patch accepted upstream.
M devel/quilt/Makefile
A devel/quilt/patches/patch-quilt_mail_in
Commit: dd61ba35d6c427534ae60f1fbcdcee2fe55e0ca7
Update to easytag-2.2.6.
M audio/easytag/Makefile
M audio/easytag/distinfo
M audio/easytag/pkg/PLIST
Commit: 99f513deb74493eff60f0583c15e8dec3363353d
update to 40.0.2214.111
M www/chromium/Makefile
M www/chromium/distinfo
M www/chromium/pkg/PLIST
Commit: e56ae0e99cf6094c00789d5107ad83620a10bcae
update squid 3.5 branch to 3.5.1 and re-enable now that the horrible
*_cipher_by_char API has been added back to libssl.
M www/squid/Makefile
M www/squid/snapshot/Makefile
M www/squid/snapshot/distinfo
A www/squid/snapshot/patches/patch-src_ssl_bio_cc
M www/squid/snapshot/pkg/PLIST-main
Commit: a3733fae0f5b68179d168955f77347b447694dfb
Drop some patches; libressl renamed SSL_CTX_use_certificate_chain to
SSL_CTX_use_certificate_chain_mem (libssl/src/ssl/ssl.h r1.79 et al) so this no
longer conflicts.
M www/apache-httpd-openbsd/Makefile
D www/apache-httpd-openbsd/patches/patch-src_modules_ssl_ssl_engine_init_c
D www/apache-httpd-openbsd/patches/patch-src_modules_ssl_ssl_util_ssl_c
D www/apache-httpd-openbsd/patches/patch-src_modules_ssl_ssl_util_ssl_h
Commit: 015263ca874ffe5850d595eee3ef093399a4f51b
Update to shared-color-targets-0.1.5.
M graphics/shared-color-targets/Makefile
M graphics/shared-color-targets/distinfo
M graphics/shared-color-targets/pkg/PLIST
Commit: 50b274bb586d161f696cf6c48f1854ee85200db3
Drop some patches; libressl renamed SSL_CTX_use_certificate_chain to
SSL_CTX_use_certificate_chain_mem (libssl/src/ssl/ssl.h r1.79 et al) so this no
longer conflicts.
M www/apache-httpd/Makefile
M www/apache-httpd/patches/patch-modules_ssl_ssl_engine_init_c
D www/apache-httpd/patches/patch-modules_ssl_ssl_util_ssl_c
D www/apache-httpd/patches/patch-modules_ssl_ssl_util_ssl_h
Commit: f46f8c3741c82f32061a6a21a41bc9332beb6659
Update to 2.82 adds some tld. ok sthen@
M net/p5-Net-Whois-Raw/Makefile
M net/p5-Net-Whois-Raw/distinfo
Commit: c932643e9ff194a90ecd6dede2ac385ba2b183b5
Convert fcgi's use of select() to poll() to avoid an FD_SET overflow.
Simplified from a diff in debian/ubuntu.
M www/fcgi/Makefile
A www/fcgi/patches/patch-libfcgi_os_unix_c
Commit: 84a2f85e70a93859873334ae127e450011ea67bb
update to jBCrypt 0.4, fixing an integer overflow that occurs with very large
log_rounds values.
M java/jBCrypt/Makefile
M java/jBCrypt/distinfo
Commit: 43b19bf97c3c4692b1e3b139ed0890a4fb8e422a
update to p5-Email-Address 1.907
M mail/p5-Email-Address/Makefile
M mail/p5-Email-Address/distinfo
Commit: e7e93c36f00ecde37eee9120318346cc61df9616
add bugtracker url
M databases/openldap/patches/patch-servers_slapd_overlays_deref_c
Commit: 57e4611b74ed86672d6560b0354c41d0d3bf54dc
add a couple of openldap patches from upstream (slapd crash fixes)
M databases/openldap/Makefile
A databases/openldap/patches/patch-servers_slapd_filter_c
A databases/openldap/patches/patch-servers_slapd_overlays_deref_c
Commit: e50432967818351a6e29411561b1c1b1e696eb2d
Security / bugfixes update to 9.4.1 (5 CVE)
M databases/postgresql/Makefile
M databases/postgresql/distinfo
M databases/postgresql/pkg/PLIST-contrib
M databases/postgresql/pkg/PLIST-docs
M databases/postgresql/pkg/PLIST-server
Commit: 11dbf664945cba6e527db70ffe0387c46e1e3d61
Bugfixing update to cmake-3.1.2
M devel/cmake/Makefile
M devel/cmake/cmake.port.mk
M devel/cmake/distinfo
Commit: 97c52703e89894b2b1c2747d3aa2823c817863da
Update to shared-mime-info-1.4.
M misc/shared-mime-info/Makefile
M misc/shared-mime-info/distinfo
M misc/shared-mime-info/pkg/PLIST
Commit: eed2d5ab7a1fb2b2726d70fea8a7561aa474ce02
update to nagios 4.0.8, ok rpe@
M net/nagios/nagios/Makefile
M net/nagios/nagios/distinfo
D net/nagios/nagios/patches/chroot-cgi_Makefile_in
D net/nagios/nagios/patches/chroot-sample-config_cgi_cfg_in
M net/nagios/nagios/patches/patch-cgi_Makefile_in
M net/nagios/nagios/patches/patch-configure
A net/nagios/nagios/patches/patch-lib_runcmd_c
M net/nagios/nagios/pkg/PLIST-web
Commit: 74b4903d6e43234576e58e7b4a07a2a3d8498fd2
Update to hplip-3.15.2.
M print/hplip/Makefile
M print/hplip/distinfo
M print/hplip/patches/patch-Makefile_in
M print/hplip/patches/patch-base_codes_py
M print/hplip/patches/patch-base_g_py
M print/hplip/patches/patch-base_magic_py
M print/hplip/patches/patch-base_mdns_py
M print/hplip/patches/patch-base_password_py
M print/hplip/patches/patch-base_queues_py
M print/hplip/patches/patch-base_slp_py
M print/hplip/patches/patch-base_utils_py
M print/hplip/patches/patch-check_py
M print/hplip/patches/patch-common_utils_c
A print/hplip/patches/patch-common_utils_h
M print/hplip/patches/patch-fax_backend_hpfax_py
M print/hplip/patches/patch-fax_filters_pstotiff
M print/hplip/patches/patch-installer_core_install_py
M print/hplip/patches/patch-installer_dcheck_py
M print/hplip/patches/patch-installer_pluginhandler_py
M print/hplip/patches/patch-io_hpmud_jd_c
M print/hplip/patches/patch-logcapture_py
M print/hplip/patches/patch-prnt_cups_py
A print/hplip/patches/patch-prnt_filters_hpps
M print/hplip/patches/patch-scan_py
M print/hplip/patches/patch-setup_py
M print/hplip/patches/patch-ui4_devmgr5_py
M print/hplip/patches/patch-ui_devmgr4_py
M print/hplip/pkg/PLIST-main
Commit: 5328e29e09baef28425eb3585192ec19fd3d5752
Update to youtube-dl 2015.02.04.
M www/youtube-dl/Makefile
M www/youtube-dl/distinfo
Commit: 3166ef6d34ec4874bcdf19e0573a751f72b08bb0
update to UniFi 3.2.10 (lots of fixes) also package the shell API
M net/unifi/Makefile
M net/unifi/distinfo
A net/unifi/patches/patch-unifi_sh_api
M net/unifi/pkg/PLIST
Commit: 4819f5574b601ed28415e3f6c5bbbb3979016546
Update to rednotebook-1.9.0.
M productivity/rednotebook/Makefile
M productivity/rednotebook/distinfo
M productivity/rednotebook/pkg/PLIST
Commit: 066a295426989f3de2892116bc213727dc3c1a9e
update to gedit-3.14.3
M x11/gnome/gedit/Makefile
M x11/gnome/gedit/distinfo
Commit: cf7cad1e50a0706b2c85622a52e0bc6c96359b07
Update to gnumeric-1.12.20.
M math/gnumeric/Makefile
M math/gnumeric/distinfo
Commit: 12ba1ac9ae5b622437dee3fbd9ef57081cb9659f
Update to goffice-0.10.20.
M devel/goffice/Makefile
M devel/goffice/distinfo
Commit: c12de46474dd0e8fa1bec4de2dd7ffe64f8912bc
Update to libgsf-1.14.31.
M devel/libgsf/Makefile
M devel/libgsf/distinfo
M devel/libgsf/pkg/PLIST
Commit: 898ae6687412438878efd6f54fe26fa1bae220e6
mysql -> mariadb
M infrastructure/db/user.list
Commit: f423bf1a0b992e5e02af1904df0decce4c0ea98d
Update to p5-Net-Domain-TLD-1.73.
M net/p5-Net-Domain-TLD/Makefile
M net/p5-Net-Domain-TLD/distinfo
Commit: f59503e6305f239c98c8d04d88b148db3ac2bee3
Drop maintainership.
M audio/sonata/Makefile
Commit: 1cf2d28467d777ccd736e12037b0d7ed6ad6c56c
Repair conflict between -main and -docs, introduced in previous.
M net/samba/Makefile
M net/samba/pkg/PLIST-docs
M net/samba/pkg/PLIST-main
Commit: b12ced17659b1be5c44cc8ecd964826c96ad882b
fix the remaining 63 time_t problems in Icinga idomod.c, and a typo in
patch-cgi_cgiutils_c
M net/icinga/core/Makefile
M net/icinga/core/patches/patch-cgi_cgiutils_c
A net/icinga/core/patches/patch-module_idoutils_src_idomod_c
Commit: 2f2dbfcbb3744792027722deda7bbabdc34332e2
Force a WANTLIB on libc for ports linked statically, to ensure they get updated
following major updates in base. kurt is ok with this approach. ok naddy
M archivers/gtar/Makefile
M archivers/star/Makefile
M mail/femail/Makefile
M mail/mini_sendmail/Makefile
Commit: b5f20e7c266ecc39eb7157f9a395732f5b2b86ec
Update to 2.7.4: * Patch no longer follows symbolic links to input and output
files. This ensures that symbolic links created by git-style patches cannot
cause patch to write outside the working directory (CVE-2015-1196).
M devel/gpatch/Makefile
M devel/gpatch/distinfo
A devel/gpatch/patches/patch-tests_deep-directories
A devel/gpatch/patches/patch-tests_no-mode-change-git-diff
A devel/gpatch/patches/patch-tests_read-only-files
Commit: 0f4bcd532f8c57030958fdc3c24de34d4c1f964f
Build FreeRDP against OpenSSL instead of LibreSSL, unbreaking connections to
servers which require NLA. ok rpe@
M x11/freerdp/Makefile
Commit: 089d86e84f90b4a07760cf42b99f8cd4cc681694
Fix typos in the manual page
M net/hpodder/Makefile
M net/hpodder/files/hpodder.1
Commit: df07c595216e826f4d42366d152ff9e9a4b94f0c
- Fix HOMEPAGE
M net/hpodder/Makefile
A net/hpodder/patches/patch-Commands_Setup_hs
M net/hpodder/patches/patch-Download_hs
Commit: 3485d6751671ea53e31c290dba2f195e06cfa3a6
- update to apache-activemq-5.10.1, lots of bugfixes and improvements *
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12326456
M net/apache-activemq/Makefile
M net/apache-activemq/distinfo
Commit: 2b467874fa50a6d5ded850c7edc95c7ff67b3517
Move the ldap files from the -docs to the -main samba package.
M net/samba/Makefile
M net/samba/pkg/PLIST-docs
M net/samba/pkg/PLIST-main
Commit: 5a5fcd6f286e0828b41a599cc8eb419052bc4b09
Same thing for 4.8: Kill --disable-checking, merge PFRAG.ATOMIC into PLIST.
M lang/gcc/4.8/Makefile
D lang/gcc/4.8/pkg/PFRAG.ATOMIC-main
M lang/gcc/4.8/pkg/PLIST-main
Commit: 2ce41f33213fe6df12a0f3f26c79240b7ad96108
update to cabextract 1.5, embedded copy of libmspack is updated for security
fixes (see recent commit to archivers/libmspack), additionally cabextract now
replaces bad Unicode characters in filenames with the standard Unicode
replacement character.
M archivers/cabextract/Makefile
M archivers/cabextract/distinfo
Commit: d914c681244a9e8f503d151daa06db98af943d2b
update to libmspack 0.5alpha (part 2: cvs didn't see the patches/ dir)
A archivers/libmspack/patches/patch-Makefile_in
D archivers/libmspack/patches/patch-mspack_qtmd_c
Commit: 3d407de0caaa3effea910e1234304e70a9f37427
update to libmspack 0.5alpha
M archivers/libmspack/Makefile
M archivers/libmspack/distinfo
M archivers/libmspack/pkg/PLIST
Commit: 336da975e2e1e5da2f0503816bab97728faf9993
Fix a bad patch merge
M databases/iodbc/Makefile
D databases/iodbc/patches/patch-include_sqltypes_h
Commit: daf996a780213d18a0a0f6a497326be0f1796d8c
bugfix update to california-0.3.1
M x11/gnome/california/Makefile
M x11/gnome/california/distinfo
Commit: 3a6080aace372f423469182e61ac50e92d9ccf48
Update to capstone-3.0.1.
M devel/capstone/Makefile
M devel/capstone/distinfo
M devel/capstone/patches/patch-Makefile
M devel/capstone/patches/patch-cs_c
M devel/capstone/patches/patch-include_capstone_h
M devel/capstone/patches/patch-tests_test_mips_c
Commit: 5a54d8586911a184aaad40fd50fd50bf12aef3c7
Update to jhead-3.00.
M graphics/jhead/Makefile
M graphics/jhead/distinfo
M graphics/jhead/patches/patch-jhead_c
Commit: b6cbfbc7e738e6de8dfdc740932efffac8560a11
Update to 0.27.0
M devel/py-doit/Makefile
M devel/py-doit/distinfo
Commit: 83676d815e77cde61f7394c5fbbf0549ee89199e
Finally fix newer GCC on hppa by removing --disable-checking from
CONFIGURE_ARGS. While it may have had some value in the past, nowadays it's
just another (essentially untested) deviation from the mainstream.
M lang/gcc/4.9/Makefile
A lang/gcc/4.9/patches/patch-gcc_config_pa_pa-openbsd_h
M lang/gcc/4.9/patches/patch-gcc_config_pa_pa_c
M lang/gcc/4.9/patches/patch-gcc_opts_c
D lang/gcc/4.9/pkg/PFRAG.ATOMIC-libs
D lang/gcc/4.9/pkg/PFRAG.ATOMIC-main
A lang/gcc/4.9/pkg/PFRAG.hppa-main
M lang/gcc/4.9/pkg/PLIST-libs
M lang/gcc/4.9/pkg/PLIST-main
-----------------------------------------------------------------------