| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: yast2-core | Distribution: openSUSE 11.4 |
| Version: 2.20.1 | Vendor: openSUSE |
| Release: 0.3.1 | Build date: Mon Aug 22 16:48:33 2011 |
| Group: System/YaST | Build host: build03 |
| Size: 3387416 | Source RPM: yast2-core-2.20.1-0.3.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Summary: YaST2 - Core Libraries | |
This package contains the scanner, parser, and interpreter runtime library for the YCP scripting language used in YaST2.
GPL v2 or later
* Thu Aug 18 2011 mvidner@suse.cz
- change blowfish id from 2a to 2y (bnc#700876 bnc#706705 CVE-2011-2483)
(thanks to Ludwig Nussel)
- 2.20.1
* Mon Jan 03 2011 lslezak@suse.cz
- fixed packaging in openSUSE-11.4 (perl files)
- 2.20.0
* Tue Aug 10 2010 mvidner@suse.cz
- Enable input buffering for YCP include files (bnc#629882).
- 2.19.3
* Thu Mar 11 2010 mvidner@suse.cz
- Fixed the regexpsub algorithm not to loop endlessly
if the source string contains \1 (bnc#552914).
- 2.19.2
* Tue Mar 09 2010 mvidner@suse.cz
- Fixed an ia64 crash in test_thread_log (a test case for bnc#565918).
* Mon Feb 01 2010 mvidner@suse.cz
- Fixed a crash in LogTail by adding a mutex to the shared variable
(bnc#565918).
- Re-enabled parts of liby2util-r testsuite.
- 2.19.1
* Fri Dec 18 2009 aschnell@suse.de
- allow Y2DIR to be a list of paths separated by ":"
- 2.19.0
* Fri Aug 14 2009 lslezak@suse.cz
- don't generate autodocs on ARM (doesn't work in qemu-arm)
(by jansimon.moeller@opensuse.org)
- 2.18.19
* Tue Aug 11 2009 mvidner@suse.cz
- ycp.pm: convert wide strings to byte strings,
to silence a warning when handling parsed XML (bnc#512536).
- /var/log/YaST2/signal: do not make it executable
- 2.18.18
* Mon Aug 03 2009 lslezak@suse.cz
- the DBus code has been moved to separate packages
(yast2-dbus-client and yast2-dbus-server) (bnc#431208)
- 2.18.17
* Fri Jul 10 2009 mvidner@suse.cz
- Return DBus errors in most cases that used to y2error only (bnc#520616).
- In BSV types, "" again means "string" (broken in previous version).
- Log also the user when reporting a PolKit check result.
- o.o.Y.modules.ModuleManager.Import fixed to return false on failure.
- 2.18.16
* Thu Jul 02 2009 mvidner@suse.cz
- Enhanced DBus -> YCP value conversion by considering
also the expected YCP type.
Otherwise it is impossible to tell whether an empty array
should become an empty map or an empty list (bnc#516492).
- Removed the dependency on dbus-1-x11
by calling dbus-daemon directly without dbus-launch.
- 2.18.15
* Fri Jun 26 2009 mvidner@suse.cz
- yast_modules_dbus_server: return org.freedesktop.DBus.Error.UnknownMethod
for unknown methods
- Disable --as-needed until this package is fixed.
* Fri Jun 19 2009 mvidner@suse.cz
- float::tolstring fixed to use the fixed notation
- 2.18.14
* Thu Jun 18 2009 lslezak@suse.cz
- DBus service - fixed returning "any" values (bnc#513503),
return correct signatures in DBus introspection data, return the
values according to it (bnc#513571), added basic testuite
* Wed Jun 17 2009 mvidner@suse.cz
- DBusServerBase: exit properly if the connection got closed
* Mon Jun 15 2009 lslezak@suse.cz
- DBus service - fixed returning of nested values (e.g. list<map>),
removed extra check for map (bnc#512569)
- 2.18.13
* Tue Jun 09 2009 mvidner@suse.cz
- Added 'string float::tolstring(float f, integer precision)' using the
current locale decimal separator (bnc#460094).
- Fixed makefiles to work with "install" calls changed via
automake-1.11.
- Fixed tons of warnings by explicitly initializing all members of
declaration_t.
- 2.18.12
* Mon Jun 01 2009 mvidner@suse.cz
- Fixed char* constness for glibc-2.10.
- 2.18.11
* Thu May 14 2009 lslezak@suse.cz
- DBus service - fixed DBus object to Yast name space conversion
in autoimport code ('/' -> '::'), replace all occurrences
* Thu May 07 2009 mvidner@suse.cz
- Y2ProgramComponent: close fds>2 before exec
to make external agents more robust (bnc#501758).
* Mon May 04 2009 lslezak@suse.cz
- SCR DBus service - fixed DBus object registration, fixed creating
the PolicyKit action ID
- 2.18.10
* Mon Apr 27 2009 mvidner@suse.cz
- Resurrected logging in the signal handler, into
/var/log/YaST2/signal (or ./y2signal.log) (bnc#493152#c33).
- Y2StdioComponent: exit only at EOF, not on parse error (bnc#498407).
- 2.18.9
* Fri Apr 24 2009 mvidner@suse.cz
- agent-ini: do not truncate strings longer than 2048
while writing (bnc#492859)
- 2.18.8
* Fri Apr 24 2009 lslezak@suse.cz
- DBus service - better handle "::" separators in name space
string - replace it by "/" in DBus object path and "." in
PolicyKit action ID string
- 2.18.7
* Tue Apr 21 2009 coolo@suse.de
- avoid y2log in both signal handler and forked children (bnc#493152)
* Tue Apr 21 2009 coolo@suse.de
- another hot fix
* Mon Apr 20 2009 coolo@suse.de
- trying hot fix for bnc#493152
* Mon Apr 20 2009 jreidinger@suse.cz
- add builtin list::swap for list
* Fri Apr 17 2009 juhliarik@suse.cz
- added fix for problem with adding nil to list (bnc#216177)
* Wed Apr 15 2009 mvidner@suse.cz
- DBus service:
* handle variants in replies
* don't crash on unsupported types
* fixed ModuleManager action IDs
* more examples
* Fri Apr 10 2009 lslezak@suse.cz
- Merged the Yast DBus service from /tmp/lslezak/core branch, the
service exports Yast name spaces on DBus. The SCR service has
been refactored - the common parts have been moved to liby2dbus.
- Removed oboleted YCPMapIterators
- 2.18.6
* Mon Apr 06 2009 mvidner@suse.cz
- Use /etc/modprobe.d/50-yast.conf instead of /etc/modprobe.conf
(bnc#485992).
- Move /etc/modprobe.d/blacklist on update (bnc#485992).
- Dropped ag_xauth (.xauth.key), superseded since 2005 by
$XAUTHLOCALHOSTNAME (bnc#482223).
- 2.18.5
* Thu Mar 26 2009 lslezak@suse.cz
- .modprobe_blacklist agent: use /etc/modprobe.d/50-blacklist.conf
file instead of deprecated /etc/modprobe.d/blacklist (bnc#485992)
* Fri Mar 06 2009 mvidner@suse.cz
- ag_background: re-disabled the testsuite, silly me.
- 2.18.4
* Fri Mar 06 2009 lslezak@suse.cz
- put backtrace begin and end markers to y2log when e.g.
y2error(-1, ...) is called
* Fri Mar 06 2009 mvidner@suse.cz
- ag_background: re-enabled the testsuite (bnc#470645#c11),
with some expect magic (~bnc#475551)
/usr/bin/ycpc /usr/lib/YaST2 /usr/lib/YaST2/bin /usr/lib/YaST2/bin/elf-arch /usr/lib/YaST2/bin/md_autorun /usr/lib/YaST2/bin/startshell /usr/lib/YaST2/bin/tty_wrapper /usr/lib/YaST2/bin/y2base /usr/lib/YaST2/servers /usr/lib/YaST2/servers/scr /usr/lib/YaST2/servers_non_y2 /usr/lib/YaST2/servers_non_y2/ag_background /usr/lib/YaST2/servers_non_y2/ag_hostnames /usr/lib/YaST2/servers_non_y2/ag_modinfo /usr/lib/YaST2/servers_non_y2/ag_ping /usr/lib/YaST2/servers_non_y2/ag_yp_makefile /usr/lib/perl5/vendor_perl/5.12.3/YaST /usr/lib/perl5/vendor_perl/5.12.3/YaST/SCRAgent.pm /usr/lib/perl5/vendor_perl/5.12.3/ycp.pm /usr/lib64/YaST2 /usr/lib64/YaST2/plugin /usr/lib64/YaST2/plugin/libpy2ag_anyagent.so.2 /usr/lib64/YaST2/plugin/libpy2ag_anyagent.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_dummy.so.2 /usr/lib64/YaST2/plugin/libpy2ag_dummy.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_ini.so.2 /usr/lib64/YaST2/plugin/libpy2ag_ini.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_modules.so.2 /usr/lib64/YaST2/plugin/libpy2ag_modules.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_process.so.2 /usr/lib64/YaST2/plugin/libpy2ag_process.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_resolver.so.2 /usr/lib64/YaST2/plugin/libpy2ag_resolver.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_system.so.2 /usr/lib64/YaST2/plugin/libpy2ag_system.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2scr.so.2 /usr/lib64/YaST2/plugin/libpy2scr.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2serial.so.2 /usr/lib64/YaST2/plugin/libpy2serial.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2wfm.so.2 /usr/lib64/YaST2/plugin/libpy2wfm.so.2.0.0 /usr/lib64/libscr.so.2 /usr/lib64/libscr.so.2.0.0 /usr/lib64/liby2.so.2 /usr/lib64/liby2.so.2.0.0 /usr/lib64/liby2util.so.4 /usr/lib64/liby2util.so.4.0.0 /usr/lib64/libycp.so.3 /usr/lib64/libycp.so.3.0.0 /usr/lib64/libycpvalues.so.3 /usr/lib64/libycpvalues.so.3.0.0 /usr/share/YaST2 /usr/share/YaST2/scrconf /usr/share/YaST2/scrconf/background.scr /usr/share/YaST2/scrconf/dummy.scr /usr/share/YaST2/scrconf/modinfo.scr /usr/share/YaST2/scrconf/modprobe_blacklist.scr /usr/share/YaST2/scrconf/modules.scr /usr/share/YaST2/scrconf/net_hostnames.scr /usr/share/YaST2/scrconf/ping.scr /usr/share/YaST2/scrconf/process.scr /usr/share/YaST2/scrconf/resolv.scr /usr/share/YaST2/scrconf/target.scr /usr/share/YaST2/scrconf/yp_makefile.scr /usr/share/man/man3/YaST::SCRAgent.3pm.gz /usr/share/man/man3/ycp.3pm.gz /var/log/YaST2
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:24:53 2013