[projects/cleanbuild] Enable DOCKER_BUILDKIT=1 variable for CI

2021-08-29 Thread glen
commit e27f91d0d1cb05ab475a096f353116fea8e257b0 Author: Elan Ruusamäe Date: Sun Aug 29 18:41:45 2021 +0300 Enable DOCKER_BUILDKIT=1 variable for CI .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f86461a..c944134 100644 ---

[projects/cleanbuild] Fix docker exec for rpm-build-tools initialize

2021-08-29 Thread glen
commit d59399e8d530b2c8124f796ce43bd35d7199eff7 Author: Elan Ruusamäe Date: Sun Aug 29 16:58:11 2021 +0300 Fix docker exec for rpm-build-tools initialize bin/cleanbuild-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/bin/cleanbuild-docker.sh

[projects/cleanbuild] Use package dir as container initial workdir

2021-08-29 Thread glen
commit eb07c8d6582cadef8a50e97c53963501c981f4e9 Author: Elan Ruusamäe Date: Sun Aug 29 16:33:36 2021 +0300 Use package dir as container initial workdir bin/cleanbuild-docker.sh | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) --- diff --git a/bin/cleanbuild-docker.sh

[projects/cleanbuild] Handle ctrl+c for build process

2021-08-29 Thread glen
commit 6ecf9aecbdaa6659220d62bf52a6b889588299d2 Author: Elan Ruusamäe Date: Sun Aug 29 16:09:20 2021 +0300 Handle ctrl+c for build process bin/cleanbuild-docker.sh | 5 + 1 file changed, 5 insertions(+) --- diff --git a/bin/cleanbuild-docker.sh b/bin/cleanbuild-docker.sh index

[projects/cleanbuild] Add support to re-use container with --keep-container

2021-08-29 Thread glen
commit 98e025574135e6eab94939c11c6842d38984bb3d Author: Elan Ruusamäe Date: Sun Aug 29 16:08:47 2021 +0300 Add support to re-use container with --keep-container bin/cleanbuild-docker.sh | 31 ++- 1 file changed, 22 insertions(+), 9 deletions(-) --- diff --git

[projects/cleanbuild] Use build cache to speedup local docker image rebuilds

2021-08-29 Thread glen
commit 2801d0f4e321a65b416e20025399ede0bf7aa987 Author: Elan Ruusamäe Date: Sun Aug 29 15:41:42 2021 +0300 Use build cache to speedup local docker image rebuilds docker/Dockerfile | 22 +++--- docker/build-docker.sh | 12 2 files changed, 23

[projects/cleanbuild] Install ca-certificates for builder wget

2021-08-29 Thread glen
commit 67ce0dc70cb305803fe34e2999dcdc99a407c23d Author: Elan Ruusamäe Date: Sun Aug 29 15:27:30 2021 +0300 Install ca-certificates for builder wget docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 5373ca3..49733ef 100644

[packages/git-core/provide-git] Provide "git" name

2021-08-28 Thread glen
commit 2ca7e92794489f599e1ae85d37f4d30f7249e28d Author: Elan Ruusamäe Date: Sat Aug 28 09:09:33 2021 +0300 Provide "git" name To be portablw with the world: git is needed by gh-0:2.0.0-1.x86_64 We should really rename git.spec to git-gnu.spec

[packages/git-core] Created branch provide-git

2021-08-28 Thread glen
The branch 'provide-git' was created. Summary of new commits: 2ca7e92... Provide "git" name ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

[packages/zabbix] Package zabbix_agent2 initscript

2021-08-26 Thread glen
commit 7e22a8a5100914fa905bdf4239d351c08c7e1d26 Author: Elan Ruusamäe Date: Thu Aug 26 14:34:22 2021 +0300 Package zabbix_agent2 initscript zabbix.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- diff --git a/zabbix.spec b/zabbix.spec index 4e73ab2..5475a62 100644 ---

[packages/zabbix] Add initscript for zabbix_agent2

2021-08-25 Thread glen
commit 1afc63f3b775e6ffc80b999e43d6ee4d76ea9b1b Author: Elan Ruusamäe Date: Wed Aug 25 14:52:25 2021 +0300 Add initscript for zabbix_agent2 zabbix.spec| 20 +-- zabbix_agent2.init | 98 ++ 2 files changed, 115

[packages/zabbix] Package /etc/zabbix/zabbix_agent2.conf.d dir

2021-08-25 Thread glen
commit 297b7196409c739b4e5f5a084e07fc6d82082cc4 Author: Elan Ruusamäe Date: Wed Aug 25 14:23:50 2021 +0300 Package /etc/zabbix/zabbix_agent2.conf.d dir zabbix.spec | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) --- diff --git a/zabbix.spec b/zabbix.spec index

[packages/zabbix] Skip agent2 on x32 due lack of golang

2021-08-24 Thread glen
commit 7f6a3eeda6e48b923f4d0d5ea9b60aec41895b8f Author: Elan Ruusamäe Date: Tue Aug 24 20:45:39 2021 +0300 Skip agent2 on x32 due lack of golang zabbix.spec | 4 1 file changed, 4 insertions(+) --- diff --git a/zabbix.spec b/zabbix.spec index ba83789..da398ea 100644 ---

