OpenBSD src changes summary for 2016-07-03
==========================================

distrib/sets                            gnu/usr.bin/perl
lib/libc                                sys/dev
sys/kern                                sys/sys
usr.sbin/smtpd                          

== distrib =========================================================== 01/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib

sets

  ~ lists/base/md.alpha                   ~ lists/base/md.amd64
  ~ lists/base/md.armish                  ~ lists/base/md.armv7
  ~ lists/base/md.hppa                    ~ lists/base/md.i386
  ~ lists/base/md.landisk                 ~ lists/base/md.loongson
  ~ lists/base/md.luna88k                 ~ lists/base/md.macppc
  ~ lists/base/md.octeon                  ~ lists/base/md.sgi
  ~ lists/base/md.socppc                  ~ lists/base/md.sparc
  ~ lists/base/md.sparc64                 ~ lists/base/md.zaurus
  ~ lists/base/mi                         

  > sync (deraadt@)

== gnu =============================================================== 02/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/gnu

usr.bin/perl

  ~ AUTHORS                               ~ Configure
  ~ INSTALL                               ~ MANIFEST
  ~ META.json                             ~ META.yml
  ~ Makefile.SH                           ~ Makefile.bsd-wrapper
  ~ README.haiku                          ~ README.macosx
  ~ README.os2                            ~ README.vms
  ~ cop.h                                 ~ embed.fnc
  ~ embed.h                               ~ gv.c
  ~ hv.c                                  ~ hv_func.h
  ~ inline.h                              ~ intrpvar.h
  ~ locale.c                              ~ mg.c
  ~ mg.h                                  ~ op.c
  ~ op.h                                  ~ pad.c
  ~ patchlevel.h                          ~ perl.c
  ~ pp_sys.c                              ~ proto.h
  ~ regcomp.c                             ~ regexec.c
  ~ sv.c                                  ~ sv.h
  ~ toke.c                                ~ util.c
  ~ Cross/config.sh-arm-linux             ~ Cross/config.sh-arm-linux-n770
  ~ NetWare/Makefile                      ~ NetWare/config_H.wc
  ~ Porting/Maintainers.pl                ~ Porting/checkAUTHORS.pl
  ~ Porting/cmpVERSION.pl                 ~ Porting/config.sh
  ~ Porting/config_H                      ~ Porting/epigraphs.pod
  ~ Porting/perldelta_template.pod        ~ Porting/release_managers_guide.pod
  ~ Porting/todo.pod                      
  ~ cpan/OpenBSD-MkTemp/t/OpenBSD-MkTemp.t
  ~ cpan/OpenBSD-Pledge/lib/OpenBSD/Pledge.pm
  ~ cpan/OpenBSD-Pledge/t/OpenBSD-Pledge.t
  ~ cpan/Term-ReadKey/Configure.pm        ~ cpan/Term-ReadKey/Makefile.PL
  ~ cpan/Term-ReadKey/ReadKey.xs          ~ cpan/Term-ReadKey/genchars.pl
  ~ cpan/Term-ReadKey/example/test.pl     ~ dist/Module-CoreList/Changes
  ~ dist/Module-CoreList/lib/Module/CoreList.pm
  ~ dist/Module-CoreList/lib/Module/CoreList.pod
  ~ dist/Module-CoreList/lib/Module/TieHashDelta.pm
  ~ dist/Module-CoreList/lib/Module/Utils.pm
  ~ dist/Module-CoreList/t/corelist.t     ~ dist/Module-CoreList/t/is_core.t
  ~ dist/Module-CoreList/t/utils.t        ~ ext/Errno/Errno_pm.PL
  ~ hints/catamount.sh                    ~ hints/darwin.sh
  ~ hints/os390.sh                        ~ lib/h2ph.t
  ~ lib/perl5db.pl                        ~ plan9/config.plan9
  ~ plan9/config_sh.sample                ~ pod/perl.pod
  ~ pod/perlclib.pod                      ~ pod/perldelta.pod
  ~ pod/perlfunc.pod                      ~ pod/perlguts.pod
  ~ pod/perlhacktips.pod                  ~ pod/perlhist.pod
  ~ pod/perlpod.pod                       ~ pod/perlpodspec.pod
  ~ pod/perlpolicy.pod                    ~ pod/perlunicook.pod
  ~ regen/lib_cleanup.pl                  ~ t/base/lex.t
  ~ t/base/rs.t                           ~ t/comp/parser.t
  ~ t/lib/feature/bundle                  ~ t/lib/warnings/toke
  ~ t/op/crypt.t                          ~ t/op/lex.t
  ~ t/op/sub.t                            ~ t/op/taint.t
  ~ t/op/threads.t                        ~ t/porting/customized.dat
  ~ t/re/pat_advanced.t                   ~ t/re/re_tests
  ~ t/re/reg_mesg.t                       ~ t/run/switchd.t
  ~ utils/h2ph.PL                         ~ vms/descrip_mms.template
  ~ win32/Makefile                        ~ win32/config_H.gc
  ~ win32/makefile.mk                     ~ win32/pod.mak
  ~ win32/win32.c                         ~ win32/win32.h
  + pod/perl5202delta.pod                 + t/perf/taint.t
  + t/porting/re_context.t                

  > Update to perl 5.20.3
  > OK bluhm@ (afresh1@)

== lib =============================================================== 03/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib

libc

  ~ sys/pledge.2                          

  > introduces new promise "chown" to allow changing owner/group with *chown(2)
  > family
  > it splits PLEDGE_FATTR in two ("fattr" stills grant the 2 flags, so no
  > functional changes):
  > - PLEDGE_CHOWN : to be able to call *chown(2) syscalls
  > - PLEDGE_FATTR : the rest
  > it introduces "chown" which grant:
  > - PLEDGE_CHOWN : be able to call *chown(2)
  > - PLEDGE_CHOWNUID : be able to modifying owner/group
  > ok deraadt@ tedu@ (semarie@)

== sys =============================================================== 04/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys

dev

  - videovar.h                            ~ video.c

  > Move videovar.h in to video.c since it isn't used anywhere else.
  > Suggested by mpi@ diff from Patrick Keshishian.
  > ok mpi (mglocker@)

kern

  ~ kern_pledge.c                         ~ vfs_syscalls.c

  > introduces new promise "chown" to allow changing owner/group with *chown(2)
  > family
  > it splits PLEDGE_FATTR in two ("fattr" stills grant the 2 flags, so no
  > functional changes):
  > - PLEDGE_CHOWN : to be able to call *chown(2) syscalls
  > - PLEDGE_FATTR : the rest
  > it introduces "chown" which grant:
  > - PLEDGE_CHOWN : be able to call *chown(2)
  > - PLEDGE_CHOWNUID : be able to modifying owner/group
  > ok deraadt@ tedu@ (semarie@)

sys

  ~ pledge.h                              

  > introduces new promise "chown" to allow changing owner/group with *chown(2)
  > family
  > it splits PLEDGE_FATTR in two ("fattr" stills grant the 2 flags, so no
  > functional changes):
  > - PLEDGE_CHOWN : to be able to call *chown(2) syscalls
  > - PLEDGE_FATTR : the rest
  > it introduces "chown" which grant:
  > - PLEDGE_CHOWN : be able to call *chown(2)
  > - PLEDGE_CHOWNUID : be able to modifying owner/group
  > ok deraadt@ tedu@ (semarie@)

== usr.sbin ========================================================== 05/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin

smtpd

  ~ enqueue.c                             

  > add -r option to enqueuer as compat interface for mailx
  > diff by Richard <[email protected]> (gilles@)

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

Reply via email to