OpenBSD ports changes summary for 2017-02-23
============================================

audio/mpd                               databases/hs-hedis
databases/redis                         databases/ruby-redis
devel                                   devel/go-tools
devel/jdk                               devel/jsoncpp
devel/py-appdirs                        devel/py-backports
devel/py-construct                      devel/py-hachoir-core
devel/py-hachoir-metadata               devel/py-hachoir-parser
devel/py-jupyter_client                 devel/py-nbconvert
devel/py-nbformat                       devel/py-traitlets
graphics/feh                            infrastructure/bin
infrastructure/man                      lang/go
net/go-net                              net/py-botocore
security                                security/go-crypto
security/letsencrypt                    security/plaso
sysutils/awscli                         sysutils/google-cloud-sdk
sysutils/salt                           textproc/go-text
www/chromium                            www/jupyter-notebook
www/py-flask                            www/py-werkzeug
www/ruby-raindrops                      www/tomcat
x11                                     x11/gnome
x11/lemonbar                            x11/py-qtawesome
x11/py-qtpy                             

== audio ============================================================= 01/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio

mpd

  - patches/patch-configure               ~ Makefile
  ~ distinfo                              ~ patches/patch-Makefile_in
  ~ patches/patch-doc_mpdconf_example     ~ pkg/PLIST
  + patches/patch-src_command_CommandError_cxx

  > Update to mpd-0.20.5.
  > mpd has sndio support now, disable libao output plugin.
  > Switch to clang.
  > Based on work by chrisz@, thanks! (dcoppa@)

== databases ========================================================= 02/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases

hs-hedis

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to hedis-0.9.7 (dcoppa@)

redis

  ~ Makefile                              ~ distinfo

  > Update to redis-3.2.8 (dcoppa@)

ruby-redis

  ~ Makefile                              ~ distinfo

  > Update to ruby-redis-3.3.3 (dcoppa@)

== devel ============================================================= 03/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel

devel

  ~ Makefile                              

  > +     SUBDIR += py-hachoir-core
  > +     SUBDIR += py-hachoir-metadata
  > +     SUBDIR += py-hachoir-parser (rpointel@)

go-tools

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update devel/go-tools to match the Go 1.8 release.
  > ok ajacoutot@ (jsing@)

jdk

  ~ 1.8/Makefile                          
  + 1.8/patch-jdk_src_solaris_native_java_net_PlainSocketImpl_c

  > - fix socket creation in with_ipv6 flavor by stopping the jdk from forcing
  > ipv4 to ipv6 address mapping on using the IPV6_V6ONLY socket option.
  > (kurt@)

jsoncpp

  ~ Makefile                              ~ distinfo

  > Update to jsoncpp-1.8.0 (dcoppa@)

py-appdirs

  ~ Makefile                              ~ distinfo

  > Update to py-appdirs 1.4.1 (shadchin@)

py-backports

  ~ Makefile                              

  > Add a HOMEPAGE
  > ok shadchin@ (maintainer) (danj@)

py-construct

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > downgrade construct to 2.5.3 to be compatible with Plaso.
  > inputs aja@ and ok sthen@. (rpointel@)

py-hachoir-core

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >     import hachoir-core, framework to parse and edit binary files as a tree
  > of objects.

py-hachoir-metadata

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     import hachoir metadata: extract metadata using Hachoir library.

py-hachoir-parser

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     import hachoir-parser: Hachoir parsers used to open binary files.

py-jupyter_client

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-jupyter_client 5.0.0 (shadchin@)

py-nbconvert

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-nbconvert 5.1.1 (shadchin@)

py-nbformat

  ~ Makefile                              ~ distinfo

  > Update to py-nbformat 4.3.0 (shadchin@)

py-traitlets

  ~ Makefile                              ~ distinfo

  > Update to py-traitlets 4.3.2 (shadchin@)

== graphics ========================================================== 04/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics

