From de3af3ced0b21585155909e3bef60aa1b1c816ad Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 11 Nov 2016 19:35:46 +0100 Subject: [PATCH 01/14] Initial commit. Added README file. --- README | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..e69de29 -- 2.26.2 From c4647a0866da02bf701ac8e5e252fad31b1062e1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 11 Nov 2016 21:26:41 +0100 Subject: [PATCH 02/14] ports: initial import --- ports/.footprint | 18 ++++++++++++++++++ ports/.md5sum | 8 ++++++++ ports/Pkgfile | 20 ++++++++++++++++++++ ports/contrib.rsync.inactive | 3 +++ ports/core-arm.rsync | 3 +++ ports/core.rsync | 3 +++ ports/odroidxu4-arm.rsync | 3 +++ ports/opt-arm.rsync | 3 +++ ports/opt.rsync | 3 +++ ports/xorg-arm.rsync | 3 +++ ports/xorg.rsync | 3 +++ 11 files changed, 70 insertions(+) create mode 100644 ports/.footprint create mode 100644 ports/.md5sum create mode 100644 ports/Pkgfile create mode 100644 ports/contrib.rsync.inactive create mode 100644 ports/core-arm.rsync create mode 100644 ports/core.rsync create mode 100644 ports/odroidxu4-arm.rsync create mode 100644 ports/opt-arm.rsync create mode 100644 ports/opt.rsync create mode 100644 ports/xorg-arm.rsync create mode 100644 ports/xorg.rsync diff --git a/ports/.footprint b/ports/.footprint new file mode 100644 index 0000000..759f9eb --- /dev/null +++ b/ports/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ports/ +-rw-r--r-- root/root etc/ports/contrib.rsync.inactive +-rw-r--r-- root/root etc/ports/core-arm.rsync +-rw-r--r-- root/root etc/ports/core.rsync +drwxr-xr-x root/root etc/ports/drivers/ +-rw-r--r-- root/root etc/ports/opt-arm.rsync +-rw-r--r-- root/root etc/ports/opt.rsync +-rw-r--r-- root/root etc/ports/xorg-arm.rsync +-rw-r--r-- root/root etc/ports/xorg.rsync +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ports +drwxr-xr-x root/root usr/ports/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/ports.8.gz diff --git a/ports/.md5sum b/ports/.md5sum new file mode 100644 index 0000000..0ad2877 --- /dev/null +++ b/ports/.md5sum @@ -0,0 +1,8 @@ +50fce84f0327ee5c100f66594024b5f2 contrib.rsync.inactive +7db07c243cf80a2fe71364555e234901 core-arm.rsync +faedd8944bd5ecc397f73bf73bd624d4 core.rsync +ca6c61c26966a4535e19e5df020163e8 opt-arm.rsync +eded5385d3637f1918a82f4409abc64a opt.rsync +1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +f86c5b27a36bfc161d9c5f07d3997455 xorg-arm.rsync +c24101073a06fc58a02c99bf5d56bea7 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile new file mode 100644 index 0000000..41099ab --- /dev/null +++ b/ports/Pkgfile @@ -0,0 +1,20 @@ +# Description: CRUX ports system tools +# URL: http://crux.nu +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: + +name=ports +version=1.5 +release=17 +source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ + core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ + core-arm.rsync opt-arm.rsync xorg-arm.rsync) + +build () { + cd $name-$version + make + make DESTDIR=$PKG MANDIR=/usr/share/man install + + install -m 0644 $SRC/*.rsync* $PKG/etc/ports +} diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive new file mode 100644 index 0000000..f69aa5d --- /dev/null +++ b/ports/contrib.rsync.inactive @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/contrib/ +destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync new file mode 100644 index 0000000..93b44fd --- /dev/null +++ b/ports/core-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/core-arm/ +destination=/usr/ports/core-arm diff --git a/ports/core.rsync b/ports/core.rsync new file mode 100644 index 0000000..8dc4ec3 --- /dev/null +++ b/ports/core.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/core/ +destination=/usr/ports/core diff --git a/ports/odroidxu4-arm.rsync b/ports/odroidxu4-arm.rsync new file mode 100644 index 0000000..adb678d --- /dev/null +++ b/ports/odroidxu4-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/odroidxu4-arm/ +destination=/usr/ports/odroidxu4-arm diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync new file mode 100644 index 0000000..49b9a4f --- /dev/null +++ b/ports/opt-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/opt-arm/ +destination=/usr/ports/opt-arm diff --git a/ports/opt.rsync b/ports/opt.rsync new file mode 100644 index 0000000..73f531a --- /dev/null +++ b/ports/opt.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/opt/ +destination=/usr/ports/opt diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync new file mode 100644 index 0000000..f1aa120 --- /dev/null +++ b/ports/xorg-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/xorg-arm/ +destination=/usr/ports/xorg-arm diff --git a/ports/xorg.rsync b/ports/xorg.rsync new file mode 100644 index 0000000..842965f --- /dev/null +++ b/ports/xorg.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/xorg/ +destination=/usr/ports/xorg -- 2.26.2 From ef6890ea6e44212964b1f8e2ac266b22da65267f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 11 Nov 2016 21:27:29 +0100 Subject: [PATCH 03/14] prt-get: initial import --- prt-get/.footprint | 17 ++++++++++++++ prt-get/.md5sum | 3 +++ prt-get/Pkgfile | 22 +++++++++++++++++ prt-get/README | 9 +++++++ prt-get/prt-get.aliases | 9 +++++++ prt-get/prt-get.conf | 52 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 112 insertions(+) create mode 100644 prt-get/.footprint create mode 100644 prt-get/.md5sum create mode 100644 prt-get/Pkgfile create mode 100644 prt-get/README create mode 100644 prt-get/prt-get.aliases create mode 100644 prt-get/prt-get.conf diff --git a/prt-get/.footprint b/prt-get/.footprint new file mode 100644 index 0000000..7304127 --- /dev/null +++ b/prt-get/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/prt-get.conf +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/prt-cache -> prt-get +-rwxr-xr-x root/root usr/bin/prt-get +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/prt-get.conf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/prt-cache.8.gz +-rw-r--r-- root/root usr/share/man/man8/prt-get.8.gz +drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/lib/ +drwxr-xr-x root/root var/lib/pkg/ +-rw-r--r-- root/root var/lib/pkg/prt-get.aliases diff --git a/prt-get/.md5sum b/prt-get/.md5sum new file mode 100644 index 0000000..60692ee --- /dev/null +++ b/prt-get/.md5sum @@ -0,0 +1,3 @@ +a37751f1627a4e0125c8ffadfa85be80 prt-get-5.19.tar.gz +4f6b710e4d2b18c70cfe5e4a593938b7 prt-get.aliases +a8f7647a54e99d21635fb576ed6791f3 prt-get.conf diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile new file mode 100644 index 0000000..4bda6a1 --- /dev/null +++ b/prt-get/Pkgfile @@ -0,0 +1,22 @@ +# Description: A utility to simplify ports searching/installing +# URL: http://jw.smts.ch/files/crux/prt-get_quickstart.html +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: + +name=prt-get +version=5.19 +release=3 +source=(http://crux.nu/files/prt-get-$version.tar.gz + prt-get.conf prt-get.aliases) + +build() { + cd ${name}-${version} + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + + install -m 644 $SRC/prt-get.conf $PKG/etc/ + install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases +} diff --git a/prt-get/README b/prt-get/README new file mode 100644 index 0000000..a38f6c4 --- /dev/null +++ b/prt-get/README @@ -0,0 +1,9 @@ +NOTE: + +Some people have reported problems when using optimizations larger than +-O2; typical symptoms are "prt-get install X" saying that a package is +installed while "prt-get update X" saying it's not, or "prt-get listinst" +printing just nothing. + +If you experience strange effects, please try recompiling with + CXXFLAGS="-O2 -pipe" diff --git a/prt-get/prt-get.aliases b/prt-get/prt-get.aliases new file mode 100644 index 0000000..2e7af63 --- /dev/null +++ b/prt-get/prt-get.aliases @@ -0,0 +1,9 @@ +j2sdk: j2re +j2sdk: jre +jdk: jre +openmotif: lesstif +postfix: sendmail +exim: sendmail +qmail: sendmail +masqmail: sendmail +xorg: x11 diff --git a/prt-get/prt-get.conf b/prt-get/prt-get.conf new file mode 100644 index 0000000..1b53318 --- /dev/null +++ b/prt-get/prt-get.conf @@ -0,0 +1,52 @@ +### +### prt-get conf +### + +# note: the order matters: the package found first is used +prtdir /usr/ports/odroidxu4-arm +prtdir /usr/ports/core-arm +prtdir /usr/ports/opt-arm +prtdir /usr/ports/xorg-arm +prtdir /usr/ports/core +prtdir /usr/ports/opt +prtdir /usr/ports/xorg + +# the following line enables the user maintained contrib collection +#prtdir /usr/ports/contrib + +### use mypackage form local directory +# prtdir /home/packages/build:mypackage + +### log options: +# writelog enabled # (enabled|disabled) +# logmode overwrite # (append|overwrite) +# rmlog_on_success yes # (no|yes) +logfile /var/log/pkgbuild/%n.log + # path, %p=path to port dir, %n=port name + # %v=version, %r=release + +### use alternate cache file (default: /var/lib/pkg/prt-get.cache +# cachefile /mnt/nfs/cache + +### print README information: +# readme verbose # (verbose|compact|disabled) + +### prefer higher versions in sysup / diff +# preferhigher no # (yes|no) + +### use regexp search +# useregex no # (yes|no) + +### run pre- and post-installs scripts; yes is equivalent to the +### --install-scripts option +# runscripts no # (no|yes) + + +### EXPERT SECTION ### + +### alternative commands +# makecommand pkgmk +# addcommand pkgadd +# removecommand pkgrm +# runscriptcommand sh + -- 2.26.2 From 8ca90ca372ba9f1bbd092e05de053206db6812a8 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 8 Mar 2017 20:40:43 +0000 Subject: [PATCH 04/14] pkgutils: restored port with new CFLAGS --- pkgutils/.footprint | 21 +++++++++++++++++++++ pkgutils/.md5sum | 2 ++ pkgutils/Pkgfile | 18 ++++++++++++++++++ pkgutils/pkgmk.conf.patch | 14 ++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 pkgutils/.footprint create mode 100644 pkgutils/.md5sum create mode 100644 pkgutils/Pkgfile create mode 100644 pkgutils/pkgmk.conf.patch diff --git a/pkgutils/.footprint b/pkgutils/.footprint new file mode 100644 index 0000000..675aac2 --- /dev/null +++ b/pkgutils/.footprint @@ -0,0 +1,21 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/pkgadd.conf +-rw-r--r-- root/root etc/pkgmk.conf +-rw-r--r-- root/root etc/rejmerge.conf +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/pkgadd +lrwxrwxrwx root/root usr/bin/pkginfo -> pkgadd +-rwxr-xr-x root/root usr/bin/pkgmk +lrwxrwxrwx root/root usr/bin/pkgrm -> pkgadd +-rwxr-xr-x root/root usr/bin/rejmerge +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/pkgmk.conf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/pkgadd.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkginfo.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkgmk.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkgrm.8.gz +-rw-r--r-- root/root usr/share/man/man8/rejmerge.8.gz diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum new file mode 100644 index 0000000..241c77a --- /dev/null +++ b/pkgutils/.md5sum @@ -0,0 +1,2 @@ +a1b986b9f25ab523205c43506ca8970f pkgmk.conf.patch +7598a513390c081e36ff3f2b8dba3fed pkgutils-5.40.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile new file mode 100644 index 0000000..3a57ba9 --- /dev/null +++ b/pkgutils/Pkgfile @@ -0,0 +1,18 @@ +# Description: A set of utilities to manage software packages +# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: libarchive + +name=pkgutils +version=5.40 +release=1 +source=(http://crux.nu/files/$name-$version.tar.xz \ + pkgmk.conf.patch) + +build () { + cd $name-$version + patch -p0 -i $SRC/pkgmk.conf.patch + sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile + make DESTDIR=$PKG install MANDIR=/usr/share/man +} diff --git a/pkgutils/pkgmk.conf.patch b/pkgutils/pkgmk.conf.patch new file mode 100644 index 0000000..4a241e6 --- /dev/null +++ b/pkgutils/pkgmk.conf.patch @@ -0,0 +1,14 @@ +--- pkgmk.conf.orig 2014-10-16 15:59:34.057394811 +0000 ++++ pkgmk.conf 2014-10-16 16:00:18.437371591 +0000 +@@ -2,9 +2,8 @@ + # /etc/pkgmk.conf: pkgmk(8) configuration + # + +-export CFLAGS="-O2 -march=x86-64 -pipe" +-export CXXFLAGS="${CFLAGS}" +- ++export CFLAGS="-O2 -pipe -mfloat-abi=hard -march=armv7ve -mcpu=cortex-a15 -mfpu=neon-vfpv4" ++export CXXFLAGS="$CFLAGS" + # export MAKEFLAGS="-j2" + + case ${PKGMK_ARCH} in -- 2.26.2 From aefb8346d6ce2dd3b12f61b6899d8ba2d2c9f7cb Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 8 Mar 2017 20:52:51 +0000 Subject: [PATCH 05/14] ports: updated to 1.5 release 22 --- ports/Pkgfile | 25 +++++++++++++++++++------ ports/contrib.pub | 2 ++ ports/contrib.rsync.inactive | 2 +- ports/core-arm.rsync | 2 +- ports/core.pub | 2 ++ ports/core.rsync | 2 +- ports/odroidxu4-arm.rsync | 2 +- ports/opt-arm.rsync | 2 +- ports/opt.pub | 2 ++ ports/opt.rsync | 2 +- ports/xorg-arm.rsync | 2 +- ports/xorg.pub | 2 ++ ports/xorg.rsync | 2 +- 13 files changed, 35 insertions(+), 14 deletions(-) create mode 100644 ports/contrib.pub create mode 100644 ports/core.pub create mode 100644 ports/opt.pub create mode 100644 ports/xorg.pub diff --git a/ports/Pkgfile b/ports/Pkgfile index 41099ab..8548eb7 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,15 +6,28 @@ name=ports version=1.5 -release=17 +release=22 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ + core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ - core-arm.rsync opt-arm.rsync xorg-arm.rsync) + odroidxu4-arm.rsync core-arm.rsync opt-arm.rsync xorg-arm.rsync) build () { - cd $name-$version - make - make DESTDIR=$PKG MANDIR=/usr/share/man install + cd $name-$version + make + make DESTDIR=$PKG MANDIR=/usr/share/man install + + install -m 0644 $SRC/odroidxu4-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/core.rsync $PKG/etc/ports + install -m 0644 $SRC/opt.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg.rsync $PKG/etc/ports + install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports + install -m 0644 $SRC/core.pub $PKG/etc/ports + install -m 0644 $SRC/opt.pub $PKG/etc/ports + install -m 0644 $SRC/xorg.pub $PKG/etc/ports + install -m 0644 $SRC/contrib.pub $PKG/etc/ports + install -m 0644 $SRC/core-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm.rsync $PKG/etc/ports - install -m 0644 $SRC/*.rsync* $PKG/etc/ports } diff --git a/ports/contrib.pub b/ports/contrib.pub new file mode 100644 index 0000000..81d31e5 --- /dev/null +++ b/ports/contrib.pub @@ -0,0 +1,2 @@ +untrusted comment: contrib public key +RWSagIOpLGJF3/J2edPyOdE4VWoyvvVvt3gdvOArUkvBrgSHjsBEdmrS diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index f69aa5d..5f1a901 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/contrib/ +collection=ports/crux-3.3/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync index 93b44fd..e8745d0 100644 --- a/ports/core-arm.rsync +++ b/ports/core-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/core-arm/ +collection=ports/crux-3.3/core-arm/ destination=/usr/ports/core-arm diff --git a/ports/core.pub b/ports/core.pub new file mode 100644 index 0000000..a09d3ac --- /dev/null +++ b/ports/core.pub @@ -0,0 +1,2 @@ +untrusted comment: core public key +RWRJc1FUaeVeqsGlEPc66dguintWWomCSORUNseged62IATuMVCK0zu6 diff --git a/ports/core.rsync b/ports/core.rsync index 8dc4ec3..b98b9ba 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/core/ +collection=ports/crux-3.3/core/ destination=/usr/ports/core diff --git a/ports/odroidxu4-arm.rsync b/ports/odroidxu4-arm.rsync index adb678d..53d3871 100644 --- a/ports/odroidxu4-arm.rsync +++ b/ports/odroidxu4-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/odroidxu4-arm/ +collection=ports/crux-3.3/odroidxu4-arm/ destination=/usr/ports/odroidxu4-arm diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync index 49b9a4f..0ad76ab 100644 --- a/ports/opt-arm.rsync +++ b/ports/opt-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/opt-arm/ +collection=ports/crux-3.3/opt-arm/ destination=/usr/ports/opt-arm diff --git a/ports/opt.pub b/ports/opt.pub new file mode 100644 index 0000000..346b688 --- /dev/null +++ b/ports/opt.pub @@ -0,0 +1,2 @@ +untrusted comment: opt public key +RWSE3ohX2g5d/Zmwm/W4S8ZzNNTjXE7bI8XmnpawKOnQ+MiVa7TD0YC9 diff --git a/ports/opt.rsync b/ports/opt.rsync index 73f531a..5b914bb 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/opt/ +collection=ports/crux-3.3/opt/ destination=/usr/ports/opt diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync index f1aa120..816e1a3 100644 --- a/ports/xorg-arm.rsync +++ b/ports/xorg-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/xorg-arm/ +collection=ports/crux-3.3/xorg-arm/ destination=/usr/ports/xorg-arm diff --git a/ports/xorg.pub b/ports/xorg.pub new file mode 100644 index 0000000..983eb51 --- /dev/null +++ b/ports/xorg.pub @@ -0,0 +1,2 @@ +untrusted comment: xorg public key +RWTSGWF5Q7TndIlWcgmz/x/4xBWLbyPRmI3LyI8rsN/iahlpFpgNIwSR diff --git a/ports/xorg.rsync b/ports/xorg.rsync index 842965f..b326f15 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/xorg/ +collection=ports/crux-3.3/xorg/ destination=/usr/ports/xorg -- 2.26.2 From ffce07d58e2ce279bd78fd38c7d6511d43166bc6 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 8 Mar 2017 20:53:56 +0000 Subject: [PATCH 06/14] prt-get: updated to 5.19.1 --- prt-get/Pkgfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile index 4bda6a1..22e53c9 100644 --- a/prt-get/Pkgfile +++ b/prt-get/Pkgfile @@ -5,9 +5,9 @@ # Depends on: name=prt-get -version=5.19 -release=3 -source=(http://crux.nu/files/prt-get-$version.tar.gz +version=5.19.1 +release=1 +source=(http://crux.nu/files/prt-get-$version.tar.xz prt-get.conf prt-get.aliases) build() { -- 2.26.2 From 38c09264064e612a05d881efeeea8e33b570026d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 3 Apr 2017 05:57:24 +0200 Subject: [PATCH 07/14] pkgutils: updated to 5.40.1 --- pkgutils/.md5sum | 2 +- pkgutils/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index 241c77a..8d853e7 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ a1b986b9f25ab523205c43506ca8970f pkgmk.conf.patch -7598a513390c081e36ff3f2b8dba3fed pkgutils-5.40.tar.xz +327e450225a3a245d10bb64aebec621c pkgutils-5.40.1.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 3a57ba9..6c88621 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40 +version=5.40.1 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) -- 2.26.2 From b79953a980c11ea2fa11089b6327680be8212b16 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 10 May 2017 01:07:32 +0200 Subject: [PATCH 08/14] pkgutils: updated to 5.40.3 --- pkgutils/.md5sum | 2 +- pkgutils/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index 8d853e7..39c5918 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ a1b986b9f25ab523205c43506ca8970f pkgmk.conf.patch -327e450225a3a245d10bb64aebec621c pkgutils-5.40.1.tar.xz +6b05554a3c62b9fbbf944668c9d8b358 pkgutils-5.40.3.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 6c88621..e93f85b 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.1 +version=5.40.3 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) -- 2.26.2 From 190568ee2ef12f60a180841e46eb6fd439a35d8c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sat, 21 Jul 2018 09:40:22 +0200 Subject: [PATCH 09/14] ports: updated to 23 --- ports/.footprint | 5 +++++ ports/.md5sum | 19 ++++++++++++------- ports/Pkgfile | 2 +- ports/contrib.rsync.inactive | 2 +- ports/core-arm.rsync | 2 +- ports/core.rsync | 2 +- ports/odroidxu4-arm.rsync | 2 +- ports/opt-arm.rsync | 2 +- ports/opt.rsync | 2 +- ports/xorg-arm.rsync | 2 +- ports/xorg.rsync | 2 +- 11 files changed, 26 insertions(+), 16 deletions(-) diff --git a/ports/.footprint b/ports/.footprint index 759f9eb..8ccc28c 100644 --- a/ports/.footprint +++ b/ports/.footprint @@ -1,12 +1,17 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/ports/ +-rw-r--r-- root/root etc/ports/contrib.pub -rw-r--r-- root/root etc/ports/contrib.rsync.inactive -rw-r--r-- root/root etc/ports/core-arm.rsync +-rw-r--r-- root/root etc/ports/core.pub -rw-r--r-- root/root etc/ports/core.rsync drwxr-xr-x root/root etc/ports/drivers/ +-rw-r--r-- root/root etc/ports/odroidxu4-arm.rsync -rw-r--r-- root/root etc/ports/opt-arm.rsync +-rw-r--r-- root/root etc/ports/opt.pub -rw-r--r-- root/root etc/ports/opt.rsync -rw-r--r-- root/root etc/ports/xorg-arm.rsync +-rw-r--r-- root/root etc/ports/xorg.pub -rw-r--r-- root/root etc/ports/xorg.rsync drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ diff --git a/ports/.md5sum b/ports/.md5sum index 0ad2877..b4b0942 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,8 +1,13 @@ -50fce84f0327ee5c100f66594024b5f2 contrib.rsync.inactive -7db07c243cf80a2fe71364555e234901 core-arm.rsync -faedd8944bd5ecc397f73bf73bd624d4 core.rsync -ca6c61c26966a4535e19e5df020163e8 opt-arm.rsync -eded5385d3637f1918a82f4409abc64a opt.rsync +804bb419e539a70ad80e4c03df3c3411 contrib.pub +85da0c1d6c822bc6fb20b0ecdd06b3f5 contrib.rsync.inactive +e9443348039c4dbe86ea0d9494622da0 core-arm.rsync +b8dd0aad383810cad920d6548cd1cb56 core.pub +87528a9bc5205ed8589e7964e34571ae core.rsync +ca17955568745a5179fe5fb38e80b6f2 odroidxu4-arm.rsync +1aa1fe43db716743b5c482e671597618 opt-arm.rsync +0d1f1fde50a9bd743d9cac6b235f038c opt.pub +b1302ff270238b1450c1a025c42fd8e1 opt.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -f86c5b27a36bfc161d9c5f07d3997455 xorg-arm.rsync -c24101073a06fc58a02c99bf5d56bea7 xorg.rsync +10abf11c76df1de56df8a4323aa97f3a xorg-arm.rsync +69927e5d0ae5dc3455faeaac916c4db2 xorg.pub +89768ed603f9f19e48de1951191594f8 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index 8548eb7..e8cd3a0 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,7 +6,7 @@ name=ports version=1.5 -release=22 +release=23 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index 5f1a901..1bbd05b 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.3/contrib/ +collection=ports/crux-3.4/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync index e8745d0..07dca27 100644 --- a/ports/core-arm.rsync +++ b/ports/core-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.3/core-arm/ +collection=ports/crux-3.4/core-arm/ destination=/usr/ports/core-arm diff --git a/ports/core.rsync b/ports/core.rsync index b98b9ba..3cba863 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.3/core/ +collection=ports/crux-3.4/core/ destination=/usr/ports/core diff --git a/ports/odroidxu4-arm.rsync b/ports/odroidxu4-arm.rsync index 53d3871..6954b67 100644 --- a/ports/odroidxu4-arm.rsync +++ b/ports/odroidxu4-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.3/odroidxu4-arm/ +collection=ports/crux-3.4/odroidxu4-arm/ destination=/usr/ports/odroidxu4-arm diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync index 0ad76ab..253ccbb 100644 --- a/ports/opt-arm.rsync +++ b/ports/opt-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.3/opt-arm/ +collection=ports/crux-3.4/opt-arm/ destination=/usr/ports/opt-arm diff --git a/ports/opt.rsync b/ports/opt.rsync index 5b914bb..f3182c5 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.3/opt/ +collection=ports/crux-3.4/opt/ destination=/usr/ports/opt diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync index 816e1a3..ec5d3b2 100644 --- a/ports/xorg-arm.rsync +++ b/ports/xorg-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.3/xorg-arm/ +collection=ports/crux-3.4/xorg-arm/ destination=/usr/ports/xorg-arm diff --git a/ports/xorg.rsync b/ports/xorg.rsync index b326f15..eb891d5 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.3/xorg/ +collection=ports/crux-3.4/xorg/ destination=/usr/ports/xorg -- 2.26.2 From 922e86e51511d528696dfddec2d1772976dd4388 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 30 Aug 2018 06:19:17 +0200 Subject: [PATCH 10/14] ports: added forgotten pub file --- ports/.footprint | 4 ++++ ports/.md5sum | 4 ++++ ports/Pkgfile | 7 ++++++- ports/core-arm.pub | 2 ++ ports/odroidxu4-arm.pub | 2 ++ ports/opt-arm.pub | 2 ++ ports/xorg-arm.pub | 2 ++ 7 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 ports/core-arm.pub create mode 100644 ports/odroidxu4-arm.pub create mode 100644 ports/opt-arm.pub create mode 100644 ports/xorg-arm.pub diff --git a/ports/.footprint b/ports/.footprint index 8ccc28c..d391e9e 100644 --- a/ports/.footprint +++ b/ports/.footprint @@ -2,14 +2,18 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/ports/ -rw-r--r-- root/root etc/ports/contrib.pub -rw-r--r-- root/root etc/ports/contrib.rsync.inactive +-rw-r--r-- root/root etc/ports/core-arm.pub -rw-r--r-- root/root etc/ports/core-arm.rsync -rw-r--r-- root/root etc/ports/core.pub -rw-r--r-- root/root etc/ports/core.rsync drwxr-xr-x root/root etc/ports/drivers/ +-rw-r--r-- root/root etc/ports/odroidxu4-arm.pub -rw-r--r-- root/root etc/ports/odroidxu4-arm.rsync +-rw-r--r-- root/root etc/ports/opt-arm.pub -rw-r--r-- root/root etc/ports/opt-arm.rsync -rw-r--r-- root/root etc/ports/opt.pub -rw-r--r-- root/root etc/ports/opt.rsync +-rw-r--r-- root/root etc/ports/xorg-arm.pub -rw-r--r-- root/root etc/ports/xorg-arm.rsync -rw-r--r-- root/root etc/ports/xorg.pub -rw-r--r-- root/root etc/ports/xorg.rsync diff --git a/ports/.md5sum b/ports/.md5sum index b4b0942..ffd6b0a 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,13 +1,17 @@ 804bb419e539a70ad80e4c03df3c3411 contrib.pub 85da0c1d6c822bc6fb20b0ecdd06b3f5 contrib.rsync.inactive +8cc84b5ed58114c20bf556774a9d4278 core-arm.pub e9443348039c4dbe86ea0d9494622da0 core-arm.rsync b8dd0aad383810cad920d6548cd1cb56 core.pub 87528a9bc5205ed8589e7964e34571ae core.rsync +8f012fc6ef8282a5e3356dae5d009947 odroidxu4-arm.pub ca17955568745a5179fe5fb38e80b6f2 odroidxu4-arm.rsync +5c94921bee9441abfd6d72869d8e3b69 opt-arm.pub 1aa1fe43db716743b5c482e671597618 opt-arm.rsync 0d1f1fde50a9bd743d9cac6b235f038c opt.pub b1302ff270238b1450c1a025c42fd8e1 opt.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +093976ed22eb0418721096175b2bd276 xorg-arm.pub 10abf11c76df1de56df8a4323aa97f3a xorg-arm.rsync 69927e5d0ae5dc3455faeaac916c4db2 xorg.pub 89768ed603f9f19e48de1951191594f8 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index e8cd3a0..d1ea42f 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -10,7 +10,8 @@ release=23 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ - odroidxu4-arm.rsync core-arm.rsync opt-arm.rsync xorg-arm.rsync) + odroidxu4-arm.rsync odroidxu4-arm.pub core-arm.rsync core-arm.pub \ + opt-arm.rsync opt-arm.pub xorg-arm.rsync xorg-arm.pub) build () { cd $name-$version @@ -18,6 +19,7 @@ build () { make DESTDIR=$PKG MANDIR=/usr/share/man install install -m 0644 $SRC/odroidxu4-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/odroidxu4-arm.pub $PKG/etc/ports install -m 0644 $SRC/core.rsync $PKG/etc/ports install -m 0644 $SRC/opt.rsync $PKG/etc/ports install -m 0644 $SRC/xorg.rsync $PKG/etc/ports @@ -27,7 +29,10 @@ build () { install -m 0644 $SRC/xorg.pub $PKG/etc/ports install -m 0644 $SRC/contrib.pub $PKG/etc/ports install -m 0644 $SRC/core-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/core-arm.pub $PKG/etc/ports install -m 0644 $SRC/opt-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm.pub $PKG/etc/ports install -m 0644 $SRC/xorg-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm.pub $PKG/etc/ports } diff --git a/ports/core-arm.pub b/ports/core-arm.pub new file mode 100644 index 0000000..0ee693a --- /dev/null +++ b/ports/core-arm.pub @@ -0,0 +1,2 @@ +untrusted comment: core-arm public key +RWTMGLGEHsm4dTQtr6qlEjk8ygKehZomwa0VeempHXXmlQNBqu6I+syz diff --git a/ports/odroidxu4-arm.pub b/ports/odroidxu4-arm.pub new file mode 100644 index 0000000..a9ce362 --- /dev/null +++ b/ports/odroidxu4-arm.pub @@ -0,0 +1,2 @@ +untrusted comment: odroidxu4-arm public key +RWSPE63IR0DK9Nt1yWDnwA8KCaSeNy8T9X9YH35kwwvRaglefIsI2cUl diff --git a/ports/opt-arm.pub b/ports/opt-arm.pub new file mode 100644 index 0000000..d14c3aa --- /dev/null +++ b/ports/opt-arm.pub @@ -0,0 +1,2 @@ +untrusted comment: opt-arm public key +RWQh9Dk2FlLauMh7YV7olBz6QyenIZCw3zaehhLRMbn5CgydY/67TDGm diff --git a/ports/xorg-arm.pub b/ports/xorg-arm.pub new file mode 100644 index 0000000..a356a51 --- /dev/null +++ b/ports/xorg-arm.pub @@ -0,0 +1,2 @@ +untrusted comment: xorg-arm public key +RWSYHFoJug2wQovslEuzcQoBE0kH426vj4uM49nu1lShMC/cphYocpII -- 2.26.2 From 29a82321e18f1a359053f08f41d6c7eb63630f94 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 10 Feb 2021 20:36:54 +0100 Subject: [PATCH 11/14] pkgutils: updated to 5.40.7 --- pkgutils/.signature | 6 ++++++ pkgutils/Pkgfile | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 pkgutils/.signature diff --git a/pkgutils/.signature b/pkgutils/.signature new file mode 100644 index 0000000..f7a554f --- /dev/null +++ b/pkgutils/.signature @@ -0,0 +1,6 @@ +untrusted comment: verify with /etc/ports/odroidxu4-arm.pub +RWSPE63IR0DK9DfCmenF8GESpUl9EFSLtUTTq998JqHLxAanOcSvm+AxIdeqdFTArkYSVpq9F96VGLOe++3exP4ilqM17BEPMg0= +SHA256 (Pkgfile) = 584806ef17a01d25735029be7d615dbcde72f0ae7fd2e3dbe61f02ca403b6477 +SHA256 (.footprint) = e7d863393a07a29b512a2b627a65f731d8896bf0ee75cf430a9b1423716ae437 +SHA256 (pkgutils-5.40.7.tar.xz) = ee9e3e7258983ffabe5959736e8f029c02b0ea1037b2bb588a88daafcda0fafc +SHA256 (pkgmk.conf.patch) = 91a401d4200041ec4289bd14b32eb10d1779100c39c3ab27142af92100cbfe83 diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index e93f85b..1e5f59c 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.3 +version=5.40.7 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) @@ -13,6 +13,5 @@ source=(http://crux.nu/files/$name-$version.tar.xz \ build () { cd $name-$version patch -p0 -i $SRC/pkgmk.conf.patch - sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile make DESTDIR=$PKG install MANDIR=/usr/share/man } -- 2.26.2 From 8a6cab01fca5b2b95ea6f726abf7c588b645c542 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 10 Feb 2021 20:38:35 +0100 Subject: [PATCH 12/14] ports: updated to 1.6 --- ports/.md5sum | 17 ----------------- ports/.signature | 21 +++++++++++++++++++++ ports/Pkgfile | 4 ++-- ports/contrib.rsync.inactive | 2 +- ports/core-arm.rsync | 2 +- ports/core.rsync | 2 +- ports/odroidxu4-arm.rsync | 2 +- ports/opt-arm.rsync | 2 +- ports/opt.rsync | 2 +- ports/xorg-arm.rsync | 2 +- ports/xorg.rsync | 2 +- 11 files changed, 31 insertions(+), 27 deletions(-) delete mode 100644 ports/.md5sum create mode 100644 ports/.signature diff --git a/ports/.md5sum b/ports/.md5sum deleted file mode 100644 index ffd6b0a..0000000 --- a/ports/.md5sum +++ /dev/null @@ -1,17 +0,0 @@ -804bb419e539a70ad80e4c03df3c3411 contrib.pub -85da0c1d6c822bc6fb20b0ecdd06b3f5 contrib.rsync.inactive -8cc84b5ed58114c20bf556774a9d4278 core-arm.pub -e9443348039c4dbe86ea0d9494622da0 core-arm.rsync -b8dd0aad383810cad920d6548cd1cb56 core.pub -87528a9bc5205ed8589e7964e34571ae core.rsync -8f012fc6ef8282a5e3356dae5d009947 odroidxu4-arm.pub -ca17955568745a5179fe5fb38e80b6f2 odroidxu4-arm.rsync -5c94921bee9441abfd6d72869d8e3b69 opt-arm.pub -1aa1fe43db716743b5c482e671597618 opt-arm.rsync -0d1f1fde50a9bd743d9cac6b235f038c opt.pub -b1302ff270238b1450c1a025c42fd8e1 opt.rsync -1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -093976ed22eb0418721096175b2bd276 xorg-arm.pub -10abf11c76df1de56df8a4323aa97f3a xorg-arm.rsync -69927e5d0ae5dc3455faeaac916c4db2 xorg.pub -89768ed603f9f19e48de1951191594f8 xorg.rsync diff --git a/ports/.signature b/ports/.signature new file mode 100644 index 0000000..10b4228 --- /dev/null +++ b/ports/.signature @@ -0,0 +1,21 @@ +untrusted comment: verify with /etc/ports/odroidxu4-arm.pub +RWSPE63IR0DK9NPEWMf1xko4iriUYDyxJAj2vOLbWVF+4otuqtu1R6/jWQEtyZJEmkkWLQCmxZxWr++hWHRurGgeN3ColKsRYw4= +SHA256 (Pkgfile) = cb78eaddfb1c5037eb834c308687cffb0c42b9d59525365d16f9bb1f98e21db4 +SHA256 (.footprint) = 50eb6b4ce00066c579303d814fbaaa736e3abd6db56084e86f10a9f5807e1af9 +SHA256 (ports-1.6.tar.gz) = 8b2ba48e7440f4a71fa1c9c480a1212ce87c623e1d33121eb660829ba294ca94 +SHA256 (core.pub) = 5a08b7f21fb1768b9e639da0b768edb536de0590b75e663dab6d185617613791 +SHA256 (opt.pub) = 4711f488546c38cdec792c1f16b3bf7c4db0c7dc0c3cdab0ecdd85e2c7247ae5 +SHA256 (xorg.pub) = 5db27d455f658ea8a6c7ae9aac601d66e74cedff5dd497910fd1ffead08e5237 +SHA256 (contrib.pub) = cae797c624547b5ffb643f4cdf60d83a7cc28081f5929b882d48085085d76190 +SHA256 (core.rsync) = 68ed2f3145188d54c20ed03518f2755d7e2f3c4935a26dc7daf46477660f3451 +SHA256 (opt.rsync) = fde28f666bf573258f0eeceb8b272e67b42ac4040a1a62905c73a485215f097f +SHA256 (xorg.rsync) = fefa8223cb9d91d9510cf10aed04f88c541ee6e1a00d2cccdfa36ba4dd937ae3 +SHA256 (contrib.rsync.inactive) = 94c8e2ee7575b4097d51e677ce51ab5d10e2612b96d7042526c7a1b752d44e9e +SHA256 (odroidxu4-arm.rsync) = 1f38926a2312821f1725ce51c6b5978cd754804d21df44a9514dfbdbc3fc4343 +SHA256 (odroidxu4-arm.pub) = d751e5758209e1577e584ffea4f0b59acef0af1cb6649ce06007128284f6ae24 +SHA256 (core-arm.rsync) = 949b1c1e9e9e485346c97be3cb568f2b9e5dc88667301a4749ed27e864668bff +SHA256 (core-arm.pub) = e2b863731f5f282d4c5f1ec4a8d687409e5c44c7050b1c07532c25a7f343c48e +SHA256 (opt-arm.rsync) = 9f7ea71c88e83949dfb6e92677644b58aa1d15dc2b7c4719a3e1e3cca06bc6d0 +SHA256 (opt-arm.pub) = b24e7d0ce48b220938d8a192755e19644dee11c6a34c4328207456394790ab1f +SHA256 (xorg-arm.rsync) = 62617a967f0210fde9900a6d56428ff10fbc5b997e468d10311d227b29b5ef7b +SHA256 (xorg-arm.pub) = eddfc12a736084d1cbc12fe3c3171952880244e04b42f29476b18699a7e3ed62 diff --git a/ports/Pkgfile b/ports/Pkgfile index d1ea42f..26688b7 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -5,8 +5,8 @@ # Depends on: name=ports -version=1.5 -release=23 +version=1.6 +release=1 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index 1bbd05b..256dee4 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/contrib/ +collection=ports/crux-3.6/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync index 07dca27..51c8b03 100644 --- a/ports/core-arm.rsync +++ b/ports/core-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/core-arm/ +collection=ports/crux-3.6/core-arm/ destination=/usr/ports/core-arm diff --git a/ports/core.rsync b/ports/core.rsync index 3cba863..cf51c52 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/core/ +collection=ports/crux-3.6/core/ destination=/usr/ports/core diff --git a/ports/odroidxu4-arm.rsync b/ports/odroidxu4-arm.rsync index 6954b67..e0c4526 100644 --- a/ports/odroidxu4-arm.rsync +++ b/ports/odroidxu4-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/odroidxu4-arm/ +collection=ports/crux-3.6/odroidxu4-arm/ destination=/usr/ports/odroidxu4-arm diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync index 253ccbb..829644e 100644 --- a/ports/opt-arm.rsync +++ b/ports/opt-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/opt-arm/ +collection=ports/crux-3.6/opt-arm/ destination=/usr/ports/opt-arm diff --git a/ports/opt.rsync b/ports/opt.rsync index f3182c5..bb17bb6 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/opt/ +collection=ports/crux-3.6/opt/ destination=/usr/ports/opt diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync index ec5d3b2..32cb2f4 100644 --- a/ports/xorg-arm.rsync +++ b/ports/xorg-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/xorg-arm/ +collection=ports/crux-3.6/xorg-arm/ destination=/usr/ports/xorg-arm diff --git a/ports/xorg.rsync b/ports/xorg.rsync index eb891d5..87945cf 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/xorg/ +collection=ports/crux-3.6/xorg/ destination=/usr/ports/xorg -- 2.26.2 From e638fb3023544b70cc9a526ae19ca494a014c180 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 10 Feb 2021 20:39:25 +0100 Subject: [PATCH 13/14] prt-get: updated to 5.19.5 --- prt-get/.md5sum | 3 --- prt-get/.signature | 7 +++++++ prt-get/Pkgfile | 8 ++++---- 3 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 prt-get/.md5sum create mode 100644 prt-get/.signature diff --git a/prt-get/.md5sum b/prt-get/.md5sum deleted file mode 100644 index 60692ee..0000000 --- a/prt-get/.md5sum +++ /dev/null @@ -1,3 +0,0 @@ -a37751f1627a4e0125c8ffadfa85be80 prt-get-5.19.tar.gz -4f6b710e4d2b18c70cfe5e4a593938b7 prt-get.aliases -a8f7647a54e99d21635fb576ed6791f3 prt-get.conf diff --git a/prt-get/.signature b/prt-get/.signature new file mode 100644 index 0000000..e253a3f --- /dev/null +++ b/prt-get/.signature @@ -0,0 +1,7 @@ +untrusted comment: verify with /etc/ports/odroidxu4-arm.pub +RWSPE63IR0DK9Nu19InyP1sst/52KGuZEOfC07Kj/Bu0Mf6amIrarXnrdURHrScdZk0VdT+5RZ/dgwNkSRv+Vny56Zb6WX6kfw0= +SHA256 (Pkgfile) = 4bb2de7795af10e6a31b44e0df4f009d1f9dfdb1ea64c0c82ee693a13038c26b +SHA256 (.footprint) = 9a36be18f29307db9bfad99ab7bd2fd07b8342b935406bc89b7bde8f804292b6 +SHA256 (prt-get-5.19.5.tar.xz) = 62ea02fd94eda36fbec45d5ff05fef0dabad159d9478bec1a7ab570f70d0fae3 +SHA256 (prt-get.conf) = d42106e593350ea59c89e69d73fe463eae4a082f2c84de6d59bb46a61d8ea037 +SHA256 (prt-get.aliases) = df473d38e59d1d6cd859d986a5d6586fdc54bfd51663313c63a939e941984b7b diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile index 22e53c9..b98b576 100644 --- a/prt-get/Pkgfile +++ b/prt-get/Pkgfile @@ -5,8 +5,8 @@ # Depends on: name=prt-get -version=5.19.1 -release=1 +version=5.19.5 +release=2 source=(http://crux.nu/files/prt-get-$version.tar.xz prt-get.conf prt-get.aliases) @@ -17,6 +17,6 @@ build() { make make DESTDIR=$PKG install - install -m 644 $SRC/prt-get.conf $PKG/etc/ - install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases + install -m 644 $SRC/prt-get.{conf,aliases} $PKG/etc/ + } -- 2.26.2 From e04fdc8c691e86189976b3811d14b8271b2332f0 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 10 Apr 2022 13:18:21 +0200 Subject: [PATCH 14/14] ports: updated release --- ports/.signature | 4 ++-- ports/Pkgfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/.signature b/ports/.signature index 10b4228..83ca5a2 100644 --- a/ports/.signature +++ b/ports/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/odroidxu4-arm.pub -RWSPE63IR0DK9NPEWMf1xko4iriUYDyxJAj2vOLbWVF+4otuqtu1R6/jWQEtyZJEmkkWLQCmxZxWr++hWHRurGgeN3ColKsRYw4= -SHA256 (Pkgfile) = cb78eaddfb1c5037eb834c308687cffb0c42b9d59525365d16f9bb1f98e21db4 +RWSPE63IR0DK9MyMYPBrfs9bq8/x79qMdozWqRR4EV3BFDpK9hi0AGEZvJM4iI8p66Dxm9+vqn+rejSZTzWjohz8QwwWnj/1fwM= +SHA256 (Pkgfile) = 426f9fc8da840490a337c4bb51a17686821d14cafd0de09f4363a134344697d5 SHA256 (.footprint) = 50eb6b4ce00066c579303d814fbaaa736e3abd6db56084e86f10a9f5807e1af9 SHA256 (ports-1.6.tar.gz) = 8b2ba48e7440f4a71fa1c9c480a1212ce87c623e1d33121eb660829ba294ca94 SHA256 (core.pub) = 5a08b7f21fb1768b9e639da0b768edb536de0590b75e663dab6d185617613791 diff --git a/ports/Pkgfile b/ports/Pkgfile index 26688b7..6829bdb 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,7 +6,7 @@ name=ports version=1.6 -release=1 +release=2 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ -- 2.26.2