Package Details: collabora-online-server-nodocker_ru 24.04.11.2-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: 1.29
First Submitted: 2017-10-13 20:12 (UTC)
Last Updated: 2025-01-09 13:32 (UTC)

Dependencies (11)

Required by (0)

Sources (94)

Latest Comments

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

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.

zynex commented on 2024-11-13 19:40 (UTC) (edited on 2024-11-13 19:41 (UTC) by zynex)

Any else having trouble getting the latest release to work? After upgrading this and to the latest NC, it seems that NC can't connect to it. Everything seems to work as it should, CO is up and accessible, but NC says it can't connect to it (and documents don't load). Everything did work last week.

kescherAUR commented on 2024-10-25 16:25 (UTC)

Checksums are failing once more

codified_mantel commented on 2024-10-06 04:09 (UTC)

Debs are failing b2sums again

HLFH commented on 2024-09-04 11:00 (UTC)

updated and fixed

kescherAUR commented on 2024-08-26 13:21 (UTC)

@HLFH exact same breakage again, exact same fix — it may make sense to simply add the -L flag as suggested by @LHLaurini.

HLFH commented on 2024-07-30 07:17 (UTC)

@kescherAUR @LHLaurini I have updated the main URL. It is now fixed.