feh

  ~ Makefile                              ~ distinfo
  ~ patches/patch-man_feh_pre             

  > Update to feh-2.18.2 (dcoppa@)

== infrastructure ==================================================== 05/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure

bin

  + retrieve-index                        

  > oops those are used internally by "make search" in /usr/ports
  > noticed by danj@, thx (espie@)

man

  + man1/retrieve-index.1                 

  > oops those are used internally by "make search" in /usr/ports
  > noticed by danj@, thx (espie@)

== lang ============================================================== 06/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang

go

  - patches/patch-api_except_txt          - patches/patch-api_go1_6_txt
  - patches/patch-src_runtime_sys_openbsd_386_s
  - patches/patch-src_runtime_sys_openbsd_amd64_s
  - patches/patch-src_runtime_sys_openbsd_arm_s
  - patches/patch-src_syscall_zsysnum_openbsd_386_go
  - patches/patch-src_syscall_zsysnum_openbsd_amd64_go
  - patches/patch-src_syscall_zsysnum_openbsd_arm_go
  - patches/patch-src_time_time_test_go   ~ Makefile
  ~ distinfo                              
  ~ patches/patch-src_cmd_link_internal_ld_data_go
  ~ patches/patch-src_cmd_link_internal_ld_elf_go
  ~ patches/patch-src_cmd_link_internal_ld_lib_go
  ~ patches/patch-src_runtime_cgo_gcc_openbsd_386_c
  ~ patches/patch-src_runtime_cgo_gcc_openbsd_amd64_c
  ~ pkg/PLIST                             
  + patches/patch-src_runtime_cgo_gcc_libinit_c
  + patches/patch-src_runtime_cgo_gcc_libinit_openbsd_c

  > Update lang/go to version 1.8.
  > ok ajacoutot@ (jsing@)

== net =============================================================== 07/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net

go-net

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update net/go-net to match the Go 1.8 release.
  > ok ajacoutot@ (jsing@)

py-botocore

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-botocore-1.5.16. (ajacoutot@)

== security ========================================================== 08/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security

security

  ~ Makefile                              

  > +     SUBDIR += plaso (rpointel@)

go-crypto

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update security/go-crypto to match the Go 1.8 release.
  > The acme packages are not currently enabled, since this creates a circular
  > dependency with the net/go-net package.
  > ok ajacoutot@ (jsing@)

letsencrypt

  ~ acme-tiny/Makefile                    ~ acme-tiny/distinfo

  > update to a newer acme-tiny checkout, fixing agreement url. from Mikolaj
  > Kucharski (sthen@)

  ~ acme-tiny/Makefile                    ~ acme-tiny/distinfo

  TAGGED OPENBSD_6_0
  > update to a newer acme-tiny checkout, fixing agreement url. from Mikolaj
  > Kucharski (sthen@)

plaso

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >     import plaso: engine and tools to automate creation of super timeline.

== sysutils ========================================================== 09/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils

awscli

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.53. (ajacoutot@)

google-cloud-sdk

  ~ Makefile                              ~ distinfo
  ~ patch-lib_googlecloudsdk_core_util_platforms_py
  ~ pkg/PLIST                             

  > Update to google-cloud-sdk-145.0.0. (ajacoutot@)

salt

  ~ Makefile                              ~ distinfo

  > Update to salt-2016.11.3. (ajacoutot@)

== textproc ========================================================== 10/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc

go-text

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update textproc/go-text to match the Go 1.8 release.
  > ok ajacoutot@ (jsing@)

== www =============================================================== 11/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www

chromium

  ~ Makefile                              
  ~ 
