You can subscribe to this list here.
| 2001 |
Jan
|
Feb
(51) |
Mar
(85) |
Apr
(93) |
May
(55) |
Jun
(52) |
Jul
(36) |
Aug
(31) |
Sep
(62) |
Oct
(55) |
Nov
(10) |
Dec
(37) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(51) |
Feb
(86) |
Mar
(61) |
Apr
(83) |
May
(51) |
Jun
(35) |
Jul
(73) |
Aug
(70) |
Sep
(40) |
Oct
(46) |
Nov
(75) |
Dec
(26) |
| 2003 |
Jan
(36) |
Feb
(43) |
Mar
(27) |
Apr
(95) |
May
(43) |
Jun
(18) |
Jul
(9) |
Aug
(14) |
Sep
(27) |
Oct
(31) |
Nov
(33) |
Dec
(10) |
| 2004 |
Jan
(40) |
Feb
(19) |
Mar
(31) |
Apr
(8) |
May
(22) |
Jun
(45) |
Jul
(27) |
Aug
(38) |
Sep
(8) |
Oct
(26) |
Nov
(31) |
Dec
(20) |
| 2005 |
Jan
(9) |
Feb
(7) |
Mar
(16) |
Apr
(6) |
May
(10) |
Jun
(9) |
Jul
(1) |
Aug
(10) |
Sep
(2) |
Oct
(6) |
Nov
|
Dec
|
| 2006 |
Jan
(3) |
Feb
(10) |
Mar
(9) |
Apr
(11) |
May
(12) |
Jun
(15) |
Jul
(22) |
Aug
(9) |
Sep
(8) |
Oct
(13) |
Nov
(6) |
Dec
(7) |
| 2007 |
Jan
(8) |
Feb
(3) |
Mar
(8) |
Apr
(4) |
May
(3) |
Jun
(1) |
Jul
(16) |
Aug
(4) |
Sep
(1) |
Oct
(6) |
Nov
(3) |
Dec
(5) |
| 2008 |
Jan
(12) |
Feb
(9) |
Mar
(8) |
Apr
(3) |
May
(3) |
Jun
(3) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(16) |
Nov
(2) |
Dec
|
| 2009 |
Jan
(3) |
Feb
(1) |
Mar
(5) |
Apr
(2) |
May
(5) |
Jun
(16) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2010 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Bob C. <bc...@ya...> - 2004-03-08 00:32:58
|
Jean Louis, Probably a false positive. Some virus scanners are so paranoid they identify attachments with particular names as "viruses". Of course, if you read your email on AIX or Linux, you have nothing to worry about. If you use Windows, how do you sleep at night anyway? --- Jean Louis Di Domenico <J.D...@hd...> wrote: > Anyone got something such as this ? > > > -----Original Message----- > > From: McAfee E-mail Scan : > > Sent: Friday, March 05, 2004 1:25 PM > > Subject: Potentially unwanted message body detected, entire message > > has been moved to quarantine folder~ > > McAfee E-mail Scan : Has detected potentially unwanted e-mail message > > body. > > Scanner Detected: W32/Bagle.gen!pwdzip (ED) > > Message was sent by : aix...@ww... > > Sender E-mail Address : > > aix...@ww... > > Carbon Copy to : None > > > ===== Bob Carver "If you would not be forgotten as soon as you are gone, either write things worth reading or do things worth writing." --Ben Franklin bc...@ya... | bo...@ma... |
|
From: David C. <cl...@au...> - 2004-03-05 02:17:18
|
A small number of library packages in the AIX Toolbox have now been enabled with 64-bit versions. This will be of interest only to developers who wish to build their own code in 64-bit mode and link to some of the libraries that are available in the Toolbox. If you don't use the Toolbox packages to do your own development builds, or if you do development with the default 32-bit libraries only, then this news is not of interest to you. All packages in general will continue to be built in 32-bit mode. The 64-bit enablement includes libraries only, not commands. Packages that are included in the 64-bit enablement (so far) are: expat freetype freetype2 gd gettext libjpeg libpng libxml2 libxslt openssl zlib More are expected to be enabled gradually over time. For 64-bit shared objects inside shared libraries, the 64-bit version has been included in the same library with the 32-bit version, so you need only be in the correct compilation/link mode to get the desired version. For example, /opt/freeware/lib/libz.a (from the "zlib" package) now has a 32-bit shared object member named libz.so.1, and a 64-bit shared object member with the same name. The one that will be used will depend only on the object mode you are linking with. In addition, a new directory /opt/freeware/64/lib is created which includes all 64-bit-enabled libraries (as symlinks to their true location in /opt/freeware/lib). When 64-bit versions of ".so" shared objects are created, they will be found in /opt/freeware/64/lib so that they do not conflict with the 32-bit versions in /opt/freeware/lib. This means that you can force yourself to find the 64-bit objects by using "-L/opt/freeware/64/lib" in your link command. These are not new versions of the packages -- The existing versions have been rebuilt to accomodate the 64-bit library members. Downloading these updated images is only of interest if you want to use the new 64-bit libraries. The FTP download locations are all listed below, with the exception of OpenSSL. (For OpenSSL you must go to the separate cryptographic-content Toolbox site.) Also listed are the corresponding "devel" packages for these libraries: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/expat/expat-1.95.2-4.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/expat/expat-devel-1.95.2-4.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/freetype/freetype-1.3.1-9.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/freetype/freetype-demo-1.3.1-9.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/freetype/freetype-devel-1.3.1-9.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/freetype2/freetype2-2.1.5-2.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/freetype2/freetype2-devel-2.1.5-2.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gd/gd-1.8.4-3.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gd/gd-devel-1.8.4-3.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gd/gd-progs-1.8.4-3.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gettext/gettext-0.10.40-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libjpeg/libjpeg-6b-6.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libjpeg/libjpeg-devel-6b-6.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libpng/libpng-1.2.1-3.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libpng/libpng-devel-1.2.1-3.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libxml2/libxml2-2.5.11-2.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libxml2/libxml2-devel-2.5.11-2.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libxslt/libxslt-1.0.32-2.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libxslt/libxslt-devel-1.0.32-2.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/zlib/zlib-1.1.4-4.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/zlib/zlib-devel-1.1.4-4.aix5.1.ppc.rpm |
|
From: Shimon S. <SH...@jp...> - 2004-03-04 22:06:28
|
I had installed ODBC driver for AIX5.1,5.2 to use data from Oracle and SQL Server. You will find the evaluation version, and manuals at following link. probably, I think you don't need an Oracle Client on AIX. DataDirect Connect for ODBC http://www.datadirect.com/products/odbc/odbcindex.asp >Simon Sasaki >>IT Specialist , e-business Solutions , ERP Solutions No.2 >>>IBM Global Services Japan Business Solution Co, Ltd. >>>>E-mail : sh...@jp... aix...@ww... wrote on 2004/03/03 03:42:21: > Has anyone ever installed ODBC drivers for AIX? > If so where do you get these drivers and the manual? > Does it come with AIX? Do I need to install an Oracle Client on AIX? > Thanks Guys....and Girls... > > ______________________________________________________________________ > Post your free ad now! http://personals.yahoo.ca > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list |
|
From: <la...@ya...> - 2004-03-02 21:42:27
|
Has anyone ever installed ODBC drivers for AIX? If so where do you get these drivers and the manual? Does it come with AIX? Do I need to install an Oracle Client on AIX? Thanks Guys....and Girls... ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca |
|
From: David C. <cl...@au...> - 2004-03-02 20:44:46
|
Several package updates have been cleared for distribution with the AIX Toolbox and are now available to download. This includes new versions of the following packages, each listed with their new version and summary: autoconf 2.58 GNU tool for automatically configuring source code. automake 1.7.9 A GNU tool for automatically creating Makefiles. bash 2.05b The GNU Bourne Again shell (bash). bash-doc 2.05b Documentation for bash. bison 1.875 A GNU general-purpose parser generator. cpio 2.5 A GNU archiving program. gawk 3.1.3 GNU version of the awk text processing utility. libtool 1.5 GNU libtool simplifies the use of shared libraries. make 3.80 A GNU tool which simplifies the build process MySQL 3.23.58 A very fast and reliable SQL database engine MySQL-client 3.23.58 MySQL - Client MySQL-devel 3.23.58 MySQL - Development header files and libraries proftpd 1.2.8 ProFTPD -- Professional FTP Server. readline 4.3 A library for reading and returning lines from a terminal. readline-devel 4.3 Development files for programs which use readline. sed 4.0.7 A GNU stream text editor. sudo 1.6.7p5 Allows restricted root access for specified users. texinfo 4.6 Tools to create Texinfo format documentation files. wget 1.9 A utility for retrieving files with HTTP or FTP. which 2.14 Displays where a program in your path is located. Longer descriptions follow. At the end of this note is a list of the downloadable image locations. The AIX Toolbox web table will soon be updated to point to these new images, but to get them now you can use anonymous ftp or a utility like wget or curl to get them directly from the FTP site. The standard disclaimers still apply as always: All Toolbox packages are as-is, unsupported, and unwarranted. Refer to the AIX Toolbox website for the official Toolbox legal disclaimers. ---------------------------------------------------- Descriptions of updated packages: ---------------------------------------------------- autoconf: GNU's Autoconf is a tool for configuring source code and Makefiles. Using Autoconf, programmers can create portable and configurable packages, since the person building the package is allowed to specify various configuration options. You should install Autoconf if you are developing software and you'd like to use it to create shell scripts which will configure your source code packages. If you are installing Autoconf, you will also need to install the GNU m4 package. Note that the Autoconf package is not required for the end user who may be configuring software with an Autoconf-generated script; Autoconf is only required for the generation of the scripts, not their use. ----- automake: Automake is an experimental Makefile generator. Automake was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets. You should install Automake if you are developing software and would like to use its capabilities of automatically generating GNU standard Makefiles. if you install Automake, you will also need to install GNU's Autoconf package. ----- bash: The GNU Bourne Again shell (Bash) is a shell or command language interpreter that is compatible with the Bourne shell (sh). Bash incorporates useful features from the Korn shell (ksh) and the C shell (csh). Most sh scripts can be run by bash without modification. This package contains bash version 2.05b, which improves POSIX compliance over previous versions. ----- bash-doc: The bash-doc package contains documentation for the GNU Bourne Again (bash) shell. ----- bison: Bison is a general purpose parser generator which converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Bison can be used to develop a wide range of language parsers, from ones used in simple desk calculators to complex programming languages. Bison is upwardly compatible with Yacc, so any correctly written Yacc grammar should work with Bison without any changes. If you know Yacc, you shouldn't have any trouble using Bison. (You do need to be very proficient in C programming to be able to use Bison). Bison is only needed on systems that are used for development. If your system will be used for C development, you should install Bison since it is used to build many C programs. ----- cpio: GNU cpio copies files into or out of a cpio or tar archive. Archives are files which contain a collection of other files plus information about them, such as their file name, owner, timestamps, and access permissions. The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar and POSIX.1 tar. By default, cpio creates binary format archives, so that they are compatible with older cpio programs. When it is extracting files from archives, cpio automatically recognizes which kind of archive it is reading and can read archives created on machines with a different byte-order. Install cpio if you need a program to manage file archives. ----- gawk: The gawk package contains the GNU version of awk, a text processing utility. Awk interprets a special-purpose programming language to do quick and easy text pattern matching and reformatting jobs. Install the gawk package if you need a text processing utility. Gawk is considered to be a standard tool for processing text. ----- libtool: The libtool package contains the GNU libtool, a set of shell scripts which automatically configure UNIX and UNIX-like architectures to generically build shared libraries. Libtool provides a consistent, portable interface which simplifies the process of using shared libraries. If you are developing programs which will use shared libraries, you should install libtool. ----- make: A GNU tool for controlling the generation of executables and other non-source files of a program from the program's source files. Make allows users to build and install packages without any significant knowledge about the details of the build process. The details about how the program should be built are provided for make in the program's makefile. The GNU make tool should be installed on your system because it is commonly used to simplify the process of installing programs. ----- MySQL: MySQL is a true multi-user, multi-threaded SQL (Structured Query Language) database server. MySQL is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries. The main goals of MySQL are speed, robustness and ease of use. MySQL was originally developed because we needed a SQL server that could handle very big databases with magnitude higher speed than what any database vendor could offer to us. And since we did not need all the features that made their server slow we made our own. We have now been using MySQL since 1996 in a environment with more than 40 databases, 10,000 tables, of which more than 500 have more than 7 million rows. This is about 200G of data. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development, it already offers a rich and highly useful function set. See the documentation for more information ----- MySQL-client: This package contains the standard MySQL clients. For a description of MySQL see the base MySQL RPM or http://www.mysql.com ----- MySQL-devel: This package contains the development header files and libraries necessary to develop MySQL client applications. For a description of MySQL see the base MySQL RPM or http://www.mysql.com ----- proftpd: ProFTPD is an enhanced FTP server with a focus toward simplicity, security, and ease of configuration. It features a very Apache-like configuration syntax, and a highly customizable server infrastructure, including support for multiple 'virtual' FTP servers, anonymous FTP, and permission-based directory visibility. ----- readline: The readline library reads a line from the terminal and returns it, allowing the user to edit the line with standard Emacs editing keys. The readline library allows programmers to provide an easy to use and more intuitive interface for users. If you want to develop programs that will use the readline library, you'll also need to install the readline-devel package. ----- readline-devel: The readline library will read a line from the terminal and return it. Use of the readline library allows programmers to provide an easy to use and more intuitive interface for users. If you want to develop programs which will use the readline library, you'll need to have the readline-devel package installed. You'll also need to have the readline package installed. ----- sed: The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor. Sed takes text as input, performs an operation or set of operations on the text and outputs the modified text. The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line. ----- sudo: Sudo (superuser do) allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root while logging all commands and arguments. Sudo operates on a per-command basis. It is not a replacement for the shell. Features include: the ability to restrict what commands a user may run on a per-host basis, copious logging of each command (providing a clear audit trail of who did what), a configurable timeout of the sudo command, and the ability to use the same configuration file (sudoers) on many different machines. ----- texinfo: Texinfo is a documentation system that can produce both online information and printed output from a single source file. The GNU Project uses the Texinfo file format for most of its documentation. Install texinfo if you want a documentation system for producing both online and print documentation from the same source file and/or if you are going to write documentation for the GNU Project. ----- wget: GNU Wget is a file retrieval utility which can use either the HTTP or FTP protocols. Wget features include the ability to work in the background while you're logged out, recursive retrieval of directories, file name wildcard matching, remote file timestamp storage and comparison, use of Rest with FTP servers and Range with HTTP servers to retrieve files over slow or unstable connections, support for Proxy servers, and configurability. Install wget if you need to retrieve large numbers of files with HTTP or FTP, or if you need a utility for mirroring web sites or FTP directories. ----- which: The which command shows the full pathname of a specified program, if the specified program is in your PATH. ----------------------------------------------------------------------- Binary RPMS: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/MySQL/MySQL-3.23.58-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/MySQL/MySQL-client-3.23.58-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/MySQL/MySQL-devel-3.23.58-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/autoconf/autoconf-2.58-1.aix5.1.noarch.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/automake/automake-1.7.9-1.aix5.1.noarch.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/bash/bash-2.05b-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/bash/bash-doc-2.05b-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/bison/bison-1.875-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/cpio/cpio-2.5-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gawk/gawk-3.1.3-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libtool/libtool-1.5-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/make/make-3.80-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/proftpd/proftpd-1.2.8-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/readline/readline-4.3-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/readline/readline-devel-4.3-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/sed/sed-4.0.7-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/sudo/sudo-1.6.7p5-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/texinfo/texinfo-4.6-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/wget/wget-1.9-1.aix5.1.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/which/which-2.14-1.aix5.1.ppc.rpm |
|
From: David C. <cl...@au...> - 2004-03-02 20:25:12
|
There is a new -- and yet not new -- package in the Toolbox. "coreutils" is a basic GNU package which combines 3 previously separate packages into one. When you install coreutils, it will replace your existing installations of fileutils, sh-utils, and textutils. The commands from these packages are included together in the new package. For more information, see the GNU coreutils page: http://www.gnu.org/software/coreutils From an RPM packaging perspective, it still "provides" fileutils, sh-utils, Status: O and textutils, so if you have a package which claims a depencency on one of these, that dependency will still be met. To get the Toolbox coreutils image, download this file: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/coreutils/coreutils-5.0-1.aix5.1.ppc.rpm |
|
From: David C. <cl...@au...> - 2004-03-02 01:01:58
|
AIX is not vulernable to this bug; it can only be exploited in conjunction with a vulnerability in the Linux brk() prior to 2.4.23. This was reviewed earlier with someone from the AIX security team. If you use rsync on Linux, however, you'll want to make the appropriate updates. Distributing an updated version of rsync for AIX from the Toolbox site is likely months away (as usual; this can vary quite a bit depending on the reviews and schedules of our open source lawyers). Meanwhile, I'll request a short-term review/approval to distribute a rebuild of our existing 2.5.4 level with the specific isolated patch backported alone with no other changes -- while it would not make a difference from a security perspective, it might just provide more confidence in using a pre-2.5.7 version until we are clear to distribute the current version. Such an isolated fix is often the sort of thing that can be approved more quickly for distribution. You might meanwhile also consider the other usual alternatives, such as building a newer version locally or using the already-built UCLA 4.6.0 rsync image from aixpdslib.seas.ucla.edu. (4.6.0 is the very latest rsync version.) BUT: I really don't mean to be sending mixed signals here -- you really can keep using the current Toolbox rsync. On Mon, Mar 01, 2004 at 05:03:14PM +0100, j.l...@be... wrote: > Rsync-question > > I am using rsync on an AIX 5L 5.2 ML1 server. The server is connected to > the internet. The rsync-version is 2.5.4-1 (provided as rpm-file by IBM on > their website).This is the most recent version provided by IBM. > On http://rsync.samba.org the samba-developers wrote about a bug in rsync > prior to 2.5.7. This bug causes a heap overflow vulnerabilty in combination > with the Linux kernel prior to 2.4.23. > I would like to know: > - when does IBM provide a new rsync-rpm based on rsync >= 2.5.7? > - is AIX 5.2 ML1 also vulnerable? > Can anyone answer these questions? > > thanks in advance, > > Jacco Logtenberg > Tax Office in the Netherlands > > email: j.l...@be... > > > > ------------------------------------------------------------------------------ > > De Belastingdienst gebruikt e-mail niet voor officiele mededelingen. > > ============================================================================== > > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
|
From: <j.l...@be...> - 2004-03-01 19:04:56
|
Rsync-question I am using rsync on an AIX 5L 5.2 ML1 server. The server is connected to the internet. The rsync-version is 2.5.4-1 (provided as rpm-file by IBM on their website).This is the most recent version provided by IBM. On http://rsync.samba.org the samba-developers wrote about a bug in rsync prior to 2.5.7. This bug causes a heap overflow vulnerabilty in combination with the Linux kernel prior to 2.4.23. I would like to know: - when does IBM provide a new rsync-rpm based on rsync >= 2.5.7? - is AIX 5.2 ML1 also vulnerable? Can anyone answer these questions? thanks in advance, Jacco Logtenberg Tax Office in the Netherlands email: j.l...@be... ------------------------------------------------------------------------------ De Belastingdienst gebruikt e-mail niet voor officiele mededelingen. ============================================================================== |
|
From: Philip K W. <pk...@us...> - 2004-02-13 17:17:29
|
I believe the supported installp images of OpenSSH for AIX available at http://oss.software.ibm.com/developerworks/projects/opensshi have the password expiry patch applied as well. --- Philip K. Warren pk...@us... Phone: 512.838.8924 T/L 678.8924 "Millard, Matt" <Mil...@pr...> Sent by: aix...@ww... 02/13/2004 08:02 AM To <aix...@ww...> cc Subject RE: [tbox-l] How to config openssh to force users to change their expire password? We actually rebuild our own RPMs for this functionality. For more information on this look at Darren Tucker's page http://www.zipworld.com.au/~dtucker/openssh/ Matt Millard > -----Original Message----- > On AIX, when users login via telnet or normal AIX's login > method, they > will be forced to change the password, if the password is expire. > But the default openssh config doesn't check about this password > expiration. How can I config it to have the authentication > like those in > normal AIX's login? _______________________________________________ aixtoolbox-list mailing list aix...@ww... http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list |
|
From: Millard, M. <Mil...@pr...> - 2004-02-13 17:03:05
|
We actually rebuild our own RPMs for this functionality. For more information on this look at Darren Tucker's page http://www.zipworld.com.au/~dtucker/openssh/ Matt Millard > -----Original Message----- > On AIX, when users login via telnet or normal AIX's login > method, they > will be forced to change the password, if the password is expire. > But the default openssh config doesn't check about this password > expiration. How can I config it to have the authentication > like those in > normal AIX's login? |
|
From: David C. <cl...@au...> - 2004-02-12 21:05:04
|
I hope so. They have gcc 3.3.2 under review. gcc is one of the biggest source packages in the Toolbox, though; I'm expecting we'll see many of the others first (GNU make, libtool, sh-utils, etc). On Thu, Feb 12, 2004 at 06:44:49PM +0100, J.Smith wrote: > > ----- Original Message ----- > From: "David Clissold" <cl...@au...> > > > > In particular, the nearest goal is most of the core GNU > > utilities packages and development tools, which I hope to > > be able to provide relatively soon. > > > > Cool. Does that mean that we will be seeing gcc 3.x soon ? > > > Sincerely, > > John Smith > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
|
From: J.Smith <lba...@ho...> - 2004-02-12 20:46:29
|
----- Original Message ----- From: "David Clissold" <cl...@au...> > > In particular, the nearest goal is most of the core GNU > utilities packages and development tools, which I hope to > be able to provide relatively soon. > Cool. Does that mean that we will be seeing gcc 3.x soon ? Sincerely, John Smith |
|
From: David C. <cl...@au...> - 2004-02-12 19:42:06
|
At some point, yes, but there are other packages waiting for review/clearence before we get to that. In particular, the nearest goal is most of the core GNU utilities packages and development tools, which I hope to be able to provide relatively soon. On Wed, Feb 11, 2004 at 07:56:32PM +0100, J.Smith wrote: > > > And while where on the subject of ethereal ... > > Are there any plans or schedules for an update of the ethereal package to a > more recent version, like for example 0.10 ? Ive tried searching for that on > the UCLA and the BULL archives, but none of them seem to have a recent > version available ? Are there any plans for an updated version in the > toolbox ? > > > Sincerely, > > John Smith > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
|
From: J.Smith <lba...@ho...> - 2004-02-12 10:16:41
|
And while where on the subject of ethereal ... Are there any plans or schedules for an update of the ethereal package to a more recent version, like for example 0.10 ? Ive tried searching for that on the UCLA and the BULL archives, but none of them seem to have a recent version available ? Are there any plans for an updated version in the toolbox ? Sincerely, John Smith |
|
From: David C. <cl...@au...> - 2004-02-12 00:15:42
|
Other ftp server & client utilities build pretty easily on AIX, so I'd guess vsftpd ought to as well (though have not tried it myself; maybe someone else out there on the list has). It's the first I've heard it requested for the Toolbox, so I've now made a record of the request. I think there's not a very good probability of including it, however: In addition to the default AIX ftp, the Toolbox already has both wu-ftpd and proftpd as alternatives -- plus the AIX Download Pack provides OpenSSH for AIX, which includes "sftp-server" and sftp as yet another alternative. That option may be the closest to matching what you want from vsftpd. On Wed, Feb 11, 2004 at 01:28:30PM -0500, Paul Genest wrote: > vsftpd is a replacement for ftpd on Linux that is well known since it is > included in RedHat distributions and even recommended by IBM in a document > entitled "Securing Linux Servers for Service Providers". > > However, it is not available in the Toolbox. > > Is it a simple question of selection or is there a known issue that > prevents it from being acceptable for AIX. > > If someone has been using it, I would like to know if there have been any > problems with it. Also, if there is a binary available, I would very much > like to get a location I can get it from. > > Thanks, > > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
|
From: Paul Genest<pg...@ca...> - 2004-02-11 21:28:56
|
vsftpd is a replacement for ftpd on Linux that is well known since it is included in RedHat distributions and even recommended by IBM in a document entitled "Securing Linux Servers for Service Providers". However, it is not available in the Toolbox. Is it a simple question of selection or is there a known issue that prevents it from being acceptable for AIX. If someone has been using it, I would like to know if there have been any problems with it. Also, if there is a binary available, I would very much like to get a location I can get it from. Thanks, |
|
From: David C. <cl...@au...> - 2004-02-11 18:59:08
|
You'll need both gtk+-1.2.10 and glib-1.2.10: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/glib/glib-1.2.10-2.aix4.3.ppc.rpm ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gtkplus/gtkplus-1.2.10-4.aix5.1.ppc.rpm (Or if you are still back on 4.3.3, replace the second image above with): ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gtkplus/gtkplus-1.2.10-3.aix4.3.ppc.rpm On Wed, Feb 11, 2004 at 08:41:28AM -0600, Westphal, Raymond W wrote: > Hello. > > When I attempt to install ethereal I receive the following error: > > error: failed dependencies: > libgdk.so is needed by ethereal-0.8.18-1 > libglib.so is needed by ethereal-0.8.18-1 > libgmodule.so is needed by ethereal-0.8.18-1 > libgtk.so is needed by ethereal-0.8.18-1 > > Which rpms do I need to install to correct this? > > Thanks, > Ray Westphal > Enterprise Rent-A-Car -- David Clissold cl...@au... |
|
From: Westphal, R. W <Ray...@er...> - 2004-02-11 17:41:35
|
Hello.
=20
When I attempt to install ethereal I receive the following error:
=20
error: failed dependencies:
libgdk.so is needed by ethereal-0.8.18-1
libglib.so is needed by ethereal-0.8.18-1
libgmodule.so is needed by ethereal-0.8.18-1
libgtk.so is needed by ethereal-0.8.18-1
Which rpms do I need to install to correct this?
=20
Thanks,
Ray Westphal
Enterprise Rent-A-Car
|
|
From: David C. <cl...@au...> - 2004-02-05 02:13:43
|
There is a good chance of getting MySQL v3 bumped from 3.23.55 to 3.23.58 relatively soon, but an update to v4 is probably quite some time off. Still, you may instead prefer going to the MySQL group directly and getting their free download of MySQL for AIX. If you visit www.mysql.com, you will find an AIX image of 4.0.17 available: http://www.mysql.com/downloads/mysql-4.0.html In fact you might favor their images in any case, since it comes directly from the MySQL site, built by people with specific expertise in that product. That is where the source code comes from as well (the same source used for our own images). PHP is another story; legal issues have prevented us from distributing any more builds of that package. For php, if you cannot use the old 4.0.6 version, you might try out the 4.3.3 build from UCLA: http://aixpdslib.seas.ucla.edu/packages/php.html (www.bullfreeware.com distributes many opensource packages for AIX as well, but it appears that their latest php is also 4.0.6 like ours). Other options would be compiling the code in-house after downloading from php.net, or using the services of a 3rd party who will build images for you -- for example, something like www.thewrittenword.com. On Wed, Feb 04, 2004 at 02:08:29PM -0800, Pacheco, James C wrote: > To whom it may concern, > > Are there any later versions of the PHP and MySQL packages available, but not yet published on the website? The current source code versions are as follows: > > MySQL - 4.0.17 > PHP - 4.3.4 > Currently available on the website for mysql is 3.23.55 and php is 4.0.6. > Thanks in advance, > > J. Corbin Pacheco > Bank of America > POS Unix Initiatives - WTX > (925) 675-5503 > > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
|
From: Pacheco, J. C <Jam...@ba...> - 2004-02-05 01:08:36
|
To whom it may concern, Are there any later versions of the PHP and MySQL packages available, but not yet published on the website? The current source code versions are as follows: MySQL - 4.0.17 PHP - 4.3.4 Currently available on the website for mysql is 3.23.55 and php is 4.0.6. Thanks in advance, J. Corbin Pacheco Bank of America POS Unix Initiatives - WTX (925) 675-5503 |
|
From: Yuriy D. <yd...@vi...> - 2004-02-02 18:50:03
|
Hello, I have a problem running CATIA V4 either under KDE or GNOME desktop environment. In 24 bpp (bits-per-pixel) mode of X server I could not see anything in CATIA V4 drawing area (other parts of CATIA V4 Motif user interface like pulldown menus and function palette work fine) - it is completely black. If I run X server in 8 bpp mode, all colors in CATIA V4 are completely off: e.g. instead of black background in drawing area I see yellow etc. Note that I do not have any problems with CATIA V4 colors under CDE desktop environment (both in 8 bpp and 24 bpp modes). Could somebody provide any insights why CATIA V4 has no problems under CDE and could not display correct colors under KDE/GNOME? I would appreciate any insights on this problem. Some relevant info about my system (as provided by /usr/sbin/prtconf) System Model: IBM,9114-275 Processor Type: PowerPC_POWER4 CPU Type: 64 bit Kernel Type: 32 bit Graphics Adapter: GXT 4500P AIX level 5100-05 (as given by oslevel -r): AIX 5.1 at maintenance level 5 bos.mp is at level 5.1.0.57 KDE version 3.0 GNOME version 2.2.1 Yuriy. |
|
From: David C. <cl...@au...> - 2004-01-29 23:23:32
|
This is somehow a duplicate posting that appeared 8 days ago. If you download the g++ package (in fact, all of the "app-dev" packages from the Toolbox site), and download htmldoc-1.8.23-source.tar.bz2 from the website referenced below, it should build fine. After extracting the files and entering the htmldoc-1.8.23 directory, I ran the command "./configure" and "make" and each finished within a few minutes without errors. To make sure the GNU make is used, set your PATH=/usr/linux/bin:$PATH before building. For my original response to this same email from the archives: http://www-124.ibm.com/pipermail/aixtoolbox-list/2004-January/001695.html On Thu, Jan 29, 2004 at 05:54:49PM +0100, Stephan Böni wrote: > Hello IBM Toolbox Support > > I'm interested on HTMLDOC as rpm-binary file. It is possible to add this > utility to your toolbox? You can download the source code (GPL) from > http://www.easysw.com/htmldoc/software.php. I've tryed to compile this on my > AIX 5.2 system, but there is a problem finding g++. I hope you have more > chances. > > HTMLDOC is a program to generate PS oder PDF documents from HTML- or > text-files. It's very useful and easy to use. > > Thanks > Stephan > -- David Clissold cl...@au... |
|
From: <sb...@bp...> - 2004-01-29 19:54:59
|
Hello IBM Toolbox Support I'm interested on HTMLDOC as rpm-binary file. It is possible to add this utility to your toolbox? You can download the source code (GPL) from http://www.easysw.com/htmldoc/software.php. I've tryed to compile this on my AIX 5.2 system, but there is a problem finding g++. I hope you have more chances. HTMLDOC is a program to generate PS oder PDF documents from HTML- or text-files. It's very useful and easy to use. Thanks Stephan |
|
From: David C. <cl...@au...> - 2004-01-28 20:12:24
|
My guess is that you are probably not on at least AIX 4.3.3 or higher. Make sure the "oslevel" command shows 4.3.3.0 or greater. You can also check individual filesets.... e.g. "lslpp -l bos.rte" or "lslpp -l bos.rte.libc" should say at least 4.3.3.0. Follow the instructions in: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/README.aix433 On Wed, Jan 28, 2004 at 11:37:57AM -0500, Amilcar Azevedo wrote: > I'm trying to install the rpm package manager following the instructions > on > http://www-1.ibm.com/servers/aix/products/aixos/linux/altlic.html and > get a core dump when I run the installp on aix 4.3 > > > _________________________________________________________________ > Amilcar C. Azevedo E-mail:ami...@re... > ReGenerating Solutions Inc. Phone: 1-203-331-9300 ext.305 > 1375 Kings Highway East > Fairfield CT 06430 Web: www.regen.com > _________________________________________________________________ > > -- David Clissold cl...@au... |