[packages/zabbix] Re-enable agent2, builds on builders

2021-08-24 Thread glen
commit 0aca223cd7be589cf7f9481bf6beb153aa7ee27d Author: Elan Ruusamäe Date: Tue Aug 24 20:28:27 2021 +0300 Re-enable agent2, builds on builders zabbix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/zabbix.spec b/zabbix.spec index c88f2f8..ba83789 100644 ---

[projects/cleanbuild] Install rpm-getdeps for builder script

2021-08-24 Thread glen
commit e7779c1652fd4f4875b84d99c6aea5e5b4347b50 Author: Elan Ruusamäe Date: Tue Aug 24 14:36:11 2021 +0300 Install rpm-getdeps for builder script docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) --- diff --git a/docker/Dockerfile b/docker/Dockerfile index cfe4b20..5373ca3 100644

[projects/cleanbuild] Fetch git tag from container

2021-08-24 Thread glen
commit 4fbca347eecbdf4811eb5f3b4b851a87388a2cd8 Author: Elan Ruusamäe Date: Tue Aug 24 18:52:32 2021 +0300 Fetch git tag from container This avoids permisson issues when mixing users bin/cleanbuild-docker.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- diff --git

[projects/cleanbuild] Fix permission of builder homedir

2021-08-24 Thread glen
commit ddb46f656b135aa9f3b46a4f1a52afa31aa0af11 Author: Elan Ruusamäe Date: Tue Aug 24 14:35:04 2021 +0300 Fix permission of builder homedir bin/cleanbuild-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/bin/cleanbuild-docker.sh b/bin/cleanbuild-docker.sh

[packages/zabbix] Deleted branch go-vendor

2021-08-24 Thread glen
The branch 'go-vendor' was deleted at d98dc99f41d6053ba41482fb664d8f8efd2bf5a1. ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

DISTFILES: zabbix: zabbix-5.4.3.tar.gz go-vendor.tar.xz

2021-08-24 Thread glen
Request by: glen Files fetched: 1 ALREADY GOT: https://cdn.zabbix.com/zabbix/sources/stable/5.4/zabbix-5.4.3.tar.gz 5dccb536c164e45c7d5c1a5a9d64be43 zabbix-5.4.3.tar.gz STORED: no-url://go-vendor.tar.xz 61f2ee9647280765b622a5e1e8cdfbba go-vendor.tar.xz Size: 3165396

[packages/zabbix] Vendorize go dependencies

2021-08-24 Thread glen
commit e56a6d2dc84ea5ae3a919f1f9072016b8abb8705 Author: Elan Ruusamäe Date: Tue Aug 24 18:47:43 2021 +0300 Vendorize go dependencies go-vendor.patch | 28 zabbix.spec | 13 +++-- 2 files changed, 39 insertions(+), 2 deletions(-) --- diff --git

[packages/zabbix/go-vendor] fixup! Add go vendor mod patch

2021-08-24 Thread glen
commit d98dc99f41d6053ba41482fb664d8f8efd2bf5a1 Author: Elan Ruusamäe Date: Tue Aug 24 18:28:17 2021 +0300 fixup! Add go vendor mod patch go-vendor.patch | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) --- diff --git a/go-vendor.patch b/go-vendor.patch index

[packages/zabbix/go-vendor] Add go vendor mod patch

2021-08-24 Thread glen
commit 37d4eaa07984d8c7a4f94add5e5aea769e04be7b Author: Elan Ruusamäe Date: Tue Aug 24 18:12:39 2021 +0300 Add go vendor mod patch go-vendor.patch | 15 +++ zabbix.spec | 2 ++ 2 files changed, 17 insertions(+) --- diff --git a/zabbix.spec b/zabbix.spec index

[packages/zabbix/go-vendor] Add go vendor

2021-08-24 Thread glen
commit 384928cb98b6cc144c1f386b0bc0a7711393fb9b Author: Elan Ruusamäe Date: Tue Aug 24 17:53:57 2021 +0300 Add go vendor zabbix.spec | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) --- diff --git a/zabbix.spec b/zabbix.spec index 235d65d..5e3602c 100644 --- a/zabbix.spec +++

[packages/zabbix] Created branch go-vendor

2021-08-24 Thread glen
The branch 'go-vendor' was created. Summary of new commits: 384928c... Add go vendor ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

[packages/zabbix] Deleted branch dev-5.4.3

2021-08-24 Thread glen
The branch 'dev-5.4.3' was deleted at 9f971fcd261f5670cc184dbe4eb3737c4522dad4. ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

[packages/zabbix] Up to 5.4.3

2021-08-24 Thread glen
commit 98ab823af8a3a9b7e1e32c5c976f69eb017f5ee7 Author: Elan Ruusamäe Date: Tue Aug 24 12:21:38 2021 +0300 Up to 5.4.3 go-destdir.patch | 16 ++-- sqlite3_dbname.patch | 13 ++--- zabbix.spec | 10 ++ 3 files changed, 22 insertions(+), 17