patch-chrome_browser_ui_webui_settings_md_settings_localized_strings_provider_cc
  ~ patch-third_party_WebKit_Source_platform_fonts_FontCache_h
  ~ patch-third_party_WebKit_Source_platform_fonts_skia_FontCacheSkia_cpp
  + patches/patch-base_allocator_allocator_shim_cc
  + patches/patch-chrome_app_settings_strings_grdp
  + patches/patch-chrome_browser_extensions_api_settings_private_prefs_util_cc
  + patches/patch-chrome_browser_task_manager_sampling_task_group_cc
  + patches/patch-chrome_browser_task_manager_sampling_task_group_h
  + patches/patch-chrome_browser_task_manager_sampling_task_group_sampler_cc
  + patches/patch-chrome_browser_task_manager_sampling_task_group_sampler_h
  + patches/patch-chrome_browser_task_manager_sampling_task_manager_impl_cc
  + patches/patch-chrome_browser_task_manager_task_manager_observer_h
  + patches/patch-chrome_browser_ui_task_manager_task_manager_columns_cc
  + patches/patch-chrome_browser_ui_task_manager_task_manager_table_model_cc
  + 
patches/patch-chrome_browser_ui_views_chrome_browser_main_extra_parts_views_cc
  + patches/patch-chrome_browser_ui_webui_settings_appearance_handler_cc
  + patches/patch-chrome_browser_ui_webui_settings_appearance_handler_h
  + patches/patch-content_browser_renderer_host_render_message_filter_cc
  + patches/patch-content_browser_renderer_host_render_message_filter_h
  + patches/patch-content_browser_renderer_host_render_view_host_impl_cc
  + patches/patch-content_common_content_switches_internal_cc
  + patches/patch-content_common_view_messages_h
  + patches/patch-mash_package_mash_packaged_service_cc
  + patches/patch-media_base_audio_latency_cc
  + patches/patch-net_tools_cert_verify_tool_verify_using_path_builder_cc
  + patches/patch-services_ui_gpu_gpu_main_cc
  + patches/patch-ui_base_dragdrop_os_exchange_data_provider_factory_cc
  + patches/patch-ui_gfx_font_list_cc     
  + patches/patch-ui_message_center_views_toast_contents_view_cc

  > use more linux specific code for font handling and gpu (robert@)

jupyter-notebook

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to jupyter-notebook 4.4.1 (shadchin@)

py-flask

  ~ Makefile                              ~ distinfo
  ~ patches/patch-docs_conf_py            ~ pkg/PLIST

  > Maintainer update to py-flask-0.12 (danj@)

py-werkzeug

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-werkzeug-0.11.15 and take maintainership
  > ok shadchin@ (danj@)

ruby-raindrops

  ~ Makefile                              

  > Missing test dep
  > ok jeremy (maintainer) (jca@)

  ~ patches/patch-pkg_mk                  

  > Refresh patch (jca@)

  ~ Makefile                              

  > Tweak comment (jca@)

  + patches/patch-ext_raindrops_extconf_rb

  > Unbreak on archs who don't provide atomic builtins.
  > The build system previously added -march=i486 if __sync_* atomics were
  > missing...
  > ok jeremy@ (maintainer) (jca@)

tomcat

  ~ v7/Makefile                           ~ v7/distinfo
  ~ v7/pkg/PLIST-examples                 ~ v7/pkg/PLIST-main
  ~ v8/Makefile                           ~ v8/distinfo
  ~ v8/pkg/PLIST-examples                 ~ v8/pkg/PLIST-main

  > Updates:
  > tomcat-7.0.75
  > tomcat-8.5.11 (dcoppa@)

== x11 =============================================================== 12/12 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11

x11

  ~ Makefile                              

  > +lemonbar (feinerer@)

gnome

  ~ tracker/Makefile                      ~ tracker/distinfo

  > Update to meta-tracker-1.10.5. (ajacoutot@)

lemonbar

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >     Import lemonbar 1.2

py-qtawesome

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-qtawesome 0.4.4 (shadchin@)

py-qtpy

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-qtpy 1.2.1 (shadchin@)

===============================================================================
_______________________________________________
odc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/odc

Reply via email to