Timeline
05/21/03:
- 11:55 Changeset [19362] by
- In imclient__send(), save and restore the stack pointer around the call to imclient_processoneevent(), to avoid memory corruption if the stack is reallocated in Perl callbacks invoked during event processing. Also add a refresh of the stack pointer in imclient_xs_cb(), after a Perl callback is actually invoked, as good practice.
05/20/03:
- 19:33 Changeset [19361] by
- Enable debugging support.
- 18:20 Changeset [19360] by
- The OS update overwrites /etc/inet/services; put it in CONFCHG so we clobber it back.
- 17:55 Changeset [19359] by
- Can't assume that $ATHENA_SYS is where the dest tree was created; run sys out of the build tree to get the default sysname for this platform.
- 16:17 Changeset [19358] by
- Rename the mp kernel modules to accomodate rev 1.17 of src/afsd/afs.rc.linux, which strips "smp" off the end of the uname -r output. They look nicer this way anyway.
- 16:13 Changeset [19357] by
- - Find kernel modules on SMP machines. - Fall back to uname -m correctly. - Check kernel-smp package on SMP machines, not kernel.
- 14:42 Changeset [19356] by
- Linking against AFS no longer requires ucb libraries.
- 14:32 Changeset [19355] by
- Change sysname to i386_rh9 on Red Hat 9. Having the same sysname for three not-very-compatible Red Hat releases was getting to be a bit much.
- 14:31 Changeset [19354] by
- Just link with -lrpm; dependencies will take care of the rest.
- 14:31 Changeset [19353] by
- Run conversion scripts through proper interpreters.
- 14:27 Changeset [19352] by
- *** empty log message ***
- 14:27 Changeset [19351] by
- Pull up a change from the sawfish mainline to implement window-list-skip and task-list-skip. Set both of those for zwgc windows in our site-lisp file.
- 01:15 Changeset [19350] by
- *zzzzzzzz*
05/18/03:
- 13:31 Changeset [19349] by
- Kill athena-openmotif.
05/16/03:
- 12:31 Changeset [19348] by
- Set sysname at boot time.
05/15/03:
- 05:34 Changeset [19347] by
- Make the option to request multiple copies of a job (-#) not silently fail when the job is transferred via krb5 auth, but not setting the "uniq" bit when passing it through the linelist Split() function.
05/13/03:
- 20:58 Changeset [19346] by
- Shrink the default xterm so it doesn't overlap with the panel.
- 19:12 Changeset [19345] by
- Disable the warning about not being able to set the autorepeat rate; there's not much point in complaining about it.
- 18:38 Changeset [19344] by
- Remove the turds from the gcc build of mozilla which prevent mozilla from running.
- 18:33 Changeset [19343] by
- Don't build static. We only need rpmupdate to be static for staging rpmupdates (specifically, only when we're relying on some fix to rpmlib which isn't in the old release), and on Red Hat 9 static linking involving pthreads runs afoul of nptl. (I tried linking with -L/usr/lib/nptl and the resulting binary dumped core in getpwnam_r() as invoked by rpmlib, so that was no good.)
- 18:05 Changeset [19342] by
- Update space checks for 9.2.
- 16:31 Changeset [19341] by
- Query arch for the running version of the kernel, in case multiple versions are installed. If multiple arches of the same version are installed, we have no easy way of telling which is running, so just guess. (We could match symbol versions against the AFS modules, or try to load all of them, but either option would be pretty ugly and error-prone.) If rpm query fails to produce an arch, fall back to uname -m as a best guess.
- 16:28 Changeset [19340] by
- Move responsibility for dryrun out of perform_updates() into main(); Change display_action() to display_actions() to make this easier. Create and free a transaction set in main() and pass it to the functions which need it, for efficiency and simplicity. Avoid trying to run an empty transaction set; rpm 4.2's rpmlib considers that to be an error. Two minor cosmetic tweaks.
05/12/03:
- 23:42 Changeset [19339] by
- there is now a centrally supported auto-responder.
- 18:50 Changeset [19338] by
- Notice duplicate package versions and remove the old ones, in order to clean up after update failures.
- 10:46 Changeset [19337] by
- Got out .u from the sun4u specific pkgs
- 10:04 Changeset [19336] by
- Fix handling of missing To, Subject, and Date header fields in verbose and report modes.
- 10:02 Changeset [19335] by
- Change the "unable to open saved state file" complaint from error to debug level, since we use a unique per-session gconfd directory.
05/11/03:
- 00:27 Changeset [19334] by
- 9.2.4 version script.
05/09/03:
- 18:06 Changeset [19333] by
- Add remaining directories from /usr/openwin/lib/X11/fontserver.cfg to the font path.
- 02:23 Changeset [19332] by
- Oops, default-fonts is a --with option.
- 02:21 Changeset [19331] by
- Set the default font directory appropriately for Solaris.
- 02:12 Changeset [19330] by
- ... and the old fonts config directory (it moved to /etc/athena/fonts with the recently imported fontconfig).
- 02:10 Changeset [19329] by
- Oh, also the fontconfig libraries we replaced recently.
- 02:07 Changeset [19328] by
- Remove zlib shared libraries, since we recently punted them from 9.2.
- 01:25 Changeset [19327] by
- Apply patch 113319-11 to fix xdr bug. Set OSCHANGES since we're applying a patch. And we forgot to put /etc/system in CONFCHG for 9.2.0.
- 01:20 Changeset [19326] by
- In 9.2.3 we will apply 113319-11, so there's no need to apply 113319-05 in 9.2.0.
05/08/03:
- 01:34 Changeset [19325] by
- Replace configure.athena with Makefile.athena so we can prepend the Sun Forte bin directory to the PATH on Solaris. (The security sub- directory does not honor the CC/CXX settings, instead running cc/CC from the PATH).
05/07/03:
- 01:11 Changeset [19324] by
- Unset _rpmds_nopromote to work around an rpm 4.2 bug.
- 01:11 Changeset [19323] by
- Punt the Provides: declarations. In the 9.2 release, we aren't really missing any interesting OS packages things might depend on, and it's tough to keep these provides lines accurate and up to date. (And they sometimes bump up against Conflicts declarations in native packages.)
05/06/03:
- 18:49 Changeset [19322] by
- In imclient_connect(), set the socket to be non-blocking until the connection is established, and only wait up to 10 seconds for it to be completed. This will avoid lengthy delays at login (via "from") when the mail server is down.
- 18:38 Changeset [19321] by
- On Linux, set LD_ASSUME_KERNEL to 2.4.1, in order to avoid a java crash upon exit.
- 18:35 Changeset [19320] by
- Use the native compiler (version 7) on Solaris, for compatibility with the java plugin. Don't build test software.
- 18:25 Changeset [19319] by
- Don't override null settings of CFLAGS, LDFLAGS, and CPPFLAGS.
- 11:35 Changeset [19318] by
- Remove stuff we no longer need.
- 11:34 Changeset [19317] by
- Revert last rev; it was supposed to be committed on the trunk.
- 01:01 Changeset [19316] by
- libpng should depend on zlib and libm.
- 01:00 Changeset [19315] by
- Use pcre; the native Solaris regexp implementation is too slow.
- 01:00 Changeset [19314] by
- Depending on libc is dumb. Don't do it.
05/05/03:
- 15:32 Changeset [19313] by
- Revert last rev; vte needs to include a pcre header.
- 13:59 Changeset [19312] by
- Make gnome-terminal depend on pcre instead of vte.
- 13:20 Changeset [19311] by
- Add pcre on Solaris and make vte depend on it.
- 13:19 Changeset [19310] by
- Add pcre.
- 13:15 Changeset [19309] by
- This commit was generated by cvs2svn to compensate for changes in r19308, which included commits to RCS files with non-trunk default branches.
- 13:15 Changeset [19308] by
- Import pcre 3.9.
05/04/03:
- 15:09 Changeset [19307] by
- This commit was generated by cvs2svn to compensate for changes in r19306, which included commits to RCS files with non-trunk default branches.
- 15:09 Changeset [19306] by
- Not present in vte 0.10.27.
- 15:08 Changeset [19305]
- This commit was manufactured by cvs2svn to create tag 'vte-0_10_27'.
- 15:08 Changeset [19304] by
- This commit was generated by cvs2svn to compensate for changes in r19303, which included commits to RCS files with non-trunk default branches.
- 15:08 Changeset [19303] by
- Import vte 0.10.27.
05/03/03:
- 12:00 Changeset [19302] by
- Punt zlib (and all dependencies on it); the system one appears to work fine on Solaris.
- 11:38 Changeset [19301] by
- Punt third/libzvt; it's not part of GNOME 2. (We'll still have the old zvt from gnome-libs, of course.)
- 11:29 Changeset [19300] by
- In install rule, don't update .rvdinfo until the new stat file is in place.
- 11:27 Changeset [19299] by
- We will be called xscreensaver again. Leave behind xss symlinks for compatibility.
- 11:27 Changeset [19298] by
- control-center won't see Sawfish.desktop unless we install it in the system GNOME prefix.
- 11:26 Changeset [19297] by
- From mainline: put ConfigExec where GNOME 2.2 expects to find it.
- 11:26 Changeset [19296] by
- From mainline: unconditionally install Sawfish.desktop.
- 11:25 Changeset [19295] by
- From mainline: use correct type for wm name property.
- 11:24 Changeset [19294] by
- We don't want the native ssh packages.
- 11:24 Changeset [19293] by
- athena-panel-config.schemas has been renamed to athena.schemas.
- 11:23 Changeset [19292] by
- Add screensaver default, and fix some panel defaults.
- 11:23 Changeset [19291] by
- Rename schemas file so that it may contain more than just panel stuff.
- 11:22 Changeset [19290] by
- Add back packs/build/setup (with most of what it does taken out); the bin -> usr/bin symlink is particularly important to have at the beginning of the Solaris build.
- 11:21 Changeset [19289] by
- Remove stuff we no longer need.
- 11:21 Changeset [19288] by
- Cope if the tarfile unpacks into ./foo.
- 10:41 Changeset [19287] by
- This commit was generated by cvs2svn to compensate for changes in r19286, which included commits to RCS files with non-trunk default branches.
- 10:41 Changeset [19286] by
- Not present in fontconfig 2.2.
- 10:36 Changeset [19285] by
- This commit was generated by cvs2svn to compensate for changes in r19284, which included commits to RCS files with non-trunk default branches.
- 10:36 Changeset [19284] by
- Import fontconfig 2.2.0. fontconfig used to be part of fcpackage, but is now distributed separately. For now, we will import into the fcpackage directory.
- 10:35 Changeset [19283] by
- Add cyrus-imapd, cyrus-sasl, expat.
05/01/03:
- 04:34 Changeset [19282] by
- don't report error after successfully running lynx
04/30/03:
- 23:00 Changeset [19281] by
- bug-buddy depends on gnome-desktop.
- 21:32 Changeset [19280] by
- Merge with pine 4.55.
- 21:25 Changeset [19279] by
- This commit was generated by cvs2svn to compensate for changes in r19278, which included commits to RCS files with non-trunk default branches.
- 21:25 Changeset [19278] by
- Not present in pine 4.55.
- 21:13 Changeset [19277]
- This commit was manufactured by cvs2svn to create tag 'pine-4_55'.
- 21:13 Changeset [19276] by
- This commit was generated by cvs2svn to compensate for changes in r19275, which included commits to RCS files with non-trunk default branches.
- 21:13 Changeset [19275] by
- Import pine 4.55.
- 20:49 Changeset [19274] by
- gdk-pixbuf requires gnome-libs to build the gnome-canvas stuff, which we need for gal.
- 20:39 Changeset [19273] by
- gal requires gdk-pixbuf.
- 19:09 Changeset [19272] by
- Configure to build the unix authentication module, to avoid a broken krb4 test (fails due to the lack of a -ldes library); krb4 is assumed when /etc/krb.conf is present. Since the software we are concerned with uses SASL, there is currently no need for either authentication module.
- 17:38 Changeset [19271] by
- librep requires texinfo.
- 17:27 Changeset [19270] by
- grenew uses libgnome (from GNOME 1), not just gtk.
- 16:08 Changeset [19269] by
- Punt #include of mit-copyright.h; referencing it in the comment header is at least as effective.
- 15:21 Changeset [19268] by
- ifhp depends on zephyr.
- 03:29 Changeset [19267] by
- lynx doesn't play well with certs; stop pretending that it does.
04/29/03:
- 22:43 Changeset [19266] by
- Fix typo.
04/26/03:
- 15:23 Changeset [19265] by
- Build shared libraries. For Solaris, need a hack to put sunsoft cc in our path.
04/25/03:
- 12:42 Changeset [19264] by
- Pull up 1.1 to athena-9_1 branch.
- 12:40 Changeset [19263]
- This commit was manufactured by cvs2svn to create branch 'athena-9_1'.
- 12:40 Changeset [19262] by
- Two Solaris patches for an xdr vulnerability.
- 10:58 Changeset [19261] by
- Added pkgs for XVR-1000
04/23/03:
- 13:46 Changeset [19260] by
- Fix syntax error.
Note: See TracTimeline
for information about the timeline view.