[packages/zabbix] Disable agent2 (go needs vendoring)

2021-08-24 Thread glen
commit b3422443fe1cbca5100d6355e92cac7e977ca53c Author: Elan Ruusamäe Date: Tue Aug 24 17:40:22 2021 +0300 Disable agent2 (go needs vendoring) go: github.com/BurntSushi/locker@v0.0.0-20171006230638-a6e239ea1c69: Get "https://proxy.golang.org/github.com/%

[packages/zabbix] Add BR rpm-pld-macros-javaprov for java deps generation

2021-08-24 Thread glen
commit b752d1414ca495b63110490b3ffcbe0f1e0c957e Author: Elan Ruusamäe Date: Tue Aug 24 17:30:14 2021 +0300 Add BR rpm-pld-macros-javaprov for java deps generation env: '/usr/lib/rpm/java-find-requires': No such file or directory zabbix.spec | 1 + 1 file changed, 1 insertion(+)

[packages/zabbix/dev-5.4.3: 4/4] Up to 5.4.3

2021-08-24 Thread glen
commit 9f971fcd261f5670cc184dbe4eb3737c4522dad4 Author: Elan Ruusamäe Date: Tue Aug 24 12:21:38 2021 +0300 Up to 5.4.3 go-destdir.patch | 16 ++-- sqlite3_dbname.patch | 13 ++--- zabbix.spec | 10 ++ 3 files changed, 22 insertions(+), 17

[packages/zabbix] (4 commits) Non-fast-forward update to branch dev-5.4.3

2021-08-24 Thread glen
The branch 'dev-5.4.3' was changed in a way that was not a fast-forward update. NOTE: This may cause problems for people pulling from the branch. Commits removed from the branch: 0f0220b... Up to 5.4.3 Commits added to the branch: e0f3588... Drop unsupported --with-jabber option (*)

[packages/zabbix] Build and package agent2

2021-08-24 Thread glen
commit b711b6e8bef339c7c0dac45c2929370163fd4701 Author: Elan Ruusamäe Date: Tue Aug 24 14:39:35 2021 +0300 Build and package agent2 zabbix.spec | 36 1 file changed, 36 insertions(+) --- diff --git a/zabbix.spec b/zabbix.spec index 27ee53f..3b06dea

[packages/zabbix] Add patch to fix go install dir

2021-08-24 Thread glen
commit 219bbb7e1cd6a23bdeeb021c82b026006891f347 Author: Elan Ruusamäe Date: Tue Aug 24 15:26:31 2021 +0300 Add patch to fix go install dir go-destdir.patch | 11 +++ zabbix.spec | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) --- diff --git a/zabbix.spec

[packages/zabbix] Drop unsupported --with-jabber option

2021-08-24 Thread glen
commit e0f3588af8a5c52e8efa914e56904c9b910e6472 Author: Elan Ruusamäe Date: Tue Aug 24 15:31:40 2021 +0300 Drop unsupported --with-jabber option configure: WARNING: unrecognized options: --with-jabber zabbix.spec | 1 - 1 file changed, 1 deletion(-) --- diff --git a/zabbix.spec

DISTFILES: zabbix: zabbix-5.4.3.tar.gz

2021-08-24 Thread glen
Request by: glen Files fetched: 1 STORED: https://cdn.zabbix.com/zabbix/sources/stable/5.4/zabbix-5.4.3.tar.gz 5dccb536c164e45c7d5c1a5a9d64be43 zabbix-5.4.3.tar.gz Size: 24190581 bytes -- Virtually Yours: distfiles. ___ pld-cvs

[packages/zabbix/dev-5.4.3] Up to 5.4.3

2021-08-24 Thread glen
commit 0f0220be4ebfb2afe3c87ecdec65989650add3eb Author: Elan Ruusamäe Date: Tue Aug 24 12:21:38 2021 +0300 Up to 5.4.3 sqlite3_dbname.patch | 13 ++--- zabbix.spec | 9 + 2 files changed, 11 insertions(+), 11 deletions(-) --- diff --git a/zabbix.spec

[packages/zabbix] TODO for unpackaged files

2021-08-24 Thread glen
commit b53e5d0261b33b3ddf7f6d54671832b07ca22758 Author: Elan Ruusamäe Date: Tue Aug 24 13:32:55 2021 +0300 TODO for unpackaged files zabbix.spec | 4 1 file changed, 4 insertions(+) --- diff --git a/zabbix.spec b/zabbix.spec index b498aca..a753121 100644 --- a/zabbix.spec +++

[packages/zabbix] Created branch dev-5.4.3

2021-08-24 Thread glen
The branch 'dev-5.4.3' was created. Summary of new commits: 0f0220b... Up to 5.4.3 ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

[packages/zabbix] Fix attr for ghosted symlink

2021-08-24 Thread glen
commit 960b5033af7f47b12d5f87d59d3fb948ba7968c5 Author: Elan Ruusamäe Date: Tue Aug 24 13:31:28 2021 +0300 Fix attr for ghosted symlink Explicit %attr() mode not applicable to symlink zabbix.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git

[packages/zabbix] Use relative symlinks

2021-08-24 Thread glen
commit c89ae9caf1d4ff84690a5fae3bd5ae30ac4f3698 Author: Elan Ruusamäe Date: Tue Aug 24 13:22:20 2021 +0300 Use relative symlinks zabbix.spec | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) --- diff --git a/zabbix.spec b/zabbix.spec index 0320e0c..cf8990c

[packages/zabbix] Rediff patches

2021-08-24 Thread glen
commit def50f77550e4ad1d35a22d7165f25ef5d60cb81 Author: Elan Ruusamäe Date: Tue Aug 24 12:19:59 2021 +0300 Rediff patches always_compile_ipc.patch | 10 +++ config.patch | 68 ++-- sqlite3_dbname.patch | 21 +++

[projects/cleanbuild] Install findutils manually because poldek/rpm fail themselves

2021-08-22 Thread glen
commit 57e5f5adbbad932c646d25637dd059c375b24b14 Author: Elan Ruusamäe Date: Sun Aug 15 14:51:49 2021 +0300 Install findutils manually because poldek/rpm fail themselves https://gitlab.com/pld-linux/cleanbuild/-/jobs/1504316849 docker/Dockerfile | 1 + 1 file changed, 1

[projects/cleanbuild] Ensure writable permissions for rpm/RPMS

2021-08-22 Thread glen
commit f86bb9f3ab55eb4f7078bdd8e57d025df39ab193 Author: Elan Ruusamäe Date: Thu Apr 1 14:39:06 2021 +0300 Ensure writable permissions for rpm/RPMS bin/cleanbuild-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/bin/cleanbuild-docker.sh

DISTFILES: git-filter-repo: git-filter-repo-2.33.0.tar.xz

2021-08-20 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/newren/git-filter-repo/releases/download/v2.33.0/git-filter-repo-2.33.0.tar.xz bcf17f750d7426d66fdcada68481e2ba git-filter-repo-2.33.0.tar.xz Size: 148024 bytes -- Virtually Yours: distfiles

[packages/git-filter-repo] Up to 2.33.0

2021-08-20 Thread glen
commit 9019504fbd9a7a76967594ec84dba4122a93249c Author: Elan Ruusamäe Date: Fri Aug 20 20:45:09 2021 +0300 Up to 2.33.0 git-filter-repo.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/git-filter-repo.spec b/git-filter-repo.spec index de2508f..b558830

DISTFILES: nagios-notify: nagios-notify-0.15.0.tar.xz

2021-08-13 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/glensc/nagios-notify/releases/download/0.15.0/nagios-notify-0.15.0.tar.xz f42d34feb8355cfdd0c629bdb6ef98f4 nagios-notify-0.15.0.tar.xz Size: 8168 bytes -- Virtually Yours: distfiles

[packages/nagios-notify] Update to 0.15.0; Project moved to GitHub

2021-08-13 Thread glen
commit 39713a26525a5611d2e752118a5ce9a29abc3023 Author: Elan Ruusamäe Date: Sat Aug 14 02:18:04 2021 +0300 Update to 0.15.0; Project moved to GitHub duration.patch | 91 -- headers.patch | 33

[packages/nagios-notify] Drop old migration triggers from 0.10 and 0.12-0.7

2021-08-13 Thread glen
commit 230c4d7263c5c172e95c80edfefb2de45f315c58 Author: Elan Ruusamäe Date: Sat Aug 14 02:15:54 2021 +0300 Drop old migration triggers from 0.10 and 0.12-0.7 nagios-notify.spec | 40 1 file changed, 40 deletions(-) --- diff --git

[packages/php-pecl-imagick] Deleted branch dev-3.5.1

2021-07-31 Thread glen
The branch 'dev-3.5.1' was deleted at cb8c1b52650ff4dd7676fd222dd6b710b3bd4d62. ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

[packages/php-pecl-imagick] Up to 3.5.1; PHP 8 support

2021-07-31 Thread glen
Summary of changes: cb8c1b5... Up to 3.5.1; PHP 8 support (*) (*) This commit already existed in another branch; no separate mail sent ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org

[packages/php-pecl-imagick/dev-3.5.1] Up to 3.5.1; PHP 8 support

2021-07-26 Thread glen
commit cb8c1b52650ff4dd7676fd222dd6b710b3bd4d62 Author: Elan Ruusamäe Date: Mon Jul 26 09:48:01 2021 +0300 Up to 3.5.1; PHP 8 support php-pecl-imagick.spec| 6 +++--- skip_version_check.patch | 10 +- 2 files changed, 8 insertions(+), 8 deletions(-) --- diff --git

[packages/php-pecl-imagick] Non-fast-forward update to branch dev-3.5.1

2021-07-26 Thread glen
The branch 'dev-3.5.1' was changed in a way that was not a fast-forward update. NOTE: This may cause problems for people pulling from the branch. Commits removed from the branch: 99c85cc... Up to 3.5.1; PHP 8 support Commits added to the branch: cb8c1b5... Up to 3.5.1; PHP 8 support

DISTFILES: php-pecl-imagick: imagick-3.5.1.tgz

2021-07-26 Thread glen
Request by: glen Files fetched: 1 STORED: https://pecl.php.net/get/imagick-3.5.1.tgz c1385a8dabdf3aa3245f09580583dbd2 imagick-3.5.1.tgz Size: 301411 bytes -- Virtually Yours: distfiles. ___ pld-cvs-commit mailing list pld-cvs

[packages/php-pecl-imagick/dev-3.5.1] Up to 3.5.1; PHP 8 support

2021-07-26 Thread glen
commit 99c85cc016937a4b2f3419737afdb8fac23ab48b Author: Elan Ruusamäe Date: Mon Jul 26 09:48:01 2021 +0300 Up to 3.5.1; PHP 8 support php-pecl-imagick.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index

[packages/php-pecl-imagick] Created branch dev-3.5.1

2021-07-26 Thread glen
The branch 'dev-3.5.1' was created. Summary of new commits: 99c85cc... Up to 3.5.1; PHP 8 support ___ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

[PLDWWW] page changed: start

2021-06-27 Thread Elan Ruusamäe (glen)
PLD Linux --- https://www.pld-linux.org/start?rev=1624789609 +++ https://www.pld-linux.org/start?rev=1624813376 @@ -16,9 +16,9 @@ Matching main ftp archive against https://osv.dev/ database, updated daily. - Note: this is informational only as it isn't capable of testing if PLD

[PLDWWW] page changed: start

2021-06-27 Thread Elan Ruusamäe (glen)
Add osv.dev info --- https://www.pld-linux.org/start?rev=1623795069 +++ https://www.pld-linux.org/start?rev=1624788231 @@ -3,8 +3,22 @@ PLD is a free, RPM-based Linux distribution, created in 1998, aimed at the more advanced users and administrators, who accept the tradeoffs of using a

DISTFILES: git-filter-repo: git-filter-repo-2.32.0.tar.xz

2021-06-07 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/newren/git-filter-repo/releases/download/v2.32.0/git-filter-repo-2.32.0.tar.xz 448ced2f28f53b3ff30520f101b18247 git-filter-repo-2.32.0.tar.xz Size: 147616 bytes -- Virtually Yours: distfiles

[packages/git-filter-repo] Up to 2.32.0

2021-06-07 Thread glen
commit e9366a10a19b0a1536778a714c314db6f5d6f956 Author: Elan Ruusamäe Date: Mon Jun 7 19:41:38 2021 +0300 Up to 2.32.0 git-filter-repo.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/git-filter-repo.spec b/git-filter-repo.spec index 4f8c7f3..de2508f

DISTFILES: logrotate: ERRORS: logrotate-3.18.1.tar.xz

2021-05-22 Thread glen
Request by: glen wget -nv --no-iri --user-agent=PLD/distfiles -O ./tmp/dc3a0ab7-e873-4355-82c5-49bf63e09c72/07d5aba26c350f9ab5730c25a7277751/logrotate-3.18.1.tar.xz https://github.com/logrotate/logrotate/releases/download/3.18.1/logrotate-3.18.1.tar.xz: wget: unable to resolve host address â

[packages/logrotate] Up to 3.18.1

2021-05-22 Thread glen
commit e323c9dfa49ba249e3469b1c2dec2d5717b0570c Author: Elan Ruusamäe Date: Sat May 22 12:56:38 2021 +0300 Up to 3.18.1 https://github.com/logrotate/logrotate/releases/tag/3.18.1 logrotate-man.patch | 16 logrotate.spec | 4 ++-- tabooext.patch | 8

DISTFILES: composer: composer-1.10.22.tar.gz composer

2021-05-10 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/composer/composer/archive/1.10.22/composer-1.10.22.tar.gz 26ca3d0e9229d7fa8b13d7b22fa9243e composer-1.10.22.tar.gz Size: 429521 bytes ALREADY GOT: https://raw.githubusercontent.com/iArren/composer-bash-completion

[packages/composer] Up to 1.10.22, fixes CVE-2021-29472

2021-05-10 Thread glen
commit cc5c8887ebae8eb6d5e16714b0cab4cc0b4a1469 Author: Elan Ruusamäe Date: Mon May 10 18:27:55 2021 +0300 Up to 1.10.22, fixes CVE-2021-29472 https://blog.packagist.com/composer-command-injection-vulnerability/ autoload.patch | 20 ++-- composer.spec | 4 ++--

[packages/syncthing] Up to 1.15.1

2021-04-28 Thread glen
commit 72bd3ff2fbeeb82cd80b98f9e540a4cb0c1fa53b Author: Elan Ruusamäe Date: Wed Apr 28 15:09:38 2021 +0300 Up to 1.15.1 syncthing.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- diff --git a/syncthing.spec b/syncthing.spec index 2d5de32..25ce7a2 100644 ---

DISTFILES: syncthing: syncthing-source-v1.15.1.tar.gz

2021-04-28 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/syncthing/syncthing/releases/download/v1.15.1/syncthing-source-v1.15.1.tar.gz ad6a2d9cd96c24b74e2345bd33090cc8 syncthing-source-v1.15.1.tar.gz Size: 12302597 bytes -- Virtually Yours: distfiles

DISTFILES: eventum: eventum-3.10.5.tar.xz updown2.gif

2021-04-27 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/eventum/eventum/releases/download/v3.10.5/eventum-3.10.5.tar.xz 829e0c5cb895c98fe035216da7b35a2f eventum-3.10.5.tar.xz Size: 4902520 bytes ALREADY GOT: http://www.isocra.com/images/updown2.gif

[packages/eventum] Up to 3.10.5

2021-04-27 Thread glen
commit e1f2c33d727bab85a628c46bcedb51dd988450d2 Author: Elan Ruusamäe Date: Tue Apr 27 11:58:17 2021 +0300 Up to 3.10.5 eventum.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/eventum.spec b/eventum.spec index 404be4a..9d15e4f 100644 --- a/eventum.spec +++

[packages/dropbox] Update noautoreq for qt libraries

2021-04-25 Thread glen
commit 6d68e6417a577c7010ac668cd58de711f977bf53 Author: Elan Ruusamäe Date: Sun Apr 25 19:32:11 2021 +0300 Update noautoreq for qt libraries dropbox.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- diff --git a/dropbox.spec b/dropbox.spec index 78e34e9..adc616d 100644

[packages/dropbox] Add rewrite_zip, system_qt bconds

2021-04-25 Thread glen
itself with newer version if there's update available (disable auto updating): # glen 25034 19.9 1.5 1496132 81256 pts/46 Sl+ 11:02 1:02 /home/glen/.dropbox-dist/dropbox /newerversion @@ -85,20 +90,23 @@ mv dropbox-lnx.*-%{version}/* . %{__rm} libpopt.so.0 libdrm.so.2 libGL.so.1

[packages/dropbox] Up to 120.4.4598

2021-04-25 Thread glen
commit 8527ceb7303e8a6aa95ae6d68bf70a8ae9037b55 Author: Elan Ruusamäe Date: Sun Apr 25 17:34:46 2021 +0300 Up to 120.4.4598 dropbox.spec | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) --- diff --git a/dropbox.spec b/dropbox.spec index 4707951..ee4a453

[packages/dropbox] Package libffi.so.6

2021-04-25 Thread glen
commit 2c70e7ec3449c3eae6faabc32e826c110539d68e Author: Elan Ruusamäe Date: Sun Apr 25 17:08:56 2021 +0300 Package libffi.so.6 dropbox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/dropbox.spec b/dropbox.spec index 194ae99..4707951 100644 ---

DISTFILES: eventum: eventum-3.10.4.tar.xz updown2.gif

2021-04-21 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/eventum/eventum/releases/download/v3.10.4/eventum-3.10.4.tar.xz ee755af0a53199fe302d4e0163d5396b eventum-3.10.4.tar.xz Size: 4903596 bytes ALREADY GOT: http://www.isocra.com/images/updown2.gif

[packages/eventum] Up to 3.10.4

2021-04-21 Thread glen
commit c8dbbb5f401b4865bec2da5c3c4c0131d0a0dc88 Author: Elan Ruusamäe Date: Wed Apr 21 23:40:35 2021 +0300 Up to 3.10.4 eventum.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/eventum.spec b/eventum.spec index d69842d..404be4a 100644 --- a/eventum.spec +++

[packages/createrepo] Add retire message

2021-04-20 Thread glen
commit 70200f42b22be2a1736d9312a18213ce17b90782 Author: Elan Ruusamäe Date: Tue Apr 20 17:03:28 2021 +0300 Add retire message createrepo.spec | 3 +++ 1 file changed, 3 insertions(+) --- diff --git a/createrepo.spec b/createrepo.spec index e78bc7d..7afb719 100644 --- a/createrepo.spec

DISTFILES: eventum: eventum-3.10.3.tar.xz updown2.gif

2021-04-20 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/eventum/eventum/releases/download/v3.10.3/eventum-3.10.3.tar.xz e300d18b3dee2a4f47be18f5662b3d7e eventum-3.10.3.tar.xz Size: 4889924 bytes ALREADY GOT: http://www.isocra.com/images/updown2.gif

[packages/eventum] Up to 3.10.3

