Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
radsecproxy-uninett
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eduroam
radsecproxy-uninett
Commits
e2b5cae8
Commit
e2b5cae8
authored
Feb 15, 2018
by
Kolbjørn Barmen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oppdatert til Debian-9 aka stretch
parent
e17fa521
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
22 deletions
+9
-22
Dockerfile
Dockerfile
+2
-2
build.sh
build.sh
+7
-4
patches/patch-ad
patches/patch-ad
+0
-16
No files found.
Dockerfile
View file @
e2b5cae8
FROM
debian:
jessie
FROM
debian:
stretch
RUN
apt-get update
&&
apt-get
-y
upgrade
RUN
apt-get
install
-y
curl build-essential debhelper dh-autoreconf dh-systemd autotools-dev libssl
-dev nettle-dev docbook2x
RUN
apt-get
install
-y
git curl build-essential debhelper dh-autoreconf dh-systemd autotools-dev libssl1.0
-dev nettle-dev docbook2x
WORKDIR
/root/
COPY
patches patches
COPY
build.sh build.sh
...
...
build.sh
View file @
e2b5cae8
...
...
@@ -4,7 +4,7 @@ set -e
package
=
"radsecproxy"
version
=
"1.6.9"
revision
=
"
1
~uninett"
revision
=
"
3
~uninett"
export
TZ
=
"Europe/Oslo"
now
=
$(
date
+
"%a, %d %b %Y %T %z"
)
...
...
@@ -14,15 +14,18 @@ here=$(pwd)
export
DEBIAN_FRONTEND
=
noninteractive
cat
>>
/etc/apt/sources.list
<<
EOF
deb-src http://cdn-fastly.deb.debian.org/debian
jessie
main
deb-src http://cdn-fastly.deb.debian.org/debian
jessie
-updates main
deb-src http://security.debian.org
jessie
/updates main
deb-src http://cdn-fastly.deb.debian.org/debian
stretch
main
deb-src http://cdn-fastly.deb.debian.org/debian
stretch
-updates main
deb-src http://security.debian.org
stretch
/updates main
EOF
apt-get update
curl
--silent
-o
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
"https://software.nordu.net/
${
package
}
/
${
package
}
-
${
version
}
.tar.gz"
tar
xzf
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
#git clone https://git.nordu.net/radsecproxy.git "${package}"-"${version}"
#tar czf "${package}"_"${version}".orig.tar.gz "${package}"-"${version}"
#( cd "${package}"-"${version}" ; aclocal ; automake --add-missing )
apt-get
source
${
package
}
tar
xf
"
${
package
}
"
_
*
.debian.tar.xz
-C
"
${
package
}
"
-
"
${
version
}
/"
...
...
patches/patch-ad
deleted
100644 → 0
View file @
e17fa521
$NetBSD$
Don't overwrite LDFLAGS, only add to it. We might get flags
via the build environment, but not during the configure stage.
--- a/Makefile.in 2016-03-14 15:15:08.000000000 +0100
+++ b/Makefile.in 2016-08-03 15:29:37.344000000 +0200
@@ -310,7 +310,7 @@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = @LDFLAGS@
+LDFLAGS += @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LTLIBOBJS = @LTLIBOBJS@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment