Package Details: collabora-online-server-nodocker_pl 25.04.3.1-1

Git Clone URL: https://aur.archlinux.org/collabora-online-server-nodocker.git (read-only, click to copy)
Package Base: collabora-online-server-nodocker
Description: None
Upstream URL: https://www.collaboraonline.com/code/
Licenses: MPL-2.0
Submitter: theYinYeti
Maintainer: HLFH
Last Packager: HLFH
Votes: 15
Popularity: 0.061897
First Submitted: 2017-10-13 20:12 (UTC)
Last Updated: 2025-06-25 08:54 (UTC)

Dependencies (11)

Required by (0)

Sources (94)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

taba commented on 2025-07-02 14:45 (UTC)

Why use b2 when the source seems to use sha256 sums.

taba commented on 2025-07-02 14:43 (UTC)

    collaboraofficebasis-bg_25.04.3-1_amd64.deb ... FAILED
    collaboraoffice-dict-uk_25.04.3-1_amd64.deb ... FAILED
    collaboraoffice-dict-pt-br_25.04.3-1_amd64.deb ... FAILED

HLFH commented on 2025-06-18 11:54 (UTC)

25.04.2.2 released

HLFH commented on 2025-05-27 09:36 (UTC)

25.04.2.1 has been released for Elizabeth.

HLFH commented on 2025-02-27 15:25 (UTC)

It has been updated.

lifespirit commented on 2025-02-03 15:00 (UTC) (edited on 2025-02-03 15:03 (UTC) by lifespirit)

Checksum fix:

  1. Change checksums from b2sums to SHA512
sha512sums=('43faecb1ce3f897d57432017ddffe17353b7e49caac2a49ba212c62355304087f5c4c29e9a131bc8463e47d2175ffb31506206c9258d74159f4da9cd5a799b6f'
            'f59a238d91f44655165f8843b5cd4d4255a43a57eaf07ea5affb7ddfceee533d5f12841dbcd4c5bd91f97ca93df303990cc681745d56ffd6c7f0b90450a17a66'
            '1e21323b410622b1417b89f464cdf788f14945681f48dfec15852f28290dd9cbfd3aa0f35f86c54d3dcb68553a2eb347332079c5ef6bd05db7896908e3dd0122'
            '97cb972362abc9a72c5c1a5012b2416cd79b376dc6bc263ca061e30a5681ef9eb7c7d796d754b95fd648cf15c3b9853e29d9138ababa5d6d5b3a542519e4fd46'
            '54ea6e3a4b82cc04237e25caeed0767ef304c15df910f295458d4cdff8a9a25babe20c0c4c12a81f73daaf9c523f057e9b2145fd1748c10375a0178cbab32e33')
  1. Change function _upstream_handle_dep() to add sha512sum from Packages file for added deb:
_upstream_handle_dep() {
  local dep="$2"
  local eqv="$(grep "^[[:blank:]]*$(sed 's/[.]/\\\0/g' <<<"$dep")[[:blank:]]*=" <<<"$_upstream_equiv")"
  local meta="$(awk -F$'\n' -vRS= "/^Package:[[:blank:]]*$(sed 's/[.]/\\\0/g' <<<"$dep")\\n/ && /_(all|amd64)\\.deb\\n/{print}" Packages)"
  local seen depurl
  if [ -n "$eqv" ]; then
    dep="$(sed 's/.*=[[:blank:]]*//' <<<"$eqv")"
    [ -n "$dep" ] || return
    for seen in "${depends[@]}"; do
      [ "$seen" == "$dep" ] && return
    done
    depends+=("$dep")
  elif [ -n "$meta" ]; then
    depurl="$(sed -rn "s#^Filename:[[:blank:]]*(.*/)?#${source[0]%Packages}#p" <<<"$meta")"
    for seen in "${source[@]}"; do
      [ "$seen" == "$depurl" ] && return
    done
    # when a new .DEB is needed, put it in the right array of dependencies
    [ $1 == main ] && __main_debs[$dep]="$depurl" || __i18n_debs[$dep]="$depurl"
    source+=("$depurl")
    sha512sums+=("$(sed -rn "s#^SHA512:[[:blank:]]##p" <<<"$meta")") #<------------------ HERE
    while read dep; do if [ -n "$dep" ]; then
      _upstream_handle_dep "$1" "$dep"
    fi; done < <(
        sed -rn "s#^Depends:[[:blank:]]*##p" <<<"$meta" \
      | sed 's#([^)]*)##g; s#[[:blank:]]*,[[:blank:]]*#\n#g'
    )
  else
    echo "Unknown dependency: $dep" >&2; exit 1
  fi
}

Done

jkhsjdhjs commented on 2025-02-03 13:24 (UTC)

Checksums are incorrect

Seniux commented on 2025-01-24 14:02 (UTC) (edited on 2025-01-24 14:03 (UTC) by Seniux)

On hardened kernel must set this sysctl variable to 1:

sysctl -w kernel.unprivileged_userns_clone=1

Seniux commented on 2024-12-23 13:32 (UTC) (edited on 2024-12-23 13:58 (UTC) by Seniux)

@zynex I think this is error:

coolforkit-caps does not exist, install coolwsd-deprecated package

Collabora-online works fines on the standart kernel 6.12.4-arch1-1, but on the 6.12.6.hardened1-2 does not works. Need to edit the service (not secure?) or patch collabora.