Commit Graph

72 Commits

Author SHA256 Message Date
Stephan Kulow
9cef9b95fb Accepting request 124895 from Base:System
Update to 1.8.5p2; we want this as it includes important fixes (forwarded request 124880 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/124895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=48
2012-06-18 15:35:22 +00:00
Robert Milasan
5dc96be976 Accepting request 124880 from home:vuntz:branches:Base:System
Update to 1.8.5p2; we want this as it includes important fixes

OBS-URL: https://build.opensuse.org/request/show/124880
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=43
2012-06-14 07:37:32 +00:00
Stephan Kulow
7caf0515eb Accepting request 121250 from Base:System
- update to 1.8.5
  Some of the changes:
  * /etc/environment is no longer read directly on Linux systems when
    PAM is used. Sudo now merges the PAM environment into the user's
    environment which is typically set by the pam_env module.
  * The plugin API has been extended
  * The policy plugin's init_session function is now called by the
    parent sudo process, not the child process that executes the command
    This allows the PAM session to be open and closed in the same process,
    which some PAM modules require.
  * A new group provider plugin, system_group, is included
  * Fixed a potential security issue in the matching of hosts against
    an IPv4 network specified in sudoers.The flaw may allow a user who
    is authorized to run commands on hosts belonging to one IPv4
    network to run commands on a different host (CVE-2012-2337) (forwarded request 121223 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/121250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=47
2012-05-21 06:02:12 +00:00
5b4fbad316 Accepting request 121223 from home:vitezslav_cizek:branches:Base:System
- update to 1.8.5
  Some of the changes:
  * /etc/environment is no longer read directly on Linux systems when
    PAM is used. Sudo now merges the PAM environment into the user's
    environment which is typically set by the pam_env module.
  * The plugin API has been extended
  * The policy plugin's init_session function is now called by the
    parent sudo process, not the child process that executes the command
    This allows the PAM session to be open and closed in the same process,
    which some PAM modules require.
  * A new group provider plugin, system_group, is included
  * Fixed a potential security issue in the matching of hosts against
    an IPv4 network specified in sudoers.The flaw may allow a user who
    is authorized to run commands on hosts belonging to one IPv4
    network to run commands on a different host (CVE-2012-2337)

OBS-URL: https://build.opensuse.org/request/show/121223
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=41
2012-05-16 21:13:33 +00:00
Stephan Kulow
8bde0fcc0b Accepting request 108650 from Base:System
- update to 1.8.4p2
  Some of the changes:
  * The -D flag in sudo has been replaced with a more general
    debugging framework that is configured in sudo.conf.
  * Fixed a crash with sudo -i when a runas group was specified
    without a runas user.
  * New Serbian and Spanish translations for sudo from translationproject.org.
    LDAP-based sudoers may now access by group ID in addition to group name.
  * visudo will now fix the mode on the sudoers file even if no
    changes are made unless the -f option is specified.
  * On systems that use login.conf, sudo -i now sets environment
    variables based on login.conf
  * values in the LDAP search expression are now escaped as per RFC 4515
  * The deprecated "noexec_file" sudoers option is no longer supported.
  * Fixed a race condition when I/O logging is not enabled that could
    result in tty-generated signals (e.g. control-C) being received
    by the command twice.
  * visudo -c will now list any include files that were checked in
    addition to the main sudoers file when everything parses OK.
  * Users that only have read-only access to the sudoers file may
    now run visudo -c. Previously, write permissions were required
    even though no writing is down in check-only mode.

OBS-URL: https://build.opensuse.org/request/show/108650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=46
2012-03-09 20:28:11 +00:00
Vítězslav Čížek
8dd91c7580 Accepting request 108646 from home:vitezslav_cizek:branches:Base:System
- update to 1.8.4p2
  Some of the changes:
  * The -D flag in sudo has been replaced with a more general
    debugging framework that is configured in sudo.conf.
  * Fixed a crash with sudo -i when a runas group was specified
    without a runas user.
  * New Serbian and Spanish translations for sudo from translationproject.org.
    LDAP-based sudoers may now access by group ID in addition to group name.
  * visudo will now fix the mode on the sudoers file even if no
    changes are made unless the -f option is specified.
  * On systems that use login.conf, sudo -i now sets environment
    variables based on login.conf
  * values in the LDAP search expression are now escaped as per RFC 4515
  * The deprecated "noexec_file" sudoers option is no longer supported.
  * Fixed a race condition when I/O logging is not enabled that could
    result in tty-generated signals (e.g. control-C) being received
    by the command twice.
  * visudo -c will now list any include files that were checked in
    addition to the main sudoers file when everything parses OK.
  * Users that only have read-only access to the sudoers file may
    now run visudo -c. Previously, write permissions were required
    even though no writing is down in check-only mode.

OBS-URL: https://build.opensuse.org/request/show/108646
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=39
2012-03-09 15:02:22 +00:00
Stephan Kulow
9e2f1dc794 Accepting request 102196 from Base:System
- update to 1.8.3p2
  * Fixed a format string vulnerability when the sudo binary
    (or a symbolic link to the sudo binary) contains printf
    format escapes and the -D (debugging) flag is used.

OBS-URL: https://build.opensuse.org/request/show/102196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=45
2012-02-01 12:17:30 +00:00
Vítězslav Čížek
a4db0dcc17 Accepting request 102195 from home:vitezslav_cizek:branches:Base:System
- update to 1.8.3p2
  * Fixed a format string vulnerability when the sudo binary
    (or a symbolic link to the sudo binary) contains printf
    format escapes and the -D (debugging) flag is used.

OBS-URL: https://build.opensuse.org/request/show/102195
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=37
2012-01-31 12:34:31 +00:00
Stephan Kulow
2b7a499855 Accepting request 101544 from Base:System
- honour global CFLAGS and LDFLAGS when compiling sesh,
  to avoid rpmlint error (bnc#743157) (forwarded request 101520 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/101544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=44
2012-01-26 15:00:37 +00:00
Cristian Rodríguez
dc65d7161e Accepting request 101520 from home:vitezslav_cizek:branches:Base:System
- honour global CFLAGS and LDFLAGS when compiling sesh,
  to avoid rpmlint error (bnc#743157)

OBS-URL: https://build.opensuse.org/request/show/101520
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=34
2012-01-25 17:06:41 +00:00
Vítězslav Čížek
f3f2cd6ff6 Accepting request 98778 from home:vitezslav_cizek:branches:Base:System
- update to sudo-1.8.3p1 
  * Fixed a crash in the monitor process on Solaris when NOPASSWD
    was specified or when authentication was disabled.
  * Fixed matching of a Runas_Alias in the group section of a Runas_Spec.

OBS-URL: https://build.opensuse.org/request/show/98778
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=33
2012-01-04 17:06:35 +00:00
Stephan Kulow
defc984e51 Accepting request 98380 from Base:System
Set timedir correctly (forwarded request 98341 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/98380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=43
2011-12-31 16:20:23 +00:00
Cristian Rodríguez
7a585a77e0 Accepting request 98341 from home:a_jaeger:FactoryFix
Set timedir correctly

OBS-URL: https://build.opensuse.org/request/show/98341
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=31
2011-12-28 19:07:41 +00:00
Stephan Kulow
89ae018d7d replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=42
2011-12-06 18:06:13 +00:00
OBS User buildservice-autocommit
8f7438464a Updating link to change in openSUSE:Factory/sudo revision 42.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=2fa981306c6e78f09986e35850ef107a
2011-12-06 18:06:13 +00:00
Stephan Kulow
ebf9822650 Accepting request 89911 from Base:System
- update to sudo-1.8.3
  - Fixed expansion of strftime() escape sequences
    in the log_dir sudoers setting.
  - Esperanto, Italian and Japanese
    translations from translationproject.org.
  - Added --enable-werror configure option for gcc's
  -Werror flag.  - Visudo no longer
    assumes all editors support the +linenumber command line argument.
    It now uses a whitelist of editors known to support the option.
  - Fixed matching of network addresses when a netmask is specified but
    the address is not the first one in the CIDR block.
  - The configure script now check whether or not errno.h declares the
    errno variable. Previously, sudo would always declare errno itself
    for older systems that don't declare it in errno.h.
  - The NOPASSWD tag is now honored for denied commands too,
    which matches historic sudo behavior (prior to sudo 1.7.0).
  - Sudo now honors the DEREF
    setting in ldap.conf which controls how alias dereferencing is done
    during an LDAP search.
  - A symbol conflict with the
    pam_ssh_agent_auth PAM module that would cause a crash been
    resolved.
  - The inability to load a group provider plugin is no
    longer a fatal error.
  - A potential crash in the utmp handling
    code has been fixed.
  - Two PAM session issues have been resolved.
    In previous versions of sudo, the PAM session was opened as one
    user and closed as another. Additionally, if no authentication was
    performed, the PAM session would never be closed.

OBS-URL: https://build.opensuse.org/request/show/89911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=41
2011-11-02 11:18:43 +00:00
Vítězslav Čížek
64c643111a - remove old tarball
- sudo-grp-include.patch no longer needed

OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=28
2011-10-24 12:08:46 +00:00
Vítězslav Čížek
b2c6f045a9 Accepting request 89134 from home:vitezslav_cizek:branches:Base:System
- update to sudo-1.8.3
  - Fixed expansion of strftime() escape sequences
    in the log_dir sudoers setting.
  - Esperanto, Italian and Japanese
    translations from translationproject.org.
  - Added --enable-werror configure option for gcc's
  -Werror flag.  - Visudo no longer
    assumes all editors support the +linenumber command line argument.
    It now uses a whitelist of editors known to support the option.
  - Fixed matching of network addresses when a netmask is specified but
    the address is not the first one in the CIDR block.
  - The configure script now check whether or not errno.h declares the
    errno variable. Previously, sudo would always declare errno itself
    for older systems that don't declare it in errno.h.
  - The NOPASSWD tag is now honored for denied commands too,
    which matches historic sudo behavior (prior to sudo 1.7.0).
  - Sudo now honors the DEREF
    setting in ldap.conf which controls how alias dereferencing is done
    during an LDAP search.
  - A symbol conflict with the
    pam_ssh_agent_auth PAM module that would cause a crash been
    resolved.
  - The inability to load a group provider plugin is no
    longer a fatal error.
  - A potential crash in the utmp handling
    code has been fixed.
  - Two PAM session issues have been resolved.
    In previous versions of sudo, the PAM session was opened as one
    user and closed as another. Additionally, if no authentication was
    performed, the PAM session would never be closed.

OBS-URL: https://build.opensuse.org/request/show/89134
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=27
2011-10-24 11:08:52 +00:00
Lars Vogdt
20338eda89 Accepting request 87713 from Base:System
- updated to sudo-1.8.2
  * Sudo, visudo, sudoreplay and the sudoers plug-in now have natural
    language support (NLS). This can be disabled by passing configure
    the --disable-nls option.  Sudo will use gettext(), if available,
    to display translated messages.  All translations are coordinated
    via The Translation Project, http://translationproject.org/.
  * Plug-ins are now loaded with the RTLD_GLOBAL flag instead of
    RTLD_LOCAL.  This fixes missing symbol problems in PAM modules
    on certain platforms, such as FreeBSD and SuSE Linux Enterprise.
  * I/O logging is now supported for commands run in background mode
    (using sudo's -b flag).
  * Group ownership of the sudoers file is now only enforced when
    the file mode on sudoers allows group readability or writability.
  * Visudo now checks the contents of an alias and warns about cycles
    when the alias is expanded.
  * If the user specifes a group via sudo's -g option that matches
    the target user's group in the password database, it is now
    allowed even if no groups are present in the Runas_Spec.
  * The sudo Makefiles now have more complete dependencies which are
    automatically generated instead of being maintained manually.
  * The "use_pty" sudoers option is now correctly passed back to the
    sudo front end.  This was missing in previous versions of sudo
    1.8 which prevented "use_pty" from being honored.
  * "sudo -i command" now works correctly with the bash version
    2.0 and higher.  Previously, the .bash_profile would not be
    sourced prior to running the command unless bash was built with
    NON_INTERACTIVE_LOGIN_SHELLS defined.
  * When matching groups in the sudoers file, sudo will now match
    based on the name of the group instead of the group ID. This can
    substantially reduce the number of group lookups for sudoers

OBS-URL: https://build.opensuse.org/request/show/87713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=39
2011-10-13 15:24:51 +00:00
Vítězslav Čížek
371ec6d550 Accepting request 87600 from home:prusnak:branches:Base:System
- updated to sudo-1.8.2
- please forward to factory

OBS-URL: https://build.opensuse.org/request/show/87600
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=25
2011-10-13 13:29:20 +00:00
Sascha Peilicke
00b9a480c9 Autobuild autoformatter for 70788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=38
2011-05-23 08:15:21 +00:00
OBS User buildservice-autocommit
876cdb5b2b Updating link to change in openSUSE:Factory/sudo revision 38.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=b8cd76a5eddf882d561e3cb35cccc86f
2011-05-23 08:15:21 +00:00
Sascha Peilicke
56cee3fd8c Accepting request 70788 from Base:System
update to 1.8.1p2

OBS-URL: https://build.opensuse.org/request/show/70788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=37
2011-05-23 08:15:12 +00:00
Petr Uzel
f18a604ee0 update to 1.8.1p2
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=22
2011-05-20 12:20:15 +00:00
Sascha Peilicke
041f9c99c7 Autobuild autoformatter for 64995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=36
2011-03-24 08:42:44 +00:00
OBS User buildservice-autocommit
d41b53ae2d Updating link to change in openSUSE:Factory/sudo revision 36.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=efbbada7abb90adbb529567e447f2b9c
2011-03-24 08:42:44 +00:00
Sascha Peilicke
344bf7570f Accepting request 64995 from Base:System
Accepted submit request 64995 from user coolo

OBS-URL: https://build.opensuse.org/request/show/64995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=35
2011-03-24 08:42:35 +00:00
Petr Uzel
af665bed11 Accepting request 64993 from home:puzel:staging
OBS-URL: https://build.opensuse.org/request/show/64993
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=20
2011-03-23 12:45:03 +00:00
Ruediger Oertel
5a84482fc5 Autobuild autoformatter for 59319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=33
2011-02-02 00:36:33 +00:00
Ruediger Oertel
0855073113 Accepting request 59319 from Base:System
Accepted submit request 59319 from user puzel

OBS-URL: https://build.opensuse.org/request/show/59319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=32
2011-02-02 00:36:22 +00:00
Petr Uzel
89efcc0d2c bnc#667558, bnc#663881
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=18
2011-01-28 11:22:22 +00:00
OBS User autobuild
f1cbda6421 Accepting request 44242 from Base:System
Copy from Base:System/sudo based on submit request 44242 from user coolo

OBS-URL: https://build.opensuse.org/request/show/44242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=31
2010-07-30 13:55:28 +00:00
OBS User buildservice-autocommit
1d242cbebb Updating link to change in openSUSE:Factory/sudo revision 31.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=a506db91f329c9c24c65bcc4b0f4ddab
2010-07-30 13:55:28 +00:00
OBS User autobuild
6733f8405c Accepting request 44242 from Base:System
checked in (request 44242)

OBS-URL: https://build.opensuse.org/request/show/44242
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=16
2010-07-30 13:55:26 +00:00
Stephan Kulow
f06fd25497 Accepting request 42167 from home:jengelh:smp
Copy from home:jengelh:smp/sudo via accept of submit request 42167 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42167
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=15
2010-06-28 21:22:50 +00:00
OBS User autobuild
d5a69a9c43 Accepting request 41584 from Base:System
Copy from Base:System/sudo based on submit request 41584 from user puzel

OBS-URL: https://build.opensuse.org/request/show/41584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=28
2010-06-22 08:38:23 +00:00
OBS User autobuild
c02c3ca0b7 Accepting request 41584 from Base:System
checked in (request 41584)

OBS-URL: https://build.opensuse.org/request/show/41584
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=14
2010-06-22 08:38:23 +00:00
Philipp Thomas
1e92e556a4 Accepting request 41518 from home:pbleser:branches:Base:System
Copy from home:pbleser:branches:Base:System/sudo via accept of submit request 41518 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/41518
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=13
2010-06-16 09:14:28 +00:00
OBS User autobuild
cbb9e77c58 Accepting request 40990 from Base:System
Copy from Base:System/sudo based on submit request 40990 from user puzel

OBS-URL: https://build.opensuse.org/request/show/40990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=27
2010-06-02 16:12:04 +00:00
OBS User buildservice-autocommit
104c5fc11b Updating link to change in openSUSE:Factory/sudo revision 27.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=fdd61363b4ef456a4506691a09e6283e
2010-06-02 16:12:04 +00:00
OBS User autobuild
f9207a7cdd Accepting request 40990 from Base:System
checked in (request 40990)

OBS-URL: https://build.opensuse.org/request/show/40990
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=12
2010-06-02 16:12:03 +00:00
Petr Uzel
aeeae9962d bnc#594738
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=11
2010-06-02 12:31:24 +00:00
OBS User autobuild
c694f07909 Accepting request 40277 from Base:System
Copy from Base:System/sudo based on submit request 40277 from user puzel

OBS-URL: https://build.opensuse.org/request/show/40277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=26
2010-05-25 11:25:42 +00:00
OBS User buildservice-autocommit
ebe3884aa7 Updating link to change in openSUSE:Factory/sudo revision 26.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=762302b9eca24013cbda733513da20e3
2010-05-25 11:25:42 +00:00
OBS User autobuild
d5b94ade1b Accepting request 40277 from Base:System
checked in (request 40277)

OBS-URL: https://build.opensuse.org/request/show/40277
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=10
2010-05-25 11:25:41 +00:00
Petr Uzel
5afda44d49 bnc#594738
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=9
2010-05-18 15:52:50 +00:00
OBS User autobuild
8d4a5dcf80 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=25 2010-03-18 15:30:48 +00:00
OBS User autobuild
983ba54b5c Accepting request 33397 from Base:System
Copy from Base:System/sudo based on submit request 33397 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/33397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=24
2010-02-25 01:34:39 +00:00
OBS User autobuild
d726d9c64b Accepting request 33397 from Base:System
checked in (request 33397)

OBS-URL: https://build.opensuse.org/request/show/33397
OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=8
2010-02-25 01:34:38 +00:00
Pavol Rusnak
f256dfb750 - updated to 1.7.2p4
* Fixed the expansion of the %h escape in #include file names
    introduced in sudo 1.7.1.
  * Fixed a a bug where the negation operator in a Cmnd_List
    was not being honored.
  * No longer produce a parse error when #includedir references
    a directory that contains no valid filenames.
  * The sudo.man.pl and sudoers.man.pl files are now included
    in the distribution for people who wish to regenerate the man pages.
  * Fixed the emulation of krb5_get_init_creds_opt_alloc() for MIT kerberos.
  * When authenticating via PAM, set PAM_RUSER and PAM_RHOST early
    so they can be used during authentication.
  * Fix printing of entries with multiple host entries on
    a single line.
  * Fix use after free when sending error messages via email.
  * Use setrlimit64(), if available, instead of setrlimit()
    when setting AIX resource limits since rlim_t is 32bits.
  * Fix size arg when realloc()ing include stack.
  * Avoid a duplicate fclose() of the sudoers file.
  * Fix a bug that could allow users with permission to run sudoedit
    to run arbitrary commands.

OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=7
2010-02-24 16:24:47 +00:00