Search Criteria
Package Details: jetty 9.4.27-1
Git Clone URL: | https://aur.archlinux.org/jetty.git (read-only, click to copy) |
---|---|
Package Base: | jetty |
Description: | Jetty is a pure Java-based HTTP server and Java Servlet container |
Upstream URL: | http://www.eclipse.org/jetty/ |
Licenses: | |
Submitter: | Snowman |
Maintainer: | Prototik |
Last Packager: | Prototik |
Votes: | 48 |
Popularity: | 0.67 |
First Submitted: | 2008-01-29 04:11 |
Last Updated: | 2020-03-30 12:18 |
Dependencies (1)
- java-environment (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, amazon-corretto-15, jdk-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jdk8, jdk-openj9-bin, jdk, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jdk11, sapmachine-jdk-bin, jdk11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
Required by (0)
Sources (7)
- https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.27.v20200227/jetty-distribution-9.4.27.v20200227.tar.gz
- https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.4.27.v20200227/jetty-distribution-9.4.27.v20200227.tar.gz.asc
- jetty.default
- jetty.logrotate
- jetty.service
- jetty.sysusers
- jetty.tmpfiles
Latest Comments
1 2 3 4 5 Next › Last »
JoelSanchez commented on 2016-07-15 16:55
Had to update _dluri:
_dluri="http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/$pkgver.$_timestamp/$_distname.tar.gz"
ProFfeSsoRr commented on 2016-04-13 05:38
And, may be, this service file is more useful: https://k0ste.ru/zerobin/?e7b85612b5c6fa38#nbnzI5Fa74XnJ35Zjeyf/GqnKQvjEZUMszorHyiYzkA=
ProFfeSsoRr commented on 2016-04-07 11:09
This patch fix:
- update to 9.3.8
- create /run/jetty dir
https://k0ste.ru/zerobin/?af99d9b4b94faeb3#LWDlyh75tTDDApDZmJNHFjOyC0//vQk73c565p3YuGk=
DziedMaroz commented on 2016-01-26 10:34
PKGBUILD uses wrong url. tar.gz is broken (16 kb). Can you fix url please?
https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.3.2.v20150730/jetty-distribution-9.3.2.v20150730.tar.gz
wfdctrl commented on 2015-08-12 15:44
This package is out-of-date, would you kindly fix it, please? Here is the new PKGBUID...
pkgname=jetty
pkgver=9.3.2
_timestamp=v20150730
pkgrel=1
pkgdesc="Jetty is a pure Java-based HTTP server and Java Servlet container"
arch=('any')
url="http://www.eclipse.org/jetty/"
license=('Apache' 'EPL')
depends=('java-environment')
options=('!strip')
_distname=jetty-distribution-$pkgver.$_timestamp
_dluri="http://download.eclipse.org/jetty/$pkgver.$_timestamp/dist/$_distname.tar.gz"
source=("$_distname.tar.gz::$_dluri"
jetty.default
jetty.logrotate
jetty.service
rundir.patch)
sha256sums=('c9d51e6e09c710cd084adb694149acfa93b90ba6a979cbaccc41e191bc4c14da'
'51bc2d2931629eece6b70679d9e0a3d5695822c00dae02e67fd0216f482f040c'
'da0402440e0a3b66e55387700b2c178c294dc65cc4a7bd079c622343845adecb'
'36266b7f4daf20871f4bf5636686e37fa5ffd173fd51303f2569fc8d453fa17a'
'5e03019b1440aa342a1f2c85aeaab8aadc9ae0c737b9262e948b95da1f94dacf')
install=$pkgname.install
package() {
cd "$srcdir/$_distname"
install -dm755 "$pkgdir/etc/jetty"
install -dm755 "$pkgdir/usr/bin"
install -dm755 "$pkgdir/var/log/jetty"
install -dm755 "$pkgdir/var/lib/jetty/webapps"
install -Dm755 bin/jetty.sh "$pkgdir/usr/share/jetty/bin/jetty.sh"
cp -r etc/* "$pkgdir/etc/jetty"
cp -r {resources,start.ini} "$pkgdir/etc/jetty/"
cp -r {lib,modules,start.jar,README.TXT} "$pkgdir/usr/share/jetty/"
cp -r webapps/README.TXT "$pkgdir/var/lib/jetty/webapps"
ln -s /etc/jetty "$pkgdir/usr/share/jetty/etc"
ln -s etc/start.d "$pkgdir/usr/share/jetty/start.d"
ln -s etc/start.ini "$pkgdir/usr/share/jetty/start.ini"
ln -s etc/resources "$pkgdir/usr/share/jetty/resources"
ln -s /usr/share/jetty/bin/jetty.sh "$pkgdir/usr/bin/jetty"
ln -s /var/lib/jetty/webapps "$pkgdir/usr/share/jetty/webapps"
install -Dm644 "$srcdir/jetty.default" "$pkgdir/etc/default/jetty"
install -Dm644 "$srcdir/jetty.logrotate" "$pkgdir/etc/logrotate.d/jetty"
install -Dm644 "$srcdir/jetty.service" "$pkgdir/usr/lib/systemd/system/jetty.service"
patch -Np1 -i "$srcdir/rundir.patch" "$pkgdir/usr/share/jetty/bin/jetty.sh"
sed -i 's|su - |su -s /bin/sh - |' "$pkgdir/usr/share/jetty/bin/jetty.sh"
rm "$pkgdir/usr/share/jetty/lib/setuid/libsetuid-osx.so"
}
deathangel908 commented on 2015-04-01 11:13
pkgver=9.2.9
_timestamp=v20150224
sha256sums=('3bd993cd86c7357066c29485aefd57126914f6015f2ad78fe0fd0ef08e7d9e5c'
...
deathangel908 commented on 2015-03-28 16:40
fix the URL please,
_dluri="http://download.eclipse.org/jetty/$pkgver.$_timestamp/dist/jetty-distribution-$pkgver.$_timestamp.tar.gz"
deathangel908 commented on 2015-03-28 16:21
/tmp/yaourt-tmp-root/aur-jetty/./PKGBUILD: line 30: cd: /tmp/yaourt-tmp-root/aur-jetty/src/jetty-distribution-9.2.7.v20150116: No such file or directory
thayne commented on 2014-11-24 05:40
The new link should be http://eclipse.org/downloads/download.php?file=/jetty/stable-9/dist/jetty-distribution-9.2.5.v20141112.tar.gz&r=1
thayne commented on 2014-11-24 05:35
The link to jetty-distribution-9.2.3.v20140905.tar.gz is broken