Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-telephony
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Feed
lede-telephony
Commits
b25a6bbf
Commit
b25a6bbf
authored
7 years ago
by
Sebastian Kemper
Browse files
Options
Downloads
Patches
Plain Diff
asterisk-15.x: bump to 15.1.4
Signed-off-by:
Sebastian Kemper
<
sebastian_ml@gmx.net
>
parent
cd82cbd0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
net/asterisk-15.x/Makefile
+3
-3
3 additions, 3 deletions
net/asterisk-15.x/Makefile
net/asterisk-15.x/patches/100-build-reproducibly.patch
+2
-2
2 additions, 2 deletions
net/asterisk-15.x/patches/100-build-reproducibly.patch
with
5 additions
and
5 deletions
net/asterisk-15.x/Makefile
+
3
−
3
View file @
b25a6bbf
...
...
@@ -8,12 +8,12 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
asterisk15
PKG_VERSION
:=
15.1.
3
PKG_RELEASE
:=
2
PKG_VERSION
:=
15.1.
4
PKG_RELEASE
:=
1
PKG_SOURCE
:=
asterisk-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://downloads.asterisk.org/pub/telephony/asterisk/releases
PKG_HASH
:=
cfd7c49e42878b4f7de5af7baa9f43d39476f70d1848e5f158409400c31a0c3a
PKG_HASH
:=
8ce3ffbff473410ae0ed0472adea22b01a20f9ec784ebfec51393282028acc16
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/asterisk-
$(
PKG_VERSION
)
PKG_BUILD_DEPENDS
:=
libxml2/host
...
...
This diff is collapsed.
Click to expand it.
net/asterisk-15.x/patches/100-build-reproducibly.patch
+
2
−
2
View file @
b25a6bbf
--- a/build_tools/make_build_h
+++ b/build_tools/make_build_h
@@ -5,6 +5,14 @@
@@ -5,6 +5,14 @@
MACHINE=`uname -m | sed 's/\\\\/\\\\\\\
OS=`uname -s`
USER=`id | awk -F")" '{print $1}'| awk -F"(" '{print $2}' | sed 's/\\\\/\\\\\\\\/g'`
DATE=`date -u "+%Y-%m-%d %H:%M:%S"`
...
...
@@ -17,7 +17,7 @@
* build.h
--- a/Makefile
+++ b/Makefile
@@ -46
5
,7 +46
5
,7 @@
@@ -46
4
,7 +46
4
,7 @@
doc/core-en_US.xml: makeopts .lastclean
@echo "<docs xmlns:xi=\"http://www.w3.org/2001/XInclude\">" >> $@
@for x in $(MOD_SUBDIRS); do \
printf "$$x " ; \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment