Skip to content
Snippets Groups Projects
  1. Mar 30, 2021
  2. Mar 29, 2021
  3. Mar 28, 2021
    • Rosen Penev's avatar
      treewide: build CMake projects with Ninja · a31b7320
      Rosen Penev authored
      
      faster to compile.
      
      A small selection of packages was tested going from:
      
      Executed in  696.30 secs   fish           external
         usr time   82.98 mins  395.00 micros   82.98 mins
         sys time    9.02 mins    0.00 micros    9.02 mins
      
      to:
      
      Executed in  592.20 secs   fish           external
         usr time   84.84 mins  361.00 micros   84.84 mins
         sys time    8.85 mins   57.00 micros    8.85 mins
      
      Tested by running make -j 12 and wiping staging/build_dir/target_x
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      a31b7320
  4. Mar 26, 2021
  5. Mar 15, 2021
  6. Mar 14, 2021
  7. Mar 10, 2021
  8. Mar 09, 2021
  9. Mar 08, 2021
  10. Mar 06, 2021
  11. Mar 05, 2021
  12. Mar 04, 2021
  13. Mar 02, 2021
  14. Mar 01, 2021
  15. Feb 26, 2021
    • Eneas U de Queiroz's avatar
      php7: fix build with QUILT · d4979cff
      Eneas U de Queiroz authored
      
      When building with QUILT, unlike the regular build, Build/Prepare does
      not apply the patches.  So when buildconf is called with QUILT on, at
      the end of Build/Prepare, it will not have the patched sources, and
      build will fail.
      
      To fix the problem, run buildconf in Build/Prepare only when QUILT is
      off, and do it in Build/Configure otherwise.
      
      Signed-off-by: default avatarEneas U de Queiroz <cotequeiroz@gmail.com>
      d4979cff
    • Eneas U de Queiroz's avatar
      php7: fix pecl build with QUILT · 3476816c
      Eneas U de Queiroz authored
      
      Commit d741a64b ("lang/php7: Don't run phpize7 with QUILT") changed
      pecl.mk to not run phpize7 during Package/prepare if QUILT is set.  The
      intention was to allow prepare, refresh and update targets to run
      without building dependencies.
      
      As a side-effect, Package/configure and Package/compile fail when QUILT
      is defined because they can't find ./configure or a Makefile.  It also
      impacts the github tests run with pull requests, because QUILT is
      defined there.
      
      To avoid that failure and still keep the prepare, refresh, and update
      speedup, call phpize7 before Package/Configure if QUILT is defined.
      
      Signed-off-by: default avatarEneas U de Queiroz <cotequeiroz@gmail.com>
      3476816c
    • Hirokazu MORIKAWA's avatar
      node: bump to v14.16.0 · a68820bb
      Hirokazu MORIKAWA authored
      
      Update to v14.16.0
      
      February 2021 Security Releases
      - HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion (Critical) (CVE-2021-22883)
      - DNS rebinding in --inspect (CVE-2021-22884)
      - OpenSSL - Integer overflow in CipherUpdate (CVE-2021-23840)
      
      Signed-off-by: default avatarHirokazu MORIKAWA <morikw2@gmail.com>
      a68820bb
  16. Feb 24, 2021
  17. Feb 23, 2021
  18. Feb 22, 2021
    • Luiz Angelo Daros de Luca's avatar
      ruby: update to 3.0.0 · fe4020f2
      Luiz Angelo Daros de Luca authored
      This release goal is performance, concurrency, and typing. See details
      in https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
      
      
      
      New subpackages (reflect of mostly complete upstream ruby gemification)
      - ruby-abbrev (from ruby-misc)
      - ruby-base64 (from ruby-misc)
      - ruby-coverage (from ruby-misc)
      - ruby-continuation (from ruby-misc)
      - ruby-debug (from ruby-debuglib)
      - ruby-english (from ruby-misc)
      - ruby-expect (from ruby-misc)
      - ruby-fiber (from ruby-misc)
      - ruby-find (from ruby-filelib)
      - ruby-io-nonblock (from ruby-multithread)
      - ruby-io-wait (from ruby-multithread)
      - ruby-monitor (from ruby-multithread)
      - ruby-net-ftp (from ruby-net)
      - ruby-net-http (from ruby-net)
      - ruby-net-imap (from ruby-net)
      - ruby-net-pop (from ruby-net)
      - ruby-net-protocol (from ruby-net)
      - ruby-objspace (from ruby-debuglib)
      - ruby-open-uri (from ruby-net)
      - ruby-pathname (from ruby-filelib)
      - ruby-pp (from ruby-prettyprint)
      - ruby-pty (from ruby-misc)
      - ruby-rbs (NEW)
      - ruby-resolv (from ruby-socket)
      - ruby-resolv-replace (from ruby-socket)
      - ruby-securerandom (from ruby-misc)
      - ruby-set (from ruby-misc)
      - ruby-shellwords (from ruby-misc)
      - ruby-syslog (from ruby-logger)
      - ruby-tempfile (from ruby-filelib)
      - ruby-tmpdir (from ruby-filelib)
      - ruby-tsort (from ruby-misc)
      - ruby-typeprof (NEW)
      - ruby-un (from ruby-mkmf)
      - ruby-weakref (from ruby-misc)
      
      Removed subpackages
      - ruby-debuglib (split into ruby-debug,ruby-objspace)
      - ruby-filelib (split into ruby-find,ruby-pathname,ruby-tempfile,ruby-tmpdir)
      - ruby-misc (split into ruby-abbrev,ruby-base64,ruby-continuation,
          ruby-coverage,ruby-english,ruby-expect,ruby-fiber,ruby-securerandom,
          ruby-set,ruby-shellwords,ruby-tsort,ruby-weakref)
      - ruby-multithread (split into ruby-io-nonblock,ruby-io-wait,ruby-monitor)
      - ruby-net (split into ruby-net-ftp,ruby-net-http,ruby-net-imap,ruby-net-pop,
          ruby-net-protocol,ruby-open-uri)
      - ruby-net-telnet (removed upstream)
      - ruby-sdbm (removed upstream)
      - ruby-webrick (removed upstream)
      - ruby-xmlrpc (removed upstream)
      
      Signed-off-by: default avatarLuiz Angelo Daros de Luca <luizluca@gmail.com>
      fe4020f2
    • Jeffery To's avatar
      python3: Update to 3.9.2, refresh patches · 6d9005d5
      Jeffery To authored
      
      Includes fixes for:
      * CVE-2021-3177 - ctypes: Buffer overflow in PyCArg_repr
      * CVE-2021-23336 - urllib parse_qsl(): Web cache poisoning - semicolon
        as a query args separator
      
      Signed-off-by: default avatarJeffery To <jeffery.to@gmail.com>
      6d9005d5
    • Jan Pavlinec's avatar
      91929283
    • Jan Pavlinec's avatar
      fb7e8186
    • Jan Pavlinec's avatar
      python-packaging: update to version 20.9 · 6a43812f
      Jan Pavlinec authored
      
      Changes:
      - add python-urllib dependency
      
      Signed-off-by: default avatarJan Pavlinec <jan.pavlinec@nic.cz>
      6a43812f
    • Jeffery To's avatar
      golang: Update to 1.16 · dc587ecc
      Jeffery To authored
      
      Signed-off-by: default avatarJeffery To <jeffery.to@gmail.com>
      dc587ecc
  19. Feb 21, 2021
Loading