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

databases/ruby-sequel                   databases/ruby-sequel_pg
devel/llvm                              devel/ruby-gems
emulators/mednafen                      lang/jruby
lang/ruby                               mail/gmime30
mail/mimedefang                         mail/sylpheed
net/mininet                             net/py-botocore
sysutils/awscli                         www/mongrel2
www/py-ndg-httpsclient                  

== databases ========================================================= 01/08 ==

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

ruby-sequel

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to Sequel 5.0.0. (jeremy@)

ruby-sequel_pg

  ~ Makefile                              ~ distinfo

  > Update to sequel_pg 1.7.1. (jeremy@)

== devel ============================================================= 02/08 ==

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

llvm

  ~ patches/patch-include_llvm_MC_MCAsmInfoELF_h
  ~ patches/patch-lib_MC_MCAsmInfoELF_cpp

  > Move comment where it belongs.
  > from Brad (maintainer) (ajacoutot@)

ruby-gems

  ~ Makefile                              
  ~ patch-lib_rubygems_commands_setup_command_rb
  ~ patch-lib_rubygems_specification_rb   
  + patch-lib_rubygems_commands_query_command_rb
  + patch-lib_rubygems_installer_rb       + patch-lib_rubygems_text_rb

  > Backport security patches in rubygems 2.6.13 to 1.8.24. No CVE numbers,
  > but this fixes the following vulnerabilities:
  > * Fix a DNS request hijacking vulnerability.
  > * Fix an ANSI escape sequence vulnerability.
  > * Fix a DOS vulernerability in the query command.
  > * Fix a vulnerability in the gem installer that allowed a malicious
  > gem to overwrite arbitrary files. (jeremy@)

== emulators ========================================================= 03/08 ==

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

mednafen

  - patches/patch-src_nes_ines-correct_inc
  - patches/patch-src_nes_ines_cpp        ~ Makefile
  ~ distinfo                              

  > Update to mednafen 0.9.46. (jeremy@)

== lang ============================================================== 04/08 ==

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

jruby

  ~ Makefile                              
  + patch-lib_ruby_stdlib_rubygems_commands_open_command_rb
  + patch-lib_ruby_stdlib_rubygems_commands_query_command_rb
  + patch-lib_ruby_stdlib_rubygems_commands_sources_command_rb
  + patch-lib_ruby_stdlib_rubygems_dependency_list_rb
  + patch-lib_ruby_stdlib_rubygems_installer_rb
  + patch-lib_ruby_stdlib_rubygems_platform_rb
  + patch-lib_ruby_stdlib_rubygems_rb     
  + patch-lib_ruby_stdlib_rubygems_remote_fetcher_rb
  + patch-lib_ruby_stdlib_rubygems_specification_rb
  + patch-lib_ruby_stdlib_rubygems_test_case_rb
  + patch-lib_ruby_stdlib_rubygems_text_rb

  > Apply security patches in rubygems 2.6.13 to JRuby, based on the
  > upstream patch provided by ruby-core for ruby 2.4.
  > No CVE numbers, but this fixes the following vulnerabilities:
  > * Fix a DNS request hijacking vulnerability.
  > * Fix an ANSI escape sequence vulnerability.
  > * Fix a DOS vulernerability in the query command.
  > * Fix a vulnerability in the gem installer that allowed a malicious
  > gem to overwrite arbitrary files. (jeremy@)

ruby

  ~ 2.2/Makefile                          ~ 2.2/distinfo
  ~ 2.3/Makefile                          ~ 2.3/distinfo
  ~ 2.4/Makefile                          ~ 2.4/distinfo

  > Apply security patches provided by ruby-core to fix security issues
  > in rubygems for versions still supported upstream (2.2, 2.3, and 2.4).
  > No CVE numbers, but this fixes the following vulnerabilities:
  > * Fix a DNS request hijacking vulnerability.
  > * Fix an ANSI escape sequence vulnerability.
  > * Fix a DOS vulernerability in the query command.
  > * Fix a vulnerability in the gem installer that allowed a malicious
  > gem to overwrite arbitrary files. (jeremy@)

  ~ 2.1/Makefile                          
  + 2.1/patch-lib_rubygems_commands_query_command_rb
  + 2.1/patch-lib_rubygems_installer_rb   
  + 2.1/patch-lib_rubygems_remote_fetcher_rb
  + 2.1/patch-lib_rubygems_specification_rb
  + 2.1/patch-lib_rubygems_text_rb        

  > Backport security patch from ruby 2.2 to ruby 2.1.  Fixes the following
  > security vulnerabilities:
  > * Fix a DNS request hijacking vulnerability.
  > * Fix an ANSI escape sequence vulnerability.
  > * Fix a DOS vulernerability in the query command.
  > * Fix a vulnerability in the gem installer that allowed a malicious
  > gem to overwrite arbitrary files. (jeremy@)

== mail ============================================================== 05/08 ==

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

gmime30

  ~ Makefile                              ~ distinfo

  > Update to gmime30-3.0.2. (ajacoutot@)

mimedefang

  ~ Makefile                              ~ distinfo
  ~ pkg/mimedefang.rc                     ~ pkg/mimedefang_multiplexor.rc

  > Update to mimedefang-2.81. (ajacoutot@)

sylpheed

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

  > update sylpheed to 3.6.0.
  > ok Amit Kulkarni (maintainer). (rpointel@)

== net =============================================================== 06/08 ==

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

mininet

  - patches/patch-INSTALL                 - patches/patch-INSTALL_FreeBSD
  - patches/patch-INSTALL_Linux           - patches/patch-INSTALL_OpenBSD
  - patches/patch-mininet_freebsd___init___py
  - patches/patch-mininet_freebsd_intf_py
  - patches/patch-mininet_freebsd_node_py
  - patches/patch-mininet_freebsd_util_py
  - patches/patch-mininet_linux___init___py
  - patches/patch-mininet_linux_intf_py   - patches/patch-mininet_linux_node_py
  - patches/patch-mininet_linux_util_py   - patches/patch-util_VIMAGEMOD
  - patches/patch-util_install-freebsd_sh
  - patches/patch-util_install-linux_sh   ~ Makefile
  ~ patches/patch-mininet_moduledeps_py   ~ patches/patch-setup_py
  ~ pkg/PLIST                             

  > removes the unneeded install notes and Linux and FreeBSD
  > -related files. Also do a bit of Makefile cleanup.
  > OK sthen@ phessler@ (akoshibe@)

py-botocore

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

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

== sysutils ========================================================== 07/08 ==

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

awscli

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.145. (ajacoutot@)

== www =============================================================== 08/08 ==

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

mongrel2

  - patches/patch-src_polarssl_include_polarssl_dhm_h
  - patches/patch-src_polarssl_library_dhm_c
  - patches/patch-tools_procer_Makefile   ~ Makefile
  ~ distinfo                              ~ patches/patch-Makefile
  ~ patches/patch-src_mem_align_h         ~ patches/patch-src_task_asm_S
  ~ patches/patch-tests_filters_Makefile
  ~ patches/patch-tools_config_modules_Makefile
  ~ patches/patch-tools_filters_Makefile
  + patches/patch-tests_darray_tests_c    

  > Update to Mongrel2 1.11.0. (jeremy@)

py-ndg-httpsclient

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to py-ndg-httpsclient-0.4.3 (sthen@)

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

Reply via email to