Describe: sync_20150203-304-gcdccdc6
at cdccdc65c80459227072389c286a513ae7aeccf7 (commit)
- Log -----------------------------------------------------------------
Commit: cdccdc65c80459227072389c286a513ae7aeccf7
Update INDEX
M INDEX
Commit: aab1bcbf3a98672fbd78b0bf09915b8989937288
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: 3dc0d9e4d49b6472597f2866a7c6aef3771cdbc2
update to jenkins-1.596.1, which fixes some additional bugs
M devel/jenkins/stable/Makefile
M devel/jenkins/stable/distinfo
Commit: 24eb42768aeb73cb5367c5a6f2a114d830880130
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: aa695586ffdfad264a43e76fc1e90fadb876bfcb
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: 32609dea05bcb4ff770abe7660231bd5eb785ffe
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: 37374e15f17d27b0b5b8f0d7b78acbc197a1d1c6
SECURITY update to cups-filters-1.0.66.
M print/cups-filters/Makefile
M print/cups-filters/distinfo
Commit: 88a1180a06592e3f49ad3371f9ee179c6d8aff42
SECURITY update to libgcrypt-1.6.3. CVE-2014-3591, CVE-2015-0837
M security/libgcrypt/Makefile
M security/libgcrypt/distinfo
Commit: 3e0683ec7a966b08846b4ad05448db3ff6480df5
Mark as broken for 5.7
M net/samba4/Makefile
Commit: f5e12ce66ba645d645257c4baeccc99cdeaf0b84
Unbreak tinyca.
M security/tinyca/Makefile
A security/tinyca/patches/patch-lib_CA_pm
A security/tinyca/patches/patch-lib_OpenSSL_pm
Commit: e376dd27eacec375a4bab9de3b078edfb0459a84
zap extra noise, suggested by aja@, okay sthen@
M devel/quirks/Makefile
M devel/quirks/files/Quirks.pm
Commit: 4eef461cb8264669b6937285fd125c6888c24f49
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: e43377a2e2bab2b9532600eeac4441a8cecb20d9
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: b52877c54112225529f38ae685f1b885e671bf31
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: 2734e6d3890a36391c86f5ef1db6a5d809e37cb5
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: bf466f610bf9b1140e31c03388523d2f30c6696b
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: 3cf2a70019a531c2446ece14cd32bd90c25f4994
Revert, we're locked.
M audio/ncmpcpp/Makefile
D audio/ncmpcpp/patches/patch-src_window_cpp
Commit: c66e254e97f2738f1ad93f1f6c1713bebfb96a78
Merge fix from the '0.6.x' maintenance branch:
M audio/ncmpcpp/Makefile
A audio/ncmpcpp/patches/patch-src_window_cpp
Commit: b585b6b8a9e55429ac67b95bf5e388aa70489c7b
Add dependency WANTLIB for jpeg ok sthen@
M x11/p5-Tk/Makefile
Commit: 9c441394dd2d58079682590a05c1c013b436fa08
Update sysutils/ansible to 1.8.4
M sysutils/ansible/Makefile
M sysutils/ansible/distinfo
M sysutils/ansible/pkg/PLIST
Commit: fc22dcaca58c966a551aeb2e75fb537e55920a65
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: 25d0dee855fdccd7d9488e8f3faa048848c3ef6c
Replace an overlapping memcpy with memmove, ok ajacoutot@ naddy@
M print/hplip/Makefile
A print/hplip/patches/patch-prnt_cupsext_cupsext_c
Commit: 88275b0ae9a880d1183b354088a18bb58a6add0e
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: 0758d7862fe125a762a29a2e5859ccef49ed6564
update to 40.0.2214.115
M www/chromium/Makefile
M www/chromium/distinfo
Commit: feb2142e4f51ab82e843e4e6a11846fd65d4099a
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: 1c7a262e6767721ef35b5f59980e8abfb677523f
Bugfix update to colord-1.2.9.
M graphics/colord/Makefile
M graphics/colord/distinfo
Commit: 8ae424720f9fb98b08232b24d1fbbcefb018a833
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: a6533f669af49edc167a01f92157e6278355ad29
drop USE_GROFF for mdoc page
M x11/xtu/Makefile
Commit: 49bb9d20b603f540946a7a70ca443c40a1ccb682
fix typo in mdoc macro name and drop USE_GROFF
M net/honeyd/Makefile
M net/honeyd/patches/patch-honeyd_8
Commit: 7afc344d9a036533de0efdabba33f73152a5b286
fix path to zarafa-autorespond
M mail/zarafa/zarafa/Makefile
M mail/zarafa/zarafa/patches/patch-spooler_DAgent_cpp
Commit: 2078da53d80a1cd68b56076cab4835a659da7acd
Fix localhost.cf path
M mail/sendmail/Makefile
M mail/sendmail/pkg/PLIST-main
Commit: 16246488d7218b8629d1adf34beeb9e5d963c182
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: af859ea47ac725fe4cda9b3ce36223121f71bbe9
update to elasticsearch-1.4.4
M textproc/elasticsearch/Makefile
M textproc/elasticsearch/distinfo
M textproc/elasticsearch/pkg/PLIST
Commit: b777f4c4e396f100b91128dcc491aaf11ca0e52b
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: d400056b7f31a2943eb7331505d6829c27a46edc
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: a645443074ec553817d751a61ce98fdfaaf4c8f5
Bugfix update to gtkspell3-3.0.7. - fix a crasher
M textproc/gtkspell3/Makefile
M textproc/gtkspell3/distinfo
M textproc/gtkspell3/pkg/PLIST
Commit: d4a222b1c5d289f20191b9b9e77b9ec46d0de9ba
SECURITY update to php-5.4.38, ok robert@
M lang/php/5.4/Makefile
M lang/php/5.4/distinfo
Commit: 1cb001e894874d6c32664e478553b0d117386c69
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: e4726b73f71a26938a34b4ea0327f64b7d91d404
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: 678dd7ea05257a1dfbe8720b2bf7be1cc7aa0e59
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: 0f45001c70034474a54752bc36ca685633cd57f8
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: 434f753bb113fba5e58e20938e082eff12da54e8
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: da1bf6f94e447d0fef520d061a48eecb9e2d2a34
requires nroff to build cmds.doc
M editors/jove/Makefile
Commit: 509f0d0acf3843821515df2c6a05864d7cc21553
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: 763b8ec01c8a40bf1230ef3bbc85d1883632e3af
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: 89d656345940175443b49c5f94bcb3ec6a3d875c
update to BIND 9.10.2P2
M net/isc-bind/Makefile
M net/isc-bind/distinfo
Commit: 3b24444575f2ba01575179c7f8986ff931ea0f46
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: a8b56faa21987a0b3731bc105a9cbcca26ebb869
drop USE_GROFF from this BROKEN port, too
M geo/gmapcatcher/Makefile
Commit: 4f00635b9e06da7172a668aab60bf4dee0f494f6
fix roff errors that were eating some text; drop USE_GROFF
M devel/re2c/Makefile
A devel/re2c/patches/patch-re2c_1_in
Commit: b6da5abb9440145f25b68bdf017b29a79e59e83a
Drop USE_GROFF from this IGNOREd port, too.
M devel/pkgconfig/Makefile
Commit: ba9eac7cca180bf703ab97c8c4e430e231534f55
Fix hba "samehost"/"samenet" support.
M databases/postgresql/Makefile
A databases/postgresql/patches/patch-src_backend_libpq_ip_c
Commit: e6377fc08d20026ce000269c6e6b30ddc56e88d3
escape backslashes for roff
M audio/mp3blaster/Makefile
A audio/mp3blaster/patches/patch-mp3blaster_1
Commit: 6e7cf506e04e07d2eb813af6dabf994b4de9b5bd
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: 58f066ec5b6e2bfb5106bca675f183ec599a1cde
drop Roman Kravchuk as maintainer per his request.
M net/netbsd-iscsi-target/Makefile
Commit: 07b0ede3317933a4f25a76d007293aa841c14cae
drupal views CVE
M devel/quirks/Makefile
M devel/quirks/files/Quirks.pm
Commit: 07d85f31dadcb35e46516a42ff212c80bae76200
zap useless lines
M net/hpodder/Makefile
M net/hpodder/files/hpodder.1
Commit: 15b572455170ce0f3e037724a414d7a3e9264d29
update to gnome-font-viewer-3.14.1
M x11/gnome/font-viewer/Makefile
M x11/gnome/font-viewer/distinfo
Commit: 7a37163e9e222c63a3ec544f7d138e8a792b71d9
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: 54680f580eab7624f1541cdeb442d55bf2a994fc
Update www/sarg to 2.3.10
M www/sarg/Makefile
M www/sarg/distinfo
Commit: 1904128981b76f088a59c4763aff7aedb0b9577d
Update to trytond-module-stock_split-3.2.2.
M productivity/tryton/stock_split/Makefile
M productivity/tryton/stock_split/distinfo
Commit: ea0a902f7773cddd01533c0626c5cbc821035fe9
Update to trytond-module-stock_supply-3.2.3.
M productivity/tryton/stock_supply/Makefile
M productivity/tryton/stock_supply/distinfo
Commit: 630225894c77abf1c2217d09fc7486400ab0e94d
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: 42c295067fcb09856a5ddb727ccc6bca5c2b4f52
Update to trytond-module-timesheet_cost-3.2.1.
M productivity/tryton/timesheet_cost/Makefile
M productivity/tryton/timesheet_cost/distinfo
Commit: d45f0e5a04640cdfbb76a3d28d89680274417be3
Update to trytond-module-timesheet-3.2.1.
M productivity/tryton/timesheet/Makefile
M productivity/tryton/timesheet/distinfo
Commit: 4fe4e1b66e4611ecd4a897c10808527415fa06a5
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: 3ea1676cca21c97df2ad45e1557c62903ad79811
Hook up the tests.
M multimedia/x265/Makefile
Commit: 80088b42efc7347dcccbd00d439dc29c059586fc
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: 2d98d1f5e3ca862b17d972179ee9a2ff3e979a67
regen patches
M textproc/glimpse/patches/patch-Makefile_in
M textproc/glimpse/patches/patch-index_convert_c
Commit: cade71a3919bc85c19336c458ef5e25306343f44
properly escape Perl-compatible regex for roff and drop USE_GROFF
M mail/mixmaster/Makefile
A mail/mixmaster/patches/patch-mix_1
Commit: 222663ab252552955c37ff20242b9245079dec23
properly escape backslash and drop USE_GROFF
M mail/faces/Makefile
A mail/faces/patches/patch-faces_man
Commit: 187cfbe67995139d7c191f939c324f0e0cba7b76
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: aad929523bb2408901b5adef24db3de80db95233
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: 6e247d05f42f78f13ba8b25353650b98581fb2ff
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: 1f487d8be73055e8d3706cc05e137e3e28c144d0
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: c8e14cc948c5639c73f8ea41d259a966345e6bb7
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: b29c1442408f9b464b23de6c49491051cb6e5a99
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: c8afbcd5d7d87d3272968817a903e7f205b7f001
Drop USE_GROFF: mandoc produces the intended output.
M mail/sma/Makefile
Commit: 78afc9bebb5d7eac2b8622ec5763a8419e246c09
don't preformat man pages and drop USE_GROFF
M lang/kawa/Makefile
A lang/kawa/patches/patch-doc_Makefile_in
Commit: a8c658b8ea4c9e9eafc59c5f4a9aba460a283199
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: 15d30f0e5d4d7b8107c7e1cf1a3f5cac174a0ff6
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: 762a907544175737c9ed2abdf273ab5468bb1487
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: 61276c98357f213650bd32c7ff51d082a45cfdd0
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: 7a9f933f555e75e778a0f179665b0c02d7ebcc68
Fix hba with IPv6 connections.
M databases/postgresql/Makefile
A databases/postgresql/patches/patch-src_backend_libpq_hba_c
Commit: de396d2d0750d128cd87301854081c90e5d221c0
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: 13eb8fe25b9d05bf8158b27b63f2fb5b09003d49
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: a726a053bd20c9279b361e544bff6aa747915d01
regen distinfo for upstream re-rolled distfile (only change is in
.hg_archival.txt)
M sysutils/shelldap/distinfo
Commit: fe5fe659b23224496b6518b1b8daaaee79651d95
Update to proteus-3.2.3.
M productivity/tryton/proteus/Makefile
M productivity/tryton/proteus/distinfo
Commit: 569adc20f6ffa1ad77bdb68e2ad6e7c7b200b7db
Update to tryton-3.2.7.
M productivity/tryton/tryton/Makefile
M productivity/tryton/tryton/distinfo
Commit: 5d868129ef9ef2fe8d1522cb987a9a080ccbb4b8
Update to trytond-3.2.5.
M productivity/tryton/trytond/Makefile
M productivity/tryton/trytond/distinfo
Commit: 0e0466531be6535d9b0f933f498a5a09c66991a6
Update to 20150216.
M lang/seed7/Makefile
M lang/seed7/distinfo
M lang/seed7/pkg/PLIST
Commit: 5fabe5f3ce405a273dbe55839688e4b2e551e21f
Enable x265 on PowerPC since as of 1.5 it now works.
M graphics/ffmpeg/Makefile
Commit: b82003b14d8ad174c8668611447f777353ffcfee
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: eedfdd330e89eeee3864d345df355d45728f35b2
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: dadca2846e772585878ad671ca720cfec7f086a6
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: 0611231f5d76595c3bd0e0bc362e2a914cf1ddf4
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: 340dae6c54430bfe0969660c2a250a626ed43aa6
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: b740bd70d22136c2a91f34f8ce304e67c70631c2
regen
M databases/postgresql/patches/patch-configure
Commit: 0c301ebcdc42f4d32a2f3c8f82ce9579ba3ca2e1
bugfix update to xfce4-whiskermenu 1.4.3
M x11/xfce4/xfce4-whiskermenu/Makefile
M x11/xfce4/xfce4-whiskermenu/distinfo
Commit: b34b96812828b178dbc52fd4a7405b99b17adff3
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: 17f7de80d439d2ae29de788abe2861b5736b4fd8
hookup dkimproxy which seems to have been forgotten when originally imported
M mail/Makefile
Commit: 9361f3a53f46d97332a42f331328b7ead99ae502
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: 357e9741911ed81d051a2f21b6637eff498d6822
* 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: 37373e2eb174cdded3a08898fc662fabe1586f0c
adjust tests to use HDB not MDB, problem reported by nigel@ no pkg change
M databases/p5-ldap/patches/patch-test_cfg
Commit: 9ff321ca31b39cbefda4ebfba83a949353848c8b
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: 120f68286bc3b2b468ccc4aef3d98324d58f8ce2
regen patch; no pkg change
M databases/p5-ldap/patches/patch-test_cfg
Commit: 9b29e23174a8eeb29cbbbb52724b1598ac54f1f3
Update to hotplug-diskmount-0.9
M sysutils/hotplug-diskmount/Makefile
M sysutils/hotplug-diskmount/distinfo
Commit: cd230c6f5931526944ab33fbd77014b0172448b0
Merge a dozain of bugfixes from upstream.
M x11/gnome/librsvg/Makefile
M x11/gnome/librsvg/distinfo
Commit: 2fcf85cd52fc59098795ac91754e47b2902ad711
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: 6b342e4c0a563178e518a12035fe31298586587b
Update to caribou-0.4.17.
M x11/gnome/caribou/Makefile
M x11/gnome/caribou/distinfo
M x11/gnome/caribou/pkg/PLIST
Commit: 9b505f35ce7b8d6420e67ea5aba2d33c8a64c910
Drop USE_GROFF: apart from trivial page footer differences, groff and mandoc
produce identical UTF-8 output.
M sysutils/tentakel/Makefile
Commit: 3d22b6b027e0b613406ddb312308e46d832418de
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: 7c1388bf0f3428477d23af92804e587124427307
Update to 3.6.1
M x11/worker/Makefile
M x11/worker/distinfo
Commit: 2ef07918ff02ec91c3539c842992734e0e6b90a4
Drop USE_GROFF: trivial page footer differences only.
M misc/xtar/Makefile
Commit: a42353d2fea22d59a4285c757c6d77ac0b957e02
- 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: b613696bae3f413c275a9e36bf13d4c2cdd054a5
update to farstream-0.2.7
M net/farstream/Makefile
M net/farstream/distinfo
Commit: dc8b69e35e098b99408ca9d31c3e65eaae3884e2
Drop USE_GROFF since groff and mandoc produce identical output.
M graphics/xzgv/Makefile
M net/nepenthes/Makefile
M net/poink/Makefile
Commit: 36b11363eeedf77b832b74e118d865dc1fe12870
Update to hslogger-1.2.8
M devel/hs-hslogger/Makefile
M devel/hs-hslogger/distinfo
Commit: 3972efd454cb6f9e89826df7ee4dcba295e920e0
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: 95575d6e2fbd15e7c3af24fdcbf0c272f6035597
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: 8700eb9832c3aad88b91e4b15ae7866217e4857b
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: 564028bcec38c0a1df6b9e3b410c0e796394d79a
update MASTER_SITES.
M sysutils/firmware/iwm/Makefile
M sysutils/firmware/iwn/Makefile
M sysutils/firmware/wpi/Makefile
Commit: 05d2ef40ded7b6428d000ed3ec7eaaad387f4bd9
update to p5-ldap 0.64
M databases/p5-ldap/Makefile
M databases/p5-ldap/distinfo
Commit: 042984a07dc4f76037ab44bbf38a95b29ee0ceab
Update to 1.5.2.14
M games/manaplus/Makefile
M games/manaplus/distinfo
Commit: 34e2d6dbefc90f8c3021f16158d96b1fde8034a7
reserve uid for wip port, net/ocserv
M infrastructure/db/user.list
Commit: 3ba687052c6413681b29bf08a60b6f7371be08a8
Update to cups-filters-1.0.65.
M print/cups-filters/Makefile
M print/cups-filters/distinfo
Commit: a2e41a2ad0ce1aa8dfae6d48a42843a350a53027
Dist tarball has moved; update MASTER_SITES.
M devel/tklib/Makefile
Commit: 4ba647f4a26b436a44dab7177deb92d0f45b3327
Dist tarball has moved; update MASTER_SITES.
M devel/tcllib/Makefile
Commit: 344daae382b67db55afd3571f768984e029803ac
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: 152f708e2503a977a67b51bf080092f4261c14be
update to wireshark 1.12.3 take maintainer so i notice updates in portscout
M net/wireshark/Makefile
M net/wireshark/distinfo
Commit: 1ce5018431992a08fde56a63727e6830839297c4
Update to hslogger-1.2.7
M devel/hs-hslogger/Makefile
M devel/hs-hslogger/distinfo
Commit: bf8a98e65a19e888bf5929277e2b6ae8175ba333
Use an env var to avoid a ${SUBST_CMD}
M databases/ruby-redis/Makefile
M databases/ruby-redis/patches/patch-Rakefile
Commit: d8044363ced2a38976ee8caa1f4652858d77f5c1
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: ac6b47f5c9c5a6627be3818030545b8bfce69f18
Maintenance update to CMake-3.1.3
M devel/cmake/Makefile
M devel/cmake/cmake.port.mk
M devel/cmake/distinfo
Commit: dfd33df3dee054c364d82cf45219d531fb612644
update to mpv 0.7.3, from Dmitrij D. Czarkoff, ok bentley@
M multimedia/mpv/Makefile
M multimedia/mpv/distinfo
Commit: bcd5712143d416c7467e1ac5017263f17fdcdf9d
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: c13bf9eb19aa9854bee327141d324691473ea208
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: 844575898e78cc1ff474a3342717d629228373e4
update to nginx 1.7.10, ok robert@
M www/nginx/Makefile
M www/nginx/distinfo
Commit: 5921f749f3c40170dd06df14ec903af5cac1e22d
Update to 2.1.2
M security/gnupg2/Makefile
M security/gnupg2/distinfo
Commit: 8ce23a2747b5b5ade04955c01618bf0dab589f59
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: becfe60b74f69eb0d6cd7d547d45951821e74237
Update to cups-filters-1.0.63.
M print/cups-filters/Makefile
M print/cups-filters/distinfo
Commit: 715e5832b023e16bac7165c1b8106905df07b6fd
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: 78c24992353dff1b0bb82d406fb88adf8c6faf2e
update to 40.0.2214.114
M www/chromium/Makefile
M www/chromium/distinfo
Commit: e870263689713328e0ec832e42b07dfb000e2b7d
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: f449e3235ba39cbd8463503559f993fd36294ad9
update to 2.7.7
M sysutils/sec/Makefile
M sysutils/sec/distinfo
Commit: 2ac708073ea5c42d40a9bb9d723ec3befe1ba708
update to ufraw-0.21, including new dcraw
M graphics/ufraw/Makefile
M graphics/ufraw/distinfo
Commit: cdfcad0948cb7ef1167bc46cebe94e2fc812c169
fix paths
M security/polarssl/pkg/PLIST
Commit: e535b9a4ad82f6d075427903123c5f2e04399da7
missed cvs rm
D security/polarssl/patches/patch-library_asn1parse_c
Commit: 06a7c716f743e3b4025ca779c6a90e94bb003a60
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: 526bddb2bf9984aba35ecba13260ca2162d285bf
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: 880354dea7782b793dd3aa4db3f6a09c6f327116
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: 0e41c71a96d543c747e8077c7bc18af016645c36
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: fd1f7ca408d5ad1273ec87fcf1a46d1e06b17f62
Update to Postfix 2.11.4.
M mail/postfix/stable/Makefile
M mail/postfix/stable/distinfo
Commit: 133e7ae96c9202e7825cca3abc387cd0ae7f44ed
Update to Postfix 3.1-20150201.
M mail/postfix/snapshot/Makefile
M mail/postfix/snapshot/distinfo
Commit: c083559029af5628402bf164aa064c2512ccad7a
* 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: 0bd50e611a5b11655112482e7d34adeba3e56740
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: 9c3fde8e118892648969886b4fbc05f9052ac289
update to dcraw-9.23
M graphics/dcraw/Makefile
M graphics/dcraw/distinfo
Commit: b1e454b0aa50a8c6cb7dee038b9a6a4f4d458d5d
polarssl->mbedtls
M devel/quirks/Makefile
M devel/quirks/files/Quirks.pm
Commit: b9f82689255010cc9db0d25ffeef36d646ef762b
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: 0c5ff0b70633fa6584c45b7c3f0f8dfda544eb9c
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: 9ca7e3da7ee8c9186a09b4df8dd910da16617188
Update to gtk-vnc-0.5.4.
M x11/gtk-vnc/Makefile
M x11/gtk-vnc/distinfo
M x11/gtk-vnc/pkg/PLIST
Commit: 1d135acb04b5910caaf992904608749409e842e6
missing run deps for roundcubemail (a.k.a. commit from correct directory),
problems reported by ajacoutot
M mail/roundcubemail/Makefile
Commit: 301cb6b5654521afa6802785896acb69993a8fab
update to pear-Net-SMTP-1.6.2
M net/pear-Net-SMTP/Makefile
M net/pear-Net-SMTP/distinfo
Commit: 149523b30d93a6e5944ed2a46fe75c002c2979a7
update to pear-Mail-mimeDecode-1.5.5
M mail/pear-Mail-mimeDecode/Makefile
M mail/pear-Mail-mimeDecode/distinfo
Commit: 95ea45274b98db3e982a81987285a8bc12db6a0d
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: bf8c869ff55c6e218a97c4e58c006a63d4ff6600
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: bb6fcb2f47a77e72ba859b2984499ef351b49398
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: c712850466e7f23a593fe2d91736d771fe541ff4
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: b3cba8d4b0e94aa22daf08793fa9eb98c0f154c2
Use VERSION in MASTER_SITES. pointed out by ajacoutot@
M geo/gpx-viewer/Makefile
Commit: c929ca94d06aa122760dab8394cdc791618f4ff1
restore PLIST, unbreaks packaging on i386 (insufficient memory to link with
libpdf enabled).
M www/chromium/Makefile
M www/chromium/pkg/PLIST
Commit: 14a08c3fbfe9621ff3f04d988c0c92ca1593844d
Update to gpx-viewer 0.4.0.
M geo/gpx-viewer/Makefile
M geo/gpx-viewer/distinfo
Commit: 448f53f9027037b6997c926e4b74676c19922d97
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: 19f62157dca0178b89f6444736e73bc43086bf97
zap zero-byte patches
D devel/haddock/patches/patch-haddock_cabal
Commit: ec93bbd611aa470fea1053bfb703b11691e13603
install missing headers.lua as spotted by tedu@
M net/luasocket/Makefile
M net/luasocket/pkg/PLIST
Commit: 3f46af037c528a57bfa7e10dcc6e200c71af8ac7
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: 47b31542adebaaebcea9e9e1f5a4f46608673710
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: bbf84d8906716334f44941011f0b07cc07c37171
Update to dbus-glib-0.104.
M x11/dbus-glib/Makefile
M x11/dbus-glib/distinfo
M x11/dbus-glib/pkg/PLIST
Commit: 71c170f05ef8e0381d7b8ac30b64c14fa410d39f
Minor update to dbus-1.8.16.
M x11/dbus/Makefile
M x11/dbus/distinfo
Commit: c0282b846a6f5769e54d507483aecbd829f72002
Zap empty patch file.
D www/varnish/patches/patch-bin_varnishd_mgt_param_c
Commit: 5408e0e56218b18d46233b99d77db12303944342
Update to 0.29.1 From Florian Stinglmayr (MAINTAINER)
M textproc/the_silver_searcher/Makefile
M textproc/the_silver_searcher/distinfo
Commit: be1fa1e4c8984d33eec5a8644a6dd3270c116352
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: be5e96bc70186e9ab8f81667f9cb4cd030289550
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: 76b9c139cf558bdb962c661764b40d2d2b38b38c
requires intltool; ok ajacoutot@
M inputmethods/uim-tomoe-gtk/Makefile
Commit: 9dd80ccb7e9cf1278c870d114014ec57df7d6cac
enable building the AVX decoder on amd64; ok sthen@
M audio/mpg123/Makefile
Commit: a76e3a769d7e79a86f23c7e0906df2ef67608086
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: e5f1d6d78661c3182e4a9fe6c02746ebefa49d98
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: a1f3f98065dab4e934b9270edbf3662e360f4095
Update to evolution-ews-3.12.11.
M mail/evolution-ews/Makefile
M mail/evolution-ews/distinfo
Commit: a975f0e15466a9dca60deb17ef8270169486732c
Update to evolution-3.12.11.
M mail/evolution/Makefile
M mail/evolution/distinfo
Commit: da336d91dafe62f0fdf4de1689ac1e61fe48083f
Update to evolution-data-server-3.12.11.
M databases/evolution-data-server/Makefile
M databases/evolution-data-server/distinfo
Commit: 466d792396069601d6179a43743c3cf16cec35c6
disable interactive in AddCreateDelete.pm
M infrastructure/bin/check-lib-depends
Commit: 29d8a7b38867eb223711f6c1545657a46d6a2d66
Update to youtube-dl-2015.02.06
M www/youtube-dl/Makefile
M www/youtube-dl/distinfo
M www/youtube-dl/pkg/PLIST
Commit: e2340c0f51fb4d6f0a8376b8a56960c600fd8a14
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: b0f0604d1c57064fbd318bdf654fd733e2121661
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: fabce3c26bf8bb4563894e0081fe2b3278db790c
Bugfix update to 4.3.5
M audio/libxmp/Makefile
M audio/libxmp/distinfo
Commit: 0e08f8e6822840ecdbefc9475c570b58c4094f59
Update to 20150206.
M games/wtf/Makefile
M games/wtf/distinfo
Commit: af9ea46707a29edae7ebdf81e7e70cf4085635d0
Livestreamer homepage changed. Bump.
M multimedia/livestreamer/Makefile
Commit: ed93a5030a90f4374caaeb9811e3311d66bf8ac7
bugfix update to trac 1.0.4
M www/trac/Makefile
M www/trac/distinfo
Commit: ffe48ce4d391081c8466c87b400196213e75a4c6
Zap unneeded patch
M audio/ncmpcpp/Makefile
D audio/ncmpcpp/patches/patch-src_window_cpp
Commit: 24f81784de0e61dd6bd71fffd8fcbaf244640d7d
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: 1e9872d723200b594341e04ec866749b6b26594f
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: 170f4629c2b0fde2c2f72e932822bb467e4a7feb
Drop USE_GROFF: acceptable differences only.
M devel/nasm/Makefile
M devel/yasm/Makefile
Commit: beea1211f57c192c966a4a517ea6ddbee2349bbd
Switch freerdp back to libressl.
M x11/freerdp/Makefile
A x11/freerdp/patches/patch-libfreerdp-core_tls_c
Commit: 5f34279f30024a744bbe6c89b36e8dd186fd04e9
- 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: 96b17053d9e6a847bb37779569e39aee4505cf48
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: 61af683ea4a042a0e195f1cab31009f2c8c3164c
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: 5f601d51a197de4fe8ea33ab643bb13a619a85ce
update to ruby-msgpack-0.5.11
M net/ruby-msgpack/Makefile
M net/ruby-msgpack/distinfo
Commit: 04d16739f300a7a6780e7f7c938fa82ecd15a0a8
update to libvirt-python-1.2.12
M sysutils/libvirt-python/Makefile
M sysutils/libvirt-python/distinfo
Commit: 22fb2ec7d995b32ab06f3128fce9763966e62ad3
update to Sys-Virt-1.2.12
M sysutils/p5-Sys-Virt/Makefile
M sysutils/p5-Sys-Virt/distinfo
Commit: 1dfa87230d5ea64f4665d9c7685c5fd65e562894
update to libvirt-1.2.12
M sysutils/libvirt/Makefile
M sysutils/libvirt/distinfo
Commit: 8b46187217f08c0858b9885a8b183d10fdacae23
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: c7065a5143e163c51d36bea09935f310c1a5bc0a
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: 34ac1de709ddc3a0aec849493b1a68136772373c
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: 79f7c80c46a911a51261b6983efb43288cff9b96
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: c6ba4151c2b6492f0da62ea87d039b8c23bd752f
add a comment re possible_drivers
M sysutils/firmware/Makefile
Commit: 46adb6ec00731283559ac412d9f2b4e2974fd1a0
Remove dependency on procmail. Patch accepted upstream.
M devel/quilt/Makefile
A devel/quilt/patches/patch-quilt_mail_in
Commit: 0cd873b6b83a8292b8788dbfccf6b06a26cf27ac
Update to easytag-2.2.6.
M audio/easytag/Makefile
M audio/easytag/distinfo
M audio/easytag/pkg/PLIST
Commit: c6844995066704e04b6530e1761175674155d92d
update to 40.0.2214.111
M www/chromium/Makefile
M www/chromium/distinfo
M www/chromium/pkg/PLIST
Commit: 8b75f481281e64222e9415cad29d7660941d57f5
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: f5d168ce85ff3238886fa950cd3f40d69a343504
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: a28db318a0f39e161991795568ac3184e01120a9
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: 39f8952f0e9e0411a2aeb17aa5270c9ba067daad
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: 05ff30f0ce44b08e7bb025f71e988773a16e744b
Update to 2.82 adds some tld. ok sthen@
M net/p5-Net-Whois-Raw/Makefile
M net/p5-Net-Whois-Raw/distinfo
Commit: 159a604c25a5731fbbf23522006760d9534317b4
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: f14687f3ded24d4a5b0fb2b65e9275e372cee4a0
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: 7937d5cbb1332d1101c0db182884b55800c1fa05
update to p5-Email-Address 1.907
M mail/p5-Email-Address/Makefile
M mail/p5-Email-Address/distinfo
Commit: a733e1123515820bdb45f7622ef4c0bd2cefa32d
add bugtracker url
M databases/openldap/patches/patch-servers_slapd_overlays_deref_c
Commit: 846b840f52309a5d96f395a054de0db476a2a661
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: 568e53e70023536015551d6b3e3d90e6bab500f0
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: c0e6fc4443251111752bfbe38d0c56fdd35f6119
Bugfixing update to cmake-3.1.2
M devel/cmake/Makefile
M devel/cmake/cmake.port.mk
M devel/cmake/distinfo
Commit: 9ae6e2f7a3a091c6c787e56f056578674c8ed8ec
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: c338a7f22a12e15db4208e46d938b3d40d431072
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: a48073b9fdefa8c39cf3fbde9b75014d1760a001
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: 638978b298ee412aecfb7e99cd9935bf6c65ba80
Update to youtube-dl 2015.02.04.
M www/youtube-dl/Makefile
M www/youtube-dl/distinfo
Commit: 3e4e34d7de00e1317efd444eba585aac5e7a54e6
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: 67c420bff2410800b2f4f464b784a8211fc3a78e
Update to rednotebook-1.9.0.
M productivity/rednotebook/Makefile
M productivity/rednotebook/distinfo
M productivity/rednotebook/pkg/PLIST
Commit: ba0e985ec7d03d386f6ff5ccaea18f2380447a78
update to gedit-3.14.3
M x11/gnome/gedit/Makefile
M x11/gnome/gedit/distinfo
Commit: 7988e24524ae0febe674edc50372bbe9664d5b21
Update to gnumeric-1.12.20.
M math/gnumeric/Makefile
M math/gnumeric/distinfo
Commit: 1c560ed7d9b849b6c494534dd6b31474d4f5a824
Update to goffice-0.10.20.
M devel/goffice/Makefile
M devel/goffice/distinfo
Commit: 8cdf1008f2277197d753f62c199a9ef73025dd86
Update to libgsf-1.14.31.
M devel/libgsf/Makefile
M devel/libgsf/distinfo
M devel/libgsf/pkg/PLIST
Commit: 2e6557a2b8d15ac91bb2c086afe037ad51f56381
mysql -> mariadb
M infrastructure/db/user.list
Commit: 840be440d030a4c4a1c942955c8651afa2cfd72c
Update to p5-Net-Domain-TLD-1.73.
M net/p5-Net-Domain-TLD/Makefile
M net/p5-Net-Domain-TLD/distinfo
Commit: a314f04a85e6ad8c065df609b9b38944bfe0dd22
Drop maintainership.
M audio/sonata/Makefile
Commit: 6e0082c1cae595bc66bcb96c8e19754e90746a9e
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: 5090ddda8da1f9c7e541bc1411db4dde36b804d2
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: d46f6030e9123ecdaac4c26d0d1db0a87cba6981
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: 318120fd3ce897581f87701d61fa52ca8baa4770
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: a476350b63b8363f0dbd792d59da917b2b86cb55
Build FreeRDP against OpenSSL instead of LibreSSL, unbreaking connections to
servers which require NLA. ok rpe@
M x11/freerdp/Makefile
Commit: ce1ae12b0efb1fea70196c4c3b81d31ceed4773a
Fix typos in the manual page
M net/hpodder/Makefile
M net/hpodder/files/hpodder.1
Commit: 5da5b2a5d8aa45eb310bb8eadbe95b003148ced3
- Fix HOMEPAGE
M net/hpodder/Makefile
A net/hpodder/patches/patch-Commands_Setup_hs
M net/hpodder/patches/patch-Download_hs
Commit: 8d055802abbdbb11f9dacfb3611698ae7c909657
- 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: 6a14c0dd8a4d35ec0c5d401547efd17a31dc4cd1
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: 6fd729f80ae94428acac960392d3edf4609579e2
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: c234e89d57272e691b90e92a1c6d952c76535c56
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: 01b03f430fcd0120de90be90ef8c4339f71e7dce
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: 5a674d51f49bfedd82a222c7ab373e282535eade
update to libmspack 0.5alpha
M archivers/libmspack/Makefile
M archivers/libmspack/distinfo
M archivers/libmspack/pkg/PLIST
Commit: 42fca08f1236901c4fa2f0d6148f114480ed214c
Fix a bad patch merge
M databases/iodbc/Makefile
D databases/iodbc/patches/patch-include_sqltypes_h
Commit: 70dc8c8032ee269337f135ea321c6a12f7c01387
bugfix update to california-0.3.1
M x11/gnome/california/Makefile
M x11/gnome/california/distinfo
Commit: 127287b0621824d27e5828ea460fb6a8acdb6998
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: bfd4b2a47cfa6e6f86447fa77fda7a485cb3108f
Update to jhead-3.00.
M graphics/jhead/Makefile
M graphics/jhead/distinfo
M graphics/jhead/patches/patch-jhead_c
Commit: 4a97bd0f6202fe2405653b48060caa8de816e5f1
Update to 0.27.0
M devel/py-doit/Makefile
M devel/py-doit/distinfo
Commit: d989b4f3f368f70df03939d4417f75f51ffc1fd0
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
-----------------------------------------------------------------------