* [sisyphus] I: apache-1.3.31rusPL30.20-alt5 += mod_deflate, fixes
@ 2004-06-27 22:56 Michael Shigorin
2004-06-27 23:05 ` [sisyphus] " Michael Shigorin
2004-06-28 4:59 ` [sisyphus] " Klimchev Konstantin
0 siblings, 2 replies; 3+ messages in thread
From: Michael Shigorin @ 2004-06-27 22:56 UTC (permalink / raw)
To: sisyphus; +Cc: Michael Bochkaryov, Alexey Tsarev
[-- Attachment #1: Type: text/plain, Size: 2484 bytes --]
Здравствуйте.
На суд общественности представляется новая сборка apache, которая
содержит один довольно серьезный багфикс, одну дополнительную
фичу (mod_deflate) и несколько косметических улучшений -- в
общем, закрывает #2905, #2920, #3153, #3715.
Плюс к тому, в ней наконец-то немного доведена выбиралка
инитскрипта -- т.к. в обозримом будущем "Master" в
/etc/altlinux-release не будет однозначно соответствовать
"старому стилю" инитскриптов, то осуществлен переезд на
определение старой/новой схемы по наличию
/etc/init.d/functions-compat, как и предлагал зимой Дима.
Есть соображение, что этот тест бы довести до какого макроса и
забить куда в service-devel, да и в будущем предоставлять
подобные тесты при поддающихся им изменениях с целью уменьшения
пложения спек-файлов и улучшения поддерживаемости сборки на
старых выпусках.
--lastchange:
* Mon Jun 28 2004 Michael Shigorin <mike@altlinux.ru> 1.3.31rusPL30.20-alt5
- finally fixed #3153 (log rotation), thanks to Dmitry Levin (ldv@)
- partially reverted group change introduced in 1.3.28rusPL30.18-alt2:
/var/log/httpd permissions changed (#2920)
from 750,root,webmaster
to 750,root,apache
- reworked initscript style detection routine along ldv's advice
as relying on "Master" in /etc/altlinux-release for old-style seems
to be getting to the point of being wrong ;-)
- added mod_deflate to current builds; off by default (#2905)
- fixed altlinux.html
- /var/www/html/*.gif and /var/www/cgi-bin/* are now
%config(noreplace); added %apache_home/html/README.txt (#3715)
Выбиралка:
---
# handle initscript style change
%define feature_initscripts %nil
%if_with M22
%define feature_initscripts 2_2
%endif
%if_with Sisyphus
%define feature_initscripts 2_3
%endif
%if "%feature_initscripts" == ""
%define feature_initscripts %([ -e /etc/init.d/functions-compat ] && echo "2_3" || echo "2_2")
%endif
# we don't want to add a feature to legacy package by default
%if "%feature_initscripts" == "2_2"
%define release_tag .M22
%def_without mod_deflate
%else
%define release_tag %nil
%def_with mod_deflate
%endif
---
На данный момент в Sisyphus/classic предыдущую выбиралку (которая
была сляпана наспех и сломается при сборке на Master 2.4)
содержат спеки следующих пакетов:
apache2
apache
dante
mailgraph
mod_ssl
monit
pure-ftpd
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [sisyphus] Re: I: apache-1.3.31rusPL30.20-alt5 += mod_deflate, fixes
2004-06-27 22:56 [sisyphus] I: apache-1.3.31rusPL30.20-alt5 += mod_deflate, fixes Michael Shigorin
@ 2004-06-27 23:05 ` Michael Shigorin
2004-06-28 4:59 ` [sisyphus] " Klimchev Konstantin
1 sibling, 0 replies; 3+ messages in thread
From: Michael Shigorin @ 2004-06-27 23:05 UTC (permalink / raw)
To: sisyphus; +Cc: Michael Bochkaryov, Alexey Tsarev
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
On Mon, Jun 28, 2004 at 01:56:13AM +0300, Michael Shigorin wrote:
> На суд общественности представляется новая сборка apache
Да -- оно уже поехало тянуть www.linux.kiev.ua и еще пачку
виртхостов.
Спасибо Алексею за предварительное тестирование.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [sisyphus] I: apache-1.3.31rusPL30.20-alt5 += mod_deflate, fixes
2004-06-27 22:56 [sisyphus] I: apache-1.3.31rusPL30.20-alt5 += mod_deflate, fixes Michael Shigorin
2004-06-27 23:05 ` [sisyphus] " Michael Shigorin
@ 2004-06-28 4:59 ` Klimchev Konstantin
1 sibling, 0 replies; 3+ messages in thread
From: Klimchev Konstantin @ 2004-06-28 4:59 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Mon, 28 Jun 2004 01:56:13 +0300
Michael Shigorin <mike@osdn.org.ua> wrote:
> На данный момент в Sisyphus/classic предыдущую выбиралку (которая
> была сляпана наспех и сломается при сборке на Master 2.4)
> содержат спеки следующих пакетов:
>
...
> pure-ftpd
в залитой на той неделе сборке закоментировано
--
Best Regards, Konstantin Klimchev
(mailto:koka@atvc.ru jabber:koka@jabber.atvc.ru)
ATK-Internet ISP, Arkhangelsk, Russia
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-28 4:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-27 22:56 [sisyphus] I: apache-1.3.31rusPL30.20-alt5 += mod_deflate, fixes Michael Shigorin
2004-06-27 23:05 ` [sisyphus] " Michael Shigorin
2004-06-28 4:59 ` [sisyphus] " Klimchev Konstantin
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git