2021-04-20 Thread glen
9 +4,9 @@ $vendorDir = dirname(dirname(__FILE__)); @@ -248,18 +248,18 @@ 'glen\\FilenameNormalizer\\' => array($vendorDir . '/glen/filename-normalizer/src'), 'Xhgui\\Profiler\\' => array($vendorDir . '/perftools/php-profiler/src'), 'TrueBV\\' => array($vendorDir . '/tr

DISTFILES: mutt: mutt-2.0.6.tar.gz

2021-04-09 Thread glen
Request by: glen Files fetched: 1 STORED: ftp://ftp.mutt.org/pub/mutt/mutt-2.0.6.tar.gz 585072c134ac5cd9e264187685dcd4ae mutt-2.0.6.tar.gz Size: 5294825 bytes -- Virtually Yours: distfiles. ___ pld-cvs-commit mailing list pld-cvs

[packages/mutt] Up to 2.0.6.

2021-04-09 Thread glen
commit 8d0135202c87e55e6f3b74eff2e52e6a00dfa2e2 Author: Paweł Zuzelski Date: Wed Apr 7 18:33:32 2021 + Up to 2.0.6. - drop the xface patch. The code changed a lot and the patch seems unmaintained. At least the website of its author doesn't exist anymore.

[packages/rpm-build-tools] When tripping over a GIT_ var, give a useful error

2021-04-09 Thread glen
commit 792039e3278035e979dbd47925a56193ead451d1 Author: Paweł Zuzelski Date: Thu Apr 8 20:50:36 2021 + When tripping over a GIT_ var, give a useful error Before the script was failing with "package build failed. no more info". That was very unhelpful. Hopefully this

[packages/rpm-build-tools] unset GIT_EDITOR together with other GIT_* vars

2021-04-09 Thread glen
commit b7a1be282605e44c706d2b1295408687ed260f4f Author: Paweł Zuzelski Date: Thu Apr 8 20:40:51 2021 + unset GIT_EDITOR together with other GIT_* vars builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/builder.sh b/builder.sh index 53ef564..d96c9d1

[packages/htmlcxx] Use verbose files

2021-04-07 Thread glen
commit be731d6b146a09bd77c662d679971403c7d6d7e0 Author: Elan Ruusamäe Date: Wed Apr 7 14:26:28 2021 +0300 Use verbose files Ths ensures: 1. files don't go missing without being noticed 2. not packaging bogus entries or paths owned by other packages without being noticed

[packages/htmlcxx] Move iconv to %prep

2021-04-07 Thread glen
commit c2e64417e1bf4f1e3b03329b62a108cee76bb8db Author: Elan Ruusamäe Date: Wed Apr 7 14:20:46 2021 +0300 Move iconv to %prep This is to support re-entrant %build htmlcxx.spec | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) --- diff --git a/htmlcxx.spec

[packages/htmlcxx] Pldize

2021-04-07 Thread glen
commit 7ed0ea8663f2a01bdc33dc4d1d5989ab84c615c2 Author: Elan Ruusamäe Date: Wed Apr 7 14:20:31 2021 +0300 Pldize htmlcxx.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/htmlcxx.spec b/htmlcxx.spec index f986d5d..54d30d5 100644 --- a/htmlcxx.spec +++

DISTFILES: dhcp: ERRORS: dhcp-4.4.2-P1.tar.gz dhcp-4.4.2.tar.gz

2021-04-04 Thread glen
Request by: glen wget -nv --no-iri --user-agent=PLD/distfiles -O ./tmp/f33aff44-9f02-409d-9910-dd94806a766e/2afdaf8498dc1edaf3012efdd589b3e1/dhcp-4.4.2-P1.tar.gz ftp://ftp.isc.org/isc/dhcp/4.4.2-P1/dhcp-4.4.2-P1.tar.gz: No such directory ‘isc/dhcp/4.4.2-P1’. wget -nv --no-iri --user

[packages/dhcp] Update to 4.4.2 and make it work @th-2020.

2021-04-04 Thread glen
commit 3ae1beff2291d0cf75f300d79b7a72729e82cba8 Author: Paweł Zuzelski Date: Fri Apr 2 13:33:56 2021 + Update to 4.4.2 and make it work @th-2020. - dropped dhclient-decline-backoff patch. The source has changed beyond any hope in the meantime. Also if I read the new source

DISTFILES: eventum: eventum-3.10.2.tar.xz updown2.gif

2021-04-03 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/eventum/eventum/releases/download/v3.10.2/eventum-3.10.2.tar.xz 7792dca2adf05daeb923da123544a16c eventum-3.10.2.tar.xz Size: 4893180 bytes ALREADY GOT: http://www.isocra.com/images/updown2.gif

[packages/eventum] Up to 3.10.2

2021-04-03 Thread glen
commit cf188b22980b83b8d840b2dac3d95e3eed821dab Author: Elan Ruusamäe Date: Sun Apr 4 01:45:08 2021 +0300 Up to 3.10.2 eventum.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/eventum.spec b/eventum.spec index 87a1c7e..d14da56 100644 --- a/eventum.spec +++

[packages/lighttpd] Add mod_authn_dbi package

2021-04-01 Thread glen
commit b1e0c955cf6d25985818656b9d42fe270e7d1259 Author: Elan Ruusamäe Date: Thu Apr 1 15:31:21 2021 +0300 Add mod_authn_dbi package lighttpd.spec | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) --- diff --git a/lighttpd.spec b/lighttpd.spec index b7b5954..ecfb5bf

[packages/lighttpd] Add mod_ajp13 package

2021-04-01 Thread glen
commit 05c680021c6586dccb6316a697d2cc44ba90c57c Author: Elan Ruusamäe Date: Thu Apr 1 15:55:18 2021 +0300 Add mod_ajp13 package lighttpd.spec | 15 +++ 1 file changed, 15 insertions(+) --- diff --git a/lighttpd.spec b/lighttpd.spec index ecfb5bf..9ff7707 100644 ---

[projects/cleanbuild] Run poldek with terminal for poldek colors

2021-04-01 Thread glen
commit 970162d0a0e6f66049427fd3754e1cac7e2e56ad Author: Elan Ruusamäe Date: Thu Mar 11 00:59:17 2021 +0200 Run poldek with terminal for poldek colors Poldek does not support enforcing that by itself: - https://github.com/poldek-pm/poldek/issues/21 bin/cleanbuild-docker.sh |

[projects/cleanbuild] Fix multiple --with/--without parameters

2021-04-01 Thread glen
commit 9c5772e4e7b077c22dac8a8af6b6e87f70476369 Author: Elan Ruusamäe Date: Thu Mar 11 00:52:30 2021 +0200 Fix multiple --with/--without parameters bin/cleanbuild-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/bin/cleanbuild-docker.sh

[projects/cleanbuild] Add verbosity to build output what script is doing

2021-04-01 Thread glen
commit 9ccc3554555a8af21644e6e316308fc89d6c4815 Author: Elan Ruusamäe Date: Thu Mar 11 00:51:59 2021 +0200 Add verbosity to build output what script is doing bin/cleanbuild-docker.sh | 38 +- 1 file changed, 25 insertions(+), 13 deletions(-) --- diff

[projects/cleanbuild] Create container with docker-compose

2021-04-01 Thread glen
commit ebceaeef21dc503a366cf958048968fdf1e47ba3 Author: Elan Ruusamäe Date: Thu Mar 11 00:45:27 2021 +0200 Create container with docker-compose Using docker compose is more easier to do overrides using docker-compose.override.yml file. .gitignore | 1 +

[projects/cleanbuild] Use common die()

2021-04-01 Thread glen
commit 20a616bf5c1d2aefd468096219a46dee82f59317 Author: Elan Ruusamäe Date: Thu Mar 11 00:49:52 2021 +0200 Use common die() bin/cleanbuild-docker.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-) --- diff --git a/bin/cleanbuild-docker.sh b/bin/cleanbuild-docker.sh index

[PLDWWW] page changed: start

2021-03-31 Thread Elan Ruusamäe (glen)
pld-ac eol note --- https://www.pld-linux.org/start?rev=1615930517 +++ https://www.pld-linux.org/start?rev=1617229290 @@ -4,8 +4,17 @@ = News = + 1st April 2021: PLD/Linux Ac EOL + + The [[ac|PLD/Linux Ac]] was released on 1st April 2007, + Now 14 years later, it

[packages/eventum] Use bin/console.php in cron scripts

2021-03-29 Thread glen
commit 2354f7f7171ff9677a62ac5bdc0cf80aa4f0e61d Author: Elan Ruusamäe Date: Mon Mar 29 01:15:12 2021 +0300 Use bin/console.php in cron scripts The standalone scripts are deprecated eventum-mail-download.cron | 2 +- eventum-mail-queue.cron| 2 +- eventum-monitor.cron |

[packages/eventum] Drop router-postfix package

2021-03-29 Thread glen
commit 57d8a75fb77359dbd05a74edf4929814e218f1bb Author: Elan Ruusamäe Date: Mon Mar 29 01:16:28 2021 +0300 Drop router-postfix package The used script router-postfix.sh is broken for many versions The recommended routing mechanism is to use download mails script

[packages/eventum] Up to 3.10.1

2021-03-24 Thread glen
commit f71e0b206addb79645020d23060d1151250ae685 Author: Elan Ruusamäe Date: Wed Mar 24 21:54:30 2021 +0200 Up to 3.10.1 eventum-paths.patch | 8 +++- eventum.spec| 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) --- diff --git a/eventum.spec b/eventum.spec index

DISTFILES: eventum: eventum-3.10.1.tar.xz updown2.gif

2021-03-24 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/eventum/eventum/releases/download/v3.10.1/eventum-3.10.1.tar.xz ff8f9bd0bdddba5eaa38174a4c08ddaa eventum-3.10.1.tar.xz Size: 4800280 bytes ALREADY GOT: http://www.isocra.com/images/updown2.gif

[packages/eventum] Drop outdated ext-mcrypt dependency

2021-03-23 Thread glen
commit 6bc5f356a92780748d9326e071436afe45084b8d Author: Elan Ruusamäe Date: Tue Mar 23 11:01:02 2021 +0200 Drop outdated ext-mcrypt dependency eventum.spec | 1 - 1 file changed, 1 deletion(-) --- diff --git a/eventum.spec b/eventum.spec index 1760ebd..00af8f3 100644 --- a/eventum.spec

DISTFILES: eventum: eventum-3.10.0.tar.xz updown2.gif

2021-03-21 Thread glen
Request by: glen Files fetched: 1 STORED: https://github.com/eventum/eventum/releases/download/v3.10.0/eventum-3.10.0.tar.xz 0c736e3091e5e5696217e500e1a33ec4 eventum-3.10.0.tar.xz Size: 4789064 bytes ALREADY GOT: http://www.isocra.com/images/updown2.gif

<    1   2   3   4   5   6   7   8   9   10   >