From dhollen at mosis.com Tue Sep 9 22:06:50 2014 From: dhollen at mosis.com (David Hollenberg) Date: Tue, 09 Sep 2014 13:06:50 -0700 Subject: Apache 2.4 php5_module available? In-Reply-To: References: <535844AB.1000000@mosis.com> Message-ID: <540F5DDA.8070802@mosis.com> On 04/24/2014 05:29 AM, Dagobert Michelsen wrote: > Hi David, > > Am 24.04.2014 um 00:54 schrieb David Hollenberg: >> I see that Apache module php5_module (libphp5.so) is available for >> Apache 2.2.x in package CSWap2-modphp5. I was unable to find the same >> module for Apache 2.4.x, which I wanted to run instead of 2.2. >> >> Can anyone tell me if this is available or if not, when it might >> become available? > > I am currently working on an update to php 5.5 and also track progress on experimental > 5.6.x, this will be first for Apache 2.2 and later 2.4. Unfortunately I cannot promise > a date when it will be finished, probably within the next 3 month. > > > Best regards > > -- Dago > Any update on when an Apache php5_module (libphp5.so) might be available for Apache 2.4? Thanks in advance for the work you are doing. Dave From dam at opencsw.org Tue Sep 9 22:49:37 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 9 Sep 2014 22:49:37 +0200 Subject: Apache 2.4 php5_module available? In-Reply-To: <540F5DDA.8070802@mosis.com> References: <535844AB.1000000@mosis.com> <540F5DDA.8070802@mosis.com> Message-ID: <8919CD96-88CD-4A63-940A-05F7FA98D2B0@opencsw.org> Hi David, Am 09.09.2014 um 22:06 schrieb David Hollenberg : > On 04/24/2014 05:29 AM, Dagobert Michelsen wrote: >> Am 24.04.2014 um 00:54 schrieb David Hollenberg: >>> I see that Apache module php5_module (libphp5.so) is available for >>> Apache 2.2.x in package CSWap2-modphp5. I was unable to find the same >>> module for Apache 2.4.x, which I wanted to run instead of 2.2. >>> >>> Can anyone tell me if this is available or if not, when it might >>> become available? >> >> I am currently working on an update to php 5.5 and also track progress on experimental >> 5.6.x, this will be first for Apache 2.2 and later 2.4. Unfortunately I cannot promise >> a date when it will be finished, probably within the next 3 month. > > Any update on when an Apache php5_module (libphp5.so) might be available > for Apache 2.4? > > Thanks in advance for the work you are doing. I just updated the existing PHP to 5.3.28 for Apache 2.2: http://buildfarm.opencsw.org/experimental.html#php5 Oh well, I just noticed 5.3.29 is out, and I need FPM support. Anyway, I see what I can do, probably 5.6.0 with 2.4 is not too hard? Feel free to ping me here from time to time. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Fri Sep 12 10:20:40 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 12 Sep 2014 10:20:40 +0200 Subject: OpenCSW question about package CSWpm-dbd-sybase-freetds In-Reply-To: <201409120815.s8C8FFKp029457@www.opencsw.org> References: <201409120815.s8C8FFKp029457@www.opencsw.org> Message-ID: <361DAB23-0DE0-4952-B70F-032450D16F35@opencsw.org> Hi Jeremy, Am 12.09.2014 um 10:15 schrieb jeremy.blondel.pro at gmail.com: > Hello, > I am running under Solaris 9 sparc (SunOS 5.9), and I want to connect to SQL server DB from this Solaris machine and launch commands via perl script. > > I have installed freedts (+ dependencies) : > freetds-0.82-sol9-sparc-local > ncurses-5.4-sol9-sparc-local > readline-5.0-sol9-sparc-local > libiconv-1.8-sol9-sparc-local These are from Sunfreeware. You cannot mix packages between SFW and OpenCSW as there are numerous pathes that would need to be adjusted. > Then, I would like to install DBD::Sybase perl module via Solaris package also, but I can\'t make it work. > > root at smp01pard /export/home/provisio/adapter/lib/no_used> pkgadd -d pm_dbd_sybase_freetds-1.11,REV\\=2010.11.23-SunOS5.9-sparc-CSW.pkg Please always use pkgutil to make sure you have the correct dependencies installed. For details see http://www.opencsw.org/manual/for-administrators/index.html You may want to download and install from different machines if you don?t have internet access as described in "Installing packages en masse?. > The following packages are available: > 1 CSWpm-dbd-sybase-freetds pm_dbd_sybase_freetds - DBD-Sybase: Sybase database driver for the DBI module (Linked against FreeTDS) > (sparc) 1.11,REV=2010.11.23 > > Select package(s) you wish to process (or \'all\' to process > all packages). (default: all) [?,??,q]: > > Processing package instance from > > pm_dbd_sybase_freetds - DBD-Sybase: Sybase database driver for the DBI module (Linked against FreeTDS) > (sparc) 1.11,REV=2010.11.23 > Please see /opt/csw/share/doc/pm_dbd_sybase_freetds/license for license information. > ## Processing package information. > ## Processing system information. > ## Verifying package dependencies. > WARNING: > The package \"alternatives - an > implementation of linux-style alternatives choice mgr\" > is a prerequisite package and should be installed. This at least is an installtime-requirement. Please remove the CSW-packages before reinstalling them properly in the correct order. > My questions: > Have I to install dependencies (warning above during installation) to make it work ? Yes. > Or Have to compile something as it is XS perl module ? I would like to reject this option we have cc native compiler on this machine for which I can\'t compile any perl module. No, the idea of OpenCSW is to avoid just that :-) Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Fri Sep 12 12:48:15 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 12 Sep 2014 12:48:15 +0200 Subject: OpenCSW question about package CSWpm-dbd-sybase-freetds In-Reply-To: References: <201409120815.s8C8FFKp029457@www.opencsw.org> <361DAB23-0DE0-4952-B70F-032450D16F35@opencsw.org> Message-ID: <1238F6F4-6CD4-4309-87D1-FE72D46C2822@opencsw.org> Hi Jeremy, Am 12.09.2014 um 10:36 schrieb j?r?my Blondel : > Thanks for your quick answer ! > > I now understand the issue I have. > In this case, if I understand well, I am going to pkgrm all packages freetds and their dependencies listed in my previous mail and then install same packages from same source (OpenCSW) from here http://www.opencsw.org/packages/ Yes. > Could you please indicate me related packages I need from OpenCSW ? Just start here: http://www.opencsw.org/manual/for-administrators/getting-started.html As you don?t have direct internet access just set up a local mirror: http://www.opencsw.org/manual/for-administrators/mirror-setup.html Please make sure to read the admin guide :-) Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Fri Sep 12 14:27:21 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 12 Sep 2014 14:27:21 +0200 Subject: OpenCSW question about package CSWpm-dbd-sybase-freetds In-Reply-To: References: <201409120815.s8C8FFKp029457@www.opencsw.org> <361DAB23-0DE0-4952-B70F-032450D16F35@opencsw.org> <1238F6F4-6CD4-4309-87D1-FE72D46C2822@opencsw.org> Message-ID: <6CC5E7D0-3B6F-4F9B-8754-0ED58F0C46F2@opencsw.org> Hi Jeremy, Am 12.09.2014 um 14:17 schrieb j?r?my Blondel : > I have installed packages : > pm_dbd_sybase_freetds-1.11,REV=2010.11.23-SunOS5.9-sparc-CSW.pkg > freetds-0.91,REV=2011.12.17-SunOS5.9-sparc-CSW.pkg > libreadline6-6.2,REV=2011.07.02-SunOS5.9-sparc-CSW.pkg > libiconv2-1.14,REV=2011.08.07-SunOS5.9-sparc-CSW.pkg > libncurses5-5.9,REV=2011.11.21-SunOS5.9-sparc-CSW.pkg > > I have edited the freetds.conf into /etc/opt/csw and I can now connect via command lines to SQL server DB. > > However, I have now to edit my perl script by including DBD:Sybase perl module, but the Sybase.pm is not included into the package pm_dbd_sybase_freetds-1.11, > REV=2010.11.23-SunOS5.9-sparc-CSW.pkg. > > Could you please advice on this point and maybe about install procedure for this part ? > > Thank you very much for your support. Did you use pkgutil for installation? You are still lacking CSWalternatives and probably other things. Please read the sections in the manual and follow these procedure and don?t manually install packages or things won?t work. There are two packages for DBD::Sybase, either linked against FreeTDS or Sybase OCS and the symlinks are done via alternatives. It must look similar to this: /opt/csw/share/man/man3/DBD::Sybase.3 f none 0444 root bin 74333 47533 1290531466 CSWpm-dbd-sybase-freetdsunstable9s% ls -l /opt/csw/lib/perl/site_perl/auto/DBD/Sybase total 518 -r--r--r-- 1 root bin 0 Nov 23 2010 Sybase-freetds.bs -r-xr-xr-x 1 root bin 145320 Nov 23 2010 Sybase-freetds.so -r--r--r-- 1 root bin 0 Nov 23 2010 Sybase-ocs.bs -r-xr-xr-x 1 root bin 252928 Nov 23 2010 Sybase-ocs.so lrwxrwxrwx 1 root other 57 Dec 11 2012 Sybase.bs -> /opt/csw/lib/perl/site_perl/auto/DBD/Sybase/Sybase-ocs.bs lrwxrwxrwx 1 root other 57 Dec 11 2012 Sybase.so -> /opt/csw/lib/perl/site_perl/auto/DBD/Sybase/Sybase-ocs.so Please don?t make these links manually or things break next time!! BTW, if you use OCS instead of FreeTDS you must install or link it to /opt/csw/sybase/OCS-12_5/lib or set LD_LIBRARY_PATH. Best regards ? Dago > > Best regards > > Jeremy > > > 2014-09-12 12:48 GMT+02:00 Dagobert Michelsen : > Hi Jeremy, > > Am 12.09.2014 um 10:36 schrieb j?r?my Blondel : >> Thanks for your quick answer ! >> >> I now understand the issue I have. >> In this case, if I understand well, I am going to pkgrm all packages freetds and their dependencies listed in my previous mail and then install same packages from same source (OpenCSW) from here http://www.opencsw.org/packages/ > > Yes. > >> Could you please indicate me related packages I need from OpenCSW ? > > Just start here: > http://www.opencsw.org/manual/for-administrators/getting-started.html > > As you don?t have direct internet access just set up a local mirror: > http://www.opencsw.org/manual/for-administrators/mirror-setup.html > > Please make sure to read the admin guide :-) > > > Best regards > > ? Dago > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Fri Sep 12 14:48:43 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 12 Sep 2014 14:48:43 +0200 Subject: OpenCSW question about package CSWpm-dbd-sybase-freetds In-Reply-To: References: <201409120815.s8C8FFKp029457@www.opencsw.org> <361DAB23-0DE0-4952-B70F-032450D16F35@opencsw.org> <1238F6F4-6CD4-4309-87D1-FE72D46C2822@opencsw.org> <6CC5E7D0-3B6F-4F9B-8754-0ED58F0C46F2@opencsw.org> Message-ID: <54D5531D-EAD8-4418-838A-9CF1F660F1E5@opencsw.org> Hi Jeremy, Am 12.09.2014 um 14:38 schrieb j?r?my Blondel : > Thanks again for your answer. > > In fact, I haven't pkgutil installed on the machine, I install all packages with pkgadd -d .pkg Please use pkgutil. It is easier and safer. > From my knowledge, I have followed the process : > - install freetds library > - install Sybase drivers No. With pkgutil you pick what you want and everything else is done automatically including dependencies and necessary updates. > I am not aware about OCS, in this way, I would like to use Freetds. Sure. > Moreover, when you sais : "Please read the sections in the manual and > follow these procedure and don?t manually install packages or things > won?t work. There are two packages for DBD::Sybase, either linked against > FreeTDS or Sybase OCS and the symlinks are done via alternatives." > > Questions : > 1?) could you please send me the url for manual to see procedure, I am not sure to have the right one. 1. Set up local mirror 2. Install pkgutil on target machine 3. Adjust /etc/opt/csw/pkgutil.conf 4. pkgutil -y -i pm_dbd_sybase_freetds 5. Everything works This is again all described in the links I already gave you: > > Just start here: > > http://www.opencsw.org/manual/for-administrators/getting-started.html > > > > As you don?t have direct internet access just set up a local mirror: > > http://www.opencsw.org/manual/for-administrators/mirror-setup.html > > Read the few pages for-administrators and you are all set. > 2?) You say two packages are available for DBD::Sybase, the one I have is therefore FreeTDS. and you said I have to install again the alternatives packages to have symlinks ? It doesn?t work afterwards. Best regards ? Dago > > Thanks > > Jeremy > > 2014-09-12 14:27 GMT+02:00 Dagobert Michelsen : > Hi Jeremy, > > Am 12.09.2014 um 14:17 schrieb j?r?my Blondel : > > I have installed packages : > > pm_dbd_sybase_freetds-1.11,REV=2010.11.23-SunOS5.9-sparc-CSW.pkg > > freetds-0.91,REV=2011.12.17-SunOS5.9-sparc-CSW.pkg > > libreadline6-6.2,REV=2011.07.02-SunOS5.9-sparc-CSW.pkg > > libiconv2-1.14,REV=2011.08.07-SunOS5.9-sparc-CSW.pkg > > libncurses5-5.9,REV=2011.11.21-SunOS5.9-sparc-CSW.pkg > > > > I have edited the freetds.conf into /etc/opt/csw and I can now connect via command lines to SQL server DB. > > > > However, I have now to edit my perl script by including DBD:Sybase perl module, but the Sybase.pm is not included into the package pm_dbd_sybase_freetds-1.11, > > REV=2010.11.23-SunOS5.9-sparc-CSW.pkg. > > > > Could you please advice on this point and maybe about install procedure for this part ? > > > > Thank you very much for your support. > > Did you use pkgutil for installation? You are still lacking CSWalternatives > and probably other things. Please read the sections in the manual and > follow these procedure and don?t manually install packages or things > won?t work. There are two packages for DBD::Sybase, either linked against > FreeTDS or Sybase OCS and the symlinks are done via alternatives. > It must look similar to this: > > /opt/csw/share/man/man3/DBD::Sybase.3 f none 0444 root bin 74333 47533 1290531466 CSWpm-dbd-sybase-freetdsunstable9s% ls -l /opt/csw/lib/perl/site_perl/auto/DBD/Sybase > total 518 > -r--r--r-- 1 root bin 0 Nov 23 2010 Sybase-freetds.bs > -r-xr-xr-x 1 root bin 145320 Nov 23 2010 Sybase-freetds.so > -r--r--r-- 1 root bin 0 Nov 23 2010 Sybase-ocs.bs > -r-xr-xr-x 1 root bin 252928 Nov 23 2010 Sybase-ocs.so > lrwxrwxrwx 1 root other 57 Dec 11 2012 Sybase.bs -> /opt/csw/lib/perl/site_perl/auto/DBD/Sybase/Sybase-ocs.bs > lrwxrwxrwx 1 root other 57 Dec 11 2012 Sybase.so -> /opt/csw/lib/perl/site_perl/auto/DBD/Sybase/Sybase-ocs.so > > Please don?t make these links manually or things break next time!! > > BTW, if you use OCS instead of FreeTDS you must install or link it to > /opt/csw/sybase/OCS-12_5/lib > or set LD_LIBRARY_PATH. > > > Best regards > > ? Dago > > > > > Best regards > > > > Jeremy > > > > > > 2014-09-12 12:48 GMT+02:00 Dagobert Michelsen : > > Hi Jeremy, > > > > Am 12.09.2014 um 10:36 schrieb j?r?my Blondel : > >> Thanks for your quick answer ! > >> > >> I now understand the issue I have. > >> In this case, if I understand well, I am going to pkgrm all packages freetds and their dependencies listed in my previous mail and then install same packages from same source (OpenCSW) from here http://www.opencsw.org/packages/ > > > > Yes. > > > >> Could you please indicate me related packages I need from OpenCSW ? > > > > Just start here: > > http://www.opencsw.org/manual/for-administrators/getting-started.html > > > > As you don?t have direct internet access just set up a local mirror: > > http://www.opencsw.org/manual/for-administrators/mirror-setup.html > > > > Please make sure to read the admin guide :-) > > > > > > Best regards > > > > ? Dago > > > > -- > > "You don't become great by trying to be great, you become great by wanting to do something, > > and then doing it so hard that you become great in the process." - xkcd #896 > > > > > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Fri Sep 12 15:54:09 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 12 Sep 2014 15:54:09 +0200 Subject: OpenCSW question about package CSWpm-dbd-sybase-freetds In-Reply-To: References: <201409120815.s8C8FFKp029457@www.opencsw.org> <361DAB23-0DE0-4952-B70F-032450D16F35@opencsw.org> <1238F6F4-6CD4-4309-87D1-FE72D46C2822@opencsw.org> <6CC5E7D0-3B6F-4F9B-8754-0ED58F0C46F2@opencsw.org> <54D5531D-EAD8-4418-838A-9CF1F660F1E5@opencsw.org> Message-ID: <6FDCA59A-4B14-4E77-A2D8-50453E6D950C@opencsw.org> Hi Jeremy, Am 12.09.2014 um 15:48 schrieb j?r?my Blondel : > I understand now the process and the utility of pkgutil :) > > However, pkgutil needs rsync to synchronize mirror on local (target machine), and rsync is not available on the machine.. You can use any method you want, rsync is just most efficient. > I don't see any other solution than : > - Install pkgutil from ftp://ftp.igh.cnrs.fr/pub/OpenCSW/allpkgs/ with pkgadd command > - Install rsync from same url with pkgadd ***** > - Install pm_dbd_sybase_freetds with pkgutil (by previously adjusting pkgutil.conf) > > Could you please confirm ? > ***** The issue is that rsync needs LOT OF dependencies for which I have to install manually also.. No! You install pkgutil manually and then everything with pkgutil. > Additional questions : > What is the size of the local mirror following the rsync ? > Is there any solution to ONLY rsync the package pm_dbd_sybase_freetds from mirror to local mirror instead of retrieve the whole mirror ? You can use any method you want, rsync is just most efficient. You can also use the alternative process https://www.opencsw.org/manual/for-administrators/installation-en-masse.html See also the usage examples at http://pkgutil.net which also works from a Linux box. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Sat Sep 13 22:54:03 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Sat, 13 Sep 2014 22:54:03 +0200 Subject: OpenCSW question about package CSWpm-dbd-sybase-freetds In-Reply-To: References: <201409120815.s8C8FFKp029457@www.opencsw.org> <361DAB23-0DE0-4952-B70F-032450D16F35@opencsw.org> <1238F6F4-6CD4-4309-87D1-FE72D46C2822@opencsw.org> <6CC5E7D0-3B6F-4F9B-8754-0ED58F0C46F2@opencsw.org> <54D5531D-EAD8-4418-838A-9CF1F660F1E5@opencsw.org> <6FDCA59A-4B14-4E77-A2D8-50453E6D950C@opencsw.org> Message-ID: <0603FAB2-80F4-4BEF-991D-7554AB59D730@opencsw.org> Hi Jeremy, Am 12.09.2014 um 16:09 schrieb j?r?my Blondel: > "You can use any method you want, rsync is just most efficient. > No! You install pkgutil manually and then everything with pkgutil." > > You mean that I can use ftp (as I have it on machine) instead of rsync, To make a local mirror, e.g. with mget. > if for example I set the following mirror : mirror=ftp://ftp.igh.cnrs.fr/pub/OpenCSW/ into /etc/opt/csw/pkgutil.conf ? > > If yes, then I can run : > pkgutil -y -i pm_dbd_sybase_freetds > and it works ? If you would have a proxy, yes. But you apparently don't have one. Please ask your local network team for the mirror and network setup as this is really not OpenCSW related. Best regards -- Dago -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Mon Sep 15 10:18:11 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 15 Sep 2014 10:18:11 +0200 Subject: OpenCSW question about package CSWpm-dbd-sybase-freetds In-Reply-To: References: <201409120815.s8C8FFKp029457@www.opencsw.org> <361DAB23-0DE0-4952-B70F-032450D16F35@opencsw.org> <1238F6F4-6CD4-4309-87D1-FE72D46C2822@opencsw.org> <6CC5E7D0-3B6F-4F9B-8754-0ED58F0C46F2@opencsw.org> <54D5531D-EAD8-4418-838A-9CF1F660F1E5@opencsw.org> <6FDCA59A-4B14-4E77-A2D8-50453E6D950C@opencsw.org> <0603FAB2-80F4-4BEF-991D-7554AB59D730@opencsw.org> Message-ID: <26CAEB69-DDF8-4395-90AE-53C637089986@opencsw.org> Hi Jeremy, Am 15.09.2014 um 10:06 schrieb j?r?my Blondel : > Hello Dago, > > After reviewing, I cannot ask this kind of request to network team for some reasons. > I would like in this way to install each package one by one by using pkgadd command (althought it is not safer as you said), I think it is possible. > > Below the installation process chain : > > AIM: install pm_dbd_sybase_freetds with all dependencies > > ############################################ MANUAL INSTALLATION > > #### Install freetds > > 1) Install --> common > 2) Install > --> cas_migrateconf > --> cas_preserveconf > --> libiconv2 > 3) Install --> terminfo > 4) Install --> libncurses5 > 5) Install --> libltdl7 > 6) Install --> libodbc2 > 7) Install --> libreadline6 > 8) Install --> libsybdb5 > 9) Install --> freetds > > #### Install pm_dbd_sybase_freetds > > 10) Install --> alternatives > 11) Install > --> ggettext_data > --> libasprintf0 > --> libintl8 > --> iconv_stub > --> libcharset1 > --> libgettextpo0 > --> libintl2 > --> libintl3 > 12) Install --> ggettextrt > 13) Install --> pm_dbd_sybase_freetds > > In terms of package versio, have I to install latest version of each package ? or are there any recommandations that I have to take into account ? > I remind you that I download them from ftp://ftp.igh.cnrs.fr/pub/OpenCSW/allpkgs/ > > What is your opinion about my process or approach ? I suggest you take the packages from unstable. Make sure to always install all dependencies first. Best regards ? Dago > > Thanks in advance, > > Best regards > > Jeremy > > > 2014-09-13 22:54 GMT+02:00 Dagobert Michelsen : > Hi Jeremy, > > Am 12.09.2014 um 16:09 schrieb j?r?my Blondel: >> "You can use any method you want, rsync is just most efficient. >> No! You install pkgutil manually and then everything with pkgutil." >> >> You mean that I can use ftp (as I have it on machine) instead of rsync, > > To make a local mirror, e.g. with mget. > >> if for example I set the following mirror : mirror=ftp://ftp.igh.cnrs.fr/pub/OpenCSW/ into /etc/opt/csw/pkgutil.conf ? >> >> If yes, then I can run : >> pkgutil -y -i pm_dbd_sybase_freetds >> and it works ? > > If you would have a proxy, yes. But you apparently don't have one. > Please ask your local network team for the mirror and network setup > as this is really not OpenCSW related. > > > Best regards > > -- Dago > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Mon Sep 15 10:46:43 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 15 Sep 2014 10:46:43 +0200 Subject: OpenCSW question about package CSWpm-dbd-sybase-freetds In-Reply-To: References: <201409120815.s8C8FFKp029457@www.opencsw.org> <361DAB23-0DE0-4952-B70F-032450D16F35@opencsw.org> <1238F6F4-6CD4-4309-87D1-FE72D46C2822@opencsw.org> <6CC5E7D0-3B6F-4F9B-8754-0ED58F0C46F2@opencsw.org> <54D5531D-EAD8-4418-838A-9CF1F660F1E5@opencsw.org> <6FDCA59A-4B14-4E77-A2D8-50453E6D950C@opencsw.org> <0603FAB2-80F4-4BEF-991D-7554AB59D730@opencsw.org> <26CAEB69-DDF8-4395-90AE-53C637089986@opencsw.org> Message-ID: <648C8D6E-2ABF-47AF-95E1-B6B6FF30B8C8@opencsw.org> Am 15.09.2014 um 10:35 schrieb j?r?my Blondel : > Hi Dago, > > Thanks for your feedbacks. > > The unstable package are available here ftp://ftp.igh.cnrs.fr/pub/OpenCSW/unstable/sparc/5.9/ you confirm ? Yes. > Moreover, could you please explain why I have to pick up the package from "unstable" ? it seems strange.. Because these are the most recent ones. > One question is about the package "common", I can only see the package for SunOS5.8. > Does this package work on SunOS5.9 (and eventually for 5.10) ? > > common-1.5,REV=2010.12.11-SunOS5.8-sparc-CSW.pkg Yes. Take the ones from the directory you stated, all packages are properly linked from there. Best regards ? Dago > > Thanks again for your support > > Jeremy > > 2014-09-15 10:18 GMT+02:00 Dagobert Michelsen : > Hi Jeremy, > > Am 15.09.2014 um 10:06 schrieb j?r?my Blondel : > >> Hello Dago, >> >> After reviewing, I cannot ask this kind of request to network team for some reasons. >> I would like in this way to install each package one by one by using pkgadd command (althought it is not safer as you said), I think it is possible. >> >> Below the installation process chain : >> >> AIM: install pm_dbd_sybase_freetds with all dependencies >> >> ############################################ MANUAL INSTALLATION >> >> #### Install freetds >> >> 1) Install --> common >> 2) Install >> --> cas_migrateconf >> --> cas_preserveconf >> --> libiconv2 >> 3) Install --> terminfo >> 4) Install --> libncurses5 >> 5) Install --> libltdl7 >> 6) Install --> libodbc2 >> 7) Install --> libreadline6 >> 8) Install --> libsybdb5 >> 9) Install --> freetds >> >> #### Install pm_dbd_sybase_freetds >> >> 10) Install --> alternatives >> 11) Install >> --> ggettext_data >> --> libasprintf0 >> --> libintl8 >> --> iconv_stub >> --> libcharset1 >> --> libgettextpo0 >> --> libintl2 >> --> libintl3 >> 12) Install --> ggettextrt >> 13) Install --> pm_dbd_sybase_freetds >> >> In terms of package versio, have I to install latest version of each package ? or are there any recommandations that I have to take into account ? >> I remind you that I download them from ftp://ftp.igh.cnrs.fr/pub/OpenCSW/allpkgs/ >> >> What is your opinion about my process or approach ? > > I suggest you take the packages from unstable. Make sure to always install all dependencies first. > > > Best regards > > ? Dago > >> >> Thanks in advance, >> >> Best regards >> >> Jeremy >> >> >> 2014-09-13 22:54 GMT+02:00 Dagobert Michelsen : >> Hi Jeremy, >> >> Am 12.09.2014 um 16:09 schrieb j?r?my Blondel: >>> "You can use any method you want, rsync is just most efficient. >>> No! You install pkgutil manually and then everything with pkgutil." >>> >>> You mean that I can use ftp (as I have it on machine) instead of rsync, >> >> To make a local mirror, e.g. with mget. >> >>> if for example I set the following mirror : mirror=ftp://ftp.igh.cnrs.fr/pub/OpenCSW/ into /etc/opt/csw/pkgutil.conf ? >>> >>> If yes, then I can run : >>> pkgutil -y -i pm_dbd_sybase_freetds >>> and it works ? >> >> If you would have a proxy, yes. But you apparently don't have one. >> Please ask your local network team for the mirror and network setup >> as this is really not OpenCSW related. >> >> >> Best regards >> >> -- Dago >> > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From dam at opencsw.org Mon Sep 15 15:03:52 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 15 Sep 2014 15:03:52 +0200 Subject: OpenCSW question about package CSWpm-dbd-sybase-freetds In-Reply-To: References: <201409120815.s8C8FFKp029457@www.opencsw.org> <361DAB23-0DE0-4952-B70F-032450D16F35@opencsw.org> <1238F6F4-6CD4-4309-87D1-FE72D46C2822@opencsw.org> <6CC5E7D0-3B6F-4F9B-8754-0ED58F0C46F2@opencsw.org> <54D5531D-EAD8-4418-838A-9CF1F660F1E5@opencsw.org> <6FDCA59A-4B14-4E77-A2D8-50453E6D950C@opencsw.org> <0603FAB2-80F4-4BEF-991D-7554AB59D730@opencsw.org> <26CAEB69-DDF8-4395-90AE-53C637089986@opencsw.org> <648C8D6E-2ABF-47AF-95E1-B6B6FF30B8C8@opencsw.org> Message-ID: <6A785981-5FAF-4158-870B-DD848325072B@opencsw.org> Hi Jeremy, Am 15.09.2014 um 14:58 schrieb j?r?my Blondel : > I come back to you as update on this subject is the following : > > In the meanwhile of my previous mail, I have adapted my script : > [...] > use lib "/opt/csw/lib/perl/site_perl" # To take into account the Sybase.pm > # use DBD::Sybase; # Line 8 > [...] > my $dbh = DBI->connect("dbi:Sybase:server=xxx", $mssqluser, $mssqlpassword, {PrintError => 0}); > die($DBI::errstr) unless $dbh; > > [...] > > When I launch the perl script, I have the following : > ... > DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge, Sybase # << issued from my @drivers = DBI->available_drivers; > ERROR: install_driver(Sybase) failed: Can't load '/opt/csw/lib/perl/site_perl//auto/DBD/Sybase/Sybase.so' for module DBD::Sybase: ld.so.1: perl-static: fatal: libct.so.4: open failed: No such file or directory at /opt/ActivePerl-5.8/lib/DynaLoader.pm line 229. > at /export/home/provisio/adapter/lib/PAR/Heavy.pm line 87 > Compilation failed in require at (eval 40) line 3. > Perhaps a required shared library or dll isn't installed where expected > at ./xxxyyy.pl line 128 > > bash-2.05$ > > I think there is an environnent variables to adjust but I am not sure according what I saw on internet from different forums. > > Could you please help me ? You cannot mix binary modules with arbitrary Perls. You must use OpenCSW Perl or you will get in trouble sooner or later. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From laurent at opencsw.org Tue Sep 16 16:54:29 2014 From: laurent at opencsw.org (Laurent Blume) Date: Tue, 16 Sep 2014 16:54:29 +0200 Subject: Update of MySQL to 5.6 Message-ID: <54184F25.8060408@opencsw.org> Hello all, A heads up: I'll be pushing MySQL 5.6.20 shortly. It looks good and will probably be smooth enough. The libraries bit should be totally transparent and updated as usual. The sonames are the same, and meant to be binary-compatible. The server itself is different: the new one will be CSWmysql56, and marked as incompatible with the current CSWmysql5. An update should basically be: # pkgrm CSWmysql5 # pkgutil -i mysql56 # svcadm enable cswmysql56 That should work, as the my.cnf will be kept and compatible. Of course, *test it* thoroughly first in your own environment. The usual database updates will surely apply, check the MySQL doc for that. Also: You can keep the 5.5 server and update only the libraries. They're not related. Laurent From laurent at opencsw.org Thu Sep 18 11:52:40 2014 From: laurent at opencsw.org (Laurent Blume) Date: Thu, 18 Sep 2014 11:52:40 +0200 Subject: Update of MySQL to 5.6 In-Reply-To: <54184F25.8060408@opencsw.org> References: <54184F25.8060408@opencsw.org> Message-ID: <541AAB68.10802@opencsw.org> 5.6.20 is now pushed to unstable. It worked well enough in my tests, however, I've had some issues with wrong behaviour of the upstream install scripts. Please send feedback if anything happens. Laurent Le 2014/09/16 16:54 +0200, Laurent Blume a ?crit: > Hello all, > > A heads up: I'll be pushing MySQL 5.6.20 shortly. It looks good and will > probably be smooth enough. > > The libraries bit should be totally transparent and updated as usual. > The sonames are the same, and meant to be binary-compatible. > > The server itself is different: the new one will be CSWmysql56, and > marked as incompatible with the current CSWmysql5. > > An update should basically be: > > # pkgrm CSWmysql5 > # pkgutil -i mysql56 > # svcadm enable cswmysql56 > > That should work, as the my.cnf will be kept and compatible. Of course, > *test it* thoroughly first in your own environment. > > The usual database updates will surely apply, check the MySQL doc for that. > > Also: You can keep the 5.5 server and update only the libraries. They're > not related. > > Laurent > From freddy.dsx at free.fr Sat Sep 20 19:44:03 2014 From: freddy.dsx at free.fr (Freddy DISSAUX) Date: Sat, 20 Sep 2014 19:44:03 +0200 Subject: New recipe - fossil Message-ID: <20140920174402.GE18408@linutop.bsdsx.fr> Hello, My first recipe for fossil, a DSCM with built-in wiki, http interface and server, tickets database. Hope all opencsw/mgar rules are respected, Regards -------------- next part -------------- Index: fossil/Makefile =================================================================== --- fossil/Makefile (revision 0) +++ fossil/Makefile (working copy) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: fossil/trunk/Makefile =================================================================== --- fossil/trunk/Makefile (revision 0) +++ fossil/trunk/Makefile (working copy) @@ -0,0 +1,35 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = fossil +VERSION = 1.29 +GARTYPE = v2 +GARCOMPILER = GNU +DISTVERSION = 20140612172556 +DESCRIPTION = DSCM with built-in wiki, http interface and server, tickets database +define BLURB +Fossil is an easy-to-use Distributed Source Control Management system (DSCM) +which supports access and administration over HTTP CGI or via a built-in HTTP +server, has a built-in wiki, file browser, ticket system, and more. +endef +VENDOR_URL = http://www.fossil-scm.org/ + +MASTER_SITES = http://www.fossil-scm.org/download/ +DISTFILES = $(NAME)-src-$(DISTVERSION).tar.gz +WORKSRC = $(WORKDIR)/$(NAME)-src-$(DISTVERSION) +PATCHDIR = $(WORKSRC) +PATCHFILES += 0001-Include-string.h-to-mitigate-warnings.patch + +BUILD_DEP_PKGS = CSWlibssl-dev +RUNTIME_DEP_PKGS_CSWfossil = CSWlibssl1-0-0 + +#PATCHFILES += 0001-Fix-defined-to-mitigate-warnings.patch +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-openssl=$(includedir) + +# Remove exec_prefix from DIRPATHS: +NODIRPATHS += --exec_prefix=/opt/csw +# No test/check target provided by fossil +TEST_SCRIPTS = + +include gar/category.mk Property changes on: fossil/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: fossil/trunk/checksums =================================================================== --- fossil/trunk/checksums (revision 0) +++ fossil/trunk/checksums (working copy) @@ -0,0 +1 @@ +dd8e7392e1a0ea69eb391f8b13ee34bf fossil-src-20140612172556.tar.gz Index: fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch =================================================================== --- fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch (revision 0) +++ fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch (working copy) @@ -0,0 +1,25 @@ +From 3e7862a7efa384b5957a864c1b809afe480d3e51 Mon Sep 17 00:00:00 2001 +From: Freddy DISSAUX +Date: Sat, 20 Sep 2014 17:31:33 +0200 +Subject: [PATCH] Include string.h to mitigate warnings + +--- + src/makeheaders.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/makeheaders.c b/src/makeheaders.c +index 858426f..087af9b 100644 +--- a/src/makeheaders.c ++++ b/src/makeheaders.c +@@ -44,6 +44,8 @@ + # define WIN32 + # endif + # include ++#elif defined(__sun) && defined(__SVR4) ++# include + #else + # include + #endif +-- +2.0.3 + Index: fossil/trunk =================================================================== --- fossil/trunk (revision 0) +++ fossil/trunk (working copy) Property changes on: fossil/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work From maciej at opencsw.org Mon Sep 22 11:50:06 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Mon, 22 Sep 2014 10:50:06 +0100 Subject: New recipe - fossil In-Reply-To: <20140920174402.GE18408@linutop.bsdsx.fr> References: <20140920174402.GE18408@linutop.bsdsx.fr> Message-ID: 2014-09-20 18:44 GMT+01:00 Freddy DISSAUX : > My first recipe for fossil, a DSCM with built-in wiki, http interface > and server, tickets database. > > Hope all opencsw/mgar rules are respected, The recipe looks good. I made some cosmetic changes, e.g. added the dependency on CSWlibz1. http://sourceforge.net/p/gar/code/24116/ The package is now in unstable. Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From upendra.gandhi at gmail.com Wed Sep 24 23:06:22 2014 From: upendra.gandhi at gmail.com (upen) Date: Wed, 24 Sep 2014 16:06:22 -0500 Subject: BASH - CVE-2014-6271 Message-ID: Hello, Is the current bash in OpenCSW( 4.3.24,REV=2014.09.07) vulnerable to CVE in the subject? Thanks, Upen From dam at opencsw.org Thu Sep 25 09:11:44 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 25 Sep 2014 09:11:44 +0200 Subject: BASH - CVE-2014-6271 In-Reply-To: References: Message-ID: <7C95B63B-3D6D-4443-B754-F99EE30C36DB@opencsw.org> Hi Upen, Am 24.09.2014 um 23:06 schrieb upen : > Is the current bash in OpenCSW( 4.3.24,REV=2014.09.07) vulnerable to > CVE in the subject? Yes, we?ll push out an updated bash ASAP. You can check with env x='() { :;}; echo vulnerable' /opt/csw/bin/bash -c "echo test? Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From yann at pleiades.fr.eu.org Thu Sep 25 09:15:33 2014 From: yann at pleiades.fr.eu.org (Yann Rouillard) Date: Thu, 25 Sep 2014 09:15:33 +0200 Subject: BASH - CVE-2014-6271 In-Reply-To: References: Message-ID: Hi, Yes, it is vulnerable. But bash-4.3.25,REV=2014.09.25 mitigates this security issue, you will find this package in my experimental repository http://buildfarm.opencsw.org/opencsw/experimental/yann and it will soon land in unstable and testing repositories. However the story is not finished as the current fix doesn't yet solve all the problems, another CVE has been issued to track the remaining ones: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169 Expect another update when the new security fix is out. Yann 2014-09-24 23:06 GMT+02:00 upen : > Hello, > > Is the current bash in OpenCSW( 4.3.24,REV=2014.09.07) vulnerable to > CVE in the subject? > > Thanks, > Upen > -------------- next part -------------- An HTML attachment was scrubbed... URL: From upendra.gandhi at gmail.com Thu Sep 25 13:45:13 2014 From: upendra.gandhi at gmail.com (upen) Date: Thu, 25 Sep 2014 06:45:13 -0500 Subject: BASH - CVE-2014-6271 In-Reply-To: References: Message-ID: Hi Dan and Yann, On Thu, Sep 25, 2014 at 2:15 AM, Yann Rouillard wrote: > Hi, > > Yes, it is vulnerable. > But bash-4.3.25,REV=2014.09.25 mitigates this security issue, you will find > this package in my experimental repository > http://buildfarm.opencsw.org/opencsw/experimental/yann and it will soon land > in unstable and testing repositories. > > However the story is not finished as the current fix doesn't yet solve all > the problems, another CVE has been issued to track the remaining ones: > http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169 > > Expect another update when the new security fix is out. > > Yann > Thank you very much for that information. Meanwhile I had compiled my own bash binary using source package and the patch. But I wasn't really aware there is another issue not fixed yet. Glad I posted this question. Thanks again. Upen From yann at pleiades.fr.eu.org Fri Sep 26 21:14:13 2014 From: yann at pleiades.fr.eu.org (Yann Rouillard) Date: Fri, 26 Sep 2014 21:14:13 +0200 Subject: BASH - CVE-2014-6271 In-Reply-To: References: Message-ID: Hi Upendra, FYI, the new security fix is out. The last opencsw bash package, bash-4.3.25,REV=2014.09.26, contains that fix and is not vulnerable to CVE-2014-7169 . It should land soon in stable, testing and unstable repositories on all opencsw mirrors. Yann 2014-09-25 13:45 GMT+02:00 upen : > Hi Dan and Yann, > > On Thu, Sep 25, 2014 at 2:15 AM, Yann Rouillard > wrote: > > Hi, > > > > Yes, it is vulnerable. > > But bash-4.3.25,REV=2014.09.25 mitigates this security issue, you will > find > > this package in my experimental repository > > http://buildfarm.opencsw.org/opencsw/experimental/yann and it will soon > land > > in unstable and testing repositories. > > > > However the story is not finished as the current fix doesn't yet solve > all > > the problems, another CVE has been issued to track the remaining ones: > > http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169 > > > > Expect another update when the new security fix is out. > > > > Yann > > > > Thank you very much for that information. Meanwhile I had compiled my > own bash binary using source package and the patch. But I wasn't > really aware there is another issue not fixed yet. Glad I posted this > question. > > Thanks again. > Upen > -------------- next part -------------- An HTML attachment was scrubbed... URL: From upendra.gandhi at gmail.com Fri Sep 26 21:16:32 2014 From: upendra.gandhi at gmail.com (upen) Date: Fri, 26 Sep 2014 14:16:32 -0500 Subject: BASH - CVE-2014-6271 In-Reply-To: References: Message-ID: Excellent. Thanks so much Yann and the CSW team. On Fri, Sep 26, 2014 at 2:14 PM, Yann Rouillard wrote: > Hi Upendra, > > FYI, the new security fix is out. The last opencsw bash package, > bash-4.3.25,REV=2014.09.26, contains that fix and is not vulnerable to > CVE-2014-7169. It should land soon in stable, testing and unstable > repositories on all opencsw mirrors. > > Yann > > > 2014-09-25 13:45 GMT+02:00 upen : >> >> Hi Dan and Yann, >> >> On Thu, Sep 25, 2014 at 2:15 AM, Yann Rouillard >> wrote: >> > Hi, >> > >> > Yes, it is vulnerable. >> > But bash-4.3.25,REV=2014.09.25 mitigates this security issue, you will >> > find >> > this package in my experimental repository >> > http://buildfarm.opencsw.org/opencsw/experimental/yann and it will soon >> > land >> > in unstable and testing repositories. >> > >> > However the story is not finished as the current fix doesn't yet solve >> > all >> > the problems, another CVE has been issued to track the remaining ones: >> > http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169 >> > >> > Expect another update when the new security fix is out. >> > >> > Yann >> > >> >> Thank you very much for that information. Meanwhile I had compiled my >> own bash binary using source package and the patch. But I wasn't >> really aware there is another issue not fixed yet. Glad I posted this >> question. >> >> Thanks again. >> Upen > > -- upen, emerge -uD life (Upgrade Life with dependencies) From dam at opencsw.org Sat Sep 27 22:06:41 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Sat, 27 Sep 2014 22:06:41 +0200 Subject: OpenCSW question about package CSWsquid In-Reply-To: <201409271902.s8RJ2KCw014978@www.opencsw.org> References: <201409271902.s8RJ2KCw014978@www.opencsw.org> Message-ID: Hi Yuri, Am 27.09.2014 um 21:02 schrieb "[Your.email.address]"@www.opencsw.org: > Dag, > > pls, include --enable-wccp2 option for Squid. It required for Cisco integration. > > Tnx, Yuri. You would make my decision to include wccp much easier if you would include your email address. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From maciej at opencsw.org Mon Sep 29 02:00:59 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Mon, 29 Sep 2014 01:00:59 +0100 Subject: New stable release: bratislava Message-ID: Hello OpenCSW users, Six months have passed since we've promoted 'kiel' to stable. We have released a new stable: bratislava. Before: unstable testing ? bratislava stable ? kiel After: unstable testing ? munich stable ? bratislava Upgrading notes: I. If your pkgutil.conf contains a line similar to this: mirror=http://mirror.opencsw.org/opencsw/stable/ ...you're subscribed to the stable release and you will notice changes automatically. II. If your pkgutil.conf contains a line similar to this: mirror=http://mirror.opencsw.org/opencsw/dublin/ ...you will not notice any changes, but you should consider moving over to the kiel release. You can upgrade from kiel to bratislava by reconfiguring pkgutil. mirror=http://mirror.opencsw.org/opencsw/bratislava/ Once the configuration is changed, this command will update all the packages: pkgutil --yes --catalog --upgrade In case of any questions or problems, please contact us either on the mailing list or on the IRC channel, #opencsw on Freenode.