1. 02 Sep, 2022 6 commits
    • Boxiang Sun's avatar
      stack/slapos.cfg: remove prefix 0 from version number · d62712ba
      Boxiang Sun authored
      our shacache uploading code for pypi cannot handle the prefix 0 in the version number right now.
      it will upload the version 2020.4.5.1 instead of 2020.04.05.1
      d62712ba
    • Boxiang Sun's avatar
    • Boxiang Sun's avatar
      componnent/gtk-2: Add python2.7 as the dependency of pango · 9c47f828
      Boxiang Sun authored
      pango needs glib/glib-mkenums, and glib-mkenums needs python2.7:
      -mkenums: /usr/bin/env: ‘python2.7’: No such file or directory
      9c47f828
    • Vincent Pelletier's avatar
      stack/erp5: Setup postfix logging. · 05dd3bb1
      Vincent Pelletier authored
      Direct logs to instance's var/log and call postfix's logrotate command,
      instead of the slapos-hostile syslog.
      Unfortunately, rotated logs will stay in that directory, unlike the
      de-facto standard for slapos.
      05dd3bb1
    • Vincent Pelletier's avatar
      stack/erp5: Make postfix happier. · 540daf2b
      Vincent Pelletier authored
      Resolve warnings emitted by postfix commands themselves.
      540daf2b
    • Vincent Pelletier's avatar
      component/postfix: update to 3.7.2 · f6708e96
      Vincent Pelletier authored
      Fixes build on recent libc headers:
      set -e; for i in src/util src/global src/dns src/tls src/xsasl src/master src/milter src/postfix src/fsstone src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce src/pipe src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick src/postlock src/postlog src/postmap src/postqueue src/postsuper src/qmqpd src/spawn src/flush src/verify src/virtual src/proxymap src/anvil src/scache src/discard src/tlsmgr src/postmulti src/postscreen src/dnsblog src/tlsproxy src/posttls-finger src/postlogd; do \
       (set -e; echo "[$i]"; cd $i; make 'WARN=-Wmissing-prototypes -Wformat -Wno-comment -fcommon' update MAKELEVEL=) || exit 1; \
      done
      [src/util]
      gcc -I. -I../../include -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -DUSE_TLS -DHAS_PCRE -DHAS_DB -I/home/vifib/software/b3708eca6720657934c5dee0b8247042/parts/libdb/include -I/home/vifib/software/b3708eca6720657934c5dee0b8247042/parts/pcre/include -I/home/vifib/software/b3708eca6720657934c5dee0b8247042/parts/openssl/include -I/home/vifib/software/b3708eca6720657934c5dee0b8247042/parts/cyrus-sasl/include/sasl -I/home/vifib/software/b3708eca6720657934c5dee0b8247042/parts/libnsl/include -DNO_EAI -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wmissing-prototypes -Wformat -Wno-comment -fcommon  -g -O -I. -DLINUX5 -c attr_clnt.c
      In file included from attr_clnt.c:87:
      ./sys_defs.h:763: warning: "HAS_DB" redefined
        763 | #define HAS_DB
            |
      <command-line>: note: this is the location of the previous definition
      In file included from attr_clnt.c:88:
      /usr/include/unistd.h:363:13: error: conflicting types for 'closefrom'; have 'void(int)'
        363 | extern void closefrom (int __lowfd) __THROW;
            |             ^~~~~~~~~
      ./sys_defs.h:1512:12: note: previous declaration of 'closefrom' with type 'int(int)'
       1512 | extern int closefrom(int);
            |            ^~~~~~~~~
      make: *** [Makefile:192: attr_clnt.o] Error 1
      make: *** [Makefile:94: update] Error 1
      
      Also, switch from Wietse's own source ftp to a mirror.
      f6708e96
  2. 01 Sep, 2022 6 commits
  3. 31 Aug, 2022 12 commits
  4. 30 Aug, 2022 3 commits
  5. 29 Aug, 2022 6 commits
  6. 28 Aug, 2022 3 commits
  7. 26 Aug, 2022 2 commits
  8. 25 Aug, 2022 2 commits