<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
Small fixes to cfgutils and json modules
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1242
-- Commit Summary --
* cfgutils: Add fixup_free functions to (u)sleep functions
* cfgutils: Allow pv in check_route_exists() and route_if_exists()
* cfgutils: Properly handle 'exit' when from route_if_exists()
* cfgutils: Remove debug statements in sleep functions
* json: Add fixup_free function for json_get_field
* janssonrcp-c: Fix segfault in mod_destroy
-- File Changes --
M src/modules/cfgutils/cfgutils.c (32)
M src/modules/janssonrpcc/janssonrpcc_mod.c (6)
M src/modules/json/json_mod.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1242.patchhttps://github.com/kamailio/kamailio/pull/1242.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1242
#### Pre-Submission Checklist
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [ ] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
- [ ] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
pkg/kamailio/obs: Added support of OpenSUSE Tumbleweed
pkg/kamailio/obs Fixed build of perl module
pkg/kamailio: Added links to obs spec file for:
- Fedora 25, 26
- RHEL 6, 7
- OpenSUSE Leap
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1241
-- Commit Summary --
* pkg/kamailio: Added links to obs spec file for:
* pkg/kamailio/obs Fixed build of perl module
* pkg/kamailio/obs: Added support of OpenSUSE Tumbleweed
-- File Changes --
A pkg/kamailio/fedora/25 (1)
A pkg/kamailio/fedora/26 (1)
M pkg/kamailio/obs/kamailio.spec (81)
M pkg/kamailio/obs/meta (5)
A pkg/kamailio/opensuse/1315 (1)
A pkg/kamailio/opensuse/1330 (1)
A pkg/kamailio/rhel/6 (1)
A pkg/kamailio/rhel/7 (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1241.patchhttps://github.com/kamailio/kamailio/pull/1241.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1241
Module: kamailio
Branch: master
Commit: 7326e7233890db9877992fda7ce8e969fd59be73
URL: https://github.com/kamailio/kamailio/commit/7326e7233890db9877992fda7ce8e96…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-09-22T09:22:52+02:00
ims_registrar_pcscf: added default license header for new files
---
Modified: src/modules/ims_registrar_pcscf/sec_agree.c
Modified: src/modules/ims_registrar_pcscf/sec_agree.h
---
Diff: https://github.com/kamailio/kamailio/commit/7326e7233890db9877992fda7ce8e96…
Patch: https://github.com/kamailio/kamailio/commit/7326e7233890db9877992fda7ce8e96…
---
diff --git a/src/modules/ims_registrar_pcscf/sec_agree.c b/src/modules/ims_registrar_pcscf/sec_agree.c
index f10c29f37b..18b9a806b6 100644
--- a/src/modules/ims_registrar_pcscf/sec_agree.c
+++ b/src/modules/ims_registrar_pcscf/sec_agree.c
@@ -1,3 +1,24 @@
+/**
+ * Copyright (C) 2017 kamailio.org
+ *
+ * This file is part of Kamailio, a free SIP server.
+ *
+ * Kamailio is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version
+ *
+ * Kamailio is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
#include "sec_agree.h"
#include "../../core/str.h"
diff --git a/src/modules/ims_registrar_pcscf/sec_agree.h b/src/modules/ims_registrar_pcscf/sec_agree.h
index 6485ffe105..75443bdc18 100644
--- a/src/modules/ims_registrar_pcscf/sec_agree.h
+++ b/src/modules/ims_registrar_pcscf/sec_agree.h
@@ -1,3 +1,24 @@
+/**
+ * Copyright (C) 2017 kamailio.org
+ *
+ * This file is part of Kamailio, a free SIP server.
+ *
+ * Kamailio is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version
+ *
+ * Kamailio is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
#ifndef SEC_AGREE_H
#define SEC_AGREE_H